会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Legolas
成长之路。。。
博客园
首页
新随笔
联系
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
18
下一页
2017年8月22日
【数据库】case when
摘要: 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)
2017年8月21日
【系统】远程桌面的连接方法
摘要: win+r mstsc
阅读全文
posted @ 2017-08-21 10:27 Legolas_4
阅读(145)
评论(0)
推荐(0)
2017年8月19日
【svn】svn: E155015: 提交失败
摘要: ..
阅读全文
posted @ 2017-08-19 17:25 Legolas_4
阅读(372)
评论(0)
推荐(0)
【html】thymeleaf的使用
摘要: <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)
【js】window.location.href
摘要: 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)
【java】model.addAttribute("method", "update");
摘要: @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)
【学习】jstree的使用
摘要: 。。
阅读全文
posted @ 2017-08-19 15:23 Legolas_4
阅读(108)
评论(0)
推荐(0)
【js】js取后台model值
摘要: js取后台model值<script th:inline="javascript">var data = [[${data}]];</script> 这两种都行 隐藏域方法对象集合不太方便 这两种都行 隐藏域方法对象集合不太方便
阅读全文
posted @ 2017-08-19 11:06 Legolas_4
阅读(2446)
评论(0)
推荐(0)
【Java】角色添加权限的方法,先删除,再添加。而不是用修改,这样很方便。
摘要: @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
下一页
公告