摘要:
引入selenium-java依赖,发现到WebDriver driver = new ChromeDriver()时报错 解决: <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <ver 阅读全文
posted @ 2022-11-06 21:58
姜晓姜晓
阅读(578)
评论(0)
推荐(1)
摘要:
实现代码 /** * @Name BuLongDemo * @Author qzz * @Date 2022/9/7 17:53 */ public class BuLongDemo { //预计要插入多少数据 private static int size = 1000000; //期望的误判率 阅读全文
posted @ 2022-11-06 18:58
姜晓姜晓
阅读(43)
评论(0)
推荐(1)
摘要:
数据导入 druid.properties配置文件 driverClassName=com.mysql.cj.jdbc.Driver url=jdbc:mysql://localhost:3306/spring?serverTimezone=Asia/Shanghai&useUnicode=true 阅读全文
posted @ 2022-11-06 18:51
姜晓姜晓
阅读(1043)
评论(0)
推荐(1)
摘要:
导入依赖 <dependencies> <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>1.13.1</version> </dependency> <dependency> <gro 阅读全文
posted @ 2022-11-06 18:36
姜晓姜晓
阅读(217)
评论(0)
推荐(1)
摘要:
建表sql 点击查看代码 CREATE database ds0; use ds0; SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; -- -- Table structure for t_address -- DROP TABLE IF EXISTS 阅读全文
posted @ 2022-11-06 18:08
姜晓姜晓
阅读(79)
评论(0)
推荐(1)

浙公网安备 33010602011771号