最近在学dotNetCore 所以尝试了一下api 这个功能 不多说了大致实现如下 1.用vs2017建立一个Asp.net Core Web 应用程序 在弹出的对话框中选择 Web API 项目名自己随便起,我用的是CoreAPI 2.创建一个文件夹,文件名为Models 3.添加一个类 Users.cs public class Users { [Key] public int ID { get; set; } public string name { get; set; } public
Git常用命令速查表 & Git Basics & github : release 发布! Git常用命令速查表: 1 1 1 1 1 http://git-scm.com/book/en/v2/Git-Basics-Tagging Git Basics 2.6 Git Basics - Tagging Tagging Like most VCSs, Git has the ability to tag specific points in history as being impo