上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页
摘要: // utils.ts export interface Configs { command: string output: string } export interface Device { id: number device_type: string device_ip: string dev 阅读全文
posted @ 2022-02-12 18:10 明天OoO你好 阅读(4574) 评论(0) 推荐(0) 编辑
摘要: 深入理解 Vue3 Reactivity API 阅读全文
posted @ 2022-02-10 00:03 明天OoO你好 阅读(41) 评论(0) 推荐(0) 编辑
摘要: version: '3' services: mysql: ##(服务1) restart: always image: hub.c.163.com/library/mysql:5.7 ports: - "127.0.0.1:3306:3306" # 宿主机ip:port:容器内port envir 阅读全文
posted @ 2021-12-09 10:15 明天OoO你好 阅读(269) 评论(0) 推荐(0) 编辑
摘要: user root; worker_processes 10; worker_rlimit_nofile 65535; events { worker_connections 1024; } http { include mime.types; default_type application/oc 阅读全文
posted @ 2021-11-30 23:17 明天OoO你好 阅读(341) 评论(0) 推荐(0) 编辑
摘要: package commands import ( "fmt" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/push" ) func main() { 阅读全文
posted @ 2021-11-09 09:29 明天OoO你好 阅读(2650) 评论(2) 推荐(1) 编辑
摘要: 1. 安装dpdk-stable-19.11.10需要操作系统内核版本大于3.2,如果版本过低,可以通过以下方式升级 1 #cat /etc/redhat-release 2 CentOS Linux release 7.6.1810 (Core) 4 #uname -r 查看一下系统版本 5 3. 阅读全文
posted @ 2021-10-17 15:41 明天OoO你好 阅读(2995) 评论(1) 推荐(1) 编辑
摘要: DEVICE=eth0 BOOTPROTO=static IPADDR=10.0.0.251 NETMASK=255.255.255.128 GATEWAY=10.0.0.1 TYPE=Ethernet NM_CONTROLLED=no ONBOOT=yes IPV6INIT=yes IPV6_AU 阅读全文
posted @ 2021-09-27 21:32 明天OoO你好 阅读(192) 评论(0) 推荐(0) 编辑
摘要: /usr/bin/yum 和/usr/libexec/urlgrabber-ext-down 阅读全文
posted @ 2021-09-12 10:31 明天OoO你好 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 原文链接 https://www.cnblogs.com/wt11/p/15122036.html 参考链接 https://www.cnblogs.com/dongyuq1/p/13572477.html 1. 先自定义exporter package utils import ( "github 阅读全文
posted @ 2021-08-10 08:48 明天OoO你好 阅读(686) 评论(0) 推荐(0) 编辑
摘要: package utils import ( "fmt" "net/http" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" "gi 阅读全文
posted @ 2021-08-05 00:23 明天OoO你好 阅读(1396) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 22 下一页