摘要: Eclipse 小技巧 Eclipse提速General > Startup and Shutdown : 移除所有在启动时加载的插件。General > Editors > Text Editors > Spelling : 关闭拼写检查。General > Appearance > 取消勾选“E 阅读全文
posted @ 2018-04-13 18:08 大-盖伦 阅读(123) 评论(0) 推荐(0) 编辑
摘要: //渲染jsp的流程 DispatcherServlet(HttpServlet).service(HttpServletRequest, HttpServletResponse) DispatcherServlet(FrameworkServlet).doGet(HttpServletRequest, HttpServletResponse) DispatcherServlet(Fr... 阅读全文
posted @ 2018-04-13 15:47 大-盖伦 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 参见: https://www.cnblogs.com/sonng/p/6652059.html 但我发现fastjson的评价并不好 阅读全文
posted @ 2018-04-11 19:14 大-盖伦 阅读(1231) 评论(0) 推荐(0) 编辑
摘要: http://mvnrepository.com/tags/maven http://search.maven.org/ http://maven.aliyun.com/nexus/#welcome 阅读全文
posted @ 2018-04-11 18:42 大-盖伦 阅读(389) 评论(0) 推荐(0) 编辑
摘要: http://www.cppblog.com/aaxron/ cppblog好慢啊! 阅读全文
posted @ 2018-04-11 18:11 大-盖伦 阅读(111) 评论(0) 推荐(0) 编辑
摘要: spring中afterPropertiesSet方法与init-method配置描述 1. InitializingBean.afterPropertiesSet() Spring中InitializingBean接口类为bean提供了定义初始化方法的方式,它仅仅包含一个方法:afterPropertiesSet()。 Bean实现这个接口,在afterPropertiesSet()中编写初... 阅读全文
posted @ 2018-04-09 11:59 大-盖伦 阅读(424) 评论(0) 推荐(0) 编辑