Skip to content

Commit aa10c56

Browse files
committed
-
1 parent ad8ea79 commit aa10c56

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# 参考资料
2+
3+
[Visual Studio 2019](https://visualstudio.microsoft.com/zh-hans/downloads/)
4+
5+
[Create an offline installation of Visual Studio](https://docs.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2019)
6+
7+
[Visual Studio Community component directory](https://docs.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-community?view=vs-2019)
8+
9+
# 下载 Visual Studio Community 2019 全部内容
10+
11+
vs_community__1089676081.1530501307.exe --layout .\vs_all --lang en-US
12+
13+
# 下载 Visual Studio Community 2019 用于 Desktop development with C++
14+
15+
vs_community__1089676081.1530501307.exe --layout .\vs_cpp --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --lang en-US
16+
17+
# 下载 Visual Studio Community 2019 用于 Node.js development
18+
19+
vs_community__1089676081.1530501307.exe --layout .\vs_node --add Microsoft.VisualStudio.Workload.Node --includeRecommended --lang en-US

0 commit comments

Comments
 (0)