摘要: /** * IPMTPP Config.java * 2013-5-29 */package cn.ipanel.msg.util.common; import java.io.File;import java.io.FileInputStream;import java.io.FileOutput 阅读全文
posted @ 2017-11-23 18:27 草莓王子 阅读(675) 评论(0) 推荐(0) 编辑
摘要: 携带cookie的跨域解决方案 有的时候访问后台的请求需要携带cookie以供后台分析,比如jQuery的ajax请求: $.ajax({ url: a_cross_domain_url, xhrFields: { withCredentials: true } }); 这个时候就要求能跨域,还要能 阅读全文
posted @ 2017-11-23 18:24 草莓王子 阅读(1002) 评论(0) 推荐(0) 编辑
摘要: 实现目标: A 服务器上 /opt/web 目录,与B服务器上 /opt/web目录实现同步。即:B主动与A进行同步。 OS: Reaht AS4 A Server 192.168.1.2 /opt/web B Server 192.168.1.3 /opt/web 一. A Server conf 阅读全文
posted @ 2017-11-23 18:23 草莓王子 阅读(297) 评论(0) 推荐(0) 编辑