热点城市公交查询

10
2021
12

Mysql GBase 中一行变多行

测试select              substring_index(               substring_index('1,2,3', ',', 1&nb
25
2021
11

JDBC 连接 Hive 库遇到的一些问题

最近在配置Hive 数据源的时候,遇到一些报错,总算解决了,记录一下备忘下面这个报错,是把Hive依赖版本升级到 3.1.2 时的报错,没有找到API 来设置  client_protocol  Required field 'client_protocol' is unset! Struct:TOpenSessionReq(client_protocol:null, c
16
2021
11

MySQL 应用部署的小坑

部署应用时遇到一些报错,总结如下: 1.使用高版本MySQL 时会默认使用SSL,需要在JDBC连接串时明确指定不使用SSH,参数名为  useSSL 。driver=com.mysql.jdbc.Driverurl=jdbc:mysql://localhost:3306/aa?useUnicode=true&characterEncoding=utf-8&useSSL=trueusername=testpassword=1234562. 上面的jdbc 串如
14
2021
08

SpringBoot 生成 war 时打包本地jar文件

本地jar包        <dependency>             <groupId>com.oracle</groupId>           &