2020-12-18

2020-12-18

这个博文写了一些简单的操作:https://www.cnblogs.com/dongxiaodong/p/12927251.html
这个写的很详细:https://svipbug.com/2020/03/19/Android%E5%9B%
2020-12-16

AndroidStudio安装Lombok插件File => Settings => Plugins,插件市场搜索Lombok,安装,重启工具
开启工具的编译注解开关 AnnotationProcessorsFile =>
2020-12-15

ngx.say(ngx.var.arg_username)
2020-12-14

local ngx = ngx
local count = 1
local delay = 1
local handler
-- 插件源数据配置
local schema = {
-- 类型
type =
2020-12-14

local ngx = ngx
-- 插件源数据配置
local schema = {
-- 类型
type = "object",
-- 插件接收的配置参数
properties = {
2020-12-14

使用这个:https://github.com/huanghaibin-dev/CalendarView
2020-12-14

安卓原生的那个越用越难受,还总是报错,一气之下只能用第三方的了
https://github.com/Ashok-Varma/BottomNavigation
这个组件的用法参考下面:https://github.com/Ashok-Var
2020-12-14

2020-12-14

打印print("Hello World!")
注释-- 单行注释
--[[
多行注释
多行注释
--]]
变量b='你好'
print(b)
lua数据类型
b='你好'
-- # 可以用于计算字符串长度
print(#b)
2020-12-13

2020-12-13