会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Coreqi
博客园
首页
新随笔
联系
管理
上一页
1
···
16
17
18
19
20
21
22
23
24
···
68
下一页
2023年1月23日
Nacos 数据源的适配方案
摘要: 低于2.2的版本请参考 nacos-multidatasource 或 其他来源的文章寻找合适的适配方案。 在2022年的12月份正式发布的Nacos2.2版本可以让开发者开发支持除官方支持数据源之外的数据源插件,从而实现将配置信息存储到其他数据源中。 本文以适配PostgreSQL为例,在2.2版
阅读全文
posted @ 2023-01-23 21:39 SpringCore
阅读(978)
评论(0)
推荐(0)
2023年1月22日
【转】java1.8新特性 CompletableFuture 使用案例详解
摘要: 原文地址:https://blog.csdn.net/weixin_40461281/article/details/113743389 请转至原文地址查看
阅读全文
posted @ 2023-01-22 16:09 SpringCore
阅读(50)
评论(0)
推荐(0)
2023年1月17日
Docker 部署 Grafana
摘要: 请参考 Docker 部署 Prometheus 参考进行准备工作 更加详细的部署参数请参考官方部署文档。运行 Grafana Docker 镜像 配置 Grafana Docker 镜像 1.下载镜像 docker pull grafana/grafana-oss 2.部署 1.准备相关映射目录
阅读全文
posted @ 2023-01-17 14:22 SpringCore
阅读(596)
评论(0)
推荐(0)
Docker 部署 Prometheus
摘要: 1.下载镜像 1.Prometheus docker pull prom/prometheus 2.Node Exporter【负责收集 host 硬件和操作系统数据。它将以容器方式运行在所有 host 上】 docker pull prom/node-exporter 2.部署Node Expor
阅读全文
posted @ 2023-01-17 12:44 SpringCore
阅读(681)
评论(0)
推荐(0)
2023年1月14日
Docker 部署 Zabbix
摘要: 介绍地址:https://www.zabbix.com/documentation/current/en/manual/installation/containers 1.为 Zabbix 组件容器创建专用网络 docker network create --subnet 172.20.0.0/16
阅读全文
posted @ 2023-01-14 16:02 SpringCore
阅读(467)
评论(0)
推荐(0)
Centos8 部署 Zabbix
摘要: 官方下载地址:https://www.zabbix.com/download 1.下载rpm包 wget -P /home https://repo.zabbix.com/zabbix/6.2/rhel/8/x86_64/zabbix-release-6.2-3.el8.noarch.rpm 2.安
阅读全文
posted @ 2023-01-14 12:09 SpringCore
阅读(535)
评论(0)
推荐(0)
2023年1月13日
Centos 安装 Grafana
摘要: 前提条件: Centos 二进制安装 Prometheus 1.下载安装 下载地址:https://grafana.com/grafana/download?pg=get&plcmt=selfmanaged-box1-cta1&edition=oss wget https://dl.grafana.
阅读全文
posted @ 2023-01-13 12:24 SpringCore
阅读(593)
评论(0)
推荐(0)
2023年1月12日
Centos 二进制安装 Prometheus
摘要: 二进制下载地址:https://prometheus.io/download/ 下载以 linux-amd64.tar.gz 结尾的文件。 1.下载二进制压缩包 wget -P /home https://github.com/prometheus/prometheus/releases/downl
阅读全文
posted @ 2023-01-12 18:35 SpringCore
阅读(265)
评论(0)
推荐(0)
2023年1月11日
在Red Hat Linux中自动运行程序
摘要: 转载文章,地址:http://hi.baidu.com/wangtao8899/blog/item/dd7365c41c5423a18226ace1.html 1.开机启动时自动运行程序 Linux加载后, 它将初始化硬件和设备驱动,然后运行第一个进程init。init根据配置文件继续引导过程,启动
阅读全文
posted @ 2023-01-11 15:47 SpringCore
阅读(487)
评论(0)
推荐(0)
Linux部署Subversion
摘要: 推荐直接看第8条,使用Docker直接部署SVN+图形管理,如果版本管理的仓库比较多的话,更加具有优势,不必经常登录服务器维护。 1.安装Subversion yum install subversion yum install mod_dav_svn #不需要http访问svn可不安装,可选 2.
阅读全文
posted @ 2023-01-11 13:50 SpringCore
阅读(159)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
23
24
···
68
下一页
公告