iT邦幫忙

tytom2003 的所有留言 23

React Element 與 Component

在Class-based Component 的部分,請問componentDidMount()是一個保留字?

2022-02-28 ‧ 由 tytom2003 留言

[Day-13] Webpack 與 babel 轉譯

請問dist/index.bundle.js 內容是什麼?解決了,原來是執行yarn build才會有index.bundle.js。

2022-01-06 ‧ 由 tytom2003 留言

達標好文 [Day 29 - 即時天氣] 寫網頁就是要炫耀啊,不然要幹麻?發布上 Github Pages 吧!

我在github 下載了"realtime-weather-app"檔案,然後在windows console 輸入npm start,它彈...

2021-10-20 ‧ 由 tytom2003 留言

[Day 23 - 即時天氣] 實作資料載入中的提示狀態

請問以下這些程式是否不需要加在WeatherApps.js裏?setState(prevState => {// Object.assign would...

2021-10-15 ‧ 由 tytom2003 留言

[Day 22 - 即時天氣] 讓白天和晚上使用不同天氣圖示

我開啟你程式碼的連結去運行程式時,程式出現錯誤。"TypeErrorCannot read properties of undefined (read...

2021-10-13 ‧ 由 tytom2003 留言

[Day 21 - 即時天氣] 處理天氣圖示以及 useMemo 的使用

我有一個愚蠢問題,想問一問,我運行一段程式時,它是執行運行了二次迴圈才停止,但是在第一次迴圈執行時已經找到了weatherCode是在那個weatherType...

2021-10-11 ‧ 由 tytom2003 留言

[Day 21 - 即時天氣] 處理天氣圖示以及 useMemo 的使用

我根據你的教學去做,但是程式仍然有錯誤出現。return ({weatherIcons[moment][currentWeatherIcon]});TypeEr...

2021-09-21 ‧ 由 tytom2003 留言

[區塊練起來-智能合約與DApp開發] DAY 15 - 實戰智能合約!區塊鏈履歷(3)

請問"區塊鏈履歷"project是否需要加入ganache workspace裏面?將資料放入區塊鏈裏面,為什麼不需要在程式裏寫入creat...

2021-03-29 ‧ 由 tytom2003 留言

[區塊練起來-智能合約與DApp開發] DAY 28 - 實戰DApp!區塊鏈履歷應用(2)

當我在新增履歷,它會出現了"The send transactions "from" field must be defined!...

2021-03-27 ‧ 由 tytom2003 留言

[區塊練起來-智能合約與DApp開發] DAY 30 - 實戰DApp!區塊鏈履歷應用(4)

forkJoin(countReq).pipe(switchMap(res => {this.profile.setCounts(res);return...

2021-03-22 ‧ 由 tytom2003 留言