2022 iThome 鐵人賽
「連續 30 天發表技術文章不中斷」爆發驚人的技術能量,
寫出一整年的成長與學習。
所有主題
選手 993 文章 19491
Day 27
2022-10-09
464
0
昨天將所有城市都測試完並列出來了,今天來選擇城市的功能用好。 Protocol 首先是寫個protocol讓資料能夠傳回上一個畫面。 protocol choo...
Day 3
2022-09-17
464
0
JS30 Day 02 JS&CSS clock Web dev 了解eventListener event bubbling 後 event ca...
Day 14
2022-09-28
464
0
【今日湯底】 Trolls are attacking your comment section! A common way to deal with this...
Day 9
2022-09-20
464
0
flask 系列
位元運算子 在程式語言的底層,所有數值都是以二進位表現 ( 0 和 1 ),「位元運算子」會針對每個數值的「二進位」字元進行位元運算。 運算子 說明...
Day 13
2022-09-28
464
0
Partially applied functions 部分套用函式 Closures 閉包 昨天介紹了函式常量跟函式值的應用,還有如何精簡地表示它們今天要...