学习点滴
michnus
这个作者很懒,什么都没留下…
展开
-
springmvc 3.3 json中文乱码
spring-mvc.xml public class UTF8StringHttpMessageConverter extends AbstractHttpMessageConverter { public static final Charset DEFAULT_CHARSET = Charset.forName("UTF-8"); pri转载 2012-09-10 10:59:25 · 611 阅读 · 0 评论 -
apache shiro
http://shiro.apache.org/spring.html Shiro applications need an application singleton SecurityManager instance http://shiro.apache.org/documentation.html 主要对象SecurityManager ...原创 2012-09-10 11:00:06 · 853 阅读 · 0 评论 -
myPagination 分页插件(ajax) + springmvc + springdata
前台 $(function() { $("#pagediv").myPagination({ currPage: 1, pageCount: 10, pageSize: 7, ajax: { on: true, //开启状态原创 2012-09-10 10:25:15 · 3627 阅读 · 0 评论 -
apache shiro 自定义过滤器及使用
public class MyFilter implements Filter { private String myLoginUrl = "/error/4031"; private final String default_content_type = "application/x-www-form-urlencoded"; public void setMy原创 2012-09-17 14:08:10 · 1962 阅读 · 0 评论