2017年10月23日

Dagger2

摘要: https://blog.mindorks.com/introduction-to-dagger-2-using-dependency-injection-in-android-part-1-223289c2a01b https://dreamerhome.github.io/2016/07/07/ 阅读全文

posted @ 2017-10-23 11:33 longhorn 阅读(74) 评论(0) 推荐(0) 编辑

2017年8月17日

Android 捕获 crash

摘要: private void initializeCrashHandlers() { // This crash handler can take care of anything, but you MUST close the process at the end if you are // not 阅读全文

posted @ 2017-08-17 10:59 longhorn 阅读(132) 评论(0) 推荐(0) 编辑

2017年7月17日

为什么需要心跳包

摘要: https://blog.coderzh.com/2015/03/05/WhyHeartBeatNeeded/ http://mp.weixin.qq.com/s?__biz=MzAwNDY1ODY2OQ==&mid=207243549&idx=1&sn=4ebe4beb8123f1b5ab5881 阅读全文

posted @ 2017-07-17 01:52 longhorn 阅读(138) 评论(0) 推荐(0) 编辑

2016年6月12日

Android 参考

摘要: Binder机制 http://blog.csdn.net/boyupeng/article/details/47011383 Volatile http://www.infoq.com/cn/articles/ftf-java-volatile MVC MVP MVVM https://www.t 阅读全文

posted @ 2016-06-12 13:14 longhorn 阅读(434) 评论(0) 推荐(0) 编辑

2016年6月3日

Android animation paint canvas

摘要: http://blog.csdn.net/harvic880925/article/details/50995268 阅读全文

posted @ 2016-06-03 02:38 longhorn 阅读(102) 评论(0) 推荐(0) 编辑

2014年8月31日

Find the k-th Smallest Element in two sorted array

摘要: http://leetcode.com/2011/01/find-k-th-smallest-element-in-union-of.html 阅读全文

posted @ 2014-08-31 22:23 longhorn 阅读(124) 评论(0) 推荐(0) 编辑

2014年7月30日

LeetCode:Implement strStr()

摘要: http://www.geeksforgeeks.org/searching-for-patterns-set-2-kmp-algorithm/ 阅读全文

posted @ 2014-07-30 18:37 longhorn 阅读(83) 评论(0) 推荐(0) 编辑

Longest Common Subsequence & Longest Common Substring

摘要: http://www.geeksforgeeks.org/dynamic-programming-set-4-longest-common-subsequence/http://www.geeksforgeeks.org/longest-common-substring/ 阅读全文

posted @ 2014-07-30 13:38 longhorn 阅读(94) 评论(0) 推荐(0) 编辑

2014年7月29日

LeetCode: Next Permutation

摘要: http://blog.csdn.net/lanxu_yy/article/details/17593937 阅读全文

posted @ 2014-07-29 09:18 longhorn 阅读(77) 评论(0) 推荐(0) 编辑

2014年7月14日

Recover Binary Search Tree

摘要: c++的指针传递,可以改变指针指向的值,但是不会返回改变后的指针。 阅读全文

posted @ 2014-07-14 13:09 longhorn 阅读(79) 评论(0) 推荐(0) 编辑

导航