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