摘要:
项目需要定期与远程服务器同步数据,基于如下代码: URL url = new URL("http://test.com/sales/info"); connection = (HttpURLConnection) url.openConnection(); connection.setRequestMethod("POST"); connection.setDoOutput(true);... 阅读全文
posted @ 2016-10-08 23:54
shiningrise
阅读(660)
评论(0)
推荐(0)

浙公网安备 33010602011771号