分类 "码农心得" 下的文章

让python pip使用国内镜像国内源:清华:https://pypi.tuna.tsinghua.edu.cn/simple阿里云:http://mirrors.aliyun.com/pyp...

1. 将手机通过usb连接上手机打开手机的调试模式,通过下述命令确认设备连接成功adb devices2. 确认手机的ip地址在PC上直接通过adb登录手机的shell环境:adb shell ...