链接 CnBlog的系列介绍首先在场景中必须有(FingerGestures
Script)无论挂在什么上面 最起码第一个场景中要有另外你需要什么检测什么事件就拖拽什么脚本 很方便
分类:
其他好文 时间:
2014-05-10 05:39:22
阅读次数:
238
1、具体报错如下
SCRIPT 5007:无法获取属性“SetReturnValue”的值;
对象为空或未定义
script block(158),行1字符158
2、错误原因
3、解决办法...
分类:
其他好文 时间:
2014-05-10 04:58:06
阅读次数:
271
这个资料是以前收集的,希望能对你有所帮助。
1、page1.htm
First Name:
Last Name:
1.
2.
3.
4.
//YOU CAN EITHER USE JAVASCRIPT OR VBSCRIPT...
//YOU CAN ALSO CALL AN ASP OR HT...
分类:
其他好文 时间:
2014-05-10 04:53:46
阅读次数:
303
nginx-404与fastcgi_intercept_errors指令fastcgi_intercept_errors语法:fastcgi_intercept_errors
on|off默认值:fastcgi_intercept_errors off使用字段:http, server, locat...
分类:
其他好文 时间:
2014-05-10 03:20:15
阅读次数:
270
今天抽空在阿里云上部署安装了PHP的环境主要有nginx, php5 php-fpm mysql
phpmyadmin本文来源于:http://www.lonelycoder.be/nginx-php-fpm-mysql-phpmyadmin-on-ubuntu-12-04/Since
3 year...
分类:
数据库 时间:
2014-05-10 03:17:22
阅读次数:
772
1: /// 2: /// 去除HTML标记 3: /// 4: /// 包括HTML的源码 5:
/// 已经去除后的文字 6: public static string RemoveHTML(string Htmlstring) 7: { 8:...
分类:
Web程序 时间:
2014-05-09 23:51:01
阅读次数:
404
一、自述Nginx模块功能也是相当的丰富,但对于ApacheWeb来说,两者之间还是有区别的,大家都知道Nginx模块是直接被编译进了nginx.conf配置文件,而Apache则是被编译成为.SO文件,有些是需要在httpd.conf配置文件中指定是否加载,这样才能激活模块功能。Nginx模块有三个角色,Ha..
分类:
其他好文 时间:
2014-05-09 21:31:42
阅读次数:
413
phpize可以往php种追加新的模块
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script....
分类:
Web程序 时间:
2014-05-09 21:06:27
阅读次数:
375
由于django中文在前台显示乱码,本文使用了先在用django模板生成表格,再用jQueryGrid对表格进行处理。<linkhref="../pqgrid.min.css"rel="stylesheet"><scripttype="text/javascript"src="../js/pqgrid.min.js"></script><scripttype="text/javascript"s..
分类:
Web程序 时间:
2014-05-09 14:38:35
阅读次数:
989
usergroupwwwwww;worker_processes8;//进程数,建议设置为等于CPU总核心数error_loglogs/error.log;#error_loglogs/error.lognotice;#error_loglogs/error.loginfo;pidlogs/nginx.pid;events{worker_connections1024;}http{includemime.types;default_typeapplication/octet-st..
分类:
其他好文 时间:
2014-05-09 14:30:49
阅读次数:
308