Skip to content

Commit

Permalink
Merge pull request #12 from ACaiCat/caitest
Browse files Browse the repository at this point in the history
文档:优化Part0
  • Loading branch information
ACaiCat authored May 3, 2024
2 parents cc71bfa + cfd1280 commit 3f723e8
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions Document/Part0.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,39 @@
## Part 0.配置开发环境​
# Part 0.配置开发环境​

本章你将学到:

* 如何安装Microsoft Visual Studio
- 如何安装Microsoft Visual Studio

### 1.下载Microsoft Visual Studio安装程序​
## 1.下载Microsoft Visual Studio安装程序​

进入Visual Studio官方下载地址: <https://visualstudio.microsoft.com/zh-hans/downloads/>
选择Community版本下载\(Professional、Enterprise版是付费版本\)
1. 进入Visual Studio官方下载地址: <https://visualstudio.microsoft.com/zh-hans/downloads/>
2. 选择Community版本下载\(Professional、Enterprise版是付费版本\)


![1692965150135.png](Resourse/6471_1ebf065ce18f856eee0487e85496500d.png "1692965150135.png")

### 2.打开VisualStudioSetup.exe​
## 2.打开VisualStudioSetup.exe​

点击继续即可,然后会开始安装VisualStudio安装器
- 点击继续即可,然后会开始安装VisualStudio安装器

### 3.选择.NET 桌面开发并安装​
## 3.选择.NET 桌面开发并安装​

![1692966114824.png](Resourse/6474_39400d8a242d19563d0e25b023464415.png "1692966114824.png")

> 注: 请不要自以为是随便勾选组件和工作负载,每个工作负载都要占用相当大的储存空间。 修改安装位置可能导致一些玄学的安装问题,为了避免出现问题,请直接默认即可,如果你要修改部分安装设置,那么请你对你的修改有十足的把握!!!


### 4.等待安装​
## 4.等待安装​

![1692966713652.png](Resourse/6475_f80dc35acf469e8d4dd612963338c317.png "1692966713652.png")

> 注:若提示需要重启,重启即可
### 5.启动VisualStudio

VisualStudio一般会出现在开始菜单下,你可以使用如下方法创建快捷方式\(如果没有快捷方式\)
## 5.启动VisualStudio

- VisualStudio一般会出现在开始菜单下,你可以使用如下方法创建快捷方式\(如果没有快捷方式\)
- 初次启动可能会要求登录,登录完成后可以选择自定义主题,按照自己的偏好选择即可
![1692967698634.png](Resourse/6476_9620982f91a831420e1f690259f1bb40.png "1692967698634.png")

初次启动可能会要求登录,登录完成后可以选择自定义主题,按照自己的偏好选择即可
至此,VisualStudio安装教程结束

0 comments on commit 3f723e8

Please sign in to comment.