java设置代理
Properties prop = System.getProperties();prop.setProperty("http.proxyHost", "127.0.0.1");prop.setProperty("http.proxyPort", "8087");