摘要:
问题 Server Error401 - Unauthorized: Access is denied due to invalid credentials.You do not have permission to view this directory or page using the cre 阅读全文
摘要:
背景:MongoDB v4.2.7 错误:OperationFailed: Sort operation used more than the maximum 33,554,432 bytes of RAM. Add an index, or specify a smaller limit.’ on 阅读全文
摘要:
什么是 Worker Service(辅助角色服务)? .NET Core 3.0 新增了 Worker Service 的新项目模板,可以编写长时间运行的后台服务,并且能轻松的部署成 windows 服务或 linux 守护程序。 如果安装的 vs2019 是中文版本,Worker Service 阅读全文
摘要:
背景:运行 Docker Desktop,启动其 Hyper-V 实例失败 错误:Hardware assisted virtualization and data execution protection must be enabled in the BIOS 解决: 问题可能在于 禁用了Hype 阅读全文
摘要:
从 .xlsx 文件中读取记录 从 .csv 文件中读取记录 Excel Helper using ExcelDataReader; using OfficeOpenXml; using System; using System.Collections.Generic; using System.D 阅读全文