.netcore 命令行命令
迁移:dotnet ef database update
Angular 常用命令
安装项目:
ng new my-app --skip-install
npm install
生成组件:
ng g comonent
创建wpf
dotnet new wpf -o Calibration
创建winforms
dotnet new winforms -o Calibration
2023-12-04 18:35:28
.netcore 命令行命令
迁移:dotnet ef database update
Angular 常用命令
安装项目:
ng new my-app --skip-install
npm install
生成组件:
ng g comonent
创建wpf
dotnet new wpf -o Calibration
创建winforms
dotnet new winforms -o Calibration