摘要: js代码如以下代码:在initAllGrid函数colModel1加入属性设置:frozen:true;然后在_initGrid('task_con_grid_div',colModel1)函数里面加入$("#"+gridType+"_grid").jqGrid('setFrozenColumns' 阅读全文
posted @ 2018-04-23 10:31 悠悠乃 阅读(2492) 评论(0) 推荐(0) 编辑
摘要: 前置: 当前时间:2023-09-04 Mysql获取昨天0点时间: SELECT TIMESTAMP (date_add( curdate(), INTERVAL - 1 DAY )); Mysql获取昨天23点59分59秒时间: SELECT DATE_SUB(DATE_ADD( CURRENT 阅读全文
posted @ 2023-09-04 15:09 悠悠乃 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 背景:jeecg boot集成钉钉小程序,进行日志填报,同时推送到钉钉日志系统给相关人员。主要方便日志问题的讨论,回复等。 效果: 接口: 通过数据ID查找封装Marckdown方式进行推送; public String doLogsDataDingtalk(String tableId, Stri 阅读全文
posted @ 2023-05-30 15:02 悠悠乃 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 相关文档参考 datax开源地址: https://github.com/alibaba/DataX datax-web开源地址: https://github.com/WeiYe-Jing/datax-web 环境条件: 1、python 2、jdk8,数据库jdbc有要求,像sqlserver2 阅读全文
posted @ 2023-05-24 14:40 悠悠乃 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 父组件: <template> <!-- 保持与设计稿同样比例,保证页面能完全显示,但是四周可能存在留白 --> <div class="wrapper"> <div class="container"> <div :style="marginStyle"> <div style="position 阅读全文
posted @ 2023-01-10 10:35 悠悠乃 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 接口: interface CommonService Map<String, Object> convertObjToMap(Object obj, boolean isIgnore, String... columns); 实现类: class CommonServiceImpl impleme 阅读全文
posted @ 2023-01-10 10:31 悠悠乃 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 接口: interface CommonService 声明: public JSONObject convertObjDict(Object obj, boolean isIgnore, String... columns); 实现类: class CommonServiceImpl implem 阅读全文
posted @ 2023-01-10 10:22 悠悠乃 阅读(471) 评论(0) 推荐(0) 编辑
摘要: setting.json { "explorer.confirmDelete": false, "editor.foldingImportsByDefault": true, "liveServer.settings.donotShowInfoMsg": true, "files.exclude": 阅读全文
posted @ 2022-06-23 09:39 悠悠乃 阅读(887) 评论(0) 推荐(0) 编辑
摘要: 代码: var option = { backgroundColor: 'rgba(1,202,217,.2)', color: ['#ff0000','yellow','#00ff00'], tooltip: { trigger: 'axis', axisPointer : { // 坐标轴指示器 阅读全文
posted @ 2022-04-06 18:24 悠悠乃 阅读(1664) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-30 14:21 悠悠乃 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 第a56爆大奖在线娱乐map: List<Map<String, Object>> resulAlltMap11 =resulAlltMap2.stream().sorted((m1, m2) ->{ Collator collator = Collator.getInstance(Locale.CHINA); r 阅读全文
posted @ 2022-03-21 17:41 悠悠乃 阅读(427) 评论(0) 推荐(0) 编辑