大兄弟們別抱怨老師沒(méi)講SDK了,沒(méi)講是沒(méi)講,但是報(bào)錯(cuò)了之后看看cmd給的錯(cuò)誤信息啊,明顯提示sdk環(huán)境變量沒(méi)有配置,去百度配上了在跑一遍。身為一個(gè)程序員,沒(méi)有閱讀英文和機(jī)器報(bào)錯(cuò)的能力,那還是趁早轉(zhuǎn)行吧
2018-03-29
繼承設(shè)計(jì)的初衷是將大家共同的屬性和方法用個(gè)類封裝,從而減少重復(fù)代碼
2018-03-18
聽到軟泥Q,我一臉懵逼,以為進(jìn)錯(cuò)房間了,而且還重復(fù)那么多次,嚴(yán)重打擊我聽下去的積極性……
2018-03-14
教程還不錯(cuò),然后這些內(nèi)容略有些過(guò)時(shí),生命周期函數(shù)有些已經(jīng)快被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