自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (4)
  • 收藏
  • 关注

原创 http5

/**  * Description: 对http接口的返回值strResult进行格式化  * @param xmlContentxml文本格式字符串  * @return String[][] String[0][0] 接口调用返回码 String[1] 如果有返回集,从1开始计数  */ private static Element getresultbyxml(String xmlCont

2009-12-14 15:48:00 1586

原创 http4

String inputLine = "";   // 得到传回的数据   while ((inputLine = inBuff.readLine()) != null) {    recieveData += inputLine.trim();   }  } catch (SocketTimeoutException timeOutEx) {   timeOutEx.printStackTrac

2009-12-14 15:47:00 319

原创 http3

 /**  * 调用dna的http接口  *   * @param url  *            String,访问dna url地址  * @return dna返回的处理结果  *   */ protected static String sendAndRecieveData(HttpURLConnection httpCon) {  // http连接  HttpURLConnect

2009-12-14 15:46:00 584

原创 http2

/**  * 获取http链接 针对实时接口  *   * @param url  *            String,访问dna的url地址  * @return HttpURLConnection 返回链接  */ protected static HttpURLConnection getConnection(String url) {  // http客户端连接超时设置  Syst

2009-12-14 15:43:00 355

原创 http1

public static void main(String[] args) {  // TODO Auto-generated method stub  String url = "http://writeblog.csdn.net/PostEdit.aspx";  executeSend(url); } public static void executeSend(String u

2009-12-14 15:42:00 321

java代码111

java代码111

2016-08-08

jdk1.6中文帮助文档(chm格式),JDK_API_1_6_ZH_CN_中文参考

jdk1.6中文帮助文档(chm格式),JDK_API_1_6_ZH_CN_中文参考

2014-12-16

微软官方 SqlServer 2008 jdbc驱动jar包

微软官方 SqlServer 2008 jdbc驱动jar包

2014-12-16

mule 必看资料

mule 环境安装与使用,mule的初级入门基础!

2013-07-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除