会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
柚子苹果果
欢迎访问我的
慕课网主页
,里面有免费的视频课程哦~
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
9
下一页
2021年12月12日
Apache的HttpClient调用Https忽略证书校验
摘要: <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.13</version> </dependency> @Test public voi
阅读全文
posted @ 2021-12-12 09:21 柚子苹果果
阅读(1292)
评论(0)
推荐(0)
2021年12月9日
SaltStack安装及API开启
摘要: 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
阅读全文
posted @ 2021-12-09 17:46 柚子苹果果
阅读(267)
评论(0)
推荐(0)
2021年11月11日
MySQL主从复制搭建
摘要: 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
阅读全文
posted @ 2021-11-11 17:42 柚子苹果果
阅读(137)
评论(0)
推荐(0)
2021年11月5日
博文目录
摘要: Java JavaWeb之Servlet入门(一) JavaWeb之Servlet入门(二) JavaWeb之监听器 JavaWeb之搭建自己的MVC框架(一) JavaWeb之搭建自己的MVC框架(二) JavaWeb之搭建自己的MVC框架(三) Java之反射机制 Java之注解 CountDo
阅读全文
posted @ 2021-11-05 16:09 柚子苹果果
阅读(552)
评论(0)
推荐(0)
2021年11月4日
Redis哨兵集群部署
摘要: 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)
阅读全文
posted @ 2021-11-04 14:12 柚子苹果果
阅读(353)
评论(0)
推荐(0)
2021年7月28日
飞腾CPU+ARM+容器部署Java服务的坑
摘要: 背景 最近项目部署任务,最终客户的环境是:飞腾CPU(ARM64)+ 银河麒麟(Kylin)+ 容器部署 现象 部署完成后发现:服务运行5-10分钟就会崩溃,报错日志很多,最有用的信息是下面这一行:guarantee(Rs != Rn && Rs != Rt) failed: unpredictab
阅读全文
posted @ 2021-07-28 10:51 柚子苹果果
阅读(877)
评论(0)
推荐(0)
2021年7月26日
Harbor磁盘爆满,执行垃圾回收清理镜像
摘要: #!/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/
阅读全文
posted @ 2021-07-26 21:33 柚子苹果果
阅读(346)
评论(0)
推荐(0)
2021年7月25日
CentOS7用yum安装MySQL8
摘要: 0. 安装环境 CentOS7最小化安装 # cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" # cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core) 1. 配置
阅读全文
posted @ 2021-07-25 21:32 柚子苹果果
阅读(851)
评论(0)
推荐(0)
2021年7月22日
linux之TCP调优
摘要: 原文 原文地址linux之TCP调优 (liu-kevin.com) tcp握手 客户端在等待服务器回复的 ACK 报文。正常情况下,服务器会在几毫秒内返回 ACK,但如果客户端迟迟没有收到 ACK 客户端会重发 SYN,重试的次数由 tcp_syn_retries 参数控制,默认是 6 次: ne
阅读全文
posted @ 2021-07-22 14:30 柚子苹果果
阅读(3218)
评论(0)
推荐(1)
2021年4月7日
K8S集群搭建
摘要: 一、 环境和版本 1. 操作系统 干干静静的centos7系统,选取的是mini的iso最小化安装 # cat /etc/centos-release CentOS Linux release 7.3.1611 (Core) # cat /proc/version Linux version 3.1
阅读全文
posted @ 2021-04-07 18:16 柚子苹果果
阅读(371)
评论(1)
推荐(0)
上一页
1
2
3
4
5
6
···
9
下一页
公告