2015年7月14日

摘要: tv_yue = (TextView) findViewById(R.id.tv_yue); if(!Constant.cf_balance.isEmpty()){ tv_yue.setText(Constant.cf_balance+"元"); //tv_yue.setText(null... 阅读全文
posted @ 2015-07-14 19:34 飞奔的坦克 阅读(373) 评论(0) 推荐(0)
 
摘要: tv_yue = (TextView) findViewById(R.id.tv_yue); if(!Constant.cf_balance.isEmpty()){ tv_yue.setText(Constant.cf_balance+"元"); //tv_yue.setText(null... 阅读全文
posted @ 2015-07-14 19:33 飞奔的坦克 阅读(161) 评论(0) 推荐(0)
 
摘要: cf_gridview.setSelector(new ColorDrawable(Color.TRANSPARENT));然后自己给做一个按下的效果xml文件 阅读全文
posted @ 2015-07-14 12:57 飞奔的坦克 阅读(618) 评论(0) 推荐(0)
 
摘要: 1.任意对象锁public class ThisLockDemo2 { public static void main(String[] args) { // TODO Auto-generated method stub Ticket5 ticket = new Ticket5(); Thr... 阅读全文
posted @ 2015-07-14 09:54 飞奔的坦克 阅读(347) 评论(0) 推荐(0)