会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Warm-Braw
博客园
首页
新随笔
联系
订阅
管理
2023年5月17日
EF Core DbFirst 报错A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - 证书链是由不受信任的颁发机构颁发的。)
摘要: 连接字符串里面加上:Encrypt=True;TrustServerCertificate=True 参考: "Password=225225;Persist Security Info=True;User ID=sa;Initial Catalog=MyProject;Data Source=.;
阅读全文
posted @ 2023-05-17 13:37 大侠爱吃小龙虾
阅读(121)
评论(0)
推荐(0)
2023年3月5日
npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve
摘要: 命令行运行 npm config set legacy-peer-deps true
阅读全文
posted @ 2023-03-05 20:46 大侠爱吃小龙虾
阅读(249)
评论(1)
推荐(0)
公告