摘要:
1. Entity Framework Core 连接 MySql 连接数据库出现以下错误: System.InvalidOperationException: An exception has been raised that is likely due to a transient failur 阅读全文
摘要:
翻译自 Model Binding in ASP.NET Core | Microsoft Docs 什么是模型绑定? 控制器和 Razor 页面处理来自 HTTP 请求的数据。例如 public class Pet { public string Name { get; set; } = null 阅读全文
摘要:
什么是 JWT ? 从 https://jwt.io/ 可以了解到对 JWT 的描述:JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two 阅读全文