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
在 Astro 中添加程式碼區塊複製按鈕
如何在 Astro 中添加程式碼區塊複製按鈕,以方便讀者複製程式碼。
614 字
|
3 分鐘
Cover Image of the Post
在 Ollama 中設置跨域資源共享 (CORS) 方法
2024-04-26
Ollama 遇到跨域資源共享 (CORS) 問題時,需要在 macOS 和 Linux 上設置環境變數。
532 字
|
3 分鐘
Cover Image of the Post