Image Creator From OpenAI ChatGPT4 (水彩畫, watercolor painting)
使用 OpenAI ChatGPT4 搭配 DALL·E 3 繪製的各式水彩。
使用 OpenAI ChatGPT4 搭配 DALL·E 3 繪製的各式水彩。
筆記如何使用 Python 進行物件導向開發與設計常見的語法 `property`, `setter`, `__str__`, `__init__`, `__iter__`。
筆記如何從 `regedit` 檢視與管理 Visual Studio 使用的 License Key。
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.
觀摩 `Blazored/LocalStorage` 關於 Interface 設計與 Dependency Injection 的使用方式,從真實案例學習使用 Dependency Injection 🙂
筆記使用 Blazor WebAssembly 開發的初體驗,想要寫一個純粹前端的簡易應用,但這次不是選擇 Vue.js 或者是 jQuery,而是直接把後端的 C# 拿來前端寫 😆 最後結合 GitHub Action 的另一個初體驗,達成 Commit 自動部署在 gh-pages 分支的功效,完成 Commit 即部署的便利 😎
筆記如何使用 Python 讀取 csv 的時候轉換為 Models Namedtuple 方便使用 intellisense 以及模組化的管理資料型別。