01 2023 档案
linux一次安装phantomjs记录
摘要:##phantomjs官方网站 http://wenku.kuryun.com/docs/phantomjs/screencapture.html ##phantomjs下载地址 https://phantomjs.org/download.html ##官方安装要求 ###1、随便创建一个临时文件
阅读全文
linux一次安装chromedrive记录
摘要:##先查看已安装的chrome版本 [root@iZ8vbeixmmd1ntxae9oe19Z ~]# google-chrome --version Google Chrome 109.0.5414.74 [root@iZ8vbeixmmd1ntxae9oe19Z ~]# 没有安装需要先安装chr
阅读全文
linux一次安装chrome记录
摘要:##yum安装 下面的命令是安装最新的 Google Chrome [root@iZ8vbeixmmd1ntxae9oe19Z ~]# yum install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64
阅读全文
springboot使用selenium时ChromeDriver版本和Chrome选择
摘要:在使用selenium启动谷歌Chrome浏览器的时候,是需要用到chromedirver的,两者之间的版本是需要匹配的 ##查看本地谷歌Chrome版本 ##驱动下载地址 http://chromedriver.storage.googleapis.com/index.html
阅读全文
记录一次springboot项目中父pom的version覆盖掉子pom的version失败问题
摘要:##spring boot依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.6.11</version> <re
阅读全文