Spring MVC
chs_jdmdr
这个作者很懒,什么都没留下…
展开
-
SpirngMVC3.0实现rest风格
SpirngMVC3.0实现rest风格 http://hi.baidu.com/augustus_blog/blog/item/c1d713025f352301728b65d7.html 2010年11月26日 星期五 23:01 @RequestMapping @RequestParam @PathVariable @ModelAttributes @SessionAtt转载 2012-05-15 11:09:49 · 942 阅读 · 0 评论 -
spring mvc initBinder 使用笔记
@InitBinder public void initBinder(WebDataBinder binder) { SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm"); dateFormat.setLenient(false); binder.registerCustomEdit翻译 2014-11-19 13:57:04 · 752 阅读 · 0 评论