简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
Java连接Mysql报错:javax.net.ssl.SSLException: Received fatal alert: internal_error
javax.net.ssl.SSLException: Received fatal alert: protocol_version问题解决
public class Neo4jDrivertest {// 驱动程序对象是线程安全的,通常是在应用程序范围内提供的。Driver driver;public Neo4jDrivertest(String uri, String user, String password) {driver = GraphDatabase.driver(uri, AuthTokens.basic(user, p
java.sql.SQLException: Could not establish connection to jdbc:hive2://:**** Required field 'client_protocol' is unset! Struct:TOpenSessionReq(client_protocol:null, configuration:{use:database=***})at
一. 创建一个数据库create database test二. 在数据库中创建表create TABLE employees (emp_no int(4) not null,birth_date date not null,first_name varchar(14) not null,last_name varchar(16) not null,gender char(1) not null,
使用idea自动构建springboot项目,出现Failure to transfer org.springframework.boot:spring-boot-starter-parent:pom:2.2.6.RELEASE from https://repo.maven.apache.org/maven2 was cached in the local repository, resolut
解决Lock wait timeout exceeded; try restarting transaction问题
Exception in thread “main“ java.lang.NoClassDefFoundError: org/apache/hadoop/fs/FSDataInputStream
mysql表名大小写设置
redis的aof文件过大怎么处理