摘要: 命令行的配置 var settings = new Dictionary<string, string>{ { "name","cyao"}, {"age","18"} }; var builder = new ConfigurationBuilder() .AddInMemoryCollectio 阅读全文
posted @ 2018-03-22 18:42 雨V幕 阅读(442) 评论(0) 推荐(0)
摘要: 安装IIs对 netcore 的支持 https://docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/aspnet-core-module?tabs=aspnetcore2x https://dotnet.microsoft.com 阅读全文
posted @ 2018-03-22 18:23 雨V幕 阅读(190) 评论(0) 推荐(0)