10 2020 档案

摘要: 阅读全文
posted @ 2020-10-16 12:46 勤快的懒羊羊 阅读(763) 评论(0) 推荐(0) 编辑
摘要:1 <!--配置编码过滤器(过滤器必须要写在上面,因为有缓存)--> 2 <filter> 3 <filter-name>characterEncodingFilter</filter-name> 4 <filter-class>org.springframework.web.filter.Char 阅读全文
posted @ 2020-10-15 15:15 勤快的懒羊羊 阅读(777) 评论(0) 推荐(0) 编辑
摘要:1 @Controller 2 public class UserController { 3 4 //方法一:使用ModeAndView-addObject 5 @RequestMapping(value = "ModelAndView") 6 public ModelAndView modelA 阅读全文
posted @ 2020-10-14 22:57 勤快的懒羊羊 阅读(380) 评论(0) 推荐(0) 编辑