摘要: 前言 最近,在网上看到过一个调查,调查的内容是“程序员在项目开发中编写单元测试的情况”。当然,至于调查的结果,我想聪明的你已经可以猜到了。高达 58.3% 的比例,一般情况下不写单元测试,只有偶尔的情况才会写写。16.6% 的程序员从来都不写单元测试。只有很少的一部分程序员才会在自己的代码中进行单元 阅读全文
posted @ 2018-01-02 15:52 天长地久-无为 阅读(178) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/elifefly/article/details/3964766/ 阅读全文
posted @ 2017-12-29 19:43 天长地久-无为 阅读(146) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/jairuschan/article/details/7513045 在本文中,笔者向大家介绍下Java中一个非常重要也非常有趣的特性,就是自动装箱与拆箱,并从源码中解读自动装箱与拆箱的原理,同时这种特性也留有一个陷阱。开发者如果不注意,就会很容易跌入这个陷 阅读全文
posted @ 2017-12-28 16:12 天长地久-无为 阅读(177) 评论(0) 推荐(0) 编辑
摘要: if we has a ViewGroup,and the viewGroup is focusable.in this case ,we should the attribute : 阅读全文
posted @ 2017-12-25 10:49 天长地久-无为 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 12-22 19:09:04.258 9418-9418/com.ifreecomm.one D/ViewGroup: addInArray been called, this = android.support.v7.widget.RecyclerView{427462c0 VFED.... .. 阅读全文
posted @ 2017-12-22 19:17 天长地久-无为 阅读(763) 评论(0) 推荐(0) 编辑
摘要: Returns the name of this enum constant,as contained in the declaratioin.This method may be overridden,though it typically isn't necessary or desirable 阅读全文
posted @ 2017-12-22 16:21 天长地久-无为 阅读(278) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/27267111/whats-the-best-way-to-get-rid-of-get-parameters-from-url-string 阅读全文
posted @ 2017-12-21 17:20 天长地久-无为 阅读(113) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/13810777/what-causes-component-requestfocus-to-fail-sometimes 阅读全文
posted @ 2017-12-19 11:58 天长地久-无为 阅读(112) 评论(0) 推荐(0) 编辑
摘要: blog.csdn.net/yanbober/article/details/45912661 阅读全文
posted @ 2017-12-08 11:59 天长地久-无为 阅读(120) 评论(0) 推荐(0) 编辑
摘要: When this attribute is set to true, the view gets its drawable state (focused, pressed, etc.) from its direct parent rather than from itself. 阅读全文
posted @ 2017-12-02 10:52 天长地久-无为 阅读(1009) 评论(0) 推荐(0) 编辑