2022 iThome 鐵人賽
「連續 30 天發表技術文章不中斷」爆發驚人的技術能量,
寫出一整年的成長與學習。
Software Development
選手 147 文章 2896
Day 12
2022-09-27
570
0
上集解答 fun main(){ var n = readln().toInt() for( i in 1..n){ if(i%...
Day 13
2022-09-28
569
0
from PIL import Image, ImageDraw, ImageFont img = Image.open("img/pic1.jpg...
Day 17
2022-09-30
569
0
今天來講個題目,那就是收 Rs232的訊號,鮑率我們就設定 115200 ,clk速度 24MHz 我們先來看看訊號大概長怎樣 沒訊號時 都還沒訊號時,一...
Day 19
2022-09-23
568
0
Your librarian friend has asked you to extend her library software to automatica...
Day 30
2022-10-11
566
0
30 天的時間,我從 Python 的容器開始介紹,包含 list, dictionary, set 等,Python 的特色是它提供了我們許多相關的函式、內建...
Day 2
2022-09-16
566
0
有使用過 Active Model 的朋友應該都知道,只要在 new 時傳入一包 params,他就會自動把每個 value 按照 key 塞進 object...