设置代理:
adb shell settings put global http_proxy ip:port
如:
adb shell settings put global http_proxy 192.168.200.102:8888
adb shell settings put global http_proxy 192.168.43.127:8887
移除代理:
adb shell settings delete global http_proxy
adb shell settings delete global global_http_proxy_host
adb shell settings delete global global_http_proxy_port
重启设备后生效,adb reboot
服务器托管,北京服务器托管,服务器租用 http://w服务器托管网ww.fwqtg.net
机房租用,北京机房租用,IDC机房托管, http://www.fwqtg.net
相关推荐: 如何优雅的实现前端版本投产自动触发浏览器刷新更新版本内容
如何优雅的实现前端版本投产自动触发浏览器刷新更新版本内容 需求背景 前端项目版本投产后如果用户没有及时的拿到最新投产的资源包,可能会存在以下问题: 缺少新功能或修复:如果最新的资源包含新功能或修复了现有的问题,但用户没有及时获取到它们,那么用户将无法及时的体验…