码迷,mamicode.com
首页 >  
搜索关键字:cross domain    ( 6172个结果
代理模式 与 Spring AOP
AOP:在一个服务的流程中插入与业务逻辑无关的系统服务逻辑(例如Logging、Security),这样的逻辑称为Cross-cutting concerns,将Cross-cutting concerns独立出来设计为一个对象,这样的特殊对象称之为Aspect,Aspect-oriented pr...
分类:编程语言   时间:2014-07-25 13:52:31    阅读次数:251
Information Centric Networking Based Service Centric Networking
A method implemented by a network device residing in a service domain, wherein the network device comprises an information centric networking (ICN) tr...
分类:Web程序   时间:2014-07-25 02:58:55    阅读次数:596
Handle URL anchor change event in js 监控地址栏里面的#后面
Google Custom Search Engines use a timer to check the hash against a previous value, whilst the child iframe on a seperate domain updates the parent‘s location hash to contain the size of the ifram...
分类:Web程序   时间:2014-07-24 12:31:35    阅读次数:289
CSRF——攻击与防御
CSRF——攻击与防御author: lake20x01 什么是CSRF攻击 CSRF是Cross Site Request Forgery的缩写(也缩写为XSRF),直译过来就是跨站请求伪造的意思,也就是在用户会话下对某个CGI做一些GET/POST的事情——这些事情用户未必知道和愿意做,你能够把...
分类:其他好文   时间:2014-07-24 12:23:05    阅读次数:353
CSRF 攻击的应对之道
简介:CSRF(Cross Site Request Forgery, 跨站域请求伪造)是一种网络的攻击方式,该攻击可以在受害者毫不知情的情况下以受害者名义伪造请求发送给受攻击站点,从而在并未授权的情况下执行在权限保护之下的操作,有很大的危害性。然而,该攻击方式并不为大家所熟知,很多网站都有 CSR...
分类:其他好文   时间:2014-07-23 14:54:56    阅读次数:246
JavaScript跨域总结与解决办法
什么是跨域1、document.domain+iframe的设置2、动态创建script3、利用iframe和location.hash4、window.name实现的跨域数据传输5、使用HTML5 postMessage6、利用flash本文来自网络(http://f2e.me/200904/cr...
分类:编程语言   时间:2014-07-23 12:30:46    阅读次数:296
Ibatis2.3.4的一个bug
java.lang.ClassCastException: com.chat.upgrade.domain.ClientFile cannot be cast to java.lang.String     今天查一个对象转化成json串报错的问题,查了两个小时,最后问题的根源居然是ibatis。     ibatis的语句如下: SELECT url FROM c...
分类:其他好文   时间:2014-07-22 23:59:28    阅读次数:567
交叉编译live555共享库
作者:咕唧咕唧liukun321来自:http://blog.csdn.net/liukun321可以通过这个链接获得最新的live555源码:Live555源码下载若需要将live555编译共享库,可以借助config.linux-with-shared-libraries配置文件。首先需要修改配置文件的交叉编译器:1、在该文件26行处添加26 CROSS_COMPILE?=       /op...
分类:其他好文   时间:2014-07-21 13:31:26    阅读次数:315
智能指针tr1::shared_ptr、boost::shared_ptr使用
对于tr1::shared_ptr在安装vs同时会自带安装,但是版本较低的不存在。而boost作为tr1的实现品,包含 “Algorithms Broken Compiler Workarounds Concurrent Programming Containers Correctness and Testing Data Structures Domain Specific Fu...
分类:其他好文   时间:2014-07-19 23:18:19    阅读次数:371
内核配置备份
编译内核配置脚本: #!/bin/bash export CCOMPILER=arm-xilinx-linux-gnueabi-gccexport ARCH=armexport CROSS_COMPILE=arm-xilinx-linux-gnueabi-export PATH=$PATH:/roo...
分类:其他好文   时间:2014-07-19 16:04:15    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!