• 00
  • :
  • 00
  • :
  • 00
摘要: 打开IDE,进入到IDE主界面,来进行相关的设置操作。 在菜单栏中点击箭头所指的工具菜单,来进行相关的操作。 在工具菜单下,选择选项功能,来进行相关的操作,如图所示。 进入到选项窗口,选择项目和解决方案,来进入相关页面。 进入到项目和解决方案下,点击箭头所指的位置选项,来进行设置。 在位置设置页面, 阅读全文
posted @ 2020-11-08 23:03 Garson_Zhang 阅读(1385) 评论(0) 推荐(0) 编辑
摘要: public static class DataServiceExtension { /// <summary> /// 注入数据 /// </summary> /// <param name="services"></param> public static IServiceCollection 阅读全文
posted @ 2020-11-08 22:16 Garson_Zhang 阅读(379) 评论(0) 推荐(0) 编辑
摘要: private void Shell(List<string> commands, string workingDir, Action<string> actionResult) { Process process = new Process(); process.StartInfo.FileNam 阅读全文
posted @ 2020-11-08 12:03 Garson_Zhang 阅读(1044) 评论(0) 推荐(0) 编辑
摘要: 数据库优先 https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/powershellhttps://docs.microsoft.com/zh-cn/ef/core/managing-schemas/scaffolding?tabs= 阅读全文
posted @ 2020-11-08 00:35 Garson_Zhang 阅读(129) 评论(0) 推荐(0) 编辑