会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
柚子柚子大柚子
博客园
首页
新随笔
联系
管理
订阅
2019年12月16日
pip下载代理
摘要: pip install 包名 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
阅读全文
posted @ 2019-12-16 13:42 柚子柚子大柚子
阅读(388)
评论(0)
推荐(0)
2019年9月9日
mumu模拟器 连接不到adb 配置
摘要: adb connect 127.0.0.1:7555uiautomator2 init -s 127.0.0.1:7555
阅读全文
posted @ 2019-09-09 19:05 柚子柚子大柚子
阅读(1580)
评论(0)
推荐(0)
2019年8月12日
Mac jenkins配置安装(python3)
摘要: 1、命令行安装(避免坑) brew install jenkins 2、然后全局变量配置
阅读全文
posted @ 2019-08-12 14:52 柚子柚子大柚子
阅读(587)
评论(0)
推荐(0)
2019年8月4日
Windows Mac Python生成可执行文件
摘要: Windows: 1、新建记事本 2、@echo off cd到 python文件 Python3.6、2.7可运行Python.exe文件夹位置 要执行的.py文件 pause 参考如下图 3、另存为后缀为.bat文件utf-8编码(如下图) Mac 1、配置环境
阅读全文
posted @ 2019-08-04 16:31 柚子柚子大柚子
阅读(4416)
评论(0)
推荐(0)
2019年8月2日
uiautomator2自动化测试
摘要: 必备(python/安卓sdk/安卓手机或者安卓模拟器) 1、pip install --pre -U uiautomator2 2、python -m uiautomator2 init 3、pip install --pre weditor 4、python -m weditor 两种连接方式
阅读全文
posted @ 2019-08-02 15:36 柚子柚子大柚子
阅读(650)
评论(0)
推荐(1)
2019年6月14日
APP性能测试(电池电量、流量、CPU、内存)
摘要: 获取包名 adb shell am monitor APP启动时间adb shell am start -W -n package/acticity获取app包名activityadb logcat | grep START(win adb logcat | findstr START)com.ta
阅读全文
posted @ 2019-06-14 23:30 柚子柚子大柚子
阅读(809)
评论(0)
推荐(0)
2019年6月7日
python虚拟环境搭建
摘要: https://blog.csdn.net/godot06/article/details/81079064
阅读全文
posted @ 2019-06-07 07:50 柚子柚子大柚子
阅读(112)
评论(0)
推荐(0)
2019年5月31日
unittest报错(return self._request(command_info[0], url, body=data))
摘要: F:\web_01\venv\lib\site-packages\selenium\webdriver\remote\remote_connection.py:374: ResourceWarning: unclosed <socket.socket fd=640, family=AddressFa
阅读全文
posted @ 2019-05-31 10:27 柚子柚子大柚子
阅读(384)
评论(0)
推荐(0)
2019年5月24日
python pip错误处理
摘要: 可以首先执行 python -m ensurepip 然后执行 python -m pip install --upgrade pip 即可更新完毕。
阅读全文
posted @ 2019-05-24 23:24 柚子柚子大柚子
阅读(248)
评论(0)
推荐(0)
2019年5月22日
adb 实用命令
摘要: adb kill-server 关闭adb服务 adb start-server 开启adb服务 5037端口被占用 netstat -ano | findstr "5037" taskkill -f -pid xxx
阅读全文
posted @ 2019-05-22 09:22 柚子柚子大柚子
阅读(174)
评论(0)
推荐(0)
下一页
公告