上一页 1 2 3 4 5 6 7 8 ··· 36 下一页
摘要: springboot安装:https://blog.neoniou.com/posts/spring-boot-nacos-dubbo/#service-consumer 1、前言 今天在spring boot2.x下整合了一下dubbo2.7.8和nacos1.4.0,因为都是最新版,所以naco 阅读全文
posted @ 2023-04-23 14:45 larybird 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://www.shuzhiduo.com/A/Gkz10WM2dR/ 创建大文件(10G大小): 力荐(实际占用磁盘空间): dd if=/dev/zero of=big_file count=10 bs=1G 不推荐(不占用磁盘空间): truncate -s 2G rumenz 阅读全文
posted @ 2023-04-20 20:28 larybird 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://blog.csdn.net/promsing/article/details/123350094 nacos安装步骤本次教程是针对的nacos版本:2.0.1,不同的版本,可能略有不同。 官网下载地址: https://github.com/alibaba/nacos/tag 阅读全文
posted @ 2023-04-20 14:43 larybird 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://cloud.tencent.com/developer/article/2075410 一次CentOS 7下升级MariaDB过程,在此记录下。 原因:新的项目需要新的数据库版本支持。 升级主要步骤: 备份原数据库 》卸载mariadb 》添加mariadb国内yum源 》 阅读全文
posted @ 2023-04-20 10:30 larybird 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 启动访问地址:IP:9090启动方式:./prometheus--web.enable-lifecycle:热更新,不用重启即生效加载方法有以下两种#1. kill -HUP pid#2. curl -X POST http://IP/-/reload--storage.tsdb.path:数据存储 阅读全文
posted @ 2023-04-19 13:48 larybird 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://www.modb.pro/db/424007 使用kubeadm初始化的集群,默认情况下,出于安全考虑Pod不会被调度到Master Node上,不参与工作负载。在某些资源有限的情况下,需要允许master节点部署pod,可以设置去除Master节点污点,使Master节点可 阅读全文
posted @ 2023-04-18 19:53 larybird 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://www.cnblogs.com/qiansm/p/15241295.html centos7安装RabbitMQ教程 erlang版本:22.2.1 RabbitMQ版本:3.8.2 1、安装Erlang 1.1安装依赖 yum install epel-release yu 阅读全文
posted @ 2023-04-17 20:18 larybird 阅读(422) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://cloud.tencent.com/developer/article/1695047 最近正在重新学习JVM的内存结构及相关优化内容,无意中看到IDEA的VM配置(安装时默认配置)中有如下的配置: # custom IntelliJ IDEA VM options -Xms 阅读全文
posted @ 2023-04-16 21:16 larybird 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://www.runoob.com/go/go-environment.html Go 语言支持以下系统: Linux FreeBSD Mac OS X(也称为 Darwin) Windows 安装包下载地址为:https://golang.org/dl/。 如果打不开可以使用这个 阅读全文
posted @ 2023-04-16 21:13 larybird 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://www.annhe.net/article-4542.html 编译etcd测试工具benchmark: CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build . 概述 有很多开源软件并没有提供 arm 安装包或者二进制,或者能通过包管 阅读全文
posted @ 2023-04-16 18:32 larybird 阅读(808) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 36 下一页