【jQuery、css】解析六種組合選擇器:相連、+、~、>、,、空格2024-03-25Frontend / Css / JQuery分享本篇重點組合選擇器是甚麼選擇器內的符號( +、~、> 、, 等)有甚麼含意jQuery 要使用組合選擇器還是原生的函式# css# jquery# frontend繼續閱讀
【VSCode】在 VSCode terminal 使用 git bash2024-02-11Other / VSCode分享本篇重點為什麼要使用 git bashVSCode terminal 選項新增 git bash將 git bash 設定為 VSCode 的預設終端機# vscode# git bash# terminal繼續閱讀
【PHP】4種判斷變數或陣列是否存在的方法2023-12-30Backend / PHP分享本篇重點使用 empty()、is_null()、isset() 或是直接使用if ($variable) 判斷式來判斷變數或陣列是否存在資料檢查甚麼時候會有錯誤訊息(php error)# php# backend繼續閱讀