摘要: 原文链接:http://fan2012.iteye.com/blog/889301由于要搞网站压力测试就准备在ubuntu下安装webbench首先webbench是依赖于ctags,在shell中只需输入ctags即知有没有安装,如果没有要先安装ctags如果你的源中有ctags很容易Shell代码 sudoapt-getinstallctags即可安装我的源里没有,要手动:Shell代码 wgethttp://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gztarzxvfctags-5.8.tar.gzcdctags-5.8./confi 阅读全文
posted @ 2012-12-18 21:03 度娘818 阅读(831) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.cnblogs.com/nwf5d/archive/2011/06/03/2071247.html#ifdef HAVE_CONFIG_H #include <config.h> #endif #include <stdio.h> #include <stdlib.h> #include <sys/time.h> int main(int argc, char *argv[]) { printf("Hello, world!\n"); struct timeval tvafter,tvpre; 阅读全文
posted @ 2012-12-18 14:11 度娘818 阅读(945) 评论(0) 推荐(0) 编辑