首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > VC/MFC >

关于springmvc交付出现The request sent by the client was syntactically incorrect ()

2013-09-06 
关于springmvc提交出现The request sent by the client was syntactically incorrect ()/** * 转换绑定的

关于springmvc提交出现The request sent by the client was syntactically incorrect ()
/** * 转换绑定的日期格式 * * @param request * @param model * @return */@InitBinderpublic void initBinder(WebDataBinder binder) {DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd");dateFormat.setLenient(true);binder.registerCustomEditor(Date.class, new CustomDateEditor(dateFormat, true));}

?

?

热点排行