Blogs

Hugo: Fixed Image URL …

此內容由 Notion 編輯並經由 Notion API 自動轉成 Hugo 頁面 The content write by Notion, and use Notion API convert to Hugo page. Refer: markdown - Wrong path with images on Hugo page - Stack Overflow Question Wrong path with images on Hugo page I’m trying to make a page on hugo with images, using markdown, but …

C++: OpenCV Source Code …

此內容由 Notion 編輯並經由 Notion API 自動轉成 Hugo 頁面 The content write by Notion, and use Notion API convert to Hugo page. 上官網抓 souce code,目前最新是 4.X.X,根據需要也可以找 3.X.X 使用 CMake (1) 安裝 CMake,為了建立編譯環境及專案 (2) 設定 Source Code 、Build Target 路徑 (3) 第一次按下 Configure,需要設定”生成專案格式”及"編譯平台 (windows 通常是 x64 or Win32)” (4) …

Hugo: Auto Deploy

此內容由 Notion 編輯並經由 Notion API 自動轉成 Hugo 頁面 The content write by Notion, and use Notion API convert to Hugo page. 前言 現在工作幾乎都隨時用 Notion 進行筆記,雖然方便但是要分享到自己的網站上,還是需要手動複製貼上內容再進行發佈,這過程久了實在很麻煩,畢竟我不是隨時都在寫文章,一直想著如果可以在 Notion 上寫好筆記,簡單整理一下然後按發佈就好了XD,於是抱著這想法查了一下,發現已經有許多大神造好輪子XD,其中看最久的是這篇文章,會看這篇主要原因是他的整體構想比較接近我要的, …

C++: 取得資料夾下所有檔名

此內容由 Notion 編輯並經由 Notion API 自動轉成 Hugo 頁面 The content write by Notion, and use Notion API convert to Hugo page. #include<iostream> #include<string> #include<io.h> #include<cstdio> #include<cstdlib> #include<cstring> using namespace std; void fileSearch(string …

[Note] Git 使用

此內容由 Notion 編輯並經由 Notion API 自動轉成 Hugo 頁面 The content write by Notion, and use Notion API convert to Hugo page. 基本設定 查看設定、設定帳號 git config --list git config --global user.name "XXX" git config --global user.email "XXXXXX@XXX.XXX" 移除設定 git config --global --unset user.name git config …

FFmpeg 使用

此內容由 Notion 編輯並經由 Notion API 自動轉成 Hugo 頁面 The content write by Notion, and use Notion API convert to Hugo page. Release version:Index of /releases (ffmpeg.org) 說明文件:FFmpeg: Main Page 安裝說明:CompilationGuide – FFmpeg 合併影片 __mg_vid.txt 檔案內容 file 'a.avi' file 'a.avi' 輸入指令 ffmpeg -f concat …