加载中
RecycleBin机制

/** *RecycleBin机制 The RecycleBin facilitates reuse of views across layouts. The RecycleBin has two levels of * storage: ActiveViews and ScrapViews. ActiveViews are those view...

Android Handle主线程向子线程发送数据

通常情况下,使用Handler是子线程向主线程发送数据,今天复习Handler,思考怎么主线程向子线程发送数据,进过测试没有问题。 import android.app.Activity; import android.os.Bundle; impor...

2019/02/14 14:17
153
秘密:从程序员到领导者的微妙之处

读到一篇关于程序员、领导力和领导者的好文章,翻译过来分享下。借用一句文中的话:“好吧,我只是个程序员,为什么需要领导?” ,读完你就知道了。 做一个优秀的领导者可能不是大部分程序员...

2019/02/11 22:51
49
年过35岁的程序员都去哪儿了

毋须讳言的是,35岁以后你的一线coding能力一定是下降的,你写代码绝对不如25岁的程序员快,效率高。但是这不重要,因为编程只是你整个武器库当中相对最不重要的了。 一张图道尽程序猿们的出...

2019/02/04 12:25
79
Thread.currentThread().getContextClassLoader()和Class.getClassLoader()区别

What is different between Thread.currentThread().getContextClassLoader() and Class.getClassLoader()? From API document, the Thread.currentThread().getContextClassLoader() return...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部