1. 监控工具Moint安装及其使用 1.1 Monit安装及其配置 方式1:yum安装 安装相关命令如下 wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm rpm -ivh epel-release ...
分类:
系统相关 时间:
2020-06-08 14:24:19
阅读次数:
87
安装pg10 一、install yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm yum install postgre ...
分类:
其他好文 时间:
2020-06-05 13:29:16
阅读次数:
108
添加ROS源 #官方源: $ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list' #中科大源: $ s ...
分类:
系统相关 时间:
2020-06-04 19:58:17
阅读次数:
85
1.概述--美观、强大的可视化监控指标展示工具 grafana 是一款采用 go 语言编写的开源应用,主要用于大规模指标数据的可视化展现,是网络架构和应用分析中最流行的时序数据展示工具,目前已经支持绝大部分常用的时序数据库。最好的参考资料就是官网(http://docs.grafana.org/), ...
分类:
Web程序 时间:
2020-06-04 19:47:42
阅读次数:
92
https://python3-cookbook.readthedocs.io/zh_CN/latest/c02/p10_work_with_unicode_in_regexp.html import re num = re.compile('\d+') print(num.match('123') ...
分类:
其他好文 时间:
2020-06-03 20:17:54
阅读次数:
67
Windows环境下nvm的安装及使用 首先需要说明的是: nvm不支持Windows!!!,但是有替代品,也就是nvm-windows,类似git和git for windows一样。 第一步:点击下载 nvm,打开该项目在github上面的下载页面后,我们选择latest中的第一个:nvm-no ...
xadmin是Django的第三方扩展,比使用Django的admin站点更强大也更方便。 文档:https://xadmin.readthedocs.io/en/latest/index.html GitHub地址:https://github.com/sshwsfc/django-xadmin ...
分类:
其他好文 时间:
2020-06-02 18:57:57
阅读次数:
56
添加Epel源: 方法一: sudo yum install epel-release -y 方法二: sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm sudo yum i ...
分类:
其他好文 时间:
2020-06-02 13:28:48
阅读次数:
138
中文文档:http://selenium-python-zh.readthedocs.io/en/latest/index.html英文文档:http://selenium-python.readthedocs.io/index.html ...
分类:
编程语言 时间:
2020-06-01 12:22:35
阅读次数:
124
发送端的可选配置 acks acks 配置表示 producer 发送消息到 broker 上以后的确认值。有三个可选项 Ø 0:表示 producer 不需要等待 broker 的消息确认。这个选项时延最小但同时风险最大(因为当 server 宕机时,数据将会丢失)。 Ø 1:表示 produce ...
分类:
其他好文 时间:
2020-05-31 21:27:40
阅读次数:
48