会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孟诸子
博客园
首页
新随笔
联系
管理
订阅
2015年7月20日
asdfasdf
摘要: adffunction void delete(){ }public void delte(){}1 function void test(){2 }
阅读全文
posted @ 2015-07-20 22:33 adai_m
阅读(181)
评论(0)
推荐(0)
2012年5月24日
HttpURLConnection 得到编码格式
摘要: HttpURLConnection 取百度首页URLConnection urlc = new URL("http://www.baidu.com/") .openConnection();System.out.println(urlc.getContentType());InputStream is = urlc.getInputStream();BufferedReader bf = new BufferedReader(new InputStreamReader(is,"gbk"));getContentType() 值为:text/html;ch
阅读全文
posted @ 2012-05-24 10:55 adai_m
阅读(864)
评论(0)
推荐(0)
公告