2024 iThome 鐵人賽
Share More Gain More
自我挑戰組
選手 174 文章 3184
Day 30
2024-09-20
646
0
import import pygame as pg from pygame.locals import * import math 初始化pygam...
Day 1
2024-08-26
646
0
前提條件 docker dbeaver 一個用django開啟的檔案 步驟 用 docker 跑 postgres docker run --name co...
Day 14
2024-09-10
645
0
原文連結:Using Encapsulation to Ensure Consistency 資料封裝 在物件導向的程式中,當一個物件代表了現實世界中的物件,像...
Day 30
2024-09-30
645
0
昨天是簡單的API範例,今天要實現更進階的 API 應用,擴展 API 功能,並使用 Ngrok 將它公開給其他用戶。進階應用包括 API 的多路由、身份驗證,...
Day 20
2024-10-04
645
0
List1.List是一種有序的集合,允許儲存重複的元素。常見的 List實現包括ArrayList和LinkedList。 有序性:元素按照插入的順序存儲。...
Day 27
2024-10-11
645
0
接下來,我們將以 Intel 的 igb 網卡驅動程式為例,解析網卡驅動的工作原理。今天我們先探討乙太網路卡驅動如何發現網卡,並完成 net_device 的建...