文章
3
标签
0
分类
0
首页
归档
分类
标签
相册
123
返回首页
搜索
首页
归档
分类
标签
相册
123
发表于
2026-01-14
|
更新于
2026-01-15
|
浏览量:
文章作者:
HEI MANBA
文章链接:
http://kaijie666.me/2026/01/14/%E6%81%8B%E7%88%B1Blog/
版权声明:
本博客所有文章除特别声明外,均采用
CC BY-NC-SA 4.0
许可协议。转载请注明来源
阳光大馕孩的Blog
!
上一篇
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment
下一篇
test
1、Bean注解的使用 作用:是将一个第三方类注入到IOC容器当中,使其成为Bean 使用方式:在一个由声明了@Configuration的配置类当中统一管理多个bean,方法的返回值即为外部类的类型,方法的名称即为bean的名称 2、对象的属性拷贝 场景:一个DTO对象拥有一个实体类对象的部分属性,并且想通过该DTO对象给实体类对象赋值的时候 使用方式:使用BeanUtils.copyProperties(DTO对象,目标对象) 要求:属性的名称需要一样 3、拦截器方法中的参数handler 它是SpingMVC提供给拦截器当前请求想要执行的应用程序的对象 HandlerMethod:表示一个Controller方法 ResourceHttpRequestHandler:表示静态资源请求 if (!(handler instanceof HandlerMethod)) { //当前拦截到的不是动态方法,直接放行 return true; } 4、DateTimeFormat和JsonFormat DateTimeFormat...
HEI MANBA
文章
3
标签
0
分类
0
Follow Me
公告
This is my Blog
最新文章
Hello World
2026-01-15
123
2026-01-14
test
2026-01-13
搜索
数据加载中