随笔分类 - J2EE开发--Spring框架学习
摘要:不能找到对应的带有@SpringBootConfiguration 的类,你需要将它放在包的最顶层。
阅读全文
摘要:First step setup for the pom.xml with hibernate dependency , hibernate dependency need to before the struts2,because the javassist dependency com.google.guava guava RELEASE ...
阅读全文
摘要:转自: http://www.cnblogs.com/JemBai/archive/2010/11/10/1873954.html struts+spring action应配置为scope="prototype" 但是对那些Dao的实现类推介scope=“singleton” ,因...
阅读全文
摘要:参考地址:http://blog.csdn.net/xuefei7/article/details/6656993
阅读全文
摘要:参考地址:http://www.newsmth.net/pc/pccon.php?id=2206&nid=398188代码如下;strHTML +="<a class="close" href="#" onclick="$o(/"" + this.id + "/").getTab(/"" + tabpage.id + "/").close(); return false; ">";或者是如下操作:<a href
阅读全文
摘要:tomcat5中,为了保证get数据采用UTF8编码,在server.xml中进行了如下设置:<Connector port="8080" maxThreads="150" minSpareThreads="25"maxSpareThreads="75" enableLookups="false" redirectPort="8443"acceptCount="100" debug="99" connectionTimeout=&
阅读全文