2025 iThome 鐵人賽
沒在獨自升級的 一起來
Software Development
選手 98 文章 2216
Day 25
2025-09-29
122
0
Problem Description DefinitionStrong number is the number that the sum of the f...
Day 29
2025-09-29
122
0
HI!大家好,我是 Shammi!😊 一路走到 Day 29,我的 SDGs 智慧聊天機器人已經從零開始,學會了智慧回覆、多輪對話,甚至成功搬家到了雲端!這真是...
Day 28
2025-09-11
122
0
今天我想要幫遊戲增加背景音樂與EXIT按鈕 背景音樂 首先從背景音樂開始,我的音樂一樣是在 Pixabay上找的,類型是使用8-bit風格那方式就跟之前做音效一...
Day 5
2025-09-19
122
0
今日主題: 像檢查作業一樣檢查 AI 寫的程式今天要記的口訣叫 SOLID,是程式設計的 5 個小祕訣。 背誦小口訣:SOLID (2004) S (SR...
Day 20
2025-10-04
122
0
在 Python 中,可以使用內建的 open() 函式來操作檔案。常見的模式有: "r" → 讀取 (read) "w&quo...
Day 6
2025-09-20
122
0
今天挑戰的題目是 LeetCode 1365「How Many Numbers Are Smaller Than the Current Number」。題目要...