- 浏览: 74490 次
- 性别:
- 来自: 北京
最新评论
-
wzg866:
重新Post一下就可以了
windows 2008 Server could not authenticate the supplied identity解决方案 -
ynp:
这个问题 我也遇到了,这是我在gis论坛也发了这个问题http ...
windows 2008 Server could not authenticate the supplied identity解决方案
文章列表
浏览器同源政策及其规避方法
- 博客分类:
- JS
转自:http://www.ruanyifeng.com/blog/2016/04/same-origin-policy.html
浏览器安全的基石是"同源政策"(same-origin policy)。很多开发者都知道这一点,但了解得不全面。
本文详细介绍"同源政策"的各个方面,以及如何规避它。
一、概述
1.1 含义
1995年,同源政策由 Netscape 公司引入浏览器。目前,所有浏览器都实行这个政策。
最初,它的含义是指,A网页设置的 Cookie,B网页不能打开,除非这两个网页"同源"。所谓"同源 ...
转自:http://www.ruanyifeng.com/blog/2016/04/cors.html?bsh_bid=1124838664
CORS是一个W3C标准,全称是"跨域资源共享"(Cross-origin resource sharing)。
它允许浏览器向跨源服务器,发出XMLHttpRequest请求,从而克服了AJAX只能同源使用的限制。
本文详细介绍CORS的内部机制。
一、简介
CORS需要浏览器和服务器同时支持。目前,所有浏览器都支持该功能,IE浏览器不能低于IE10。
整个CORS通信过程,都是浏览器自动完成,不需要用户参与。对于 ...
windwos激活神器
# TopoJSON**TopoJSON** is an extension of GeoJSON that encodes topology. Rather than representing geometries discretely, geometries in TopoJSON files are stitched together from shared line segments called *arcs*. TopoJSON eliminates redundancy, offering much more compact representations of geometry t ...
水文工具集 - 河道洪水演算智能率定系统[Hydrological Utility Package]
集成化的工作环境,友好的界面,操作更为简便快捷
采用马斯京根法进行洪水演算
独创的人工智能算法,参数率定效果极佳
支持多种优化准则
图形成果输出及打印
http://www.cnhup.com/
ArcGIS Js API 加载WMTS服务
windows server 2008修改远程桌面连接数
安装了windows server 2008 R2,现在要远程连接,开启了服务器上的远程桌面连接,使用管理员远程登录。默认情况下windows server 2008只允许一个连接。默认一个账号最大2个连接。
因需要两台电脑连接。在windows server 2008 调整下默认配置。
开启远程桌面连接: 计算机---属性---远程设置---勾选"允许运行任意版本远程桌面的计算机连接(较不安全)"有的时候我们windows server 2008服务器需要多个管理员同时登录的,这时我 ...
1.分析表与索引(analyze 不会重建索引)
analyze table tablename compute statistics 等同于 analyze table tablename compute statistics for table for all indexes for all columnsfor table 的统计信息存在于视图:user_tables 、all_tables、dba_tablesfor all indexes 的统计信息存在于视图: user_indexes 、all_indexes、dba_indexesfor all columns 的统计信 ...
1.拓扑结构库:
https://github.com/mbostock/topojson/releases/v1.4.0
http://bost.ocks.org/mike/fisheye/
http://bost.ocks.org/mike/treemap/
http://bost.ocks.org/mike/path/
2.Voronoi Labels
http://bl.ocks.org/mbostock/6909318
3.Shiboronoi
http://bl.ocks.org/mbostock/7280327
4.Delaunay Force Mesh
h ...
Sql Server查询性能优化之不可小觑的书签查找
Sql Server查询性能优化之不可小觑的书签查找
Oracle 11g 导出空表、少表解决办法
- 博客分类:
- Oracle
ORACLE 11G中有个新特性,当表无数据时,不分配segment,以节省空间
解决方法:
1、insert一行,再rollback就产生segment了。
该方法是在在空表中插入数据,再删除,则产生segment。导出时则可导出空表。
...
http://blog.csdn.net/chaoyang0502/article/details/7173432