• 首頁
  • Python 筆記
  • Laravel

3 月, 2025

Python – venv – 如何在 Linux 的 cron 中執行 script?

只要使用 venv 目錄下的 python 執行即可。 模擬狀況概述 假設我們要執行 daily_job.py... » read more

0
Read
Kirin written 2 個月 ago
PowerShell: 類似 linux 系統中 tail 的指令: get-content

常見用法 參考資料 https://hackmd.io/@JxVi57prTMerA89BaZhvCw/Hkx... » read more

0
Read
Kirin written 2 個月 ago
Python-logging 模組-常用程式碼範例

基本知識 Log 的重要性程度 (Log Level) 重要性由低至高排列如下:DEBUG,INFO,WARN... » read more

0
Read
Kirin written 2 個月 ago
Python – requests 套件 – 常用程式碼範例

最後更新日期:2025 年 03 月 23 日 用途 1、取得網頁原始碼 2、類似 Postman 的 API... » read more

0
Read
Kirin written 2 個月 ago
Python – 如何在 json.dumps() 中,顯示中文,而非 utf-8 編碼

最後更新日期:2025 年 03 月 23 日 我們可以使用 json.dumps() 將資料轉化成 json... » read more

0
Read
Kirin written 2 個月 ago
執行 mysqldump 時,出現錯誤訊息:「Access denied; you need (at least one of) the PROCESS privilege(s) for this operation」的處理方式

問題描述 當我執行以下指令時,想要將 mydatabase 這個資料庫備份出來時 出現了以下錯誤訊息 原因與處... » read more

0
Read
Kirin written 2 個月 ago
Microsoft Dev Tunnels 快速入門

用途: 跟 ngrok 和 Cloudflare Tunnel 相同,透過一個中繼伺服器取得一個公開的網址,然... » read more

0
Read
Kirin written 2 個月 ago
Laravel – 如何在 post 方法中,跳過 csrf 驗證

假設我們要跳過的 url 是 /webhook/reply Laravel 11 之前的實作方式 在 Lara... » read more

0
Read
Kirin written 2 個月 ago
  • 首頁
  • Python 筆記
  • Laravel
Copyright © 2025 Kirin. All rights reserved.