在 mac 上安裝設定 PC 鍵盤的功能鍵對應
macbook air 上的鍵盤和觸控板,其實已經足夠應用於外出的場合,但是我還是喜歡機械鍵盤的手感。 但是在... » read more
macbook air 上的鍵盤和觸控板,其實已經足夠應用於外出的場合,但是我還是喜歡機械鍵盤的手感。 但是在... » read more
只要使用 venv 目錄下的 python 執行即可。 模擬狀況概述 假設我們要執行 daily_job.py... » read more
常見用法 參考資料 https://hackmd.io/@JxVi57prTMerA89BaZhvCw/Hkx... » read more
基本知識 Log 的重要性程度 (Log Level) 重要性由低至高排列如下:DEBUG,INFO,WARN... » read more
用途 1、取得網頁原始碼 2、類似 Postman 的 API Client 3、其他 HTTP i請求 安裝... » read more
我們可以使用 json.dumps() 將資料轉化成 json 格式,並加上 indent 參數,使其以比較好... » read more
問題描述 當我執行以下指令時,想要將 mydatabase 這個資料庫備份出來時 出現了以下錯誤訊息 原因與處... » read more
用途: 跟 ngrok 和 Cloudflare Tunnel 相同,透過一個中繼伺服器取得一個公開的網址,然... » read more
假設我們要跳過的 url 是 /webhook/reply Laravel 11 之前的實作方式 在 Lara... » read more
去除 html 的區塊 html code 如果要去除 <div class=”nav... » read more