WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requiremen ...
分类:
数据库 时间:
2020-04-08 22:38:45
阅读次数:
103
1、Max Pool Size 默认为100。 2、查看当前数据库连接数量, select * from sysprocesses where dbid= db_id('数据库名称') 结果为190, 3、添加数据库查询的最大连接数量 Data Source=.;Initial Catalog=i_ ...
分类:
数据库 时间:
2020-04-08 12:00:50
阅读次数:
105
web应用连接oracle数据库时,经常在查询数据时发生 Listener refused the connection with the following error: ORA-12519, TNS:no appropriate service handler found The Connect ...
public class JDBCUtils { //获取connection对象 public static Connection getConn(){ Connection conn=null; try { Class.forName("com.mysql.jdbc.Driver"); Stri ...
分类:
数据库 时间:
2020-04-07 18:13:49
阅读次数:
85
当你用Android studio 打开一个新项目(一般是下载的工程),可能会报错 Error:Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings ei ...
分类:
移动开发 时间:
2020-04-07 12:24:00
阅读次数:
1195
ifconfig 不显示ip地址 ip addr 也不现实ip地址 ifup eth0 报错如下图【Connection Activation failed ip configuration could not be reserved】 ...
分类:
其他好文 时间:
2020-04-06 21:01:58
阅读次数:
192
systemctl network start 找不到命令是因为 centos8没有了network 而是nmcli 代替了 1 排查 本机的ip netmask mac地址是否一致 2 mac机 ifconfig 我的虚拟机使用是nat模式 如果是桥接模式就看vmnet1 如果子网掩码是乱码 就看 ...
分类:
系统相关 时间:
2020-04-06 15:39:07
阅读次数:
293
因为我是centos7,所以我参照该帖子 所有下面的apt-get全部换成yum install 或访问虚拟机中Ubuntu被拒绝的问原创披挂出征 最后发布于2019-06-06 15:20:07 阅读数 2261 收藏展开想从本机利用下面的命令复制文件到远程时,发现虚拟机中的Ubuntu被拒绝访问 ...
分类:
系统相关 时间:
2020-04-04 22:48:12
阅读次数:
1105
Env Debian 9 报错 程序连接数据库报错,mongodb日志中显示 。 初步判定是mongodb的连接数满了。 排错过程 1. 查看mongo连接数 连接数果然满了 2. 尝试修改连接数,mongo启动时增加 参数,重启mongo,一会连接数又满了,一些资料上说最大是 20000,默认是1 ...
分类:
数据库 时间:
2020-04-04 14:32:24
阅读次数:
107
### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is j ...
分类:
数据库 时间:
2020-04-03 00:31:50
阅读次数:
85