• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • 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 薇遥 阅读(458) 评论(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 薇遥 阅读(260) 评论(0) 推荐(0)