在64位Windows7(集成SP1)补丁的虚拟机安装HorizonAgent7.12的时候,可能会失败,如图1、图2、图3所示。图1Windows7企业版图2安装HorizonAgent7.12图3安装失败对于这个问题,在Windows7上启用WindowsUpdate服务,安装Windows6.1-KB3033929-x64.msu补丁即可解决。安装完KB3033929补丁之后重新启动虚拟机。
//发送工作通知消息 public function asyncsend(){ $config=config('ding'); $app = new Application($config); $params=[ 'agent_id'=>'849101807', 'userid_list'=>'31 ...
分类:
其他好文 时间:
2020-08-11 09:16:10
阅读次数:
209
# 梨视频数据的爬取import requestsfrom lxml import etreeimport reheaders = { 'User-Agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, ...
分类:
编程语言 时间:
2020-08-11 00:25:01
阅读次数:
113
今天在巡检的时候,突然想到Zabbix能否监控Linux的防火墙服务呢? 显然是可以的,但是Zabbix 5下默认的模板“Template OS Linux by Zabbix agent”(“Template OS Windows by Zabbix agent”也不会监控Window的防火墙服务... ...
分类:
系统相关 时间:
2020-08-05 14:32:18
阅读次数:
90
爬虫介绍 # 介绍爬虫 2 urilib3(内置,不好用),requests--模拟发送http请求 3 Beautifulsoup解析,xpth解析 4 selenium模块,操作浏览器 5 Mongodb 6 反爬:代理池,cookie池,请求头中:user-agent,refer,js逆向 7 ...
分类:
其他好文 时间:
2020-07-31 21:46:31
阅读次数:
87
这是我的第51篇原创文章。SpringBoot在启动的时候,我们或许想要把自己公司的logo,或者是项目的logo放上去,我们可以试试本文的这些方法,可以让你快速制作一些SpringBoot项目启动时的彩蛋,以提高项目的辨识度,或者是纯碎为了给枯燥的生活平添一些乐趣,那么本文这些内容能很好的帮助到你。本文知识点,如下图所示:Banner效果展示SpringBoot默认的banner图展示效果如下:
分类:
编程语言 时间:
2020-07-31 01:22:15
阅读次数:
116
设置另一个button和text替代input file,隐藏input file。 <input type="file" id="tts-input-text" accept="text/plain" onChange={readFile} onClick={(e: any) => (e.targ ...
分类:
其他好文 时间:
2020-07-30 18:23:29
阅读次数:
130
1、点击谷歌检查控制台的一个类似手机的按钮,变成手机端页面 二、在pc端模拟手机屏幕ui 1、首先在pc页面使用的ui自动化是selenium的webdriver,而手机app是appuim的webdriver 2、手机app模式下的User-Agent已变成:User-Agent: Mozilla ...
分类:
移动开发 时间:
2020-07-30 01:15:57
阅读次数:
89
具体代码如下: import requests import re headers = {'user-agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74. ...
分类:
其他好文 时间:
2020-07-29 21:39:19
阅读次数:
106