httpclient HTTPPost
程序员文章站
2022-03-05 20:46:31
...
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);
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);
上一篇: mysql密码遗忘怎么办
下一篇: 最佳eclipse插件-top30