- 博客(3)
- 资源 (4)
- 收藏
- 关注
原创 android 从data目录拷贝图片到sdcard, Bitmap 转成 image
public String copy(String FileName) { String res = FileName.substring(FileName.lastIndexOf("/") + 1); String dir = mContext.getString(R.string._mnt_sdcard_) + "zuobudao/screenshot/"; String path
2014-05-07 18:52:57
2172
1
原创 java.lang.NoClassDefFoundError
Exception in thread "main" java.lang.NoClassDefFoundError: com/thinkzheng/wozuiniu/action/NotifyAction (wrong name: com/thinkzheng/wozuiniuhttp/action/NotifyAction) at java.lang.ClassLoader.defineCla
2013-09-07 13:44:20
831
1
原创 BitmapFactory.decodeStream 返回值为null的问题
public void download(String u) throws Exception { URL url = new URL(u); HttpURLConnection conn = (HttpURLConnection) url.openConnection(); conn.setConnectTimeout(5 * 1000); con
2013-09-05 11:31:12
1357
1
Calendar_andorid_日历demo_v1.0
2014-08-22
android-async-http-1.4.5.jar
2014-09-05
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅