我的个人小站
idea连接docker服务 idea连接docker服务
参考:https://www.cnblogs.com/hongdada/p/11512901.html 方法一(没用)# 修改文件 sudo vim /etc/default/docker # 在里面加入 DOCKER_OPTS="-H t
2020-12-18
MPAndroidChart 使用参考 MPAndroidChart 使用参考
这个博文写了一些简单的操作:https://www.cnblogs.com/dongxiaodong/p/12927251.html 这个写的很详细:https://svipbug.com/2020/03/19/Android%E5%9B%
2020-12-16
集成lombok插件 集成lombok插件
AndroidStudio安装Lombok插件File => Settings => Plugins,插件市场搜索Lombok,安装,重启工具 开启工具的编译注解开关 AnnotationProcessorsFile =>
2020-12-15
apisix获取参数 apisix获取参数
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
4 / 68