11 2023 档案

摘要:1、安装SNMP服务 yum install net-snmp net-snmp-utils 2、启动SNMP服务 systemctl start snmpd.service 3、设置SNMP服务开机自启 systemctl enable snmpd.service 4、更改团体名 vi /etc/ 阅读全文
posted @ 2023-11-22 17:05 xl4ng 阅读(1279) 评论(0) 推荐(0) 编辑
摘要:1. 在resources目录下新建lib目录,将jar放入 2. 在pom文件中添加依赖 <dependency> <groupId>com.fanruan</groupId> <artifactId>fine-accumulator</artifactId> <version>11.0</ver 阅读全文
posted @ 2023-11-18 16:55 xl4ng 阅读(1321) 评论(0) 推荐(0) 编辑