码迷,mamicode.com
首页 >  
搜索关键字:postgresql jdbc    ( 14226个结果
Oracle 连接配置
spring.datasource.url=jdbc:oracle:thin:@localhost:1521:orclspring.datasource.username=zhouriyuespring.datasource.password=13768184197spring.datasource ...
分类:数据库   时间:2021-02-15 11:56:11    阅读次数:0
【转】Flask and PostgreSQL on Heroku
Flask and PostgreSQL on Heroku_高筑墙,广积粮,缓称王-CSDN博客 https://blog.csdn.net/dingding_12345/article/details/70345703 ...
分类:数据库   时间:2021-02-09 12:20:03    阅读次数:0
windows安装PostgreSQL
下载地址 https://www.enterprisedb.com/downloads/postgres-postgresql-downloads 一直下一步安装就行。 问题1 navicat 连接报错: authentication method 10 not supported 修改: D:\s ...
分类:数据库   时间:2021-02-08 12:30:14    阅读次数:0
Hive的JDBC连接配置
首相要安装好hive 1.首先修改配置文件文件为hive 路径下的 conf/hive-sit.xml 将内容增加 <property> <name>hive.server2.thrift.port</name> <value>10000</value> <description>Port numb ...
分类:数据库   时间:2021-02-08 12:21:57    阅读次数:0
postgresql数据库 timescaledb 时序库 把大数据量表转换为超表
postgresql数据库 timescaledb 时序库 把大数据量表转换为超表 文章目录 postgresql数据库 timescaledb 时序库 把大数据量表转换为超表一 创建新表二 把新表改为超表三 插入数据1.数据量不大的情况可以直接插入2.如果数据量比较大 可以采取 一天一天 插入 或 ...
分类:数据库   时间:2021-02-06 11:48:38    阅读次数:0
postgresql数据库 timescaledb 时序库 把大数据量表转换为超表
postgresql数据库 timescaledb 时序库 把大数据量表转换为超表 文章目录 postgresql数据库 timescaledb 时序库 把大数据量表转换为超表一 创建新表二 把新表改为超表三 插入数据1.数据量不大的情况可以直接插入2.如果数据量比较大 可以采取 一天一天 插入 或 ...
分类:数据库   时间:2021-02-06 11:48:18    阅读次数:0
com.mysql.cj.jdbc.Driver和com.mysql.jdbc.Driver的区别
今天写东西测试的时候发现一个问题,如下:application.yml中数据源是这样配置的:第一反应就是记忆中连接mysql的驱动不都是com.mysql.jdbc.Driver吗?com.mysql.cj.jdbc.Driver是什么鬼?后来查看了一下才知道 这个跟驱动的依赖版本有关 <depen ...
分类:数据库   时间:2021-02-03 10:44:55    阅读次数:0
logstash 整合 es
安装logstash 手动导入Mysql驱动 新建jdbc.conf vim jdbc.conf input { stdin { } jdbc { # 连接的数据库地址和哪一个数据库,指定编码格式,禁用SSL协议,设定自动重连 jdbc_connection_string => "jdbc:mysq ...
分类:其他好文   时间:2021-02-01 12:50:17    阅读次数:0
Mybatis--第?部分:?定义持久层框架
?定义持久层框架 分析JDBC操作问题 public static void main(String[] args) { Connection connection = null; PreparedStatement preparedStatement = null; ResultSet resul ...
分类:其他好文   时间:2021-02-01 12:43:34    阅读次数:0
mysql改为postgresql 语法常见问题
springboot引入postgresql ①pom引入依赖<dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>9.4.1212</version></depende ...
分类:数据库   时间:2021-01-29 12:21:36    阅读次数:0
14226条   上一页 1 ... 14 15 16 17 18 ... 1423 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!