首先,你的拥有一个有泛域名解析的顶级域名,例如: domain.com 其次,在 httpd.conf 中打开 mod_rewrite 之后,在 httpd.conf 的最后,添加以下内容: RewriteEngine on RewriteMap lowercase int:tolower ...
分类:
系统相关 时间:
2014-09-05 14:20:21
阅读次数:
312
什么是跨域1、document.domain+iframe的设置2、动态创建script3、利用iframe和location.hash4、window.name实现的跨域数据传输5、使用HTML5
postMessage6、利用flash
本文来自网络(http://f2e.me/200904/cross-scripting/,该网址已不能访问),仅作个人读书笔记之用,并稍作修改和...
分类:
编程语言 时间:
2014-09-04 17:09:59
阅读次数:
284
No.0Press "Esc" to show main menu=============================================No.1tyep "elinks" to start the program, or add a domain name,for example...
分类:
其他好文 时间:
2014-09-04 13:13:49
阅读次数:
172
一、AOP实现初步AOP将软件系统分为两个部分:核心关注点和横切关注点。核心关注点更多的是Domain Logic,关注的是系统核心的业务;而横切关注点虽与核心的业务实现无关,但它却是一种更Common的业务,各个关注点离散地分布于核心业务的多处。这意味着,如果不应用AOP,那么这些横切关注点所代表...
分类:
Web程序 时间:
2014-09-03 19:33:37
阅读次数:
281
一、解决APR和APR-util错误: 1.1、安装APR:[root@ganglia httpd-2.2.23]# cd srclib/apr[root@ganglia apr]# ./configure --prefix=/usr/local/apr root@ganglia apr]# ...
分类:
其他好文 时间:
2014-09-02 17:10:15
阅读次数:
186
Sequential consistency is one of the consistency models used in the domain of concurrent
computing (e.g. in distributed shared memory, distributed
transactions, etc.).
It was first defined as t...
分类:
其他好文 时间:
2014-09-02 15:54:44
阅读次数:
172
1. HTTP协议的状态消息都有哪些?1**:请求收到,继续处理2**:操作成功收到,分析、接受3**:完成此请求必须进一步处理4**:请求包含一个错误语法或不能完成5**:服务器执行一个完全有效请求失败2. AJAX跨域的解决办法?1、document.domain+iframe的设置 对于主域....
分类:
其他好文 时间:
2014-09-02 12:17:04
阅读次数:
289
four approachs can cross domain in javascript1.jsonp2.document.domain(only in frame and they have one same parent domain)3.window.name4.window.postMes...
分类:
移动开发 时间:
2014-09-02 11:47:34
阅读次数:
197
webpage字段解释webpage各阶段的字段值变化ROW com.2345.www:http/COL f : fi //fetchIntervalCOL f : ts //fetchTimeid主键,根据网页url生成(格式:reversed domain name...
分类:
其他好文 时间:
2014-09-01 19:07:13
阅读次数:
213
SSAS的权限控制是基于Role进行,而Role的成员只能是windows用户或域用户,不像SQL Server可以创建db级别的用户,如果你是以Excel作为OLAP客户端的话麻烦就来了,部署SSAS的服务器多数情况下是和客户端PC不在同一个域环境的,防火墙又不方便做domain trust,由此...
分类:
其他好文 时间:
2014-09-01 17:15:03
阅读次数:
180