04 2025 档案
vue前端项目,默认request 30秒超时,如何设置某个导出动作1分钟才超时
摘要:通常项目中会创建一个Axios实例并设置默认超时(如30秒): // utils/request.js axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8' // 创建axios实例 const servi 阅读全文
posted @ 2025-04-28 16:56 Gu 阅读(70) 评论(0) 推荐(0)
提示coreclr.dll 出错?栈溢出?
摘要:自己写了个modbus的程序,接收数据大概20个小时就会退出,提示coreclr.dll 出错,这种错误怎么查呢? 应用程序名称: ModbusGateway.exe,版本: 1.0.0.0,时间戳: 0x674f0000错误模块名称: coreclr.dll,版本: 8.0.1124.51707, 阅读全文
posted @ 2025-04-28 16:44 Gu 阅读(164) 评论(0) 推荐(0)