zabbix监控redis脚本 !/bin/bash 此脚本用来获取redis cli info信息 redis_cli="/usr/local/redis/bin/redis cli" redis_host="127.0.0.1" redis_pass="123456" redis_port="6 ...
分类:
其他好文 时间:
2019-12-23 15:00:44
阅读次数:
112
感觉没找到啥好的材料,自己写一篇吧。贴几份有用的链接强烈推荐第一个!https://carpe-dm***.com/category/networking/viptela/https://www.grandmetric.com/2018/02/19/cisco-viptela-sd-wan-components-connectivity-viptela-part-1/https://www.gra
分类:
其他好文 时间:
2019-12-23 10:23:38
阅读次数:
836
MySQL数据库简单介绍 MySQL作为世界上使用最为广泛的数据库之一,免费是其原因之一。但不可忽略的是它本身的功能的确很强大。随着技术的发展,在实际的生产环境中,由单台MySQL数据库服务器不能满足实际的需求。此时数据库集群就很好的解决了这个问题了。采用MySQL分布式集群,能够搭建一个高并发、负 ...
分类:
数据库 时间:
2019-12-23 00:35:10
阅读次数:
84
MySQL 作者:安全剑客 时间:2019-08-16 11:23:48 589 0 删除 编辑 系统环境及架构 #主机名 系统版本 mysql版本 ip地址 mysqlMaster centos7.4 mysql5.7 192.168.1.42 mysqlSlave centos7.4 mysql ...
分类:
数据库 时间:
2019-12-23 00:29:29
阅读次数:
123
#!/bin/shecho"----------------------------------startinstallnginx-----------------------------"yuminstall-ygcc-c++zlibzlib-developensslopenssl--develpcrepcre-develif[‘grep"nginx&quo
分类:
其他好文 时间:
2019-12-23 00:24:29
阅读次数:
260
条件控制语句:if 循环语句:while、for 其他语句:continue、break、pass 1、if语句 # a = 1 if a < 2: print('true') else: print('false') # if a: print('true') else: print('false ...
分类:
编程语言 时间:
2019-12-23 00:18:10
阅读次数:
133
Data Helpers Data Helpers Data helpers are used to output data from your site. Use this reference list to discover what each handlebars helper can do ...
分类:
其他好文 时间:
2019-12-22 22:59:27
阅读次数:
193
因为Spring-Security从4+升级到5+,导致There is no PasswordEncoder mapped for the id “null”错误。 解决方案: 1.可在密码验证类中添加 @Bean public static NoOpPasswordEncoder passwor ...
分类:
移动开发 时间:
2019-12-22 20:01:53
阅读次数:
275
1.使用 while 循环输出 1 2 3 4 5 6 8 9 1 n = 1 2 while n <10 : 3 if n == 7: 4 pass 5 else: 6 print(n) 7 n = n + 1 2.求1-100之间所有数的和 1 n = 0 2 v = 0 3 while n < ...
分类:
其他好文 时间:
2019-12-22 18:14:48
阅读次数:
105
RabbitMQ简介 RabbitMQ安装及使用 RabbitMQ快速入门 RabbitMQ简介 各大主流中间件对比ActiveMQ 是 Apache 出品,最流行的,能力强劲的开源消息总线,并且它一个完全支持 J M S 规范的消息中间件。其丰富的 API 、多种集群构建模式使得他成为业界老牌消息 ...
分类:
其他好文 时间:
2019-12-22 16:51:51
阅读次数:
84