摘要:
1、@RequestParam 1.1、请求 <a href="test?userName=刘阳">测试</a> 1.2、处理方法 //当请求参数名和处理方法的参数名不一致时可使用@RequestParam注解解决 @RequestMapping("/test") public String tes 阅读全文
摘要:
1、请求 <a href="param/test1">Servlet原生API</a> 2、处理方法 @RequestMapping("/param/test1") public String testParam6(HttpServletRequest request, HttpServletRes 阅读全文
摘要:
1、创建自定义类型转换器类 package com.ly.springmvc.converter; import org.springframework.core.convert.converter.Converter; import java.text.ParseException; import 阅读全文
摘要:
1、请求: <form action="param/test1" method="post"> userId:<input type="text" name="userId"><br> userName:<input type="text" name="userName"><br> <input t 阅读全文
摘要:
1、案例01 1.1、请求: <a href="param/test1?username=刘阳&age=18">测试</a> 1.2、处理方法: @RequestMapping("/param/test1") public String testParam1(String username,int 阅读全文
摘要:
1、代码结构 2、具体内容 2.1、maven依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/ 阅读全文
摘要:
1、maven依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan 阅读全文
摘要:
1、maven依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan 阅读全文
摘要:
1、maven依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan 阅读全文
摘要:
1、maven依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan 阅读全文