摘要: When you need to generate a data set, a generator function is often the correct solution. A generator function is defined with function* and then you  阅读全文
posted @ 2019-01-23 21:36 Zhentiw 阅读(138) 评论(0) 推荐(0)
摘要: A Javascript Proxy object is a very interesting es6 feature, that allows you to determine behaviors whenever a property is accessed in a target object 阅读全文
posted @ 2019-01-23 21:18 Zhentiw 阅读(272) 评论(0) 推荐(0)
摘要: As a beginner of Crocks.js, it was a problem for we to figure out when to use .map() and when to use .chain(). Of course, using the docs help: map: St 阅读全文
posted @ 2019-01-23 17:13 Zhentiw 阅读(438) 评论(0) 推荐(0)
摘要: For example we have: develop branch hotfix branch release branch 'develop' branch has all the latest commits and features; 'release' branch is far beh 阅读全文
posted @ 2019-01-23 15:44 Zhentiw 阅读(199) 评论(0) 推荐(0)
摘要: To create a Stateful widget: 1. Create a StatefulWidget 2. Create a State 阅读全文
posted @ 2019-01-23 03:37 Zhentiw 阅读(269) 评论(0) 推荐(0)