Windows

C++/CLI:使用 C++/CLI、FFmpeg …

此內容由 Notion 編輯並經由 Notion API 自動轉成 Hugo 頁面 The content write by Notion, and use Notion API convert to Hugo page. 前言 最近因為工作需要在 C/C++ 環境底下開發出影片檔讀取並撥放功能,由於有跨平台測試的需求 (Windows/Linux),最直覺想到的就是使用 FFmpeg。Windows 會用 C++/CLI CLR 開發視窗畫面;Linux 則是靠 MiniGUI 顯示到 LCD 模組上,這篇文章主要是紀錄我如何在 Visual Studio 中完成 CLR WinForm 簡 …

Window CMD 常用指令

此內容由 Notion 編輯並經由 Notion API 自動轉成 Hugo 頁面 The content write by Notion, and use Notion API convert to Hugo page. 檔案 cd:移動當前資料夾路徑 dir:顯示目錄結構 /B:只顯示檔名 /A-D:只顯示檔案 /A:D:只顯示目錄 md or makedir rd or rmdir:刪除資料夾 rm /s /S:除指定目錄本身之外,也移除裡面的所有目錄和檔案。 用於移除樹狀目錄結構。 /Q:安靜模式,有 /S 時,刪除目錄樹結構不再要求確認 copy:複製檔案 xcopy:複製目錄、 …