上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页
摘要: alias|grep git g=git ga='git add' gaa='git add --all' gapa='git add --patch' gb='git branch' gba='git branch -a' gbd='git branch -d' gbda='git branch 阅读全文
posted @ 2017-06-02 15:48 戴杭林 阅读(527) 评论(0) 推荐(0) 编辑
摘要: 1) Loop for N times 2) Loop through a collection and return a deeply-nested property from each item 3) Create an array of N size and populate them wit 阅读全文
posted @ 2017-03-17 17:18 戴杭林 阅读(820) 评论(0) 推荐(0) 编辑
摘要: 1. (x) -> 'bar foo'.replace( /(..) (...)/, '$2 $1' ) -> "bfoo ar" 2. (x) -> "foo bar foo bar".match(/(bar) (foo)/, '$2 $1'); -> ["bar foo", "bar", "fo 阅读全文
posted @ 2017-03-10 11:29 戴杭林 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 原文地址 https://daihanglin.github.io/Blog/paper/git.html 阅读全文
posted @ 2017-02-17 17:24 戴杭林 阅读(426) 评论(0) 推荐(0) 编辑
摘要: Methods you override that are part of component creation (onCreate(), onStart(), onResume(), etc.), you should chain to the superclass as the first st 阅读全文
posted @ 2017-02-17 10:01 戴杭林 阅读(461) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页