紀錄如何修正bash時的錯誤 要在userprofile底下建立一個.ssh資料夾 在裡面建立一個config檔案(無副檔名),可放多個HOST Host IP位置 HostkeyAlgorithms +ssh-rsa PubkeyAcceptedAlgorithms +ssh-rsa User git server 的使用者名稱
May 27, 2022更新 sudo apt update 安裝Postfix 套件 sudo apt install postfix 選擇 Internet Site 模式
Mar 16, 2022nvm: https://github.com/coreybutler/nvm-windows NODE: 安裝時要用powershell管理員模式安裝 下載指令: nvm install 14.17.1(NODE版本) 應用指令: nvm use 14.17.1 確認NODE: node -v 確認NPM: npm -v VUE:
Feb 23, 2022使用ES6 Moudle時需在script加上 type="moudle" <script type="module" src="js/index.js"/> 主要有export 和 import 構成使用 export 用於匯出 import 用於匯入 範例:
Feb 8, 2022or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up