摘要: 假如所在目录为download app.UseHttpsRedirection(); app.UseStaticFiles(new StaticFileOptions() { FileProvider = new PhysicalFileProvider( Path.Combine(Director 阅读全文
posted @ 2020-05-06 19:21 zhaogaojian 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 今天一个客户的数据出问题了,经过检查,发现是因为将某个用户删除导致,因为是很早之前的项目了,为了避免同样情况发生,决定禁用删除用户功能,使用触发器禁用 Create TRIGGER TR_TBTEST ON dbo.userinfo FOR DELETE AS RAISERROR('禁止删除',0, 阅读全文
posted @ 2020-05-06 15:23 zhaogaojian 阅读(2424) 评论(0) 推荐(0) 编辑