diff --git "a/\346\275\230\347\210\261\347\220\264/20241114-\345\237\272\346\234\254\347\273\223\346\236\204.md" "b/\346\275\230\347\210\261\347\220\264/20241114-\345\237\272\346\234\254\347\273\223\346\236\204.md" new file mode 100644 index 0000000000000000000000000000000000000000..1179d5160fbaaf440ccb91739bdefa695c42666a --- /dev/null +++ "b/\346\275\230\347\210\261\347\220\264/20241114-\345\237\272\346\234\254\347\273\223\346\236\204.md" @@ -0,0 +1,15 @@ +#### 创建 + dotnet new sln -n解决方案名 + +##### 创建mvc项目 + dotnet new mvc -o mvc项目名 + +##### 创建类库 + dotnet new classlib -o 类库名 + + ##### 程序启动 + dotnet run + + #### 作业 + + ![zy](./imgs/1114.png) diff --git "a/\346\275\230\347\210\261\347\220\264/imgs/1114.png" "b/\346\275\230\347\210\261\347\220\264/imgs/1114.png" new file mode 100644 index 0000000000000000000000000000000000000000..ece5e33b55082b8778d374c3683be890dfea2e48 Binary files /dev/null and "b/\346\275\230\347\210\261\347\220\264/imgs/1114.png" differ