上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: #console基本输出方法,占位符:字符(%s)、整数(%d)、浮点数(%f)和对象(%o)console.log('日志');console.info('信息');console.error('错误');console.warn('警告');#console输出分组console.group('... 阅读全文
posted @ 2015-07-30 15:17 boystar 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-07-30 13:57 boystar 阅读(259) 评论(0) 推荐(0) 编辑
摘要: LAMP集成包安装步骤1.下载开发集成包下载最新版的阿里云市场提供的WEB开发集成包(内含Apache、Mysql、PHP、vsftpd)#Linux指令wget http://gongdan.oss-cn-hangzhou.aliyuncs.com/market/cmISV/55050/6.30x... 阅读全文
posted @ 2015-07-30 13:54 boystar 阅读(591) 评论(0) 推荐(0) 编辑
摘要: #纯真数据库调用函数(需要下载纯真数据库文件)function convertip($ip) { $ip1num = 0; $ip2num = 0; $ipAddr1 =""; $ipAddr2 =""; $dat_path = './QQWry.Dat'; //纯真数据库... 阅读全文
posted @ 2015-07-30 13:52 boystar 阅读(1295) 评论(0) 推荐(0) 编辑
摘要: [client]port = 3306socket = /home/mysql/mysql/tmp/mysql.sock[mysqld]!include /home/mysql/mysql/etc/mysqld.cnf ... 阅读全文
posted @ 2015-07-30 11:58 boystar 阅读(410) 评论(0) 推荐(0) 编辑
摘要: str.replace('/正则表达式/','替换内容'); //正则替换str.match('/正则表达式/','替换内容'); //正则匹配str.indexOf('查找代码'); //查找是否包含某字符串str.charAt('第n个字符');... 阅读全文
posted @ 2015-07-30 11:50 boystar 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 演示代码由两部分组成,包括前台文件和后台文件:1.前台文件index.htmlSWFUpload SWFUpload v2.2.0 点击“浏览”按钮,选择您要上传的文档文件后,系统将自动上传并在完成后提示您。 请勿上传包含中文文件名的文件! ... 阅读全文
posted @ 2015-07-30 11:44 boystar 阅读(2931) 评论(0) 推荐(0) 编辑
摘要: ###################################################################################格式:ab -n 请求次数 -c 并发请求次数 测试网页ab -n 100 -c 10 http://localhost/index.... 阅读全文
posted @ 2015-07-30 11:25 boystar 阅读(195) 评论(0) 推荐(0) 编辑
摘要: ========================原子==================================\d 表示一个十进制数字\D 表示一个非十进制数字\s 表示一个空白字符[\n\t\r\f]\S 表示一个非空白字符\w 表示一个数字、英文或者下划线字符[a-zA-Z0... 阅读全文
posted @ 2015-07-30 09:51 boystar 阅读(141) 评论(0) 推荐(0) 编辑
摘要: lib_time.phpgmtime()#获得当前格林威治时间的时间戳 /$0server_timezone()#获得服务器的时区 /$0local_mktime($hour = NULL , $minute= NULL, $second = NULL, $month = NULL, $day ... 阅读全文
posted @ 2015-07-30 09:45 boystar 阅读(927) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 下一页