摘要: 前提:实现负载均衡,即当访问项目时,会通过代理服务器将请求分发到不同的服务器上。 weblogic的故障转移配置 在项目的WEB-INF目录下创建weblogic.xml 加了上述文件后,项目就有了故障转移的能力了。 阅读全文
posted @ 2017-07-11 18:07 hoey94 阅读(254) 评论(0) 推荐(0) 编辑
摘要: package test; import java.util.ArrayList; import java.util.Iterator; import java.util.List; public class Test { public static void main(String[] args) { List list = new Array... 阅读全文
posted @ 2017-07-11 11:07 hoey94 阅读(214) 评论(1) 推荐(0) 编辑