上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页
摘要: select rownum as rn,a.*,case when depat_nam1 is null then parent_nam else depat_nam1 end as depat_nam 阅读全文
posted @ 2017-08-22 11:32 Legolas_4 阅读(117) 评论(0) 推荐(0)
摘要: win+r mstsc 阅读全文
posted @ 2017-08-21 10:27 Legolas_4 阅读(145) 评论(0) 推荐(0)
摘要: .. 阅读全文
posted @ 2017-08-19 17:25 Legolas_4 阅读(372) 评论(0) 推荐(0)
摘要: <html lang="en" xmlns:th="http://www.thymeleaf.org"><head> <meta charset="UTF-8"> <title>Test</title></head><body><div> <span th:text="${method}">haha 阅读全文
posted @ 2017-08-19 16:50 Legolas_4 阅读(154) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/xiaohuasan/p/5329510.html http://www.jb51.net/article/53479.htm 后面加url 路径 阅读全文
posted @ 2017-08-19 16:29 Legolas_4 阅读(168) 评论(0) 推荐(0)
摘要: @RequestMapping(method = RequestMethod.GET, value = "/update/{id}")public String forUpdate(Model model, @PathVariable("id") Long id) { SystemRole syst 阅读全文
posted @ 2017-08-19 16:28 Legolas_4 阅读(553) 评论(0) 推荐(0)
摘要: 。。 阅读全文
posted @ 2017-08-19 15:23 Legolas_4 阅读(108) 评论(0) 推荐(0)
摘要: js取后台model值<script th:inline="javascript">var data = [[${data}]];</script> 这两种都行 隐藏域方法对象集合不太方便 这两种都行 隐藏域方法对象集合不太方便 阅读全文
posted @ 2017-08-19 11:06 Legolas_4 阅读(2446) 评论(0) 推荐(0)
摘要: @Overridepublic void addRoleResources(Resources[] resources, Long roleId) { Map<String, Object> params = new HashMap<>(); params.put("roleId", roleId) 阅读全文
posted @ 2017-08-19 10:42 Legolas_4 阅读(852) 评论(0) 推荐(0)
摘要: function addUserRole() { var instance = $('#resourcesTree').jstree(true); var select = instance.get_checked (true); var ids = []; for (var i = 0; i < 阅读全文
posted @ 2017-08-19 10:27 Legolas_4 阅读(187) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页