
工具研究
amornio19840908
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
安装、测试 Web Bench
Web Bench的安装依赖于ctags 首先安装 ctags [code="java"] > wget http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz > tar zxvf ctags-5.8.tar.gz > cd ctags-5.8 > ./configure > make && make instal...原创 2012-12-27 11:08:15 · 173 阅读 · 0 评论 -
安装、测试 Varnish
Varnish的安装依赖pcre 下载获得最新版本的pcre 安装pcre [code="java"] > tar -xjvf pcre-8.32.tar.bz2 > cd pcre-8.32 > ./configure --prefix=/usr/local/pcre/ > make && make install [/code] 为Varnish准备目录 [code="...原创 2012-12-27 11:34:05 · 159 阅读 · 0 评论