摘要: public class HtmlUtils { // 只有纯文本可以通过 public static String getText(String html) { if (html == null) return null; return Jsoup.clean(html, Whitelist.no 阅读全文
posted @ 2019-11-19 14:18 小农_码 阅读(397) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-09-05 10:26 小农_码 阅读(256) 评论(0) 推荐(0) 编辑
摘要: select user_id,name,((select count(1) from sys_user_1 A where A.user_id = B.user_id)) from sys_user b where (select count(1) from sys_user_1 A where A 阅读全文
posted @ 2019-08-22 17:45 小农_码 阅读(270) 评论(0) 推荐(0) 编辑
摘要: /** * 表单提交 * @param formId * @param submitForm_success * @return */function submitForm(formId,submitForm_success){ layui.use('form', function(){ var f 阅读全文
posted @ 2019-08-22 11:55 小农_码 阅读(1216) 评论(0) 推荐(0) 编辑
摘要: <c:set var="date" value="<%= new java.util.Date() %>"></c:set> value='<fmt:formatDate value="${date }" pattern="yyyy-MM-dd"/> 08:30' 阅读全文
posted @ 2019-08-22 11:48 小农_码 阅读(766) 评论(0) 推荐(0) 编辑
摘要: // <div class="menu-list"> // <div class="margin-auto min-width1200"> // <div class="menu-item active"> // <a href="/">首页</a> // </div> // <div style= 阅读全文
posted @ 2019-08-19 17:00 小农_码 阅读(474) 评论(0) 推荐(0) 编辑
摘要: function show(obj){ if($(obj).text()!=null&&$(obj).text().length>15){ layer.tips("<span style='color:black'>"+$(obj).text()+"</span>", obj, { tips:[3, 阅读全文
posted @ 2019-08-16 11:56 小农_码 阅读(317) 评论(0) 推荐(0) 编辑
摘要: .laydate-time-list{padding-bottom:0;overflow:hidden} .laydate-time-list>li{width:50%!important;} .laydate-time-list>li:last-child { display: none;} 阅读全文
posted @ 2019-08-14 09:24 小农_码 阅读(538) 评论(0) 推荐(0) 编辑
摘要: 1:以上操作的是3张表分别为日志表,日志明细表,日志对应的项目表 2:关联查询过程中需要mybatis分组操作controller循环出子数据封装到一个类中 3:查询过程中解除跨行需要根据查询的参数是否分组即可 https://blog.csdn.net/qfashly/article/detail 阅读全文
posted @ 2019-08-01 14:25 小农_码 阅读(759) 评论(0) 推荐(0) 编辑
摘要: 免费节假日api http://timor.tech/api/holiday 阅读全文
posted @ 2019-07-29 18:46 小农_码 阅读(118) 评论(0) 推荐(0) 编辑