10 2017 档案

摘要:http://www.cnblogs.com/jiagoushi/p/4051270.html 阅读全文
posted @ 2017-10-08 14:15 shiningrise 阅读(353) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/dudu/tag/OAuth/ 阅读全文
posted @ 2017-10-07 08:56 shiningrise 阅读(153) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/aspnet/aspnet/overview/owin-and-katana/owin-oauth-20-authorization-server 阅读全文
posted @ 2017-10-07 01:25 shiningrise 阅读(558) 评论(0) 推荐(0) 编辑
摘要:nuget安装Swashbuckle包 修改SwaggerConfig文件 给接口添加注释,即可看到参数及方法描述了 http://www.cnblogs.com/softidea/p/5728843.html 阅读全文
posted @ 2017-10-07 00:56 shiningrise 阅读(221) 评论(0) 推荐(0) 编辑
摘要:Installation¶ There are a couple of packages for Hangfire available on NuGet. To install Hangfire into your ASP.NET application withSQL Server storage 阅读全文
posted @ 2017-10-05 18:17 shiningrise 阅读(661) 评论(0) 推荐(0) 编辑
摘要:protected override void OnModelCreating(DbModelBuilder modelBuilder) { modelBuilder.Entity().HasKey(t => t.ProductID); modelBuilder.Entity().Property(t => t.ProductID) .HasColumnName(... 阅读全文
posted @ 2017-10-05 10:36 shiningrise 阅读(1026) 评论(0) 推荐(0) 编辑
摘要:https://marketplace.visualstudio.com/items?itemName=ConnieYau.NETPortabilityAnalyzer 阅读全文
posted @ 2017-10-04 22:15 shiningrise 阅读(140) 评论(0) 推荐(0) 编辑
摘要:Add-Migration -Name Bisaiupdate-database EF迁移设置的最后一步是在包管理器控制台中输入命令“add-migration InitialMigration -IgnoreChanges”。“InitialMigration”(高亮的黄色)是您想要给当前迁移的名 阅读全文
posted @ 2017-10-04 11:30 shiningrise 阅读(6666) 评论(0) 推荐(0) 编辑
摘要:https://www.microsoft.com/zh-cn/store/p/nuget-package-explorer/9wzdncrdmdm3?ocid=badge&rtc=1 阅读全文
posted @ 2017-10-03 18:28 shiningrise 阅读(469) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-10-02 15:01 shiningrise 阅读(267) 评论(0) 推荐(0) 编辑
摘要: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 阅读(455) 评论(0) 推荐(0) 编辑

// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css