码迷,mamicode.com
首页 >  
搜索关键字:cross domain    ( 6172个结果
javascript基础-HTML5
跨文档消息(Web Messaging cross-document messaging) 原理 往有关联(同一框架/弹出)的文档传递数据。 Message Channel在javascript基础-ajax做了解释 写法 两iframe通信 //一...
分类:编程语言   时间:2014-09-04 13:15:59    阅读次数:223
usage of elinks (命令行下的firefox)
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
.NET AOP的实现
一、AOP实现初步AOP将软件系统分为两个部分:核心关注点和横切关注点。核心关注点更多的是Domain Logic,关注的是系统核心的业务;而横切关注点虽与核心的业务实现无关,但它却是一种更Common的业务,各个关注点离散地分布于核心业务的多处。这意味着,如果不应用AOP,那么这些横切关注点所代表...
分类:Web程序   时间:2014-09-03 19:33:37    阅读次数:281
RailsCase27 Cross Site Scripting 跨站点脚本攻击
跨站点脚本是开发过程中经常需要考虑的安全问题。此种情形发生在允许用户直接输入html、javascript脚本时。在下述的website中,我们并没有过滤输入的内容,导致一些安全漏洞。 如果在输入框中输入由包围的内容,当页面被加载的时候,脚本将被执行,每次均将在前端展示。例如,如果输入alert(’hello’)并保存,每次浏览此页面时,都将看到alert的窗口。 嵌入页面的javas...
分类:其他好文   时间:2014-09-03 11:22:56    阅读次数:307
[译] 如何调试CSS的跨浏览器样式bug
http://www.cnblogs.com/newyorker/archive/2013/01/22/2870682.html原文 http://www.stubbornella.org/content/2012/05/02/cross-browser-debugging-css/作者为YAHOO...
分类:Web程序   时间:2014-09-02 19:40:15    阅读次数:270
源码安装Apache,报错:Cannot use an external APR with the bundled APR-util和httpd: Could not reliably determine the server's fully qualified domain name
一、解决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
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
AJAX跨域的解决办法? 同步异步
1. HTTP协议的状态消息都有哪些?1**:请求收到,继续处理2**:操作成功收到,分析、接受3**:完成此请求必须进一步处理4**:请求包含一个错误语法或不能完成5**:服务器执行一个完全有效请求失败2. AJAX跨域的解决办法?1、document.domain+iframe的设置 对于主域....
分类:其他好文   时间:2014-09-02 12:17:04    阅读次数:289
SQL 的join 区别
----------------------INNER JOIN---------------------------1. 三表联合查询select XX,XX from a , b , c笛卡尔积,等同于cross join2. cross join--列出两边所有组合,也叫笛卡尔集A.Rows ...
分类:数据库   时间:2014-09-02 11:58:24    阅读次数:240
[cross domain] four approachs to cross domain in javascript
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!