会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
全力以赴001
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
95
96
97
98
99
100
101
102
103
···
198
下一页
2016年1月13日
java常量使用比较好的方法
摘要: 1.首先建立一个工具类 1 public class AppConst { 2 3 private static Map map=new HashMap(); 4 static { 5 6 try { 7 InputStream i...
阅读全文
posted @ 2016-01-13 15:45 全力以赴001
阅读(1859)
评论(0)
推荐(0)
2015年12月15日
一个优秀的http实现框架
摘要: 1 package com.ming; 2 3 4 5 import com.mashape.unirest.http.HttpResponse; 6 import com.mashape.unirest.http.Unirest; 7 8 public class UnirestUtil...
阅读全文
posted @ 2015-12-15 16:18 全力以赴001
阅读(363)
评论(0)
推荐(0)
http实现发送post请求,获取结果集
摘要: 1 package com.ming; 2 3 import java.io.BufferedReader; 4 import java.io.InputStreamReader; 5 import java.io.OutputStreamWriter; 6 import java.io.Print
阅读全文
posted @ 2015-12-15 15:28 全力以赴001
阅读(2002)
评论(0)
推荐(0)
上一页
1
···
95
96
97
98
99
100
101
102
103
···
198
下一页
公告