摘要: 一、故障描述 Error from server: Get "https://k8s-node01:10250/containerLogs/kube-system/calico-node-98cv6/calico-node": x509: certificate signed by unknown 阅读全文
posted @ 2022-10-19 14:34 yxy_linux 阅读(847) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-10-19 11:15 yxy_linux 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 标准正态曲线 索引和修改数组 更改数组中的值 data的最后一列 v2 = data(:,end) 可以结合使用索引和赋值来修改变量的元素。 v2(1) = 0.5 将 data 的第一行和最后一列中元素的值更改为 0.5。 data(1,end) = 0.5 将data第一列等到第二列 data( 阅读全文
posted @ 2022-10-19 10:43 yxy_linux 阅读(549) 评论(0) 推荐(0) 编辑
摘要: 1 #!/bin/bash 2 # date_time: 2022-03-02 3 # author: yxy 4 5 servies_name='snail-ad.war' 6 bak_time=`date "+%Y%m%d"` 7 8 stop(){ 9 # 停止服务 10 /snail/tom 阅读全文
posted @ 2022-10-19 10:40 yxy_linux 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 一、安装ansible 配置yum源 RHEL/CentOS 6: # yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpmRHEL/CentOS 7: # yum install htt 阅读全文
posted @ 2022-10-19 10:37 yxy_linux 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 安装maven-3.6.3 1)下载apache-maven-3.6.3-bin.tar.gz wget apache-maven-3.6.3-bin.tar.gz 2)解压压缩包 tar -xf apache-maven-3.6.3-bin.tar.gz -C /usr/local/ 3)配置环境 阅读全文
posted @ 2022-10-19 10:02 yxy_linux 阅读(385) 评论(0) 推荐(0) 编辑