鴻飛

导航

 
上一页 1 ··· 7 8 9 10 11 12 13 14 下一页

2016年8月2日

摘要: /** * 除了汉字、英文、数字之外的数字,自动过滤 * @param str * @return * @throws PatternSyntaxException */ private String stringFilter(String str) throws PatternSyntaxExce 阅读全文
posted @ 2016-08-02 17:58 鴻飛 阅读(124) 评论(0) 推荐(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 鴻飛 阅读(1217) 评论(0) 推荐(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) 推荐(0) 编辑
 

2016年8月1日

该文被密码保护。 阅读全文
posted @ 2016-08-01 10:54 鴻飛 阅读(4) 评论(0) 推荐(0) 编辑
 

2016年7月28日

该文被密码保护。 阅读全文
posted @ 2016-07-28 12:10 鴻飛 阅读(18) 评论(0) 推荐(0) 编辑
 

2016年7月7日

该文被密码保护。 阅读全文
posted @ 2016-07-07 11:14 鴻飛 阅读(1) 评论(0) 推荐(0) 编辑
 

2016年7月1日

摘要: 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 鴻飛 阅读(117) 评论(0) 推荐(0) 编辑
 

2016年6月13日

摘要: ①|② 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 鴻飛 阅读(197) 评论(0) 推荐(0) 编辑
 

2016年6月5日

该文被密码保护。 阅读全文
posted @ 2016-06-05 10:23 鴻飛 阅读(1) 评论(0) 推荐(0) 编辑
 

2016年6月4日

摘要: RxJava 与 Retrofit 结合的最佳实践 http://gank.io/post/56e80c2c677659311bed9841 https://github.com/tough1985/RxjavaRetrofitDemo 给 Android 开发者的 RxJava 详解 http:/ 阅读全文
posted @ 2016-06-04 20:27 鴻飛 阅读(148) 评论(0) 推荐(0) 编辑
 
上一页 1 ··· 7 8 9 10 11 12 13 14 下一页