2014年4月8日
摘要:
http://www.open-open.com/lib/view/open1328063267889.html
阅读全文
posted @ 2014-04-08 12:08
猥琐丶欲为
阅读(154)
推荐(0)
摘要:
http://www.open-open.com/lib/view/open1322529319718.html
阅读全文
posted @ 2014-04-08 12:04
猥琐丶欲为
阅读(164)
推荐(0)
摘要:
http://blog.csdn.net/u012131769/article/details/23125455
阅读全文
posted @ 2014-04-08 11:44
猥琐丶欲为
阅读(277)
推荐(0)
2014年3月31日
摘要:
一、获取读取SD卡的权限 二、找到SD卡的目录/** * Environment.getExternalStorageDirectory()得到:“、mnt/sdcard” 即找到了sd卡的根目录 */ private String path=Environment.getExternalStorageDirectory()+"client/tile/1.jpg";三、根据路径获取图片File mFile=new File(path); //若该文件存在 if (mFile.exists()) { ...
阅读全文
posted @ 2014-03-31 14:19
猥琐丶欲为
阅读(43774)
推荐(3)
2014年3月5日
摘要:
http://blog.csdn.net/feng88724/article/details/6318430
阅读全文
posted @ 2014-03-05 16:35
猥琐丶欲为
阅读(258)
推荐(0)
2014年2月28日
摘要:
http://blog.csdn.net/zj0078/article/details/7390505
阅读全文
posted @ 2014-02-28 13:23
猥琐丶欲为
阅读(246)
推荐(0)
摘要:
http://blog.csdn.net/leichelle/article/details/7951290
阅读全文
posted @ 2014-02-28 13:21
猥琐丶欲为
阅读(425)
推荐(0)
2014年1月9日
摘要:
http://blog.csdn.net/lizhiguo0532/article/details/7077450
阅读全文
posted @ 2014-01-09 14:18
猥琐丶欲为
阅读(151)
推荐(0)
2013年12月19日
摘要:
http://blog.csdn.net/shakespeare001/article/details/7619416
阅读全文
posted @ 2013-12-19 10:18
猥琐丶欲为
阅读(282)
推荐(0)
摘要:
1、编写activity_main.xml View Code 2、编写MainActivity.javapackage com.hyzhou.htmlviver;import java.io.InputStream;import java.net.HttpURLConnection;import java.net.URL;import android.os.Bundle;import android.os.Handler;import android.os.Message;import android.app.Activity;import an...
阅读全文
posted @ 2013-12-19 10:16
猥琐丶欲为
阅读(478)
推荐(0)