随笔 - 144  文章 - 0  评论 - 2  阅读 - 91716
08 2022 档案
layui的table表格根据条件设置为不能选择
摘要:function fixedCellResize(res) { var state = ""; for (var i in res.data) { var item = res.data[i]; if(item.state == "市级审核中" || item.state == "省级审核通过") 阅读全文
posted @ 2022-08-23 10:09 IT-QI 阅读(1203) 评论(0) 推荐(0) 编辑
layui解决表头固定
摘要:.table-header-fixed { top: 0; position: fixed; z-index: 9999999;} let headerTop = $('.layui-table-header').offset().top; //获取表格头到文档顶部的距离$(window).scro 阅读全文
posted @ 2022-08-17 15:38 IT-QI 阅读(2674) 评论(0) 推荐(0) 编辑
密码修改
摘要:验证可以 fzdpaword:function(value){ var regex = new RegExp(/(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[^a-zA-Z0-9]).{6,20}/); if(!regex.test(value)){ return '您的密 阅读全文
posted @ 2022-08-16 19:53 IT-QI 阅读(121) 评论(0) 推荐(0) 编辑
java中时间比较大小
摘要:Date date = new Date(); SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); String dateStartStr =String.valueOf(((Map<String, Ob 阅读全文
posted @ 2022-08-10 22:08 IT-QI 阅读(1824) 评论(0) 推荐(0) 编辑
Oracel拆分逗号隔开的数据为多条
摘要:select regexp_substr(q.cs_id, '[^,]+', 1, rownum,'i') from (select * from T_RSGL_FGCS t where t.fgld = '1813') q connect by rownum <= LENGTH(q.cs_id) 阅读全文
posted @ 2022-08-09 15:03 IT-QI 阅读(22) 评论(0) 推荐(0) 编辑
使用线程开启任务
摘要://使用多线程技术,提高程序的效率 ThreadPoolExecutor threadPoolExecutor = new ThreadPoolExecutor( 5, 20, 5000, TimeUnit.MILLISECONDS, new ArrayBlockingQueue<>(5), new 阅读全文
posted @ 2022-08-05 17:57 IT-QI 阅读(44) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示