老師的圖片布局有點(diǎn)坑啊,有錯(cuò)誤到后面才改正,害我自己搞完了,才知道是老師自己錯(cuò)了,我還以為我開(kāi)始的時(shí)候就寫(xiě)錯(cuò)了呢- - !!!
2019-01-09
https://github.com/AustinDeng/gallery-by-react 基于目前最新的 React15.0.0, 歡迎Star.
2018-10-18
https://github.com/AustinDeng/gallery-by-react 基于目前最新的 React15.0.0, 歡迎Star.
2018-10-18
非要原封不動(dòng)的照搬,自己能力還不夠,看不懂正常,但是最起碼應(yīng)該保持謙遜的心態(tài)
2018-08-08
在這個(gè)例子中是向下取整才對(duì):
在視頻:03:10左右的
topImgNum=Math.ceil(Math.random()*2)
應(yīng)改為:
topImgNum=Math.floor(Math.random()*2)
在視頻:06:10左右的
topImgSpliceIndex = Math.ceil(Math.random()*(imgsArrangeArr.length - topImgNum));
應(yīng)改為:
topImgSpliceIndex = Math.floor(Math.random()*(imgsArrangeArr.length - topImgNum));
在視頻:03:10左右的
topImgNum=Math.ceil(Math.random()*2)
應(yīng)改為:
topImgNum=Math.floor(Math.random()*2)
在視頻:06:10左右的
topImgSpliceIndex = Math.ceil(Math.random()*(imgsArrangeArr.length - topImgNum));
應(yīng)改為:
topImgSpliceIndex = Math.floor(Math.random()*(imgsArrangeArr.length - topImgNum));
2018-07-20
同學(xué)們,我從vue轉(zhuǎn)向react于是把之前vue學(xué)習(xí)入門(mén)實(shí)戰(zhàn)課程餓了么外賣(mài)用react實(shí)現(xiàn),項(xiàng)目難度不大但包含了react多數(shù)常用操作。 非常適合入門(mén)(坑)學(xué)習(xí)~
GitHub 演示地址:https://github.com/HQ-Lin/react-sell
如果對(duì)您有幫助,請(qǐng)給我個(gè)Star,在線(xiàn)學(xué)習(xí)的動(dòng)力來(lái)自于無(wú)私的分享。O(∩_∩)O~
GitHub 演示地址:https://github.com/HQ-Lin/react-sell
如果對(duì)您有幫助,請(qǐng)給我個(gè)Star,在線(xiàn)學(xué)習(xí)的動(dòng)力來(lái)自于無(wú)私的分享。O(∩_∩)O~
2018-07-15
真心受不了這個(gè)賣(mài)弄文采的風(fēng)格了,講解就好好講解得了,說(shuō)那些沒(méi)用的,成語(yǔ)都引用錯(cuò)了,奇技淫巧,不是奇淫技巧!??!1
2018-05-24