2023 iThome 鐵人賽
帶我們前進的 是想證明自己的力量
Software Development
選手 128 文章 2952
Day 3
2023-09-18
316
0
Day3: To Be Or Not To Be Write a function expect that helps developers test thei...
Day 7
2023-09-22
316
0
方法 Method 為什麼需要方法?簡單來說就是讓程式碼可以重複使用而且更容易理解 定義方法 在 Ruby 中定義方法的起手式為def def bmi_calc...
Day 4
2023-09-27
315
0
資源管理 智慧指針 智慧指針(smart pointer)是C++11以後出的有關自動釋放資源(記憶體)的函式庫,就是C#, JAVA的GC的功能 資源(記憶體...
Day 20
2023-10-02
315
0
說明 Bridge is a structural design pattern that lets you split a large class or a...
Day 21
2023-10-01
314
0
昨天我們在discord developer裡面建造了一個機器人,那今天就得把他家進我們的伺服器裡面 打開discord develope,點選以下選項...
Day 26
2023-10-11
314
0
先進入hours of code線上學習網,然後選擇下面這個選項進去 積木方塊的線上編輯器出現了 依照左邊的情境選擇相關的積木去組合 點選RUN之後就會看...