
配置测试环境
卫恪游
每一个不曾起舞的日子,都是对生命的辜负。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mac系统.DS_Store 文件是什么
http://weikeu.com/archives/dsstore原创 2021-01-26 17:08:10 · 327 阅读 · 0 评论 -
压测工具nGrinder
压测工具nGrinder简介nGrinder简介nGrinder是一款分布式高并发开源压测软件,它是基于Grinder开源框架基础上由NHN公司所做的二次开发。 nGrinder工具主要分由controller、agent、monitor三部分组成,其中controller(包含web管理后台)负责管理和控制测试流程、下发测试任务以及查看测试报告,agent负责启动压测进...原创 2019-07-11 09:51:09 · 660 阅读 · 0 评论 -
zanePerfor前端性能监控统计平台
一 、安装mongodb 4 最新版本tar -zxvf mongodb-linux-x86_64-4.0.9.tgzmv mongodb-linux-x86_64-4.0.9/ mongodbvi /etc/profile #mongodb export MONGODB_HOME=/opt/mongodb export PATH=$PATH:$MONGO...原创 2019-07-11 09:53:18 · 670 阅读 · 0 评论 -
接口自动化(python3 +django+ vue)
环境:centos6安装Python3环境安装python3 pip3下载代码cd /optgit clonehttps://github.com/githublitao/api_automation_testcmd到根目录下安装相关依赖包pip3install-rrequirements.txtpip3installhttps://github.co...原创 2019-09-27 17:09:04 · 1254 阅读 · 0 评论