上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页
摘要: 参考:https://blog.csdn.net/weixin_42032770/article/details/116544962 参考:https://blog.csdn.net/a778203081/article/details/129296369 1、string、stringbuilde 阅读全文
posted @ 2023-07-23 15:27 苦逼yw 阅读(46) 评论(0) 推荐(0)
摘要: Collection集合 数组和集合的区别【理解】 相同点 都是容器,可以存储多个数据 不同点 数组的长度是不可变的,集合的长度是可变的 数组可以存基本数据类型和引用数据类型 集合只能存引用数据类型,如果要存基本数据类型,需要存对应的包装类 Collection集合的遍历【应用】 迭代器介绍 迭代器 阅读全文
posted @ 2023-07-23 02:46 苦逼yw 阅读(101) 评论(0) 推荐(0)
摘要: 一、influxdb2.0以后 1、influxdb导出 ./influx backup \ /home/backup/backup_$(date '+%Y-%m-%d_%H-%M') \ --host http://xxx.xxx.xxx.xxx:xxxx \ --org orgName --bu 阅读全文
posted @ 2023-07-14 17:08 苦逼yw 阅读(170) 评论(0) 推荐(0)
摘要: 1、npm命令依赖报错,解决 npm install --force --legacy-peer-deps 2、npm换源 npm config set registry https://registry.npmmirror.com/ 3、npm安装vue2 vue-cli的版本4版本对应vue2, 阅读全文
posted @ 2023-07-05 09:47 苦逼yw 阅读(63) 评论(0) 推荐(0)
摘要: 1、下载mysql8镜像 docker pull mysql:8.0.42 2、创建目录 mkdir -p /docker/mysql8.0.42/etc/mysql/conf.d mkdir /docker/mysql8.0.42/logs mkdir /docker/mysql8.0.42/da 阅读全文
posted @ 2023-07-03 14:44 苦逼yw 阅读(2176) 评论(0) 推荐(1)
摘要: 参考:https://blog.csdn.net/darkdragonking/article/details/144510965 1、添加EPEL软件包安装源 yum install epel-release 2、安装mosquitto yum install mosquitto 3、启动 sys 阅读全文
posted @ 2023-06-30 17:53 苦逼yw 阅读(373) 评论(0) 推荐(0)
摘要: 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 阅读(55) 评论(0) 推荐(0)
摘要: 一、设置所有用户最大打开文件数和网络连接数 1、编辑 /etc/security/limits.conf 文件,可以使用下面的命令打开该文件: sudo vim /etc/security/limits.conf 2、添加以下四行: 第一行和第二行分别设置所有用户的文件打开数的软限制和硬限制均为 6 阅读全文
posted @ 2023-06-25 10:45 苦逼yw 阅读(639) 评论(0) 推荐(0)
摘要: 解决: 创建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 阅读(264) 评论(0) 推荐(0)
摘要: 一、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 阅读(2708) 评论(1) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页