什么是高可用?高可用技术简单的说就是,保障业务在出现故障的时候,进行快速的切换,从而不影响到业务的正常运转。
分类:
系统相关 时间:
2020-04-07 12:35:35
阅读次数:
93
本文主要通过一些监控示例来简单介绍zabbix的httpagent类型的监控以及map图的简单用法,我们可以通过一些网站查询天气的api来获取天气情况,大部分的地图软件也都支持天气查询,这里我简单介绍几个,有高德地图,百度地图,心知天气,YY天气,个人用的是YY天气,因为我的需求不高,他能轻易地满足我YY天气api地址:http://www.yytianqi.com/api.html创建HTTPa
分类:
其他好文 时间:
2020-04-07 00:07:58
阅读次数:
67
在Linux中curl是一个利用URL规则在命令行下工作的文件传输工具,可以说是一款很强大的http命令行工具。它支持文件的上传和下载,是综合传输工具,但按传统,习惯称url为下载工具。语法:curl[option][url]常见参数:-A/--user-agent<string>设置用户代理发送给服务器-b/--cookie<name=string/file>cookie
分类:
Web程序 时间:
2020-04-06 23:44:44
阅读次数:
99
#解决中文乱码 在serveice端 yum -y install wqy-microhei-fonts \cp /usr/share/fonts/wqy-microhei/wqy-microhei.ttc /usr/share/fonts/dejavu/DejaVuSans.ttf ...
分类:
其他好文 时间:
2020-04-06 19:04:17
阅读次数:
79
import requests headers = {'user-agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/ ...
分类:
其他好文 时间:
2020-04-06 13:21:17
阅读次数:
68
Spider --Urllib3 使用简介 Spider --urlilib.request.Request 请求模块 简单使用 Spider --爬虫请求模块 requests ...
分类:
其他好文 时间:
2020-04-06 11:40:52
阅读次数:
63
Ansible: Configuration、Command and Control 是什么 ? SSH-based configuration management, deployment, and task execution system 运维工具的分类: agent:基于专用的agent程序 ...
分类:
其他好文 时间:
2020-04-06 10:10:01
阅读次数:
115
配置如下:1、打开ZABBIX管理WEB界面;2、导航到Administration,Authentication页面;3、继续导航到LDAPsettings配置页面;4、勾选EnableLDAPauthentication,激活LDAP认证;5、执行如下配置,并点击Update更新:#域控的主机地址LDAPhost:192.168.1.1#LDAP连接端口Port:389#FQDN路径BaseD
分类:
其他好文 时间:
2020-04-06 09:22:00
阅读次数:
209
1 linux iptables ubuntu centos redhat alpine 2 开源产品 jenkins git nginx openstack kubenetes mysql cobbler docker kvm lvs haproxy zabbix promethues ansib ...
分类:
其他好文 时间:
2020-04-06 00:14:17
阅读次数:
80
1、href、assign、replace跳转 document.onclick=function(){ console.log(location.href); location.href="http://www.163.com"; location.assign("http://www.163.c ...
分类:
其他好文 时间:
2020-04-06 00:07:27
阅读次数:
104