11 2019 档案

摘要:查看系统是否安装了MySQL,有些没安装但是有路径,那是因为系统安装了mariadb-libs,对应的配置文件目录:/etc/my.cnf(下面就根据mariadb来安装mysql) 查看系统预装mariadb:rpm -qa | grep mariadb 1、将解压过的MySQL放到/usr/lo 阅读全文
posted @ 2019-11-17 14:00 生涯无畏 阅读(861) 评论(0) 推荐(0)
摘要:Message: Parameters were incorrect. We wanted {"required":["value"]} and you sent ["text","sessionId","id","value"] 原因: selenium新版导致的问题,降级后解决: 最新的版本卸载 阅读全文
posted @ 2019-11-04 15:11 生涯无畏 阅读(265) 评论(0) 推荐(0)