一个批处理而已
批处理循环之安卓adb批量遍历枚举
这是批处理的基本语法的典型, 设置变量,循环,注释等等 需要批量处理连接电脑的每一个安卓设备执行adb命令 连接模式1:USB调试,数据线 其中 setlocal EnableDelayedExpansion 才能set…
mpdf 我用过的字体
AdobeCJK 宋体simsun,黑体 simhei STSong-Light 华文 宋体 Arial,Courier New,Times New Roman,Helvetica 安卓好看的字体 方正兰亭刊黑Droid…
js 模板引擎之pug
官方 https://pugjs.org/api/getting-started.html 开源 https://github.com/pugjs/pug
js 模板引擎之Juicer
开源 https://github.com/PaulGuo/Juicer
js 模板引擎之ejs
官方 https://ejs.co/#docs 开源 https://github.com/mde/ejs
layui table表格单元格之复选框switch
具体看代码,没什么好说的
layui table表格之单元格固定项目下拉框
表格的单元格值入下拉框的两种形式 第一种: 直接render数据时写入 第二种:套用模板 监听表单 自行测试吧
Layui table表格之操作按钮
table后面的编辑删除等按钮的控制
Layui table表格添加一行
layui table挺好用. 向数组oldData.push(…)内容,然后table.reload(...)刷新即可. 这么简单.