上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页
摘要: 一 第一种方式 阅读全文
posted @ 2017-07-14 14:17 戴杭林 阅读(343) 评论(0) 推荐(0) 编辑
摘要: zero() is slowest, because the JIT can't yet optimize away the cost of getting the array length once for every iteration through the loop. one() is fa 阅读全文
posted @ 2017-07-07 12:53 戴杭林 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 1.Android提供TouchDelegate帮助实现扩大一个很小的view的点击区域 例如:https://developer.android.com/training/gestures/viewgroup.html#delegate 布局文件 代码 简单解释 1. 获取parentView并且 阅读全文
posted @ 2017-07-07 10:22 戴杭林 阅读(1999) 评论(0) 推荐(0) 编辑
摘要: Android中怎么查看应用的activity栈? 1. 进入adb shell 2.可以直接输入dumpsys ,可以查看device的一些信息如 3.也可以直接输入 dumpsys activity activities 4.查看最近的activity 5.查看某个activity 6. adb 阅读全文
posted @ 2017-06-15 13:36 戴杭林 阅读(14864) 评论(0) 推荐(1) 编辑
摘要: git 是基于文件系统的版本管理工具,文档和详细介绍可以查看git 一.git commit --amend 如果你对文件做了修改需要和上一次的修改合并为一个change 二.git rebase 在 Git 中整合来自不同分支的修改主要有两种方法:merge 以及 rebase。 在本节中我们将学 阅读全文
posted @ 2017-06-15 13:17 戴杭林 阅读(1475) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页