常用的開發工具-2024
整理了我在2024年常用的開發工具,涵蓋了從伺服器到快速工具等多個方面。這些工具大大提升了我的開發效率,希望對你也有所幫助。
1431 字
|
7 分鐘
Cover Image of the Post
Oracle Arm 架構伺服器上使用 Nginx UI 與 SSL 憑證
Oracle Arm 架構伺服器上安裝 Nginx,並使用 Nginx UI 進行管理。以及如何使用 Certbot 取得與安裝 SSL 憑證
696 字
|
3 分鐘
Cover Image of the Post
Vue 3 script setup:defineExpose 父子元件之間的溝通
Vue 3 script setup 模式下,父子元件如何透過 defineExpose、provide 和 inject 進行資料傳遞與方法呼叫。
466 字
|
2 分鐘
Cover Image of the Post
JavaScript 日曆事件處理:輕鬆生成 iCal、Google 及 Yahoo 日曆連結
介紹如何使用 JavaScript 生成 iCal、Google Calendar 和 Yahoo Calendar 的連結
743 字
|
4 分鐘
Cover Image of the Post
Google Cloud Summit 2024 筆記
Google Cloud Summit 2024 筆記,涵蓋 Chatbot 技術突破、AIDO 專業機器人、Gamania MLOps 架構、推薦系統架構、Distilled RAG、資訊檢索不準確問題、對話幻覺等議題。
3985 字
|
20 分鐘
Cover Image of the Post
JavaScript 陣列搜尋:indexOf() 之外的方法 O(log n) 
探索 JavaScript 中高效的二分搜尋法,了解其原理、步驟與在陣列搜尋中的應用。
384 字
|
2 分鐘
Cover Image of the Post
解決 sync 請求下的 Session 資料衝突
當多個請求同時修改 Laravel 的 Session 資料時,可能會發生資料不一致的問題。
619 字
|
3 分鐘
Cover Image of the Post
Vue2 升級到 Vue3 - 語法差異與套件更新
2024-05-05
紀錄專案從 Vue2 升級到 Vue3 時,語法差異和套件更新所遇到的狀況
296 字
|
1 分鐘
Cover Image of the Post