
Java
文章平均质量分 55
代小宁
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HTTP POST输出流与内存优化
起因 有个功能,比如上传文件,想在HTTPPOST时候想打开一个OutputStream,然后将File Content通过FileInputStream边读边上传。以节省内存。 之前一直理解不到位,以前是这样实现的: URL url = new URL("http://ddaitp.sinaapp.com/test.php"); HttpURLConnection con原创 2013-06-05 17:41:34 · 3265 阅读 · 0 评论 -
How to quickly access the source of an “android library project”
If you have the dependent library open as a Java project within Eclipse, you can add the project to the build path. ( Right click on project -> properties -> java build path -> Projects -> Add). Un原创 2013-07-01 16:18:38 · 479 阅读 · 0 评论