
springmvc
文章平均质量分 83
「已注销」
这个作者很懒,什么都没留下…
展开
-
springMVC的数据绑定
1、基本数据类型 @RequestMapping(value = "/base.do",method = RequestMethod.POST) @ResponseBody public String testBaseData(@RequestParam(value = "xage",defaultValue = "10",required = false) int ag原创 2017-07-17 12:36:58 · 224 阅读 · 0 评论 -
springMVC数据绑定
package com.java.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.WebDataBinder; import org.springframework.web.bind.annotation.InitBinder; import org原创 2017-09-14 10:14:42 · 208 阅读 · 0 评论 -
springMVC的处理器配置
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:context="http://www.spri原创 2017-09-14 10:17:44 · 308 阅读 · 0 评论