码迷,mamicode.com
首页 >  
搜索关键字:mginx location    ( 8134个结果
Foundation-01_结构体NSRange
Foundation框架是其他所有IOS框架的基础Foundation中常用的结构体: NSRange (location、length) NSPoint\CGPoint NSSize\CGSize NSRect\CGRectNSRange: 有两个成员:location(...
分类:其他好文   时间:2014-10-27 22:53:37    阅读次数:185
E6浏览器中window.location.href无效解决办法
IE6下window.location.href="www.baidu.com"无法打开,改为window.location.href="http://www.baidu.com" 问题解决。 原因:IE6下window.location.href值必须写上完整的地址,不能使用相对地址。 IE6下A标签解决方...
分类:Windows程序   时间:2014-10-27 13:00:24    阅读次数:212
iOS Core Location 实现定位
在iphone中可以用core location功能来实现地理定位,并可用mapkit 框架加载google地图。 想得到定点的信息,其实 不难,只需要涉及到几个类,CLLocationManager, CLLocation, CLLocationManagerdelegate协 议,CLLocationCoodinate2D, CLLocationDegrees。 先实例化一个CLLocatio...
分类:移动开发   时间:2014-10-27 10:56:27    阅读次数:247
C# 解析百度天气数据,Rss解析百度新闻以及根据IP获取所在城市
百度天气 接口地址:http://api.map.baidu.com/telematics/v3/weather?location=上海&output=json&ak=hXWAgbsCC9UTkBO5V5Qg1WZ9,其中ak是密钥,自行去申请即可,便于大家测试,楼主就公布并了自己的Key,这样可....
分类:Windows程序   时间:2014-10-27 10:43:20    阅读次数:331
js实例--浏览器模块
window,navigator,screen,history,location;弹出框:仅弹出:alert('string');返回布尔值:confirm('string');返回输入值:prompt('string','default')离开页面:window.onnuload;window.o...
分类:Web程序   时间:2014-10-27 09:15:54    阅读次数:201
JS获取项目根目录
function getRootPath(){ //获取当前网址,如: http://localhost:8088/test/test.jsp var curPath=window.document.location.href; //获取主机地址之后的目录,如: test/test...
分类:Web程序   时间:2014-10-26 18:09:10    阅读次数:129
JQuery iframe 刷新效果
假如有一个选项卡.tab-content,里面有多个iframe只刷新显示的那个iframe,所以要用到:visible$('.tab-content iframe:visible')[0].contentWindow.location.reload();如果页面只有一个iframe的话。那就是$(...
分类:Web程序   时间:2014-10-25 17:09:29    阅读次数:137
window.location.href的使用方法
http://hljqfl.blog.163.com/blog/static/40931580201122210573364/在写ASP.Net程序的时候,我们常常遇到跳转页面的问题,我们常常使用Response.Redirect 做ASP.NET框架页跳转,假设客户要在跳转的时候使用提示,这个就不...
分类:Windows程序   时间:2014-10-24 22:06:36    阅读次数:291
ngx_http_memcached_module 基本配置
配置官方已经给的基本拿来直接用了。 ? ? location ^~ /uri1/ { ? ? ? ? set ? ? ? ? ? ?$memcached_key "$uri";??#我这里就用获得的$uri,做memcached里的key了。 如果需要解析uri里某一个query,...
分类:Web程序   时间:2014-10-24 19:17:41    阅读次数:186
IIS7日志文件位置
准备统计下页面访问量查找IIS日志,发现在以前IIS6日志的位置,竟然木有找到日志...查看下IIS设置,发现IIS7和6的默认日志位置不一样额...IIS 6 Log files location IIS 6中日志文件的位置%windir%\System32\LogFilesIIS 7 Log f...
分类:其他好文   时间:2014-10-24 18:40:51    阅读次数:253
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!