2023 iThome 鐵人賽
帶我們前進的 是想證明自己的力量
所有主題
選手 1123 文章 23059
Day 15
2023-09-30
228
0
在Ruby程式語言中,類別(class)和模組(module)都是用來組織和結構化程式碼的重要元素,但它們有一些重要的不同之處。 類別(Class): 類...
Day 10
2023-09-25
228
0
Day 10: Allow One Function Call Given a function fn, return a new function that...
Day 24
2023-09-27
227
0
客戶管理 為了快速開發管理程式,適當的整理函式,讓管理程式可以重覆調用 路由 工作表 函式 取得工作表所有記錄資料get_data(sheet) /*...
Day 4
2023-09-19
227
0
<div className="fixed bottom-0 left-0 flex h-48 w-full items-end justify...
Day 8
2023-09-23
227
0
有時候會需要依序執行多個非同步任務,像是先前使用 loadScript 載入多個檔案。這種時候 promise 的一個處理方式是使用鏈接 (promise ch...
Day 12
2023-09-26
227
0
今天來講酷酷的新東西:goto以前在Python好像沒看過 goto 這東東基本上就是個傳送門!直接附上官網的示範: void CheckMatrices(Di...