04 2015 档案

 
This tag and its children can be replaced by one <TextView/> and a compound drawable
摘要:1 2 6 7 12 13 18 19 View Code如果图片是直接引用drawable中的图片资源,可以直接在TextView中定义,可直接替换为: 1 2 6 7 13 14 View Code 阅读全文
posted @ 2015-04-29 11:19 下一个路口 阅读(269) 评论(0) 推荐(0)
ThreadLocal:
摘要:ThreadLocal为解决多线程程序的并发问题提供了一种新的思路。使用这个工具类可以很简洁地编写出优美的多线程程序。ThreadLocal很容易让人望文生义,想当然地认为是一个“本地线程”。其实,ThreadLocal并不是一个Thread,而是Thread的局部变量,也许把它命名为ThreadL... 阅读全文
posted @ 2015-04-13 12:08 下一个路口 阅读(209) 评论(0) 推荐(0)