server{listen80;server_namelocalhost;#charsetkoi8-r;#access_loglogs/host.access.logmain;location/{roothtml;indexindex.htmlindex.htm;location~.*\.(php|php5)?${fastcgi_passunix:/tmp/php-cgi.sock;fastcgi_indexindex.php;includefastcgi.conf;}auth_basic"Authorize..
分类:
其他好文 时间:
2014-08-20 14:21:52
阅读次数:
238
原文:IS2009制作Oracle 静默安装包(一)感谢空白先生特许授权上一篇: MyEclipse中消除frame引起的“the file XXX can not be found.Please check the location and try again.”的错误 本文经原作者特许授权于海洋...
分类:
数据库 时间:
2014-08-19 18:55:15
阅读次数:
357
//?防止?iFrame
function?location_top(){
????if(top.location!=self.location){
????????top.location=self.location;
????????return?false;
????}
????return?true;
}
loc...
分类:
Web程序 时间:
2014-08-19 16:59:16
阅读次数:
158
通过javascript库JQuery实现页面跳转功能代码的四段代码实例如下。实例1:1234$(function(){varpn = $("#gotopagenum").val();//#gotopagenum是文本框的id属性location.href ="NewList.aspx?pagenu...
分类:
编程语言 时间:
2014-08-19 14:20:14
阅读次数:
230
javascript中的location.href有非常多种使用方法,主要例如以下。self.location.href=”/url” 当前页面打开URL页面location.href=”/url” 当前页面打开URL页面windows.location.href=”/url” 当前页面打开URL页...
分类:
其他好文 时间:
2014-08-18 20:13:52
阅读次数:
195
#!/bin/bash ### BEGIN INIT INFO # # Provides: location_server # Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs $remote_f...
分类:
系统相关 时间:
2014-08-18 16:03:02
阅读次数:
280
1.document.write( " "); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document- >html- >(head,body)4.一个浏览器窗口中的DOM顺序是:window- >(navigator,screen,history,location,docum...
分类:
编程语言 时间:
2014-08-18 16:00:12
阅读次数:
283
vi /etc/nginx/conf.d/default.conf # 删除如下部分的注释, #把一下倒数第二行的/scripts改为你工程目录,如: # fastcgi_param ?SCRIPT_FILENAME ?/usr/share/nginx/html$fastcgi_script_name; location ~ \.p...
分类:
Web程序 时间:
2014-08-18 10:57:14
阅读次数:
246
不要把相等运算符(==)与赋值运算符(=)搞混。以&&运算符隔开的两个条件中的前者为错,则不会检测第二个条件的真假。利用这一点,可以提高脚本的速度。使用带switch的多个条件if(button=="next") window.location = "next.html"; else if(b...
分类:
编程语言 时间:
2014-08-17 22:41:13
阅读次数:
180
LBS-Location Based Service,基于位置的服务。如果要在Web App嵌入地图,差不多可以做成LBS了。zuijiancanting.com的设计理念,是把Top餐厅放在地图上,那么当你到某个地方逛逛,或者有约会,拖拉一下地图就可以找到合适的餐厅。
提供地图API服务的公司很多,国外有GoogleMap,OpenStreetMap,国内有百度地图,腾讯地图,高德地图...
分类:
移动开发 时间:
2014-08-17 21:24:02
阅读次数:
296