06 2020 档案
摘要:private void TestPostData() { string all = ""; List<int> listTimeCard = new List<int>() {1,4,3,4,5,76,4,3,2,3,5 ,766,7}; int pageSize = 2; int pageNum
阅读全文
摘要:在 Startup 里加: services.AddCors(options => options.AddPolicy( DefaultCors, p => p.SetIsOriginAllowedToAllowWildcardSubdomains() .WithOrigins("https://*
阅读全文
摘要:安装和配置docker (略)。。。。。。。。。。。 ASP.NET Core 使用分布式缓存 ASP.NET Core 中,支持使用多种数据库进行缓存,ASP.NET Core 提供了统一的接口给开发者使用。 IDistributedCache ASP.NET Core 中,使用 IDistrib
阅读全文