浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 577 578 579 580 581 582 583 584 585 ··· 630 下一页

2010年9月16日

摘要: SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux.SQL Relay is ideal for:speeding up database-driven web-based applicationsenhancing the scal... 阅读全文
posted @ 2010-09-16 11:30 lexus 阅读(284) 评论(0) 推荐(0)

摘要: paramikoSSH2 protocol for pythonlast updated 01-Nov-2009paramiko is a module forpython 2.2(or higher) that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote m... 阅读全文
posted @ 2010-09-16 11:26 lexus 阅读(480) 评论(0) 推荐(0)

摘要: Version 3.43-9C (01/04/2010)Many engine fixes since older 3.4X releasesInstalling HTTrack:Go to thedownload sectionnow!For help and questions:Visit the forum,Read the documentation,Read the FAQsWelcom... 阅读全文
posted @ 2010-09-16 11:08 lexus 阅读(284) 评论(0) 推荐(0)

摘要: http://aijuhe.net/这个网站用了伪原创把我的东西剽窃走了,坏http://www.baigooya.com 阅读全文
posted @ 2010-09-16 09:27 lexus 阅读(161) 评论(0) 推荐(0)

摘要: 1.更新资讯,增加内链2.bug fixed2.1后台上线,加入权限2.2改正404页面不能友好显示的问题2.3设置feeds目录可浏览今天在部署环节上有一个失误,没有备份原来的文件,虽然没出问题,但是要注意,下次要学着像大公司一样搞一个上线检查表,和操作步骤机械重复,不能凭个人记忆熟悉程度大家发现问题或是影响用户体验的地方请联系我,我一定尽力改正 阅读全文
posted @ 2010-09-16 07:46 lexus 阅读(147) 评论(0) 推荐(0)

2010年9月15日

摘要: <scriptlanguage="javascript"> if(top.location!=self.location){top.location=self.location;} </script>http://www.livingcode.cn/javascript/200906/342.html 阅读全文
posted @ 2010-09-15 23:55 lexus 阅读(183) 评论(0) 推荐(0)

摘要: hashlib.new("md5","JGoodisahandsomeboy").hexdigest() 阅读全文
posted @ 2010-09-15 23:55 lexus 阅读(254) 评论(0) 推荐(0)

摘要: 家里近来来小偷,在过道上按了监控,整了一天,晚上才更新一下网站的bug,明天再测一下上线另外中秋佳节各位亲别忘吃月饼和石榴,enjoy 阅读全文
posted @ 2010-09-15 23:40 lexus 阅读(169) 评论(0) 推荐(0)

摘要: http://article.yeeyan.org/view/35282/120735http://beaker.groovie.org/http://snipplr.com/view/26459/python-web-with-bottle-and-session-beaker/that's all enough,enjoyhere is the detail:from beaker.middl... 阅读全文
posted @ 2010-09-15 23:13 lexus 阅读(540) 评论(0) 推荐(0)

摘要: 近来在site自己的站,发现有些索引条数不一致的情况,有的地方显示的多,有的地方显示的小主要分析是由于分布式的索引,根据你用的dns,google寻找附近的索引源,给你反馈结果,而全球索引同步,和要域名服务器一样有一个延迟。其实发现爬虫每天爬的数据并不多,10多M,但是对google是一个挑战,现在想想考虑网站的流量是多余的了,高可靠到是要的,稳定性也是要的,高并发远没那么迫切,搞电子商务,遇到高... 阅读全文
posted @ 2010-09-15 09:06 lexus 阅读(191) 评论(0) 推荐(0)

摘要: 《苹果树下的爱情》《别说抱歉,别说再见> 阅读全文
posted @ 2010-09-15 08:45 lexus 阅读(165) 评论(0) 推荐(0)

摘要: 打开 nginx 的目录浏览Posted 2 years, 6 months ago at 12:24 am. 0 commentsad 468x60需要打开 ngx_http_autoindex_module 模块。ubuntu 下cd /etc/nginx/sites-available sudo vim default加入location / { … autoindex on;... 阅读全文
posted @ 2010-09-15 08:11 lexus 阅读(323) 评论(0) 推荐(0)

摘要: http://m.imilky.cn/index-wap2.php?p=599结果太令人惊讶了,Gevent的性能和Fapws相差5%左右,但提供了完整的HTTP1.1支持,更好的高并发访问的稳定性,当然一旦你用上 nginx做前端反向代理,性能还是会再下降30%左右。如果是生产环境的话在fapws没有完整的支持HTTP1.1之前Gevent绝对是最好的选 择!现在看来使用uwsgi是有点鲁莽 C... 阅读全文
posted @ 2010-09-15 02:13 lexus 阅读(317) 评论(0) 推荐(0)

摘要: http://code.google.com/p/simplecd/ 阅读全文
posted @ 2010-09-15 01:37 lexus 阅读(374) 评论(0) 推荐(0)

摘要: 放到crontab里一分钟执行一次。url和cmd根据自己的改。 原理就是用curl获取HTTP头,发现502状态码就执行重启php-fpm的命令。至于crontab,请自行Google搜索转自:http://www.hostloc.com/viewthread.php?tid=19208&page=1#pid235729原创文章如转载,请注明:转载自深度VPS [ http://www.... 阅读全文
posted @ 2010-09-15 01:20 lexus 阅读(592) 评论(0) 推荐(0)

摘要: I am trying to get a deployment on ec2 running currently on ubuntu 9.10 and am running into a ton of errors while load testing. I am totally unsure of whether there is a bug somewhere or if our co... 阅读全文
posted @ 2010-09-15 01:17 lexus 阅读(1780) 评论(0) 推荐(0)

2010年9月14日

摘要: 查看文章163data.com.cn是什么?终于搞清楚了...2008-05-31 00:41一场误会,真TN的无聊的吓人从日志及tcpview上总看到有类如xxx.broad.xw.sh.dynamic.163data.com.cn这样子的地址,一直怀疑是不是被种马了或是被采集了,查了N次搜了N回都还是搞不明。今天看了一篇文章终于恍然大悟,其实是每个中国电信上网用户的IP反向解析地址,中国电信之... 阅读全文
posted @ 2010-09-14 23:38 lexus 阅读(39057) 评论(1) 推荐(2)

摘要: glTail – Visual Log AnalyzerglTail is another visual log viewer. It can in real time (like logstalgia) show you traffic to your site. glTail does a lot more analytical work before showing you th... 阅读全文
posted @ 2010-09-14 23:30 lexus 阅读(3267) 评论(0) 推荐(0)

摘要: https://help.ubuntu.com/community/CairoDock 阅读全文
posted @ 2010-09-14 22:34 lexus 阅读(159) 评论(0) 推荐(0)

摘要: .................................. 阅读全文
posted @ 2010-09-14 22:15 lexus 阅读(138) 评论(0) 推荐(0)

上一页 1 ··· 577 578 579 580 581 582 583 584 585 ··· 630 下一页