上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: 1、@RequestParam 1.1、请求 <a href="test?userName=刘阳">测试</a> 1.2、处理方法 //当请求参数名和处理方法的参数名不一致时可使用@RequestParam注解解决 @RequestMapping("/test") public String tes 阅读全文
posted @ 2020-02-27 11:42 牛牛的自留地 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 1、请求 <a href="param/test1">Servlet原生API</a> 2、处理方法 @RequestMapping("/param/test1") public String testParam6(HttpServletRequest request, HttpServletRes 阅读全文
posted @ 2020-02-26 21:08 牛牛的自留地 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 1、创建自定义类型转换器类 package com.ly.springmvc.converter; import org.springframework.core.convert.converter.Converter; import java.text.ParseException; import 阅读全文
posted @ 2020-02-26 20:52 牛牛的自留地 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 1、请求: <form action="param/test1" method="post"> userId:<input type="text" name="userId"><br> userName:<input type="text" name="userName"><br> <input t 阅读全文
posted @ 2020-02-26 14:22 牛牛的自留地 阅读(1293) 评论(0) 推荐(0) 编辑
摘要: 1、案例01 1.1、请求: <a href="param/test1?username=刘阳&age=18">测试</a> 1.2、处理方法: @RequestMapping("/param/test1") public String testParam1(String username,int 阅读全文
posted @ 2020-02-26 11:38 牛牛的自留地 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 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/ 阅读全文
posted @ 2020-02-24 16:00 牛牛的自留地 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-02-23 16:19 牛牛的自留地 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-02-23 15:25 牛牛的自留地 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-02-23 14:05 牛牛的自留地 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-02-22 20:34 牛牛的自留地 阅读(799) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 下一页