摘要: //添加静态方法private static Integer sortMap(Map<String,Object> map){ return Integer.valueOf(map.get("evtId").toString());}//比较方法中添加类名(SendServiceImpl)::静态方 阅读全文
posted @ 2020-11-19 10:05 hi!波妞,我是你的宗介 阅读(2696) 评论(0) 推荐(0) 编辑
摘要: 再dialog标签中添加append-to-body即可解决遮罩显示问题 阅读全文
posted @ 2020-08-06 19:02 hi!波妞,我是你的宗介 阅读(549) 评论(0) 推荐(0) 编辑
摘要: 引包:itext7全局桶: <dependency> <groupId>com.itextpdf</groupId> <artifactId>itext7-core</artifactId> <version>7.1.8</version> <type>pom</type></dependency> 阅读全文
posted @ 2020-06-03 16:24 hi!波妞,我是你的宗介 阅读(1774) 评论(0) 推荐(0) 编辑
摘要: 场景:业务要求页面输入一个日期参数后,传入数据库后台直接将日期减一天 润乾设计器中配置参数有2个位置 1:配置 》参数 2:数据集 》编辑 》参数 解决方案1:动态参数 1:配置 》参数: 设置普通参数:DTA_DTE 设置动态参数:LAST_DTE,选择参数为动态惨,在参数的值那一列写润乾表达式: 阅读全文
posted @ 2020-05-29 09:57 hi!波妞,我是你的宗介 阅读(622) 评论(0) 推荐(0) 编辑
摘要: $("#XX").datagrid('clearChecked')=='none'; 阅读全文
posted @ 2020-05-27 08:47 hi!波妞,我是你的宗介 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 2种方法: 一:自定义 //显示遮罩效果function easyUILoad() { $("<div class=\"datagrid-mask\"></div>").css({ display: "block", width: "100%", height: "auto !important" 阅读全文
posted @ 2020-05-27 08:45 hi!波妞,我是你的宗介 阅读(581) 评论(0) 推荐(0) 编辑
摘要: 最近项目中遇到一个问题:页面表格用了行点击事件(点击行则选中行),表格中的按钮点击后也是选中行的效果。 处理方案:在点击事件中的第一行加上: event.stopPropagation(); 阅读全文
posted @ 2020-05-25 16:24 hi!波妞,我是你的宗介 阅读(1494) 评论(0) 推荐(0) 编辑
摘要: 在pom.xml中添加: <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <!--true跳过测 阅读全文
posted @ 2020-05-20 16:33 hi!波妞,我是你的宗介 阅读(589) 评论(0) 推荐(0) 编辑
摘要: 转载至:https://blog.csdn.net/qingmengwuhen1/article/details/70665995 增加清除按钮具体内容如下: <script> var buttons = $.extend([], $.fn.datebox.defaults.buttons); bu 阅读全文
posted @ 2020-05-11 16:13 hi!波妞,我是你的宗介 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 1:在yaml文件中添加 logging: level: com.neo.mapper: DEBUG 2:然后在logback中将日志级别设置为:DEBUG 启动springboot工程即可查看sql语句。 阅读全文
posted @ 2020-05-11 14:50 hi!波妞,我是你的宗介 阅读(532) 评论(0) 推荐(0) 编辑