摘要:
解决方法: 设置客户端加载功能: set global local_infile = 1; 在客户端执行 set global local_infile = 1; mysql> set global local_infile = 1; 查看结果 mysql> SHOW GLOBAL VARIABLE 阅读全文
摘要:
代码: using (var db = base.ContextSort) { var a =await db.VSupplementRecords.ToListAsync(); return a; } 原因: 由于查询的结果中存在为空的字段而与转换对象VSupplementRecords中对应字段 阅读全文
摘要:
异常: zone.js:3324 Mixed Content: The page at 'https://xxxxx.html' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://wx.h 阅读全文
摘要:
错误: End of inner exception stack trace [See nested exception: System.ObjectDisposedException: Cannot access a disposed object. A common cause of this 阅读全文
摘要:
异常: Mvc.ExceptionHandling.AbpExceptionFilter - A second operation started on this context before a previous operation completed. This is usually cause 阅读全文