会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lfxx
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
下一页
2023年6月28日
centos7 rpm安装rabbitmq
摘要: 1、在 https://www.rabbitmq.com/which-erlang.html 查看erlang和rabbitmq的版本对应关系 2、在https://packagecloud.io/rabbitmq/erlang?page=1 下载erlang的rpm包 3、在https://git
阅读全文
posted @ 2023-06-28 09:09 苦逼yw
阅读(28)
评论(0)
推荐(0)
2023年6月25日
Centos7 内核限制
摘要: 一、设置所有用户最大打开文件数和网络连接数 1、编辑 /etc/security/limits.conf 文件,可以使用下面的命令打开该文件: sudo vim /etc/security/limits.conf 2、添加以下四行: 第一行和第二行分别设置所有用户的文件打开数的软限制和硬限制均为 6
阅读全文
posted @ 2023-06-25 10:45 苦逼yw
阅读(604)
评论(0)
推荐(0)
2023年6月7日
k8s 1.23 拉取 harbor镜像失败
摘要: 解决: 创建secret kubectl create secret docker-registry regsecret --docker-server="http://192.168.1.137:8011" --docker-username="admin" --docker-password="
阅读全文
posted @ 2023-06-07 17:08 苦逼yw
阅读(247)
评论(0)
推荐(0)
2023年6月6日
k8s1.23 安装网络插件
摘要: 一、calico 1、下载 3.24版本或最新版本,任选其一 curl -O https://docs.tigera.io/archive/v3.25/manifests/calico.yaml 最新版本 curl https://docs.projectcalico.org/manifests/c
阅读全文
posted @ 2023-06-06 10:39 苦逼yw
阅读(2627)
评论(1)
推荐(0)
2023年5月24日
tj-factory_Person_v1_to_v2.py
摘要: 说明:该脚本把21的mysql数据库factory_cloud.personnel表里的数据迁移到185的mysql数据库tj_factory_prod.bd_person表里,这2个表字段不一致,只要2个表相关联的字段。 import pymysql import sys import datet
阅读全文
posted @ 2023-05-24 20:02 苦逼yw
阅读(18)
评论(0)
推荐(0)
springboot常用注解
摘要: Spring Boot 是基于 Spring 框架的部分组件进行封装,所以大部分注解都是 Spring 框架中常用的注解。下面是 Spring Boot 中常用的注解: 1、@SpringBootApplication:这个注解是 Spring Boot 应用的入口标志,同时也标注了这是一个Spri
阅读全文
posted @ 2023-05-24 19:29 苦逼yw
阅读(113)
评论(0)
推荐(0)
2023年5月19日
k8s 1.23.0 安装使用ingress 1.1.1
摘要: 1、部署ingress controller下载yaml文件,要指定版本 wget https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.1.1/deploy/static/provider/cloud/de
阅读全文
posted @ 2023-05-19 10:59 苦逼yw
阅读(716)
评论(0)
推荐(1)
2023年5月12日
jenkins 权限控制(用户只能看指定的项目)
摘要: 1、在插件管理下载Role-based Authorization Strategy插件 2、打开全局安全设置,设置授权策略 3、在管理角色里新增一个全局角色kaifa,只授权Overall的read权限,注意全局角色不要授权job,不然用户只能看指定的项目的权限不生效 4、在管理角色里下拉找到项目
阅读全文
posted @ 2023-05-12 15:49 苦逼yw
阅读(3829)
评论(0)
推荐(2)
2023年5月10日
Centos7 安装nodejs16
摘要: 1、下载安装包,官网https://nodejs.org/en/download wget https://nodejs.org/download/release/v16.20.0/node-v16.20.0-linux-x64.tar.xz 2、安装gcc yum install -y gcc o
阅读全文
posted @ 2023-05-10 16:56 苦逼yw
阅读(1992)
评论(0)
推荐(0)
2023年5月5日
Centos7 网络工具
摘要: 一、paping测试某个端口连通及丢包率 使用场景:测试某个端口是否存在延迟,如100个包有1个包有延迟的情况 paping支持的参数 参数含义 -p --port N 指定被测试服务的TCP 端口(必须) –nocolor 屏蔽颜色输出 -t --timeout 指定超时时长,单位毫秒 默认值 1
阅读全文
posted @ 2023-05-05 14:18 苦逼yw
阅读(220)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
下一页