随笔分类 - J2EE开发--Hibernate框架学习
摘要:JDK13必须知道的81个新特性和API接口
阅读全文
摘要:download place:https://launchpad.net/test-db/ ,choose this file from the right panel:employees_db-full-1.0.6.tar.bz2 this is the full version. unzip this file and cd to this file ,then use mysql co...
阅读全文
摘要: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://blog.csdn.net/xujinfu2/article/details/7533896
阅读全文
摘要:参考地址:http://www.cnblogs.com/seed_lee/archive/2011/05/10/2042355.html参考地址:http://archive.cnblogs.com/a/2275489/参考地址:http://blog.csdn.net/vipwalkingdog/article/details/7339910参考地址:http://hi.baidu.com/200770842223/blog/item/71b421339744bb48ad4b5f94.htmlajax异步提交数据,不提交页面,结合struts2的实例:http://blog.csdn.net
阅读全文
摘要:参考地址:http://www.cnblogs.com/myfjd/archive/2012/01/18/2325906.html
阅读全文
摘要:参考地址: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=&
阅读全文