会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
薇遥
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2015年4月1日
java http get和post请求
摘要: 1.http工具类package com.funshion.common.utils;import java.net.URI;import java.net.URL;import org.apache.http.HttpResponse;import org.apache.http.client.H...
阅读全文
posted @ 2015-04-01 20:48 薇遥
阅读(450)
评论(0)
推荐(0)
编辑
测试攻城师的一点小开心
摘要: String strUrl="http://192.168.16.xxx:8088/funadx-web/xxx/xxx/xxx/xxx"; HttpClient httpclient = new DefaultHttpClient(); HttpPost httpPost = new HttpP...
阅读全文
posted @ 2015-04-01 15:52 薇遥
阅读(253)
评论(0)
推荐(0)
编辑