`
tanghongjun1985
  • 浏览: 55185 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

httpclient HTTPPost

阅读更多
File songFile = new File("F:\\pcsearcher\\bcount\\bcounts0812\\bcount2.xml");
FileEntity entity = new FileEntity(songFile, "text/xml; charset=\"UTF-8\"");
//download    listening
HttpPost post = new HttpPost("http://localhost/searcher/bcountServlet?type=listening");

post.setEntity(entity);
HttpClient httpclient = new DefaultHttpClient();
HttpResponse response = httpclient.execute(post);
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics