摘要:
/** * 除了汉字、英文、数字之外的数字,自动过滤 * @param str * @return * @throws PatternSyntaxException */ private String stringFilter(String str) throws PatternSyntaxExce
阅读全文
posted @ 2016-08-02 17:58
鴻飛
阅读(125)
推荐(0)
编辑
摘要:
转:http://my.oschina.net/u/1177694/blog/523922 首先我们来看一段代码 上面这段代码没有什么问题,但是在handler对象创建的时候却会报警告:This Handler class should be static or leaks might occur意
阅读全文
posted @ 2016-08-02 14:37
鴻飛
阅读(1220)
推荐(0)
编辑
摘要:
转:https://gist.github.com/felHR85/6070f643d25f5a0b3674 SoftKeyboard.java /* * Author: Felipe Herranz (felhr85@gmail.com) * Contributors:Francesco Verh
阅读全文
posted @ 2016-08-02 10:58
鴻飛
阅读(161)
推荐(0)
编辑
posted @ 2016-08-01 10:54
鴻飛
阅读(4)
推荐(0)
编辑
posted @ 2016-07-28 12:10
鴻飛
阅读(18)
推荐(0)
编辑
posted @ 2016-07-07 11:14
鴻飛
阅读(1)
推荐(0)
编辑
摘要:
log2N public static void main(String[] args) { int n = 3; for (int i = 1; i <= 10; i++) { System.out.println("输入:"+i); turns(i, 1, 10); } } private st
阅读全文
posted @ 2016-07-01 17:49
鴻飛
阅读(119)
推荐(0)
编辑
摘要:
①|② A|B ①:注销ButterKnife.bind(this);②:添加ButterKnife.bind(this); A:注销ButterKnife.bind(this);时的内存大小 B:添加ButterKnife.bind(this);时的内存大小 36个unbind_0:90|99 1
阅读全文
posted @ 2016-06-13 18:50
鴻飛
阅读(200)
推荐(0)
编辑
posted @ 2016-06-05 10:23
鴻飛
阅读(1)
推荐(0)
编辑
摘要:
RxJava 与 Retrofit 结合的最佳实践 http://gank.io/post/56e80c2c677659311bed9841 https://github.com/tough1985/RxjavaRetrofitDemo 给 Android 开发者的 RxJava 详解 http:/
阅读全文
posted @ 2016-06-04 20:27
鴻飛
阅读(150)
推荐(0)
编辑