上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页

2017年3月24日

模板导入html

摘要: #parse( "plugin/page.html") 阅读全文

posted @ 2017-03-24 15:39 老邱2 阅读(104) 评论(0) 推荐(0) 编辑

layer中的淡出层

摘要: //点击修改密码 function changeUserPwd(){ var content = '' + '原密码:' + '新密码:' + '确认密码:' + '... 阅读全文

posted @ 2017-03-24 14:42 老邱2 阅读(144) 评论(0) 推荐(0) 编辑

login成功页面

摘要: function getRoles(menuId) { $.ajax({ type: 'POST', url:"${rc.contextPath}/login/isUserRole.htm?indet=log&menuId="+menuId, data:{... 阅读全文

posted @ 2017-03-24 14:33 老邱2 阅读(563) 评论(0) 推荐(0) 编辑

login.jsp

摘要: 阅读全文

posted @ 2017-03-24 14:21 老邱2 阅读(358) 评论(0) 推荐(0) 编辑

rc意思

摘要: 阅读全文

posted @ 2017-03-24 14:00 老邱2 阅读(116) 评论(0) 推荐(0) 编辑

spring拦截器

摘要: 个人公众号:益起走 阅读全文

posted @ 2017-03-24 12:32 老邱2 阅读(84) 评论(0) 推荐(0) 编辑

2017年3月23日

spring异常处理三

摘要: 通过定义一个ExceptionHandler注解,其他controller继承他可以根据不同的异常进行处理。 阅读全文

posted @ 2017-03-23 17:55 老邱2 阅读(75) 评论(0) 推荐(0) 编辑

spring异常处理二

摘要: 阅读全文

posted @ 2017-03-23 17:44 老邱2 阅读(64) 评论(0) 推荐(0) 编辑

spring异常

摘要: @RequestMapping("/test") public String view() throws ExceptionTest{ if(true){ throw new ExceptionTest(); } return "index"; } 阅读全文

posted @ 2017-03-23 17:29 老邱2 阅读(79) 评论(0) 推荐(0) 编辑

2017年3月21日

spring事物

摘要: <!-- 配置事务异常封装 --> <bean id="persistenceExceptionTranslationPostProcessor" class="org.springframework.dao.annotation.PersistenceExceptionTranslationPos 阅读全文

posted @ 2017-03-21 14:41 老邱2 阅读(113) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页

导航