10 2017 档案

摘要:$('#resourceTree').tree({ method : 'post', animate : true, onContextMenu : function(e, node) { e.preventDefault(); $(this).tree('select', node.target) 阅读全文
posted @ 2017-10-28 16:53 huiy_小溪 阅读(1701) 评论(0) 推荐(1) 编辑
摘要:解决办法:去除wall这个filter 阅读全文
posted @ 2017-10-28 13:31 huiy_小溪 阅读(3413) 评论(0) 推荐(0) 编辑
摘要:var selectedUsers = $('#users').tagbox('getValues'); if (selectedUsers.length > 0) { $.post(appPath + "/role/users/add/", { 'systemID' : $('#systemID' 阅读全文
posted @ 2017-10-28 13:20 huiy_小溪 阅读(1179) 评论(0) 推荐(0) 编辑
摘要:('#resourceTabs').tabs('unselect', 0);('#resourceTabs').tabs('select', 0); 阅读全文
posted @ 2017-10-28 13:12 huiy_小溪 阅读(940) 评论(0) 推荐(0) 编辑
摘要:thymeleaf-extras-shiro 转载:https://github.com/theborakompanioni/thymeleaf-extras-shiro A Thymeleaf dialect for Apache Shiro tags. Download Maven <depen 阅读全文
posted @ 2017-10-21 11:48 huiy_小溪 阅读(4946) 评论(0) 推荐(0) 编辑
摘要:对容易忽略的地方记录如下: 1.需要引入下面2个依赖,具体版本根据自身环境修改: <dependency> <groupId>org.apache.geronimo.bundles</groupId> <artifactId>aspectjweaver</artifactId> <version>1 阅读全文
posted @ 2017-10-21 11:21 huiy_小溪 阅读(2073) 评论(0) 推荐(0) 编辑
摘要:<a href="list.html" th:href="${#strings.replace(new.href,'{page}',1)}" >MORE+</a> 这段代码执行时会发生错误,如题。 原因在于:new.href 使用java 的关键字,把new改成news后就不再报错。 阅读全文
posted @ 2017-10-20 18:37 huiy_小溪 阅读(519) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示