2023 iThome 鐵人賽
帶我們前進的 是想證明自己的力量
SideProject30
選手 75 文章 1430
Day 9
2023-09-24
1052
0
連字是一種多對一的字符轉換關係,通常也是最常被使用者注意到的特性之一。 如昨天所介紹的,在使用活字的年代裡,任兩個字符並列時,如果兩者之間的間距太過「ㄌㄤ」,會...
Day 10
2023-09-25
1050
0
什麼是 python matplotlib: Matplotlib 是一個強大的 Python 程式語言繪圖庫。它提供了廣泛的函數和工具來創建各種類型的視覺化...
2024-01-26
1048
0
import redis def data(time, light, temperature): redis_conn.rpush("pic...
Day 22
2023-10-07
1047
0
昨天我們實際讓 EC2 instance 使用 pull 下來的 image 啟動 container,因為遇到熟悉的錯誤,所以今天要來在 EC2 instan...
Day 2
2023-09-17
1044
0
什麼是 GitLab CI/CD ? 圖片來源:https://medium.com/@brilvio/how-i-implemented-a-ci-buil...
Day 17
2023-10-02
1044
0
今天在研究要怎麼通過Google Calendar API的認證,這邊記錄一下遇到的問題。 建立存取憑證 建立存取憑證  |  Google Workspace...