spring mvc
文章平均质量分 80
chenweishaoxing
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring MVC:使用InternalResourceViewResolver视图解析器
Spring MVC:使用InternalResourceViewResolver视图解析器 参考:Sping 2.0.8\docs\MVC-step-by-step 实现目标 编写一个ShirdrnController,实现了org.springframework.web.servlet.mvc.Controller接口; 使用JSP文件作为视图,将控制器返回的M...原创 2012-12-03 15:51:41 · 656 阅读 · 0 评论 -
@RequestMapping的分类
@RequestMapping的分类 类级别的和方法级别的 @RequestMapping的几种形式: @RequestMapping(method = RequestMethod.GET) @RequestMapping(value="/{day}", method = RequestMethod.GET)//day为方法中的参数 @Request...原创 2012-12-03 16:21:05 · 308 阅读 · 0 评论 -
SpringMVC使用@ResponseBody输出字符串时遇到的乱码问题及解决办法
http://tchen8.iteye.com/blog/993504原创 2012-12-04 09:38:45 · 104 阅读 · 0 评论 -
LoginController
https://github.com/kai8406/cmop/commit/b40d745fc0f5a902d1af17955d8be47a0230e28d#diff-0 -package com.sobey.mvc.web; 2 - 3 -import org.apache.shiro.web.filter.authc.For...原创 2012-12-12 10:40:03 · 1371 阅读 · 0 评论 -
spring mvc
http://ajgfxxzefd.l10.yunpan.cn/lk/QewV9qIkQUJDR原创 2013-07-14 18:00:07 · 106 阅读 · 0 评论
分享