如果我们在web.xml中配置的struts2的接收请求的路径为: struts2 /* 是可以用struts2中使用servlet的,只是必须让struts2的action来转发到servlet的url-pattern中的地址就可以了。我们简单的举例如下:例如定义了一个ser...
分类:
Web程序 时间:
2014-06-28 12:53:40
阅读次数:
227
Install apache2To execute the install command in terminal:sudo apt-get install apache2Then, we can find that the apache2 has been installed in "/etc/"...
分类:
Web程序 时间:
2014-06-24 09:39:53
阅读次数:
363
在动手操作前最好先安装好MySQL-Proxy,并配置好MySQL主从服务器。补充:新版MySQL已经内建支持延迟问题读写分离不能回避的问题之一就是延迟,可以考虑Google提供的SemiSyncReplicationDesign补丁。端口问题MySQL-Proxy缺省使用的是4040端口,如果你想...
分类:
数据库 时间:
2014-06-23 08:31:52
阅读次数:
403
搞定在前面述,httpd与tomcat整合方式 当前已知的有 ajp_proxy,mod_jk.so jk connecteor连接器下载地址http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/具体搞定策略步骤1,安装httpd,基于...
分类:
其他好文 时间:
2014-06-23 06:34:38
阅读次数:
265
1. 概念 代理模式又称为委托模式 ;为其他对象提供一种代理以控制对这个对象的访问。2. 案例 package org.demo.proxy.demo01;public class Demo03 { public static void main(String[] args) { ...
分类:
其他好文 时间:
2014-06-23 00:04:00
阅读次数:
302
模板方法模式(template method pattern) JFrame 详解本文地址: http://blog.csdn.net/caroline_wendy参考模板方法模式(template method pattern): http://blog.csdn.net/caroline_wendy/article/details/32159455模板方法模式(template method ...
分类:
其他好文 时间:
2014-06-22 21:36:47
阅读次数:
283
模板方法模式(template method pattern) Applet 详解本文地址: http://blog.csdn.net/caroline_wendy参考模板方法模式(template method pattern): http://blog.csdn.net/caroline_wendy/article/details/32159455模板方法模式(template method ...
分类:
移动开发 时间:
2014-06-22 15:28:58
阅读次数:
176
模板方法模式(template method pattern) 排序(sort) 详解本文地址: http://blog.csdn.net/caroline_wendy参考模板方法模式(template method pattern): http://blog.csdn.net/caroline_wendy/article/details/32159455模板方法模式的一个主要的应用是排序(sor...
分类:
其他好文 时间:
2014-06-22 15:24:51
阅读次数:
231
先上图 VNC Proxy的功能: 将公网(public network)和私网(private network)隔离 VNC client运行在公网上,VNCServer运行在私网上,VNC Proxy作为中间的桥梁将二者连接起来 VNC Proxy通过token对VNC Client进行验证 V...
分类:
其他好文 时间:
2014-06-21 18:22:56
阅读次数:
268
简单的proxy之TinyHTTPProxy.py如果是在外企工作的话,可以访问美国的机器,这样就可以在美国的机器上为自己装个proxy,然后本地就可以很容易的使用proxy来上网了。TinyHTTPProxy.py :主页:http://www.voidtrance.net/2010/01/sim...
分类:
其他好文 时间:
2014-06-21 15:00:24
阅读次数:
200