08 2018 档案
摘要:添加Nuget Microsoft.VisualStudio.Web.CodeGeneration.Design Microsoft.EntityFrameworkCore.Tools
阅读全文
摘要:public partial class tableIsWaringfiled : DbMigration { public override void Up() { //设置默认值为true AddColumn("dbo.BizMaterial", "IsWarning", c => c.Boolean(nu...
阅读全文
摘要:1、解压后点击64位系统的IntelliJIDEALicenseServer_windows_amd64.exe 32位点击IntelliJIDEALicenseServer_windows_386.exe 2. 启动服务,获取激活地址:http://127.0.0.1:1017 3. 输入本地服务
阅读全文
摘要:1.控制反转(Ioc)是设计模式,遵从了依赖倒置(DIP)原则 2.依赖注入(DI)是实现控制反转(Ioc)的手段 总结 参考链接 https://blog.csdn.net/briblue/article/details/75093382
阅读全文