zabbix 6.6.4 安装(docker 版)
最新的latest 里边就是 6.6.4 的版本 [(亲测)docker部署zabbix Zabbix 6.4.13 2024年4月_北京-诗意的活着的技术博客_51CTO博客](https://blog.51cto.com/u_64214/10466360) zabbix 5.0 LST 安装(docker 版) :[连接](https://51tbox.com/) 1...
最新的latest 里边就是 6.6.4 的版本 [(亲测)docker部署zabbix Zabbix 6.4.13 2024年4月_北京-诗意的活着的技术博客_51CTO博客](https://blog.51cto.com/u_64214/10466360) zabbix 5.0 LST 安装(docker 版) :[连接](https://51tbox.com/) 1...
[docker 部署 zabbix5.0LTS - 知乎 (zhihu.com)](https://zhuanlan.zhihu.com/p/679598374) docker 安装 (centos)yum版 : [连接](https://51tbox.com/) ### 1- 创建网络 docker network create --subnet 172.20....
场景 ,有2个python 进程, 需要做一下监控 ![](http://static.51tbox.com/static/2024-08-29/col/4e336d2e0232c9f7ea1e32dc08898134/757a2b7999ec4242b2ea78a348117c24.png.jpg) cd /etc/zabbix/zabbix_agentd.d cat ...
[IDEA配置Maven教程-阿里云开发者社区 (aliyun.com)](https://developer.aliyun.com/article/1273929) 1-下载: <https://maven.apache.org/download.cgi> ![](http://static.51tbox.com/static/2024-08-29/col/...
jdk版本 org/springframework/boot/maven/RepackageMojo has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recogn...
1)打包 mvn clean package '-Dmaven.test.skip=true'
idea maven配置 ![](http://static.51tbox.com/static/2024-08-29/col/4da47acf9a225b4fcd1056ac51a2de6a/8e020355f0ae46eb90e784c32e8aa96d.png.jpg) 参考如下文章,完善本文章 https://blog.csdn.net/select_myname...
[maven](https://51tbox.com/ "View all posts in maven") 配置文件 setting.xml : [链接](https://51tbox.com/) 修改完这个这个文件, 要复制到 .m2/下一份 ![](http://static.51tbox.com/static/2024-08-29/col/772...
nexus配置阿里云仓库 上篇一篇我们在linux上 做了 nexus安装 :https://www.baimeidashu.com/9880.html 这一篇我们设置nexus3配置阿里云仓库 ### 1nexus配置阿里云仓库 ![](http://static.51tbox.com/static/2024-08-29/col/86a1deb984c21acc613...
maven配置教程 (1) 找到maven 配置文件: /usr/local/maven/conf 这个路径是你安装maven的路径,可能跟我的不一样 vim settings.xml 找到 <mirrors> 这个标签, 然后把下边的配置代码 粘贴进去 <mirror> <id>...