摘要: 引入Pomelo.EntityFrameworkCore.MySql程序包 ConfigureServices // other service configurations go here // replace "YourDbContext" with the class name of your 阅读全文
posted @ 2020-03-20 15:28 少年。 阅读(5305) 评论(0) 推荐(0) 编辑
摘要: 安装 先下载.net core 3.1的SDK(开发.net core项目时会用到)和Runtime(用来运行.net core的应用程序) 地址:https://dotnet.microsoft.com/download/visual-studio-sdks?utm_source=getdotne 阅读全文
posted @ 2020-03-20 15:26 少年。 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 原文:net core 3.1 跨域 Cors 找不到 “Access-Control-Allow-Origin” ConfigureServices public void ConfigureServices(IServiceCollection services) { services.AddC 阅读全文
posted @ 2020-03-20 15:21 少年。 阅读(843) 评论(0) 推荐(1) 编辑