
bug
热河路就像捞大黑色信封
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
github 提交时报错 Filename too long
执行一下这个:git config --global core.longpaths true。原创 2023-11-12 19:15:50 · 218 阅读 · 0 评论 -
A connection was successfully established with the server, but then an error occurred during the log
报错:A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - 证书链是由不受信任的颁发机构颁发的。在数据库连接字符串加上:TrustServerCertificate=True。原创 2023-11-11 16:23:53 · 3669 阅读 · 4 评论 -
EFCore: The ConnectionString property has not been initialized.
经过检查发现是optionsBuilder.UseSqlServer(strConn);中的strConn没有写。使用NuGet的程序包管理控制台执行命令“update-database”的时候报出该错误。原创 2023-11-11 16:21:53 · 752 阅读 · 0 评论 -
github提交报错:kex_exchange_identification: read: Software caused connection abortbanner exchange: Conn
大概率是这个网络问题,换个网络就行。原创 2023-10-31 01:58:29 · 513 阅读 · 0 评论 -
Timer”是“System.Windows.Forms.Timer”和“System.Threading.Timer”之间的不明确的引用
编译器不知道使用哪个命名空间的Timer,要用就带上命名空间就行。原创 2023-08-11 00:19:55 · 797 阅读 · 0 评论 -
System.UnauthorizedAccessException:“对路径“D:\desktop\tmp”的访问被拒绝。”
方法一:将Visual Studio用管理员权限开启。使用FileStream写入的时候报错。方法二:导入到指定文件而不是文件夹。原创 2023-07-19 23:10:25 · 456 阅读 · 0 评论 -
C# vs报错:“未在本地计算机上注册“Microsoft.ACE.OLEDB.12.0”提供程序
没有安装access数据库引擎,去安装一些就行了,最新的是2016的,2021的excel和access一样可以用。原创 2023-07-13 16:35:45 · 474 阅读 · 0 评论