17. Letter Combinations of a Phone Number Solution 1: Recursive + DFS class Solution: def dfs(se...
最近上課都是在上 components,以下是含有如何使用 Components 的 Days: [Day 34] [React] React components 簡單介紹 (上)[Day 35]...
寫鍵盤事件前,來回顧一下 remove event handler 的機制 remove event handler 的重要性 對某個動作(滑鼠/鍵盤事件)新增 event,用 addEventLis...
前言 目前系統的頁面還是使用 ASP.NET Core MVC 的原始版面,看上去其實也不太美觀,剛好它本來就有使用 Bootstrap,那麼今天就使用 Bootstrap 的 Card 元件來讓活動...
之前在 react hook 系列中提過,當要在 component 之間取用共同(相同)的方法或邏輯時時,可以使用 custom hook快速回憶一下,所謂 customHook ,就是應用 js...
今天來介紹為什麼在 Next.js 中,我們切換頁面的方式不是用,<a></a> 標籤,而是用 Next.js 的 Link component 的方式來切換頁面 Link 在...
廢廢今天參考了一篇超有用的文章np_utils.to_categorical函數裡面介紹了該函數的參數。之前用np_utils.to_categorical(train_label, num_clas...
styled-component 是什麼?styled-component 是一個 CSS-In-JS 的函式庫,我們可以在 JSX 中撰寫 CSS code。 Styled-component是一個...
用 axios fetch data 成功從 port3001 取得 db.json 的資料後一樣用 axios 從 react app 中呼叫用 json-server 模擬出來的 api fetc...
首先要先搞懂這三個有什麼差別跟如何使用?toFixed(), toExponential() and toPrecision()這三個回傳的都是字串,toFixed():可把 Number 四舍五入為...