11 2014 档案

摘要:今天安装linghttpd时编译pcre库,编译提示:configure: error: pcre-config not found这种问题是由于没有把对应的路径添加到PATH中去,导致./configure时,找不到pcre-config,导致出现此错误。解决如下-把pcre bin路径加入到PA... 阅读全文
posted @ 2014-11-29 21:12 thrillerz 阅读(307) 评论(0) 推荐(0)
摘要:比如删.svn文件》find . -name ".svn" | xargs -exec rm -rf 阅读全文
posted @ 2014-11-19 00:39 thrillerz 阅读(757) 评论(0) 推荐(0)
摘要:在每行开始加入“” vim命令 : :%s/$//g 阅读全文
posted @ 2014-11-13 19:46 thrillerz 阅读(333) 评论(0) 推荐(0)
摘要:http://baike.baidu.com/view/2630684.htm 阅读全文
posted @ 2014-11-12 22:48 thrillerz 阅读(116) 评论(0) 推荐(0)
摘要:1. 获取macvim源代码git clonehttps://github.com/b4winckler/macvim.git2 配置及编译编译选项./configure --with-features=huge3make4编译后的文件在src/MacVim/build/Release目录下,将Ma... 阅读全文
posted @ 2014-11-08 13:45 thrillerz 阅读(142) 评论(0) 推荐(0)
摘要:主要测试吞吐量测试轮询以下几个地址:用http_load 并发100个,访问10秒,结果如下:699 fetches, 100 max parallel, 9.18539e+06 bytes, in 10.0019 seconds13140.8 mean bytes/connection69.887... 阅读全文
posted @ 2014-11-05 11:21 thrillerz 阅读(367) 评论(0) 推荐(0)
摘要:手贱,升级了max os x 到Yosemite,系统默认装了nginx,php,开机会自动启动!1 开机启动脚本默认在下面位置:/Library/LaunchDaemons/com.root.nginx-start.plist有下面一行:/usr/shell/nginx-start, 可见,开机时... 阅读全文
posted @ 2014-11-02 21:42 thrillerz 阅读(352) 评论(0) 推荐(0)