快轉到主要內容
每日拍拍

每日拍拍

Daily Py Py 給你拍拍。

科學家。
喜歡關注新的科技和軟硬體發展。
在這裡帶給大家一些程式設計的知識和小技巧,以及一些科技新知。
座右銘是「終身學習、終身玩耍」。

最近的文章

Rust 多執行緒入門:threads、Mutex、Arc 與共享狀態完全攻略
·10 分鐘· loading · loading
Rust Thread Mutex Arc Concurrency Python
Rust 測試入門:unit test、integration test 與 cargo test 完全攻略
·10 分鐘· loading · loading
Rust Testing Unit-Test Integration-Test Cargo Python
Python virtual environments 大比拼:venv vs conda vs uv 怎麼選?
·8 分鐘· loading · loading
Python Venv Conda Uv Virtual Environments Packaging
Rust Async + Tokio 入門:非同步 Rust vs Python asyncio
·8 分鐘· loading · loading
Rust Async Tokio Python Asyncio 非同步
Rust 智慧指標:Box、Rc、Arc 完全攻略
·8 分鐘· loading · loading
Rust Smart Pointers Box Rc Arc Memory Management
Python ABC + Protocol:介面設計與 Structural Subtyping
·8 分鐘· loading · loading
Python Abc Protocol Typing Interface Oop