摘要: 转http://www.qinghetao.com/1359.html 阅读全文
posted @ 2014-01-29 10:30 九筒 阅读(159) 评论(0) 推荐(0) 编辑
摘要: testResults: check1 check2 radio1 radio2 阅读全文
posted @ 2014-01-27 11:04 九筒 阅读(161) 评论(0) 推荐(0) 编辑
摘要: jquery 修改 input的type改成password在高版本浏览器里面会出现第一次输入会被阻拦 在firefox 里面错误提示 安全问题这个我一直不知道 被坑一把解决方案不要修改password2 用别的代替现实 阅读全文
posted @ 2014-01-22 23:03 九筒 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 经过测试:首先 curl 抓取速度快这是别人做过的关于curl和file_get_contents的测试:file_get_contents抓取google.com需用秒数:2.313190942.303742172.215126043.305538892.30124092curl使用的时间:0.687191010.646755930.643260.819831130.63956594这几天又被坑了一次发现file_get_content 有缓存 阅读全文
posted @ 2014-01-09 15:20 九筒 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 首先下载 mongodb 地址:http://www.mongodb.org/downloads下载下来就是安装了。。我的解压是放在d:下面目录是 d:mongodb在该目录新建一个 data\db打开cmd输入命令 > d: > cd D:\mongodb > mongod --dbpath D:\mongodb\data\db成功之后 就是这样的现在就是登录了:一共有两种方式1. 找到D:\mongodb\bin 下面的mongo.exe 点击运行 现在就可以用命令来操作mongodb了2. 桌面版的http://rockmongo.com/这里下载下载成功之后 解压到你 阅读全文
posted @ 2013-04-19 15:01 九筒 阅读(201) 评论(0) 推荐(0) 编辑