其他分享
首页 > 其他分享> > [2021 Spring] CS61B 学习笔记 Lab 1 Setup: Setting Up Your Computer

[2021 Spring] CS61B 学习笔记 Lab 1 Setup: Setting Up Your Computer

作者:互联网

Lab 1 Setup: https://sp21.datastructur.es/materials/lab/lab1setup/lab1setup

目录

A. Installing a Text Editor (optional)

The three most popular GUI text editors these days seem to be:

  1. Sublime Text (free but nags you until you pay): https://www.sublimetext.com/
  2. Atom (free): https://atom.io/
  3. Visual Studio Code (free): https://code.visualstudio.com/

B. Configure Your Computer

Windows: https://sp21.datastructur.es/materials/lab/lab1setup/windows.html
安装Java、Git、Windows Terminal。

C. Learn to Use the Terminal (Optional)

D. Test Run for your Setup from Step B

E. Install IntelliJ

F. Installing the IntelliJ CS 61B Plugins

G. Celebrate

Phew! You’re finally done setting everything up. You can now proceed to lab 1.

标签:IntelliJ,Spring,Setup,Installing,Lab,Terminal,Computer,lab,https
来源: https://www.cnblogs.com/ikventure/p/15024255.html