
java
macandroid
这个作者很懒,什么都没留下…
展开
-
The Struts 2 Architecture
From 官方文档 struts-2.3.16.3-docs/struts-2.3.16.3/docs/the-struts-2-request-flow.html原创 2014-08-25 17:37:35 · 505 阅读 · 0 评论 -
模拟Tomcat
class Client implements Runnable{ private static String basePath="d:/web"; private Socket socket; public Client(Socket socket){ this.socket=socket; } @Override public void run() {原创 2014-08-18 20:19:56 · 1266 阅读 · 0 评论