• 首頁
  • Python 筆記
  • Laravel

Kirin

I think, therefore I am.

Android開發AppleLaravelLinuxPHPPythonWordpress未分類測試驅動開發科技生活網站技術資訊安全軟體工程開發工具電腦硬體

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 套件 – 常用程式碼範例

用途 1、取得網頁原始碼 2、類似 Postman 的 API Client 3、其他 HTTP i請求 安裝... » read more

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

我們可以使用 json.dumps() 將資料轉化成 json 格式,並加上 indent 參數,使其以比較好... » 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】正規表示式 – re 模組 – 程式範例

去除 html 的區塊 html code 如果要去除 <div class=”nav... » read more

0
Read
Kirin written 3 個月 ago
【Python】Sqlite3 常用程式碼範例

以一個簡單類別 (categories) 資料表為例,其 DDL 如下: 常用程式碼如下: 參考資料 sqli... » read more

0
Read
Kirin written 3 個月 ago
Page navigation
  • 1 / 9
  • Current Page 1
  • Page 2
  • Next ›
  • Last »


  • 首頁
  • Python 筆記
  • Laravel
Copyright © 2025 Kirin. All rights reserved. Theme by Githuber.