2022 iThome 鐵人賽
「連續 30 天發表技術文章不中斷」爆發驚人的技術能量,
寫出一整年的成長與學習。
所有主題
選手 993 文章 19491
Day 21
2022-09-21
512
0
Climbing Stairs You are climbing a staircase. It takes n steps to reach the top....
Day 13
2022-09-27
512
0
今天要來做的是聊天室中間的部分,也是整個聊天室最核心的對話內容呈現~那我們就來一步一步試看看吧 首先第一步先把中間的框架做出來 <div class=&...
Day 15
2022-09-30
512
0
今天來介紹Scala物件導向的概念 首先來介紹抽象類別(Abstract class)Scala的抽象類別就跟Java類似,在class之前寫上關鍵字abstr...
Day 27
2022-09-27
512
0
題目 解題想法 func minimumBribes(q []int32) { // Write your code here bribes...
Day 19
2022-10-04
512
0
題目(5kyu): A perfect power is a classification of positive integers: In mathemat...
Day 16
2022-09-30
512
0
我們稍早前介紹 Active Model 的 object 結構時,有提到由於他並不是我們所熟知的從 DB 叫出來的那種 model,在 console 裡資料...