摘要: 1、imageButton userImgButton 在代码中设置图片,使用res/Drawable 里的图片Resources res = getResources(); Bitmap inDrawable= BitmapFactory.decodeResource(res, R.drawabl... 阅读全文
posted @ 2014-04-27 10:38 伟大的臭猪猪 阅读(227) 评论(0) 推荐(0)
摘要: Timetime=newTime("GMT+8");time.setToNow();intyear=time.year;intmonth=time.month;intday=time.monthDay; 月份总是少1,原因是月份值从0~11,所以月份取得时候,加1 就行了[java]intmon... 阅读全文
posted @ 2014-04-27 10:37 伟大的臭猪猪 阅读(480) 评论(0) 推荐(0)
摘要: 我觉得这就像是adb的大姨妈一样,不过处理起来还是很easy滴: 1.报错:BUILD FAILEDD:\workspace\ganji\build.xml:144: The following error occurred while executing this line:D:\works... 阅读全文
posted @ 2014-04-27 10:36 伟大的臭猪猪 阅读(249) 评论(0) 推荐(0)