文章列表
Image Creator From OpenAI ChatGPT4 (水彩畫, watercolor painting)
使用 OpenAI ChatGPT4 搭配 DALL·E 3 繪製的各式水彩。
Python Object Oriented Programming (OOP) Note
筆記如何使用 Python 進行物件導向開發與設計常見的語法 `property`, `setter`, `__str__`, `__init__`, `__iter__`。
Visual Studio License Key Management
筆記如何從 `regedit` 檢視與管理 Visual Studio 使用的 License Key。
Alice, Bob, Charlie, and More 😀
Explore the fascinating world of cryptographic characters. From Alice and Bob to Eve and Mallory, learn the roles and significance of these characters in simplifying complex security concepts.
Dependency Injection 觀摩筆記 (DI & IOC)
觀摩 `Blazored/LocalStorage` 關於 Interface 設計與 Dependency Injection 的使用方式,從真實案例學習使用 Dependency Injection 🙂
初探 Blazor WebAssembly (WASM)
筆記使用 Blazor WebAssembly 開發的初體驗,想要寫一個純粹前端的簡易應用,但這次不是選擇 Vue.js 或者是 jQuery,而是直接把後端的 C# 拿來前端寫 😆 最後結合 GitHub Action 的另一個初體驗,達成 Commit 自動部署在 gh-pages 分支的功效,完成 Commit 即部署的便利 😎