摘要: https://github.com/ghostchina/Ghost-zh 阅读全文
posted @ 2017-10-01 18:19 shiningrise 阅读(155) 评论(0) 推荐(0) 编辑
摘要: ContainerBuilder builder = new ContainerBuilder(); builder.RegisterGeneric(typeof(Repository)).As(typeof(IRepository)); Type baseType = typeof(IDependency); // 获取所有相关类库的程序集 Assembly[] assemblies = .... 阅读全文
posted @ 2017-10-01 15:04 shiningrise 阅读(1074) 评论(0) 推荐(0) 编辑
摘要: https://aspnetboilerplate.com/Pages/Documents/Zero/Startup-Template-Core Introduction The easiest way of starting a new project using ABP with ASP.NET 阅读全文
posted @ 2017-10-01 00:14 shiningrise 阅读(453) 评论(0) 推荐(0) 编辑
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css