今天写了一个requests爬虫,在运行的时候发生了requests.exceptions.ConnectionError:('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer')) 错误。 我马上goo ...
分类:
其他好文 时间:
2020-06-14 16:56:33
阅读次数:
408
Github地址:点击打开Github地址 小组成员:熊圣琦、彭荟铭、郑天越 1.数据库连接 private Connection connection = null; private PreparedStatement preparedStatement = null; private Resul ...
分类:
Web程序 时间:
2020-06-14 12:50:28
阅读次数:
97
/etc/php-fpm.d/www.conf vim /root/ansible/nginx/www.conf ; Start a new pool named 'www'. [www] ; Unix user/group of processes ; Note: The user is mand ...
分类:
Web程序 时间:
2020-06-14 01:36:13
阅读次数:
86
redis 结合ssm使用 一、Redis使用 1、jedis操作redis非关系型数据库 2、spring 集成redis 二、两者区别: 一、Redis使用 1、jedis操作redis非关系型数据库 (1)、pom.xml <!-- redis客户端jar --> <dependency> < ...
分类:
其他好文 时间:
2020-06-13 23:17:30
阅读次数:
53
Error: forwarding ports: error upgrading connection: unable to upgrade connection: pod does not exist 安装Helm客户端和服务端后, 执行helm version报错, Error: forward ...
分类:
Web程序 时间:
2020-06-13 19:32:16
阅读次数:
99
package com.itcast.demo1; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import org.junit.Test; public class ...
分类:
数据库 时间:
2020-06-13 12:47:59
阅读次数:
165
crontab系统自带的调度命令,通过crontab命令,我们可以在固定的间隔时间执行指定的系统指令或 shell script脚本。时间间隔的单位可以是分钟、小时、日、月、周及以上的任意组合。这个命令非常适合周期性的日志分析或数据备份等工作。 crontab服务的重启关闭,开启 $sudo /et ...
分类:
其他好文 时间:
2020-06-13 11:28:34
阅读次数:
78
报错现象 线上项目使用HttpClient请求第三方的HTTP资源,并发量高的时候,日志框报Timeout waiting for connection from pool 客户端的现象是有时正常,有时报错 原因分析 网上查找资料,很多照搬某个博客的解决方法,大致是合理的使用EntityUtils. ...
分类:
Web程序 时间:
2020-06-13 00:35:52
阅读次数:
99
消息 7405,级别 16,状态 1,过程 Queryxxxxx ,第 32 行 Heterogeneous queries require the ANSI_NULLS and ANSI_WARNINGS options to be set for the connection. This ens ...
分类:
其他好文 时间:
2020-06-12 14:31:48
阅读次数:
76
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-06-12 12:31:44
阅读次数:
99