Java JVM proxy setting

-Dhttp.proxyPort=8080(your port)

-Dhttp.proxyHost=192.168.19.200(your IP)

-Dhttp.nonProxyHosts=localhost|127.0.0.1(排除localhost,和127.0.0.1使用proxy)

 

-Dhttps.proxyPort=8080(your port)

-Dhttps.proxyHost=192.168.19.200(your IP)

-Dhttps.nonProxyHosts=localhost|127.0.0.1(排除localhost,和127.0.0.1使用proxy)

上一篇:ADB的安装和使用教程,小米手机连接adb实例演示


下一篇:Go并发编程实战课(Note.7:Channel)