摘要: 项目是使用spring MVC (1)在浏览器中访问,后台总报错: Java代码 No mapping found for HTTP request with URI [/exam3/welcome] in DispatcherServlet with name 'spring2' 查了好半天,才发 阅读全文
posted @ 2016-08-02 23:18 Sharpest 阅读(1162) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/chris_mao/article/details/48811507 Mybatis的真正强大,在于她对SQL的映射,这也是她吸引人的地方。实现相同的功能,她要比直接使用JDBC省去95%的代码量。而且将 SQL语句独立在Java代码之外,为程序的修 阅读全文
posted @ 2016-08-02 22:00 Sharpest 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 1.@RequestParam 2.@PathVariable @ModelAttribute 4.Request对象 阅读全文
posted @ 2016-08-02 21:57 Sharpest 阅读(544) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lyhabc/p/3691555.html 阅读全文
posted @ 2016-08-02 20:47 Sharpest 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Apache Tiles 是什么? A free open-sourced templating framework for modern Java applications. Based upon the Composite pattern it is built to simplify the 阅读全文
posted @ 2016-08-02 20:43 Sharpest 阅读(647) 评论(0) 推荐(0) 编辑