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