Class QCImageErrorCapture Sub Class_Terminate() 'Check if the current test has failed. If failed then only capture screenshot If Reporter.RunStatus = micFail Then CaptureAndAttachDesktop End If End Sub Private Sub CaptureAndAttachDesktop() 'QC is n
关于mysql(8.0连接navicat发生的错误解决方法)数据库安装图形化界面无法更改加密的方式导致无法连接问题为解决; Alter user 'root'@'localhost' identified with mysql_native_password by '123456'; 切忌空格的问题,切忌,切忌; 数据库密码修改为123456 安装eclipse需要设置字符集编码 general-workspace utf-8 web中的页面
这两天也没改过eclipse和java的配置,但eclipse启动时报告错误:Java was started but returned exit code=-805306369 后来在eclipse.ini的最后加了以下一行就搞定了. -XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith