简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
git clone 时候出现 Please make sure you have the correct access rights and the repository exists
Enter file in which to save the key (/Users/username/.ssh/id_rsa): //这里的username是电脑上的用户名,这个地址也是文件的存储地址,然后按回车,1.删除 .ssh 文件夹 C:\Users\Administrator\.ssh ,如果可能找不到Administrator,删除 C:\Users\(本地用户名)\.ssh 中的
python安装包时报错:distributed 1.21.8 requires msgpack, which is not installed.
新手上路就遇路障:执行pip install uiautomator2命令是出现以下报错:红字:distributed 1.21.8 requires msgpack, which is not installed.大致意思是:需要msgpack,但未安装黄字:You are using pip version 10.0.1, however version 21.1.3 is available
超详细的uiautomator2运行前环境准备及各种问题解决
历经千辛万苦终于可以正常使用uiautomator2啦!!!uiautomator2听名字有点像uiautomator,但是uiautomator仅支持java语言,如果常用的是python,他对你来说就没什么用。uiautomator2也作为一个用来做安卓自动化测试的,它提供了python API,可以通过python来编写自动化测试脚本。uiautomator2主要分为两个部分:python端
到底了