上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 48 下一页
摘要: 解决方案:编辑redis.conf配置文件;注释掉61行本地链接限制以及80行配置修改为no 阅读全文
posted @ 2019-04-27 21:40 清晨的第一抹阳光 阅读(6936) 评论(0) 推荐(0)
摘要: 遇到的问题目前找到两种: 返回视图路径以/开头,例如 /test/hello 在thymeleaf页面中,引入的页面以/开头,例如:<footer th:replace="/index::footer"></footer> 代码书写规范: 返回视图路径以/开头,例如 /test/hello 在thy 阅读全文
posted @ 2019-04-27 14:47 清晨的第一抹阳光 阅读(1420) 评论(2) 推荐(2)
摘要: $('#datagrid').datagrid({ border:false, fitColumns:true, singleSelect: true, url:url, columns:[[ {field:'projectname',title:'应用名',w... 阅读全文
posted @ 2019-04-26 20:05 清晨的第一抹阳光 阅读(2068) 评论(0) 推荐(0)
摘要: /** * 将"2018-05-19T08:04:52.000+0000"这种格式的时间转化为正常格式 * @param time */ function timeFormat(time) { var d = new Date(time); var year = d.getFullYear(); //年 ... 阅读全文
posted @ 2019-04-25 15:04 清晨的第一抹阳光 阅读(3046) 评论(0) 推荐(0)
摘要: (1)考虑拦截器是否将该链接拦截 阅读全文
posted @ 2019-04-24 09:04 清晨的第一抹阳光 阅读(2348) 评论(0) 推荐(0)
摘要: 事件类型 描述show.bs.modal show 方法调用之后立即触发该事件。如果是通过点击某个作为触发器的元素,则此元素可以通过事件的 relatedTarget 属性进行访问。shown.bs.modal 此事件在模态框已经显示出来(并且同时在 CSS 过渡效果完成)之后被触发。如果是通过点击 阅读全文
posted @ 2019-04-22 14:30 清晨的第一抹阳光 阅读(571) 评论(0) 推荐(0)
摘要: Thymeleaf模板时间格式表达式 ${#dates.format(date, 'dd/MMM/yyyy HH:mm')} 例如: 阅读全文
posted @ 2019-04-19 20:05 清晨的第一抹阳光 阅读(4030) 评论(0) 推荐(0)
摘要: thymeleaf中不用自己去写checked="checked" selected="selected"这种代码,他自己会选。 input select radio(*{回显数据}) 参考:https://blog.csdn.net/tuntun1120/article/details/79806 阅读全文
posted @ 2019-04-19 20:03 清晨的第一抹阳光 阅读(4270) 评论(0) 推荐(0)
摘要: 1 fields: { 2 curPwd: { 3 verbose: false, //代表验证按顺序验证。验证成功才会下一个(验证成功才会发最后一个remote远程验证) 4 threshold: 6,//有6字符以上才发送ajax请求 5 validators: ... 阅读全文
posted @ 2019-04-18 22:56 清晨的第一抹阳光 阅读(217) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/laowangc/p/8875526.html https://www.cnblogs.com/yinglunstory/p/6092834.html https://blog.csdn.net/yaomingyang/article/details/ 阅读全文
posted @ 2019-04-12 09:03 清晨的第一抹阳光 阅读(209) 评论(0) 推荐(0)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 48 下一页