摘要:
使用 Insertable + ExecuteReturnSnowflakeIdAsync 为Id赋值时Id字段不能自增,SqlSugarException The entity sets the primary key and is long 解决方式一:实体定义时,主键不能为可空类型 // 正确 阅读全文
摘要:
Asp.net Core 有一套完整、丰富的身份验证流程,如果可以,就用,不要自己再造轮子,你造的过微软吗 —— 我说的 先上登录代码 Program.cs public class Program { public static void Main(string[] args) { CreateH 阅读全文