slf4j 报错:Class path contains multiple SLF4J bindings. 原因为在已添加的依赖中,包含了多个不同版本的slf4j的jar包,导致冲突。 2023-09-29 Code #slf4j
hadoop 与 java 编程的网络连接问题 报错:java.net.ConnectException: Connection refused: No further information,只能在虚拟机内访问 localhost:9000 2023-09-29 大数据 #hadoop #java