06 2021 档案

摘要:using System; using System.Net.Http; using System.Net.Http.Json; using System.Threading.Tasks; namespace ConsoleApp1 { class Program { static async Ta 阅读全文
posted @ 2021-06-17 20:45 CelonY 阅读(26) 评论(0) 推荐(0) 编辑
摘要:一 数据迁移命令 //迁移命令 参数名 参数值 参数名 参数值 Add-Migration -Context FirstDbContext -OutputDir Migrations\FirstDbContextMigrations //迁移命令 参数名 参数值 Update-Database -C 阅读全文
posted @ 2021-06-12 20:26 CelonY 阅读(115) 评论(0) 推荐(0) 编辑
摘要:1 数据库不能分离(分离时,老提示占用) --查询数据库得连接Idselect spid from sysprocesses where dbid=db_id('test') kill 61 --这个是上边语句的查询结果 --分离数据库 use master go exec sp_detach_db 阅读全文
posted @ 2021-06-11 21:12 CelonY 阅读(34) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示