Blogs

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 …