Skip to content

Commit

Permalink
GITBOOK-186: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
mouuii authored and gitbook-bot committed Nov 23, 2024
1 parent aecd513 commit 41eadf5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
13 changes: 6 additions & 7 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,10 @@
* [05、Jenkins CI/CD 管道实战1 【go-k8s】](ping-tai-gong-cheng-xun-lian-ying-yi-qi/jenkins-jiao-cheng/05jenkins-cicd-guan-dao-shi-zhan-1-gok8s.md)
* [06、 Jenkins CI/CD 管道实战2 【go-主机】](ping-tai-gong-cheng-xun-lian-ying-yi-qi/jenkins-jiao-cheng/06-jenkins-cicd-guan-dao-shi-zhan-2-go-zhu-ji.md)

## c# 编程入门
## 编程语言

* [01、c# 之旅](c-bian-cheng-ru-men/01c-zhi-l.md)
* [02、VScode编辑器上编译C#](c-bian-cheng-ru-men/02vscode-bian-ji-qi-shang-bian-yi-c.md)

## python 从入门到放弃

* [python 教程](python-cong-ru-men-dao-fang-qi/python-jiao-cheng.md)
* [python入门](bian-cheng-yu-yan/python-ru-men/README.md)
* [python 教程](bian-cheng-yu-yan/python-ru-men/python-jiao-cheng.md)
* [c#入门](bian-cheng-yu-yan/c-ru-men/README.md)
* [01、c# 之旅](bian-cheng-yu-yan/c-ru-men/01c-zhi-l.md)
* [02、VScode编辑器上编译C#](bian-cheng-yu-yan/c-ru-men/02vscode-bian-ji-qi-shang-bian-yi-c.md)
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 01、VScode编辑器上编译C\#
# 02、VScode编辑器上编译C\#

### .NET 下载 <a href="#h_576402546_0" id="h_576402546_0"></a>

Expand All @@ -16,12 +16,12 @@ VS Code下载地址:[Download Visual Studio Code - Mac, Linux, Windows](https:

下载插件:C#

<figure><img src="../.gitbook/assets/1730871284206.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../.gitbook/assets/1730871284206.png" alt=""><figcaption></figcaption></figure>

在桌面新建一个工程文件夹,并且VS Code中打开,在菜单栏中打开终端,输入dotnet new console 初始化程序。

<figure><img src="../.gitbook/assets/1730871561423.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../.gitbook/assets/1730871561423.png" alt=""><figcaption></figcaption></figure>

调出终端,输入dotnet run 运行。

<figure><img src="../.gitbook/assets/1730871608328.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../.gitbook/assets/1730871608328.png" alt=""><figcaption></figcaption></figure>
2 changes: 2 additions & 0 deletions bian-cheng-yu-yan/c-ru-men/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# c#入门

2 changes: 2 additions & 0 deletions bian-cheng-yu-yan/python-ru-men/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# python入门

0 comments on commit 41eadf5

Please sign in to comment.