会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Master_Sun
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
12
下一页
2021年1月28日
springmvc 梳理13--@RequestBody 和 @ResponseBody
摘要: https://blog.csdn.net/ff906317011/article/details/78552426
阅读全文
posted @ 2021-01-28 10:33 Master_Sun
阅读(29)
评论(0)
推荐(0)
2021年1月27日
springmvc 梳理12--拦截器
摘要: SpringMVC拦截器有许多应用场景,比如:登录认证拦截器,字符过滤拦截器,日志操作拦截器等等。 1、自定义拦截器 SpringMVC拦截器的实现一般有两种方式 1. 自定义的Interceptor类要实现了Spring的HandlerInterceptor接口。 2. 继承实现了HandlerI
阅读全文
posted @ 2021-01-27 16:15 Master_Sun
阅读(127)
评论(0)
推荐(0)
springmvc 梳理11--restful
摘要: 更详细:http://www.ruanyifeng.com/blog/2011/09/restful.html package com.xinzhi.controller; import com.alibaba.fastjson.JSONObject; import com.xinzhi.entit
阅读全文
posted @ 2021-01-27 12:28 Master_Sun
阅读(53)
评论(0)
推荐(0)
springmvc 梳理10--重定向和转发
摘要: http://c.biancheng.net/view/4406.html https://blog.csdn.net/qq_28165595/article/details/76896354 @RequestMapping("/redirect") public String redirect()
阅读全文
posted @ 2021-01-27 10:56 Master_Sun
阅读(51)
评论(0)
推荐(0)
2021年1月26日
springmvc 梳理9--数据校验
摘要: 占坑
阅读全文
posted @ 2021-01-26 14:28 Master_Sun
阅读(43)
评论(0)
推荐(0)
springmvc 梳理8--数据格式转化
摘要: 占坑
阅读全文
posted @ 2021-01-26 14:27 Master_Sun
阅读(37)
评论(0)
推荐(0)
springmvc 梳理7--获取请求体内容
摘要: 占坑
阅读全文
posted @ 2021-01-26 14:22 Master_Sun
阅读(111)
评论(0)
推荐(0)
springmvc 梳理6--返回json数据 @ResponseBody
摘要: pom.xml <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.8.sec10</version></dependency> 例子: 加上@ResponseBody,
阅读全文
posted @ 2021-01-26 13:56 Master_Sun
阅读(105)
评论(0)
推荐(0)
2021年1月25日
springmvc 梳理5--传参
摘要: 再也不用 getParamter 了 1. 建一个User类 package com.xinzhi.entity; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; impor
阅读全文
posted @ 2021-01-25 22:49 Master_Sun
阅读(84)
评论(0)
推荐(0)
springmvc 梳理4--内置统一的(国际化)字符集处理
摘要: 在 web.xml 中配置一个字符集过滤器即可 <filter> <filter-name>CharacterEncodingFilter</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilt
阅读全文
posted @ 2021-01-25 22:00 Master_Sun
阅读(72)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
12
下一页
公告