zoukankan      html  css  js  c++  java
  • .netcore 命令

    .netcore 命令行命令

    创建wpf
    dotnet new wpf -o Calibration
    
    创建winforms 
    dotnet new winforms -o Calibration
    
    创建mvc
    dotnet new mvc
    

    Angular 常用命令

    安装项目:
    ng new my-app --skip-install
    npm install
    
    生成组件:
    ng g comonent
    

    EFCore 迁移命令:

    Add-Migration Initxxx
    Update-Database
  • 相关阅读:
    js18
    js17
    js16
    js15
    js14
    js13
    js12
    js11
    八月二十三的php
    八月二十二的php
  • 原文地址:https://www.cnblogs.com/wangzhe66369/p/14344518.html
Copyright © 2011-2022 走看看