Dos命令 打开cmd的方式 win+R 开始搜索命令提示符 常用Dos命令 #盘符切换 D: #查看当前目录下所有文件 dir #切换目录 cd (cahnge director) cd/d #cd..返回上一级 #清理屏幕 cls (clear screen) #退出终端 exit #查看电脑当 ...
分类:
编程语言 时间:
2021-06-02 16:48:02
阅读次数:
0
import requests from requests import request import json from collections import OrderedDict url = 'https://zabbix-xn.test.bestpay.net/api_jsonrpc.php ...
使用pushplus将zabbix的告警推送至个人微信,这样就不用在非工作日心心念念的去钉钉、邮箱等去查看告警了 ...
分类:
微信 时间:
2021-05-24 15:53:42
阅读次数:
0
常用Dos命令符 #盘符切换 E:(切换到E盘,:为英文输入法)#查看当前目录下所有文件 dir#切换目录 cd change directory(cd/d f:)切换到f盘#打开目录下的文件 E:\+文件名 cd+空格+文件名#返回上一级 cd ..#清理屏幕 cls(clear screen)# ...
分类:
其他好文 时间:
2021-05-24 15:42:17
阅读次数:
0
查看当前目录下的所有文件 dir 切换目录 cd /d e:\test cd .. 清理屏幕 cls (clear screen) 退出终端 exit 查看电脑IP ipconfig /all ping命令 ping www.baidu.com 查看应用 calc notepad mspaint 文 ...
分类:
其他好文 时间:
2021-05-24 13:34:35
阅读次数:
0
首先在一台agent安装zabbix-agent rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm yum clean all yum -y install za ...
分类:
其他好文 时间:
2021-05-24 10:48:30
阅读次数:
0
在官网下载二进制包:这里直接使用wget wget https://cdn.zabbix.com/zabbix/binaries/stable/4.0/4.0.30/zabbix_agent-4.0.30-linux-3.0-amd64-static.tar.gz 之后进行解压 [root@zabb ...
分类:
其他好文 时间:
2021-05-24 08:48:26
阅读次数:
0
<html> <embed height="200" type="application/x-shockwave-flash" width="200" src="http://www.blogclock.cn/swf/S1000746cf11489-9.swf" wmode="transparent ...
分类:
其他好文 时间:
2021-05-24 08:27:38
阅读次数:
0
[获取手机尺寸](https://www.runoob.com/try/try.php?filename=tryjs_screen_all) ...
分类:
移动开发 时间:
2021-05-24 06:52:54
阅读次数:
0
操作BOM对象 BOM:浏览器对象模型 window对象不但充当全局作用域,而且表示浏览器窗口。 //window 对象有 innerWidth 和 innerHeight 属性,可以获取浏览器窗口的内部宽度和高度 console.log('window inner size: ' + window ...
分类:
其他好文 时间:
2021-05-24 06:35:40
阅读次数:
0