2016-09-10 网站收藏 综合站https://github.com/WangYixin-Tom/wangyixin-tom.github.io MySQL 算法等等 获取外网IPhttps://ifconfig.co/ 博客golang使用 Golang Timer 的正确方式 http://russellluo.com/2018/09/the-correct-way-to-use-timer-in-golang... 阅读全文…
2016-08-30 一些python例子 列表列表转字典# -*- coding:utf-8 -*-animals = ["cat", "dog", "bird"]for index, value in enumerate(animals): print index, value 阅读全文…
2016-08-22 zabbix server 3.04 安装 grafana官网文档 安装centyum install https://grafanarel.s3.amazonaws.com/builds/grafana-4.0.1-1480694114.x86_64.rpm /var/lib/grafana # 默认以SQLite3 数据grafana信息, /var/lib/grafana/plugins # 插件位置 配置文件egr... 阅读全文…
2016-08-22 MySQL 简单主从配置 ######################## 主从配置#######################mysqladmin -u root password "oids"GRANT ALL ON *.* TO root@'%' IDENTIFIED BY 'oids';主节点授权GRANT REPLICATION CLIENT , REPLICATION SLAVE ON *.* T... 阅读全文…
2016-08-22 CentOS 6 安装 percona server 5.6 1.卸载系统自带库rpm -qa | egrep "mysql|mariadb"yum remove mysql*yum remove mariadb-libs-* 阅读全文…