08 2016 档案

摘要:1.SpringMVC中常用的几个注解 1)@Controller 表明当前类为Controller 2)@RequestMaping 当前类或者方法的映射路径,@RequestMapping中常用的几个参数 ①value 当前方法或者控制器的映射路径。当后面还有参数时这一参数不能省略 如:@Req 阅读全文

posted @ 2016-08-30 17:03 terminator-LLH 阅读(425) 评论(0) 推荐(0)

摘要:1.配置web.xml时报了一个错The processing instruction target matching "[xX][mM][lL]" is not allowed. 原因:处理指令匹配的目标xml是不被允许的,一般来说都是文件头出现了问题。 <?xml version="1.0" e 阅读全文

posted @ 2016-08-30 09:57 terminator-LLH 阅读(440) 评论(0) 推荐(0)

摘要: 阅读全文

posted @ 2016-08-16 11:41 terminator-LLH 阅读(346) 评论(0) 推荐(0)

导航