06 2020 档案
摘要:1. 首先用一个请求,获取list数据;并且提取出来 这里获取出来的是48个Name,id,color 2. 使用beanshell取样器,循环次数 == ${goodsName_matchNr};可以从debug sample中查看 FileWriter fstream = new FileWri
阅读全文
摘要:if __name__ == "__main__": # 设置进程池 pool = multiprocessing.Pool(processes=4) # 提供数据 py_test_list = get_test_case_path(TESTCASES_DIR) for i in py_test_l
阅读全文
摘要:1、 docker环境 参考菜鸟教程:https://www.runoob.com/docker/ubuntu-docker-install.html 2、启动docker server 之前遇到问题,无法直接启动docker server;来回卸载安装了好几次环境仍然不行,最后,使用管理员身份运行
阅读全文
摘要:1.首先要在windows10机器中启动Linux子系统: 使用管理员身份启动power shell Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 2. 在商店下载安装Ubun
阅读全文
摘要:if not os.path.exists(os.path.join(basePath, "Files")): """判断文件夹是否存在,不存在则创建文件夹""" os.mkdir(os.path.join(basePath, "Files")) screenshotPath = os.path.j
阅读全文