
问题记录
文章平均质量分 54
JOEL-T99
Try my best!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Flume错误:Flume:Class path contains multiple SLF4J bindings
Class path contains multiple SLF4J bindings. 启动 Flume 时,会看到如下内容: SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/opt/flume-1.9.0/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found bind原创 2021-11-21 00:59:18 · 3876 阅读 · 3 评论 -
JDBC连接MySQL问题记录
最近使用JDBC连接数据库时总是连接不上,针对过程中遇到的问题以及解决过程做了记录。 复盘如下: 新建测试文件 文件内容如下: import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; public class connect_test { public static void main(String[] args) throws ClassNotFoundException,原创 2021-08-27 22:24:33 · 433 阅读 · 0 评论