摘要:
<dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.13</version> </dependency> @Test public voi 阅读全文
摘要:
1. 环境 1.1 操作系统 CentOS7最小化安装 # cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" # cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core 阅读全文
摘要:
1. 环境 1.1 操作系统 CentOS7最小化安装 # cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" # cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core 阅读全文
摘要:
Java JavaWeb之Servlet入门(一) JavaWeb之Servlet入门(二) JavaWeb之监听器 JavaWeb之搭建自己的MVC框架(一) JavaWeb之搭建自己的MVC框架(二) JavaWeb之搭建自己的MVC框架(三) Java之反射机制 Java之注解 CountDo 阅读全文
摘要:
1 环境 1.1 操作系统 CentOS7最小化安装 # cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" # cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core) 阅读全文
摘要:
背景 最近项目部署任务,最终客户的环境是:飞腾CPU(ARM64)+ 银河麒麟(Kylin)+ 容器部署 现象 部署完成后发现:服务运行5-10分钟就会崩溃,报错日志很多,最有用的信息是下面这一行:guarantee(Rs != Rn && Rs != Rt) failed: unpredictab 阅读全文
摘要:
#!/bin/bash set -e set -u # check disk df -h | grep data # stop harbor docker-compose -f /opt/harbor/docker-compose.yml down # setting harbor mv /opt/ 阅读全文
摘要:
0. 安装环境 CentOS7最小化安装 # cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" # cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core) 1. 配置 阅读全文
摘要:
原文 原文地址linux之TCP调优 (liu-kevin.com) tcp握手 客户端在等待服务器回复的 ACK 报文。正常情况下,服务器会在几毫秒内返回 ACK,但如果客户端迟迟没有收到 ACK 客户端会重发 SYN,重试的次数由 tcp_syn_retries 参数控制,默认是 6 次: ne 阅读全文