private static void post() throws IOException{ URL url = new URL(" ");// 提交地址 HttpURLConnection httpURLConnection = (HttpURLConnection) url.openConnection(); httpURLConnection.setDoOutput(true);// 打开写入属性 httpURLConnection.setDoInput(true);// 打开读取属性 httpURLConnection.setRequestMethod("POST");// 设置提交方法 httpURLConnection.setRequestProperty("Content-Type","text/xml;charset=UTF-8");// /getWeatherbyCityName"); httpURLConnection.setRequestProperty("User-Agent", "Jakarta Commons-HttpClient/3.1"); httpURLConnection.setConnectTimeout(50000);// 连接超时时间 httpURLConnection.setReadTimeout(50000); httpURLConnection.connect(); BufferedWriter out = new BufferedWriter(new OutputStreamWriter(httpURLConnection.getOutputStream())); out.write("name=1&pwd=2"); out.flush(); out.close(); //读取post之后的返回值 BufferedReader in = new BufferedReader(new InputStreamReader((InputStream) httpURLConnection.getInputStream(),"UTF-8")); String line = null; StringBuilder sb = new StringBuilder(); while ((line = in.readLine()) != null) { sb.append(line); } in.close(); System.out.println("client:" + sb.toString()); httpURLConnection.disconnect();//断开连接 }
不行 贴出你的联系方式
RAKsmart怎么样?RAKsmart香港机房新增了付费的DDoS高防保护服务,香港服务器默认接入20Mbps的大陆优化带宽(电信走CN2、联通和移动走BGP)。高防服务器需要在下单页面的IP Addresses Option里面选择购买,分:40Gbps大陆优化高防IP-$461/月、100Gbps国际BGP高防IP-$692/月,有兴趣的可以根据自己的需求来选择!点击进入:RAKsmart官...
ReadyDedis是一家2018年成立的国外VPS商家,由印度人开设,主要提供VPS和独立服务器租用等,可选数据中心包括美国洛杉矶、西雅图、亚特兰大、纽约、拉斯维加斯、杰克逊维尔、印度和德国等。目前,商家针对全部VPS主机提供新年5折优惠码,优惠后最低套餐1GB内存每月仅需2美元起,所有VPS均为1Gbps端口不限流量方式。下面列出几款主机配置信息。CPU:1core内存:1GB硬盘:25GB ...
RAKsmart机房将于7月1日~7月31日推出“年中大促”活动,多重惊喜供您选择;爆款I3-2120仅30美金秒杀、V4新品上市,活动期间5折抢购、爆款产品持续热卖、洛杉矶+硅谷+香港+日本站群恢复销售、G口不限流量产品超低价热卖。美国VPS、日本VPS及香港VPS享全场7折优惠;爆款VPS $ 1.99/月限量秒杀,10台/天,售完即止, VPS 7折优惠码:VPS-TP-disRAKsmar...