上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 50 下一页
摘要: 通过User-Agent判断代码:if(navigator.userAgent.match(/mobile/i)) { //业务层代码 $('body').removeClass("sidebar-open"); } 阅读全文
posted @ 2018-06-01 11:34 huiy_小溪 阅读(1491) 评论(0) 推荐(0) 编辑
摘要: 问题描述: 工作副本没有更新到最新版本 svn: 提交失败(细节如下): svn: 目录 “D:\develop\workspace\gxcjx\src\main\resources\templates\resource” 已经过时 条目过时 svn: Item '/trunk/gxcjx/src/ 阅读全文
posted @ 2018-05-31 15:33 huiy_小溪 阅读(205) 评论(0) 推荐(0) 编辑
摘要: INSERT INTO t_base_role_resource_ref (refID, roleID, resID, orgID, belongTo) SELECT uuid() AS refID, t1.roleID, t1.resID, '1' AS orgID, 'school' AS be 阅读全文
posted @ 2018-05-29 10:02 huiy_小溪 阅读(7789) 评论(0) 推荐(0) 编辑
摘要: 环境: jquery+bootstrap+bootstrapValidator问题描述:有个form表单,一点击按钮提交,就会报如题错误。正常应该是去校验表单输入。解决:从日志分析来看,报错的起始位置发生在bootstrapValidator内,只要删除相关的代码,就不会报错。但是校验代码也是非常的 阅读全文
posted @ 2018-05-16 19:15 huiy_小溪 阅读(1307) 评论(0) 推荐(0) 编辑
摘要: 今天有个postmapping方法,地址都正确,就是死活进不去,真是奇怪了。终于从日志中得出些端倪,见下:只有这个属性报错,恰恰这个属性是Date型。这句话说得更清楚: "defaultMessage":"Failed to convert property value of type 'java. 阅读全文
posted @ 2018-05-16 19:06 huiy_小溪 阅读(21437) 评论(0) 推荐(2) 编辑
摘要: F12—>Network非常好用!!!!!!!!!! 阅读全文
posted @ 2018-05-14 19:36 huiy_小溪 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 第一列是checkbox列,不需要排序,所以需要禁用掉。代码如下:var table = $('#example1').DataTable( { 'paging' : true, 'lengthChange' : false, 'searching' : false, 'ordering' : tr 阅读全文
posted @ 2018-05-14 19:23 huiy_小溪 阅读(5427) 评论(0) 推荐(0) 编辑
摘要: 网上有很多介绍,主要有两种。1.在启动类中注入bean/** * 集成fastjson * * @return */ @Bean public HttpMessageConverters fastJsonHttpMessageConverters() { // 1. 需要定义一个converter转 阅读全文
posted @ 2018-05-14 13:14 huiy_小溪 阅读(9858) 评论(0) 推荐(0) 编辑
摘要: 如下图 : 阅读全文
posted @ 2018-05-12 09:50 huiy_小溪 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 项目地址:https://github.com/pagehelper/pagehelper-spring-boot简单使用:1.在pom文件中添加<dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper- 阅读全文
posted @ 2018-05-11 23:32 huiy_小溪 阅读(2319) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 50 下一页