Try   HackMD

VSCode 套件安裝

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

C 語言開發

MinGW

  • mingw-get-setup.exe
    • mingw32-gcc-g++-bin
    • mingw32-gdb-bin
  • 檔案總管 > 電腦 > 內容 > 進階系統設定 > 環境變數 > Path 加入 \MinGW\bin

套件

  • C/C++ (C/C++ 語言的支援)
  • C++ Intellisense
  • Code Runner

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Java 開發

Java Development Kit (JDK)

  • 檢查是否安裝成功
$ java --version

Maven

  • Downloading Apache Maven

    Binary zip archive

  • 檔案總管 > 電腦 > 內容 > 進階系統設定 > 環境變數 > Path 加入 \Java\apache-maven-\bin
  • 修改 apache-maven-3.0.3\conf\settings.xml 中存放 *.jar 的位址
<!-- localRepository
   | The path to the local repository maven will use to store artifacts.
   |
   | Default: ${user.home}/.m2/repository
  <localRepository>/path/to/local/repo</localRepository>
  -->
  <localRepository>/Java/localrepository</localRepository>
  • 執行
$ mvn help:system

套件

  • Java Extension Pack
  • Jetty for Java
  • Tomcat for Java
  • Spring Boot Extension Pack

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

設定

  • 左下角齒輪 > 設定 > 搜尋: maven

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

建立 Java 專案

  • 建立 Maven 專案

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

  • 導入第三方 *.jar

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Python 開發

Remote - WSL

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

WSL

套件

  • Remote - WSL

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

啟動功能

  1. open PowerShell as an Administrator and type:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
  1. new Status bar item
Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

或在 shell 上輸入 $ code . ,也可開啟 VSCode

Remote - SSH

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

SSH client

OS Instructions
Windows 10 安裝 OpenSSH
macOS Comes pre-installed.
Debian/Ubuntu $ sudo apt-get install openssh-client
RHEL / CentOS $ sudo yum install openssh-clients

SSH server

OS Instructions
Windows 10 安裝 OpenSSH
macOS 允許遠端電腦取用您的 Mac
Debian/Ubuntu $ sudo apt-get install openssh-server
RHEL / CentOS $ sudo yum install openssh-server && sudo systemctl start sshd.service && sudo systemctl enable sshd.service

套件

  • Remote - SSH

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

連接 SSH Server

  1. 在 VSCode 按下 Ctrl+Shift+P,並選擇 Remote-SSH: Connect to Host
  2. 輸入 <username>@<host>:<port>

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

  1. 選擇主機的平台

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →