快轉到主要內容
每日拍拍

每日拍拍

Daily Py Py 給你拍拍。

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

最近的文章

Python tenacity 實戰:重試、退避與容錯機制完全攻略
·9 分鐘· loading · loading
Python Tenacity Retry Backoff 容錯
Python loguru 實戰:告別複雜的 logging 設定,寫出漂亮的日誌
·6 分鐘· loading · loading
Python Logging Loguru 除錯 工具
Python argparse 實戰:CLI 參數解析、旗標設計與 subcommands 完全攻略
·9 分鐘· loading · loading
Python Argparse Cli Command-Line Automation Developer-Tools
Helm 入門:Kubernetes 套件管理與 Chart 實戰
·8 分鐘· loading · loading
Helm Kubernetes K8s Devops Chart Yaml
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