随笔分类 - .NET相关
摘要:1-创建公共类库 IDS4.Core 1.1-引用 IdentityServer4 1.2-创建 Config.cs 配置类 1 using IdentityServer4.Models; 2 3 namespace IDS4.Core.ClientCredentials 4 { 5 /// <su
阅读全文
摘要:1-快捷键 动作 macOS Windows Show Command Palette Cmd + Shift + P 或 F1 Ctrl+ Shift + P 或 F1 Go To Definition F12 F12 Go Back Ctrl +- Alt + 左箭头 Go Forward Ct
阅读全文
摘要:PS:文档地址 https://docs.abp.io/zh-Hans/abp/latest/Data-Access 1-生成数据库脚本 1.1-迁移命令知识点 https://docs.microsoft.com/zh-cn/ef/core/managing-schemas/migrations/
阅读全文