12 2020 档案
摘要:appsettings.json { "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "opti
阅读全文
摘要:1.初识Core 我们新建一个项目- 新建之后我们就会看到: Program.cs /// <summary> /// asp.net--网站托管在IIS--IIS负责监听-转发请求--响应客户端 /// .net core--控制台--CreateWebHostBuilder(内置了服务器)--启
阅读全文
摘要:我们在Startup类里面可以看到那么一句话: // This method gets called by the runtime. Use this method to add services to the container. // This method gets called by the
阅读全文
摘要:.Net Core,log4net,.net5中使用log4net
阅读全文