执行crontab [root@FMPVZABBIX mysql_backup]# tail -f /var/log/cron Jul 16 14:12:01 FMPVZABBIX crond[13308]: (root) PAM ERROR (Authentication token is no ...
分类:
系统相关 时间:
2020-04-01 12:37:08
阅读次数:
219
SSH连接自动断开的解决方法 工具之术 Linux ClientAliveInterval 30 ClientAliveCountMax 60 使用SSH连接远程服务器时,如果长时间不操作,SSH连接上就没有数据传输,此时连接会自动断开,常见的错误提示是: 1 Write failed: Broke ...
分类:
其他好文 时间:
2020-04-01 11:00:23
阅读次数:
84
目录 "概述" "下载&安装" "实战JMetetr" "测试计划简述" "准备测试计划" "编写测试计划" "录制测试脚本" "执行性能测试" "单机测试" "分布式测试" "分析测试报告" "APDEX" "响应时间和吞吐量统计" "测试结果详细报表" "常用插件及扩展" "Q&A" 概述 作为 ...
分类:
其他好文 时间:
2020-04-01 01:19:27
阅读次数:
309
pom.xml <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>5.0.2.RELEASE</version> </ ...
分类:
编程语言 时间:
2020-03-31 20:39:54
阅读次数:
118
org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver:handleHttpMessageNotReadable:384 -Failed to read HTTP message: org.springf ...
分类:
其他好文 时间:
2020-03-31 17:16:56
阅读次数:
59
昨天在使用pip过程,pip提示:failed to create process。 解决方法:python -m pip install xxx 就可以了 如以matplotlib为例即:python -m pip install matplotlib 即可安装成功 原因:机器上存在多个版本的py ...
分类:
其他好文 时间:
2020-03-31 14:34:59
阅读次数:
385
个人问题仅供参考: 使用npm run dev 运行,出现如下错误 : Failed to compile. ./src/styles/index.scss (./node_modules/css-loader??ref--11-1!./node_modules/postcss-loader/lib ...
分类:
其他好文 时间:
2020-03-31 12:15:14
阅读次数:
348
Err:1 https://mirrors.tuna.tsinghua.edu.cn/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.1 404 Not Found [IP: 101.6.8.193 ...
分类:
Web程序 时间:
2020-03-31 10:30:57
阅读次数:
94
因为在Test里面使用了注解@Autowired 引入来至bean.xml文件的内容 ,而在Test没有没有办法自动引入,需要在Test类上加上注解 @ContextConfiguration(locations = "classpath:bean.xml")不然会报以下错误 Caught exce ...
分类:
移动开发 时间:
2020-03-30 19:50:51
阅读次数:
78
etcd服务出现了以下报错Mar 23 05:50:44 localhost etcd: failed to send out heartbeat on time (exceeded the 100ms timeout for 2.951502ms) 心跳检测报错主要与以下因素有关(磁盘速度、cpu ...
分类:
其他好文 时间:
2020-03-30 19:44:12
阅读次数:
244