透過瀏覽器連到 https://code.visualstudio.com/download 下載 Ubunt […]
分類: infotech
linux: Dynamic Update Client (DUC) for No-IPlinux: Dynamic Update Client (DUC) for No-IP
sudo -i cd /usr/local/src wget https://www.noip.com/cli […]
用 .reg 檔案來新增、刪除、修改 Windows registry用 .reg 檔案來新增、刪除、修改 Windows registry
.reg 的基本格式: RegistryEditorVersion Blank line (空行) [Regi […]
Linux 如何在命令列模式上傳檔案到 Google 雲端硬碟Linux 如何在命令列模式上傳檔案到 Google 雲端硬碟
1. 到 https://github.com/prasmussen/gdrive/releases 下載 l […]
一鍵製作Windows 11 繞過TPM檢查工具,ISO/USB安裝隨身碟超簡單一鍵製作Windows 11 繞過TPM檢查工具,ISO/USB安裝隨身碟超簡單
MediaCreationTool 下載: https://github.com/AveYo/MediaCre […]
Geek Uninstaller 輕巧、免安裝的軟體移除工具Geek Uninstaller 輕巧、免安裝的軟體移除工具
Geek Uninstaller 的特色在於免安裝、只需要一個 EXE 檔就能使用,支援 Windows XP […]
How can you completely remove a package? (in Ubuntu)How can you completely remove a package? (in Ubuntu)
Use the command: sudo apt-get purge --auto-remove packa […]
MFC 對話盒程式,如何處理鍵盤訊息/快速鍵MFC 對話盒程式,如何處理鍵盤訊息/快速鍵
一、建立一個 MFC 對話盒程式 (可直接下載這邊的範例 DlgKeystroke-0.001.zip) &n […]
How do I become superuser on Ubuntu Linux using su/sudo?How do I become superuser on Ubuntu Linux using su/sudo?
To become root user type: ① sudo -i (same as sudo su […]
C/C++混合程式設計 #ifdef __cplusplus extern “C” {…}C/C++混合程式設計 #ifdef __cplusplus extern “C” {…}
C++ 編譯後庫中函式名會變得很長,與 C 生成的不一致! #if defined(__cplusplus)| […]