摘要:
引入Pomelo.EntityFrameworkCore.MySql程序包 ConfigureServices // other service configurations go here // replace "YourDbContext" with the class name of your 阅读全文
摘要:
安装 先下载.net core 3.1的SDK(开发.net core项目时会用到)和Runtime(用来运行.net core的应用程序) 地址:https://dotnet.microsoft.com/download/visual-studio-sdks?utm_source=getdotne 阅读全文
摘要:
原文:net core 3.1 跨域 Cors 找不到 “Access-Control-Allow-Origin” ConfigureServices public void ConfigureServices(IServiceCollection services) { services.AddC 阅读全文