2022 iThome 鐵人賽
「連續 30 天發表技術文章不中斷」爆發驚人的技術能量,
寫出一整年的成長與學習。
自我挑戰組
選手 361 文章 6248
Day 7
2022-09-21
1376
0
HTML標籤定位 在搜尋HTML網頁時,可以使用BeautifulSoup中的find()函數來找出指定的HTML 標籤。此函數傳回的值是”第一個”符合條件的H...
2022-12-26
1376
0
79. Word Search Solution 1: DFS class Solution: def exist(self, board: List[...
2022-10-17
1376
0
良好的遊戲優化,能提升系統的效能,也能提升玩家的遊戲體驗,今天來講講如何優化遊戲內的系統程式。 在封包中我們應該避免傳送冗於的資訊,假設玩家今天玩家收到一個攻擊...
Day 4
2022-09-04
1375
0
系統:ubuntu-22.04需要安裝套件如下(Command):​sudo apt install software-properties-common -y...
Day 8
2022-09-11
1375
0
She is tall.She is taller than her sister.She is the tallest person in the famil...
Day 15
2022-09-26
1374
0
System software可能在不同的build environemnt上面build,但為了讓不同的build environment可以build出相同...