上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
摘要: 1 from django.db import models 2 3 # Create your models here. 4 class Idc(models.Model): 5 name = models.CharField("机房名称",max_length=32) 6 address = m 阅读全文
posted @ 2019-05-05 14:50 凯文队长 阅读(529) 评论(0) 推荐(0) 编辑
摘要: http://www.bubuko.com/infodetail-1884978.html 阅读全文
posted @ 2019-04-30 17:24 凯文队长 阅读(472) 评论(0) 推荐(0) 编辑
摘要: http://www.51niux.com/?id=235 阅读全文
posted @ 2019-04-30 17:08 凯文队长 阅读(1278) 评论(0) 推荐(0) 编辑
摘要: https://www.jb51.net/article/134134.htm 阅读全文
posted @ 2019-04-30 15:01 凯文队长 阅读(292) 评论(0) 推荐(0) 编辑
摘要: http://djangobook.py3k.cn/2.0/ 阅读全文
posted @ 2019-04-24 11:26 凯文队长 阅读(110) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zhongzh86/article/details/70173174 阅读全文
posted @ 2019-04-23 17:38 凯文队长 阅读(567) 评论(0) 推荐(0) 编辑
摘要: https://yunlzheng.gitbook.io/prometheus-book/ 阅读全文
posted @ 2019-04-15 11:13 凯文队长 阅读(2819) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/study-everyday/p/7426862.html#autoid-0-0-0 贪婪 懒惰 独占 X? X?? X?+ X* X*? X*+ X+ X+? X++ X{n} X{n}? X{n}+ X{n,} X{n,}? X{n,}+ X{n,m 阅读全文
posted @ 2019-04-11 09:56 凯文队长 阅读(984) 评论(0) 推荐(0) 编辑
摘要: 一、介绍 Rook官网:https://rook.io Rook是云原生计算基金会(CNCF)的孵化级项目. Rook是Kubernetes的开源云本地存储协调器,为各种存储解决方案提供平台,框架和支持,以便与云原生环境本地集成。 至于CEPH,官网在这:https://ceph.com/ 二、环境 阅读全文
posted @ 2019-04-04 16:45 凯文队长 阅读(7553) 评论(0) 推荐(0) 编辑
摘要: 一、 二、单机安装一主一从 先创建对应pv https://github.com/helm/charts/blob/master/stable/mariadb/templates/master-statefulset.yaml mysql-ha-pv00.yaml mysql-ha-pv01.yam 阅读全文
posted @ 2019-04-01 14:35 凯文队长 阅读(1954) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页