全部博文(842)
发布时间:2012-07-06 10:38:04
使用线程池,用较少的线程处理较多的访问,可以提高tomcat处理请求的能力。使用方式: 首先。打开/conf/server.xml,增加 <Executor name="tomca......【阅读全文】
发布时间:2012-07-06 10:24:42
学习设计模式有两个意义: 一、学习设计模式最重要的是了解模式的 <FONT color=#634......【阅读全文】
发布时间:2012-07-06 10:15:44
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Arial; line-height: 26px; text-align: left; backgrou......【阅读全文】
发布时间:2012-07-06 10:11:01
Struts2将Result列为一个独立的层次,可以说是整个Struts2的Action层架构设计中的另外一个......【阅读全文】