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