Loading

上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页
摘要: github项目quick setup git初始化 git init git添加remote git remote add origin YOURS_REMOTE_URL git修改remote的url git remote set-url origin YOURS_NEW_REMOTE_URL 阅读全文
posted @ 2018-05-05 22:54 戴杭林 阅读(386) 评论(0) 推荐(0) 编辑
摘要: https://www.mkyong.com/java/how to set java_home environment variable on mac os x/ 阅读全文
posted @ 2018-05-04 11:03 戴杭林 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 1. https://codelabs.developers.google.com/ 2. https://developer.android.com/ 3. http://v.youku.com/v_show/id_XMTUyMTM0MzgyNA==.html?f=26946827 4. http 阅读全文
posted @ 2018-05-03 16:28 戴杭林 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Model–view–presenter (MVP)介绍 mvp在 "wiki" 上的介绍为 ___Model___  定义用户界面所需要被显示的数据模型,一个模型包含着相关的业务逻辑 ___View___  View不应该处理业务逻辑,根据presenter的command进行 阅读全文
posted @ 2018-04-23 14:29 戴杭林 阅读(299) 评论(1) 推荐(0) 编辑
摘要: https://github.com/airbnb/javascript?utm_source=gold_browser_extension 1. build up string 2. copy array 3. Use array destructuring 4. Use object destr 阅读全文
posted @ 2018-03-22 12:33 戴杭林 阅读(323) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页