摘要:
linux 启动mysql失败, 报错日志文件里的报错信息 InnoDB: Table flags are 0 in the data dictionary but the flags in file ./ibdata1 are 0x4800! 执行 sudo systemctl start mys 阅读全文
摘要:
生成完PDF文件后,再System.IO.File.OpenRead(cdipath)打开报错 The process cannot access the file 'XXX_.pdf' because it is being used by another process. 问题出现情况:在新创建 阅读全文
摘要:
控制器中注入 [ApiController] //[Authorize] [ServiceFilter(typeof(LDAPPLoginFilter))] [Route("/file/api/[controller]/[action]")] public class BaseController 阅读全文