在写这篇的时候本来想把标题直接写成报错的提示,如下:“SecurityError:Blocked a frame with origin "http://localhost:55080" from accessing a cross-origin frame.”但是有点长,会显示不全,就想还是换一下...
分类:
Web程序 时间:
2014-09-05 14:17:51
阅读次数:
208
http://api.map.baidu.com/direction?origin=latlng:22.550297,113.962555|name:我的位置&destination=22.553143,113.95336&mode=driving®ion=''&output=html&src...
分类:
微信 时间:
2014-09-04 18:39:09
阅读次数:
1872
use msdbgo--if object_id('tempdb..#SqlAgentJob') is not null-- drop table #SqlAgentJob--godeclare @SqlAgentJob table([job_id] uniqueidentifier,[origin...
分类:
数据库 时间:
2014-09-02 10:11:24
阅读次数:
270
Create a new repository on the command linetouch README.mdgit initgit add README.mdgit commit -m "first commit"git remote add origin https://github.co...
分类:
其他好文 时间:
2014-09-02 01:33:03
阅读次数:
230
今天用JQuery操作Ajax时,使用load方法加载html块 结果提示: XMLHttpRequest cannot load file~~~~~~~Origin 'null' is therefore not allowed access原因如下: Chrome不支持本地Ajax...
分类:
其他好文 时间:
2014-09-01 12:19:03
阅读次数:
201
cd到自己的git本地仓库:撤销本地修改: 如果在本地修改了文件,可以用git check out还原到未更改前的状态添加所有文件:git add .查看状态git status提交到本地缓冲区git commit -am "add a file"提交到远程服务器git push origin br...
分类:
其他好文 时间:
2014-08-28 23:57:46
阅读次数:
380
解决Ajax跨域问题:Origin xx is not allowed by Access-Control-Allow-Origin.今天一个Ajax跨域问题,纠结我半天,记录之。 title 测试Ajax跨域问题没有结果,chrome用F12 下查看错误 得知:XMLH...
分类:
数据库 时间:
2014-08-22 22:26:59
阅读次数:
358
git remote add origin https://git.oschina.net/wcms/WCMS.git?//添加仓库 git remote 查看当前仓库 git remote remove origin //删除仓库 git push origin ?:version ?//删除远程分支...
分类:
其他好文 时间:
2014-08-21 17:27:34
阅读次数:
218
Failed to read the ‘contentDocument‘ property from ‘HTMLIFrameElement‘: Blocked a frame with origin "null" from accessing a frame with origin "null". Protocols, domains, and ports must match.? 不想...
分类:
其他好文 时间:
2014-08-21 17:26:44
阅读次数:
164
摘自: CSDN逆觞git在pull时,出现这种错误的时候,可能很多人进进行stash,相关stash的请看:Error pulling origin: error: Your local changes to the following files would be overwritten by ...