摘要:
EF插入数据时,表中的Id自增,导致数据插入数据报错。 System.Data.Entity.Infrastructure.DbUpdateException:“An error occurred while updating the entries. See the inner exception 阅读全文
摘要:
C#压缩图片不失真 using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; usin 阅读全文
摘要:
初始化测试数据 创建一个测试用的表 create table dept( id int primary key auto_increment , deptName varchar(32) not null unique, salary decimal(12,6) not null, remark v 阅读全文