摘要:
下载地址: 国外官网:https://www.jenkins.io/zh/download/(版本最新) 国内镜像:http://mirrors.jenkins-ci.org/windows/ 清华镜像:https://mirrors.tuna.tsinghua.edu.cn/jenkins/win 阅读全文
摘要:
GIT下载地址:https://git-scm.com/download/win安装方法:下一步默认路径:C:\Program Files\Git 使用方法:右键桌面-》git bash here 安装 TortoiseGit-2.10.0.2-64bit.msi 选择openSSH其它默认安装汉化 阅读全文
摘要:
UnitTest安装 pip install unittest 详细教程: https://www.cnblogs.com/yufeihlf/p/5707929.html断言: DDT数据驱动: case中单个参数: case中多个参数:使用中文会报错 case中参数较多: 可使用file传输 使用 阅读全文
摘要:
安装 此笔记仅对python36实用 OpenCV装3.4.1.15 指令:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-python==3.4.1.15 pip install -i https://pypi.tuna 阅读全文
摘要:
安装: 1、pip install wheel 安装wheel 2、安装Twisted a.访问 http://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted 下载Twisted-17.9.0-cp36-cp36m-win_amd64.whl b.进入文件所在 阅读全文
摘要:
装饰器,带参数装饰器,装饰器中带参数 1 import time 2 3 # 普通装饰器 4 ''' 5 def time_decor(func): 6 def wrapper(): 7 star_time = time.time() 8 func() 9 down_time = time.time 阅读全文
摘要:
一、环境准备: 【安装】 安装uiautomator2 pip install --pre uiautomator2 pip install pillow 【初始化】 部署相关的守护进程。 电脑连接上一个手机或多个手机, 确保adb已经添加到环境变量中,执行下面的命令会自动安装本库所需要的设备端程序 阅读全文
摘要:
https://www.jianshu.com/p/a4922b0dceba 如果if控制器的使用 阅读全文
摘要:
实时记录日志: adb logcat -v time >D:\maimang.txtadb logcat -v threadtime > E:\Desktop\SSGame_log.txt 历史日志获取:adb logcat -v threadtime -b main > E:\Desktop\lo 阅读全文
摘要:
Jmeter 运行 1.cd jmeter/apache-jmeter-4.0/bin 2.执行 ./jmeter -n -t jmx脚本文件 -l 测结果.jtl文件 -e -o html文件路径 性能优化 将文件html输出文件传递到windows 上查看 rz命令安装:https://www. 阅读全文