退出
登陆
技术驿站
首页
系统相关
网络安全
程序开发
数据库
首页
系统相关
网络安全
程序开发
数据库
网站首页
then
zabbix监控linux进程及服务通用key方式
1、编写脚本type=$1name=$2#服务状态监测 $1=serviceif [ "X${type}" = "Xservice" ];then v=$name".service" sta=`systemctl --type service |grep "${v}"|awk '{print $4}'` #echo "...
随便看看
正则表达式语法大全
博科交换机常用操作命令
tracert路由跟踪工具使用方法
利用docker和docker-compose部署Nextcloud服务(nginx-fdm-postgres)
vue中父元素点击事件与子元素点击事件冲突