摘要:
.net core 引用wcf 在发布的时候报错提示:Could not load file or assembly 'System.Private.ServiceModel, Version=4.1.2.4, Culture=neutral, PublicKeyToken=b03f5f7f11d5 阅读全文
摘要:
SQL 简单增删改查语句 创建表 (Create Table) CREATE TABLE Student ( Id Int NOT NULL UNIQUE IdEntity(1000,1), --UNIQUE 唯一标识符约束 IdEntity 自增 [Name] NVARCHAR(20) NOT N 阅读全文