摘要: Mac 中设置 python 默认版本1. $ sudo vi ~/.bashrc 2. shell中输入alias python2='/Library/Frameworks/Python.framework/Versions/2.x/bin/python2.x'alias python3='/Li 阅读全文
posted @ 2023-04-20 17:39 Ootori 阅读(547) 评论(0) 推荐(0) 编辑
摘要: 安装 node 查看版本 chenjun@chenjundeMacBook-Air uitest % node -v v18.7.0 创建 vue 项目(⚠️注意项目名称小写) npm init vue@latest 运行 vue 项目 1 cd 项目 2 npm install 3 npm run 阅读全文
posted @ 2023-04-10 13:36 Ootori 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 在 /Users/chenjun/jmeter/apache-jmeter-5.5/bin/jmeter.properties : 修改一下 httpclient4.retrycount=100 httpclient4.request_sent_retry_enabled=true httpclie 阅读全文
posted @ 2023-02-07 10:11 Ootori 阅读(217) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/TELL521/article/details/77041612 一、背景 运行时遇到有时候通过,有时候不通过,报错“SocketTimeException: read Time out” 百度后仍无解 二、解决方法 1、 线程组设置:“Delay Tre 阅读全文
posted @ 2023-02-07 10:02 Ootori 阅读(328) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/47f6f576e547 1.下载安装 http://jmeter.apache.org/download_jmeter.cgi Jmeter官网下载 linux下应使用tgz包,下载 Binariesapache-jmeter-2.13.tgz 阅读全文
posted @ 2023-02-07 10:00 Ootori 阅读(1393) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/pengjiaquan/p/16269561.html 阅读全文
posted @ 2023-01-31 17:27 Ootori 阅读(12) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_45131345/article/details/117412808#:~:text=%E4%B8%BA%E4%BA%86%E6%8C%89%E6%8C%87%E5%AE%9A%E6%97%B6%E9%95%BF%E6%89%A7%E8%A1 阅读全文
posted @ 2023-01-31 16:12 Ootori 阅读(1423) 评论(0) 推荐(0) 编辑
摘要: 安装 go:https://golang.google.cn/ 查看 go 版本命令:go version goc 项目:https://github.com/qiniu/goc/blob/master/README_zh.md mac 安装 goc : curl -s -L "https://gi 阅读全文
posted @ 2022-05-08 21:44 Ootori 阅读(602) 评论(0) 推荐(0) 编辑
摘要: 一、教学视频:https://www.bilibili.com/video/BV1tr4y1i7f1?p=9 二、前期准备 下载 Maven:https://maven.apache.org/download.cgi 安装配置 Maven: https://blog.csdn.net/m0_6740 阅读全文
posted @ 2022-05-02 15:54 Ootori 阅读(1450) 评论(0) 推荐(0) 编辑
摘要: 一、Jenkins 开发项目构建完触发=》自动化测试项目构建(触发远程构建) 测试项目的触发设置:项目=》配置=》构建触发器=》触发远程构建 根据规则拼接 webhook url: http://chentuanzhang.ml:10240/job/AutoTest/buildWithParamet 阅读全文
posted @ 2022-04-03 20:50 Ootori 阅读(623) 评论(0) 推荐(0) 编辑