码迷,mamicode.com
首页 >  
搜索关键字:connection jdbc    ( 15707个结果
sharding-jdbc精确分片配置
sharding: jdbc: config: sharding: tables: myorder: key-generator-column-name: id #主键 actual-data-nodes: db$->{0..1}.myorder_$->{0..1} #分库策略 database‐s ...
分类:数据库   时间:2021-02-22 12:45:00    阅读次数:0
nacos集群以及数据库问题
持久化mysql时指定数据库编辑application.properties spring.datasource.platform=mysql db.num=1 db.url.0=jdbc:mysql://127.0.0.1:3306/nacos_config?characterEncoding=u ...
分类:数据库   时间:2021-02-22 12:18:17    阅读次数:0
sockjs.js?9be2:1609 GET http://192.168.1.104:8080/sockjs-node/info?t=1613746594141 net::ERR_CONNECTION_TIMED_OUT
sockjs.js?9be2:1609 GET http://192.168.1.104:8080/sockjs-node/info?t=1613746594141 netERR_CONNECTION_TIMED_OUT错误连接方式解决方法 在使用vue-cli脚手架创建项目的时候,在cnpm cr ...
分类:Web程序   时间:2021-02-20 12:38:35    阅读次数:0
http长连接
一、keepalived的作用 1、短连接:客户端连接上服务端,然后结束请求后,由客户端或者服务端进行http连接的关闭。下次再发送请求的时候,客户端再发起一个连接,传送数据,关闭连接。 2、长连接:客户端发送connection:keep-alive头给服务端,且服务端也接受这个keep-aliv ...
分类:Web程序   时间:2021-02-20 12:12:43    阅读次数:0
Initialization failed for 'https://start.spring.io' Please check URL, network and proxy settings.
今天新建一个spring web项目,发现报错了。问题如下。 排除了网络问题,找到了解决办法。打开设置,点击check connection 输入 https://start.spring.io 点击OK 成功创建 ...
分类:编程语言   时间:2021-02-19 13:37:10    阅读次数:0
SpringBoot2.x-整合JPA(转发)
pom.xml配置 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jdbc</artifactId> </dependency> ...
分类:编程语言   时间:2021-02-19 13:08:50    阅读次数:0
Mybatis-01 什么是Mybatis
Mybatis-01 什么是Mybatis 1.简介 1.1 什么是Mybatis MyBatis 是一款优秀的持久层框架 ,它支持定制化 SQL、存储过程以及高级映射。 MyBatis 避免了几乎所有的 JDBC 代码和手动设置参数以及获取结果集。 MyBatis 可以使用简单的 XML 或注解来 ...
分类:其他好文   时间:2021-02-18 13:27:24    阅读次数:0
jdbc连接MySql数据库
jdbc连接MySql数据库 package com.zhy; import com.mysql.jdbc.Driver; import java.sql.*; /** * @author ZHY * @data 2021/2/15 */ public class TestJdbc { public ...
分类:数据库   时间:2021-02-18 12:57:47    阅读次数:0
[问题][manjaro][MariaDB]启动MariaDB后,无法远程访问,报错信息:'unconnected' user: 'unauthenticated'
1、背景: 启动MariaDB服务,通过python远程访问数据库失败,查询MariaDB日志(systemctl status mariadb)报错信息为: user: 'unauthenticated' host: '192.168.1.8' (This connection closed no ...
分类:数据库   时间:2021-02-17 14:04:16    阅读次数:0
k8s集群执行apply报错
The connection to the server 192.168.1.11:6443 was refused - did you specify the right host or port? 怀疑是不是kubelet挂了,检查 [root@master1 prometheus]# syst ...
分类:移动开发   时间:2021-02-16 12:26:05    阅读次数:0
15707条   上一页 1 ... 15 16 17 18 19 ... 1571 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!