问题描述: 执行WEB ui测试案例后,执行请他的测试案例显示unable to open socket to "localhost:56505" error: [Errno 10061] 错误信息,且关闭RF卡死,导致关闭失败. 定位原因: 查看“任务管理器”中所有进程信息,显示存在多个“chromedriver.exe”.“chrome.exe”进程,如下图所示:经确认原因为在执行web ui测试案例时打开浏览器后未关闭浏览器所致.…
今天安装mongoose一直报错,上图 具体的错误记录: info it worked if it ends with ok verbose cli [ 'C:\\Program Files\\nodejs\\node.exe', verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', verbose cli 'install', verbose cli 'mongoose' ] info info…
问题一:node_gyp使用版本不对 if not defined npm_config_node_gyp (node "C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Users\Ad…
linux 中c语言使用errno.h头文件来记录错误信息以及定义返回错误代码的宏. strerror(errno)打印错误信息 1. warning: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration] warning: incompatible implicit declaration of built-in function ‘malloc’ [enabled by default] (矛盾…