iT邦幫忙

搜尋 D one 找到約 1202 個結果
在google中搜尋

技術 [Day 31] Letter Combinations of a Phone Number (Medium)

17. Letter Combinations of a Phone Number Solution 1: Recursive + DFS class Solution: def dfs(se...

技術 [Day 44] [React] Map method - 定位資料到 Components

最近上課都是在上 components,以下是含有如何使用 Components 的 Days: [Day 34] [React] React components 簡單介紹 (上)[Day 35]...

技術 用 react hook 做一個 wordle clone 猜字遊戲-part5-day 30

寫鍵盤事件前,來回顧一下 remove event handler 的機制 remove event handler 的重要性 對某個動作(滑鼠/鍵盤事件)新增 event,用 addEventLis...

技術 ASP.NET Core - 活動報名管理系統:Day29 讓畫面更好看,Bootstrap Card 的呈現與 View Component

前言 目前系統的頁面還是使用 ASP.NET Core MVC 的原始版面,看上去其實也不太美觀,剛好它本來就有使用 Bootstrap,那麼今天就使用 Bootstrap 的 Card 元件來讓活動...

技術 用 react hook 做一個 wordle clone 猜字遊戲-part4-day 29

之前在 react hook 系列中提過,當要在 component 之間取用共同(相同)的方法或邏輯時時,可以使用 custom hook快速回憶一下,所謂 customHook ,就是應用 js...

技術 Day 28 Next.js 之 Link Component

今天來介紹為什麼在 Next.js 中,我們切換頁面的方式不是用,<a></a> 標籤,而是用 Next.js 的 Link component 的方式來切換頁面 Link 在...

技術 DAY 31 one-hot編碼用法

廢廢今天參考了一篇超有用的文章np_utils.to_categorical函數裡面介紹了該函數的參數。之前用np_utils.to_categorical(train_label, num_clas...

技術 (D-28) Dear React 修煉之路:Styled-component

styled-component 是什麼?styled-component 是一個 CSS-In-JS 的函式庫,我們可以在 JSX 中撰寫 CSS code。 Styled-component是一個...

技術 用 react hook 做一個 wordle clone 猜字遊戲-part3-day 28

用 axios fetch data 成功從 port3001 取得 db.json 的資料後一樣用 axios 從 react app 中呼叫用 json-server 模擬出來的 api fetc...

技術 基本JavaScript Methods of Number object - toFixed(), toExponential() and toPrecision()

首先要先搞懂這三個有什麼差別跟如何使用?toFixed(), toExponential() and toPrecision()這三個回傳的都是字串,toFixed():可把 Number 四舍五入為...