随笔分类 - 杂谈
摘要:#获取当前activiy adb shell dumpsys window | findstr mCurrentFocus #获取启动时间 adb shell am start -W -S xxx | findstr TotalTime #获取流量数据 adb shell ps -ef | grep
阅读全文
摘要:一、charles证书安装 下载安装OpenSSL 访问OpenSSL官网下载并安装:https://slproweb.com/products/Win32OpenSSL.html 配置环境变量 下载charles证书 打开charles,点击Help > SSL Proxying > Save C
阅读全文
摘要:pip install 第三方库失败??? 访问 https://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy 下载对应版本的第三方包 pip install xxxx.whl
阅读全文