RuoYi/doc/修改笔记.txt

42 lines
979 B
Plaintext
Raw Normal View History

2020.12.09
1、修改生成代码时 createBy 、createTime 在页面 不显示
2020-12-16 21:46:14 +08:00
2020.12.16
Cron表达式的介绍与使用
2、https://blog.csdn.net/qq_39135287/article/details/95664533
3、 BootStrap 日期时间控件 datetimepicker 禁用 及 日期时间格式 yyyy-MM-dd hh:ii:ss
$("input[name='updateTime']").datetimepicker({
format: "yyyy-mm-dd",
minView: "month",
autoclose: true
});
$("input[name='updateTime']").prop('disabled', true);
=============== 相关资料 ========================================================================
Velocity教程
https://www.ctolib.com/docs-Velocity-c-220510.html
Thymeleaf 的基本用法
https://www.ctolib.com/topics-137458.html
IntelliJ IDEA 18个常用插件动图演示让效率成为习惯
https://www.ctolib.com/topics-141243.html
2020-12-16 21:46:14 +08:00
j2eefast开源
https://gitee.com/zhouhuanOGP/J2EEFAST
附件和图片上传我全套扣的j2eefast的ruoyi的用着太怪了