摘要: 可以在《国家政务服务平台》下载电子版: 可参考:https://ksy.hzedu.gov.cn/article/detail/id48320956331572113765.htm 亲测有效。 阅读全文
posted @ 2022-07-09 17:07 wsh1995 阅读(364) 评论(0) 推荐(0) 编辑
摘要: 已经解决,记录一下 场景:springBoot 配置mybatis,启动服务,或者访问接口时报错。 报错1:CLIENT_PLUGIN_AUTH is required。(可以启动服务成功,但前台请求报错) 报错2: Cannot load driver class: com.mysql.cj.jd 阅读全文
posted @ 2021-11-21 21:47 wsh1995 阅读(896) 评论(0) 推荐(0) 编辑
摘要: maven安装配置及(mvn不是内部或外部命令,也不是可运行的程序)报错解决 有2个问题: 1 - 环境变量-系统变量:PATH中不使用 %MAVEN_HOME%\bin,直接使用bin 目录的绝对地址。 2 - maven 运行时,会使用java,且有版本要求,应该是 > 1.6,如果安装的JAV 阅读全文
posted @ 2021-11-09 18:50 wsh1995 阅读(703) 评论(0) 推荐(0) 编辑
摘要: 按照docker官方文档安装docker; 使用了阿里云的镜像,除了这个其他都没变;安装异常后,尝试用官方镜像地址下载了,但是速度太慢了。 安装过程: yum makecache fast #这里开始出现问题,提示 yum makecache: error: argument timer: inva 阅读全文
posted @ 2020-09-27 00:28 wsh1995 阅读(1279) 评论(1) 推荐(0) 编辑
摘要: 背景: 之前在win10上安装、使用过docker,但是今天再次在终端执行docker 命令,提示 bash: docker: command not found。 以为是终端无法识别命令,于是在powershell, GIT 都尝试了,但是结果都相同,看来是配置的问题,是工具的问题。 搜索了报错, 阅读全文
posted @ 2020-09-26 19:20 wsh1995 阅读(23298) 评论(2) 推荐(0) 编辑
摘要: 报错提示:Message: session not created: This version of ChromeDriver only supports Chrome version 83. 原因:的版本已经升级到了 85, 而chrome的版本依然在 83。 使用了常规方法:在Google 的应 阅读全文
posted @ 2020-09-08 09:15 wsh1995 阅读(1879) 评论(0) 推荐(0) 编辑
摘要: 参考书籍《selenium3 自动化测试实战》 安装 android studio 1. Java 开发环境 之前已经搭建好了; 2. android studio 下载:下载速度挺快的: https://developer.android.google.cn/studio/ 一路NEXT,安装到最 阅读全文
posted @ 2020-08-22 23:42 wsh1995 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 环境搭建简单,按照教程容易搞定!倒是之前安装JDK时花费了好长时间。 参考文件:https://www.cnblogs.com/baoziluo/p/7905659.html 课程地址:https://www.bilibili.com/video/BV13T4y137Lc?p=6 使用代理服务器录制 阅读全文
posted @ 2020-06-10 20:46 wsh1995 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 文章一:https://blog.csdn.net/hualusiyu/article/details/78723809 文章二:http://www.51testing.com/html/31/n-4456831.html 如下是阅读原文章获得一些收获: 1. BUG 分析的目的是未来避免相似BU 阅读全文
posted @ 2020-06-08 19:56 wsh1995 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 来源:https://blog.csdn.net/ozhy111/article/details/89480933 await page.keyboard.sendCharacter('嗨'); ctrl+A await page.keyboard.down('Control'); await pa 阅读全文
posted @ 2020-05-08 16:15 wsh1995 阅读(904) 评论(0) 推荐(0) 编辑