摘要: siege(支持http、https)、多url。 下载地址:http://www.joedog.org/index/siege-home Cent os系统: 1)./configure 2)make 3)make install 多url:在安装目录下建立url.txt文件,执行语句,如,sie 阅读全文
posted @ 2016-01-13 15:26 水工 阅读(528) 评论(0) 推荐(0)
摘要: apache bench(专门用于 HTTP Server 、单url)、win8: 下载地址:http://httpd.apache.org/download.cgi#apache24 安装apache,在bin目录下执行ab语句,如: ab -n 10 -c 2 http://www.baidu 阅读全文
posted @ 2016-01-13 15:20 水工 阅读(451) 评论(0) 推荐(0)
摘要: make install时报错,如下 install: cannot create regular file '/usr/local/man/man1': No such file or directory make: *** [install] Error 1 解决:先创建man目录 mkdir  阅读全文
posted @ 2016-01-13 13:57 水工 阅读(20278) 评论(0) 推荐(0)
摘要: 以连接postgresql为例: 1.安装psycopg2,下载地址:http://www.stickpeople.com/projects/python/win-psycopg/ 2.配置setting,具体内容略; 3.导入已有的数据库表,命令窗口的项目路径下输入:python manage.p 阅读全文
posted @ 2015-12-15 11:55 水工 阅读(880) 评论(0) 推荐(0)
摘要: 主题背景设置(就是工具黑色背景还是白色背景),路径:File-Settings-Appearance 阅读全文
posted @ 2015-09-29 12:03 水工 阅读(167) 评论(0) 推荐(0)
摘要: 如果导入的项目原本就是UTF-8、且android studio编码设置为UTF-8就不会乱码。这种情况多是导入的原项目编码为GBK。 解决方法:在android studio 右下角,切换编码为GBK,在弹出框选择【Reload】即可 补充:AS下的项目编码设置,路径为:File-Settings 阅读全文
posted @ 2015-09-29 11:59 水工 阅读(585) 评论(0) 推荐(0)
摘要: 自己干了几年测试(功能性的),最近比较闲,就自己学习下android(以前也有所接触,但那是几年前的一点皮毛,都忘记了)。 先搭建谷歌推出的android studio(以前用eclipse搭建总觉得很麻烦,尤其下载安装SDK)。 我是参照网上的操作步骤,一步到位,哈哈哈。转载连接如下: http: 阅读全文
posted @ 2015-09-29 10:27 水工 阅读(272) 评论(0) 推荐(0)