iT邦幫忙

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

技術 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 四舍五入為...

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

昨天好不容易搞定了外觀今天來處理得到題目答案的部分 獲得題目的答案 要獲得題目的答案有幾種方法,分別是 第三方api 自有的資料庫 json file 執行 json server 這邊...

技術 如何導入 deque axe 【 我不會寫 React Component 】

台灣的無障礙規範 聲稱自己參照 w3c 規範, 但還是有太多地方跟國際規範不同。先不論是政治還是官僚等無聊原因,考慮到讀者未來發展性,筆者鼓勵盡量走國際規範,以下僅介紹 國際規範 的驗證技術。...

技術 [Day 29] LeetCode 75 - 1046. Last Stone Weight

LeetCode 75 Level 1 - Day 15 Heap 1046. Last Stone Weight 題目連結 難易度:Easy 題目敘述 You are given an a...