大兄弟们别抱怨老师没讲SDK了,没讲是没讲,但是报错了之后看看cmd给的错误信息啊,明显提示sdk环境变量没有配置,去百度配上了在跑一遍。身为一个程序员,没有阅读英文和机器报错的能力,那还是趁早转行吧
2018-03-29
教程还不错,然后这些内容略有些过时,生命周期函数有些已经快被deprecated。但是还是很有意义的。
1. componentWillMount is deprecated and will be removed in the next major version. Use componentDidMount instead.
2. Warning: componentWillReceiveProps is deprecated and will be removed in the next major version.
1. componentWillMount is deprecated and will be removed in the next major version. Use componentDidMount instead.
2. Warning: componentWillReceiveProps is deprecated and will be removed in the next major version.
2018-03-07