摘要: Flowchart.js is a great tool for creating quick, simple flowcharts in a way that keeps you out of a WYSIWYG, and keeps your productive. No more drawin 阅读全文
posted @ 2018-02-05 22:20 Zhentiw 阅读(634) 评论(0) 推荐(0)
摘要: In the constructor, we want to set the prop to readonly, you need to do like this: 阅读全文
posted @ 2018-02-05 19:37 Zhentiw 阅读(477) 评论(0) 推荐(0)
摘要: In this lesson you will create a new project with a virtual environment and write your first unit test with pytest. In doing so, you will learn: insta 阅读全文
posted @ 2018-02-05 19:12 Zhentiw 阅读(351) 评论(0) 推荐(0)
摘要: React.PureComponent is similar to React.Component. The difference between them is that React.Component doesn’t implement shouldComponentUpdate(), but  阅读全文
posted @ 2018-02-05 03:04 Zhentiw 阅读(189) 评论(0) 推荐(0)