07 2016 档案

摘要:云栖社区上果然有很多干货。 mysql 高可用方案漫谈,3篇文章。 http://yq.aliyun.com/articles/2237?spm=5176.8091938.0.0.3NQVrR http://yq.aliyun.com/articles/2238?spm=5176.8091938.0 阅读全文
posted @ 2016-07-25 16:22 Vman 阅读(127) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/BeginMan/p/3197649.html 阅读全文
posted @ 2016-07-24 15:34 Vman 阅读(437) 评论(0) 推荐(0)
摘要:mongostat是mongoDB自带的工具,用于检测mongodb的运行状态。 阅读全文
posted @ 2016-07-23 18:55 Vman 阅读(7251) 评论(0) 推荐(0)
摘要:mongoperf是mongoDB自带工具,用于评估磁盘随机IO性能。 阅读全文
posted @ 2016-07-23 18:53 Vman 阅读(2042) 评论(1) 推荐(0)
摘要:"官方文档" mongoperf is a utility to check disk I/O performance independently of MongoDB. It times tests of random disk I/O and presents the results. You 阅读全文
posted @ 2016-07-21 17:56 Vman 阅读(422) 评论(0) 推荐(0)
摘要:ipcs ipcs q : 显示所有的消息队列 ipcs qt : 显示消息队列的创建时间,发送和接收最后一条消息的时间 ipcs qp: 显示往消息队列中放消息和从消息队列中取消息的进程ID ipcs q i msgid: 显示该消息队列结构体中的消息信息: ipcs ql : 显示消息队列的限制 阅读全文
posted @ 2016-07-14 15:11 Vman 阅读(13988) 评论(0) 推荐(0)
摘要:MongoDB复制集原理 https://yq.aliyun.com/articles/64?spm=5176.100239.blogcont14692.15.XzCCrj MongoDB管理:如何优雅的重启复制集? https://yq.aliyun.com/articles/14692 数据库高 阅读全文
posted @ 2016-07-14 14:53 Vman 阅读(536) 评论(0) 推荐(0)
摘要:初始化项目 python manage.py runserver python manage.py runserver 127.0.0.1:8080 python manage.py startapp polls 编辑视图 Views 编辑urls urls.py 数据库 model python 阅读全文
posted @ 2016-07-14 00:00 Vman 阅读(284) 评论(0) 推荐(0)
摘要:参考 http://blog.csdn.net/weilaiqing/article/details/6422803 `df T h` 阅读全文
posted @ 2016-07-06 14:13 Vman 阅读(359) 评论(0) 推荐(0)
摘要:参考:https://docs.djangoproject.com/en/1.9/topics/install/ installing official release 升级pip 安装django 检查安装结果 查看django版本 `python m django version` 阅读全文
posted @ 2016-07-03 17:08 Vman 阅读(1253) 评论(0) 推荐(0)