上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: MongoDB基础3 监控应用状态 查看正在运行的操作 系统分析器system.profile 计算空间消耗 使用mongotop和mongostat 用户身份验证 简介 配置身份验证 备份和恢复 文件系统快照 复制文件系统 冷备份 热备份 使用mongodump来备份 对副本集进行备份 对分片集群 阅读全文
posted @ 2020-08-10 09:41 刘呆哗 阅读(135) 评论(0) 推荐(0) 编辑
摘要: MongoDB基础2 MongoDB复制(副本集) 副本集简介 副本集操作 创建副本集 副本集添加/删除副本 副本集原理 操作日志oplog 初始化同步 处理陈旧数据 心跳 回滚 副本集管理 以单机模式启动成员 副本集的配置 成员配置选项 创建比较大的副本集 强制重新配置 把主节点变为备份节点 阻止 阅读全文
posted @ 2020-08-10 09:34 刘呆哗 阅读(281) 评论(0) 推荐(0) 编辑
摘要: MongoDB基础1 API: https://docs.mongodb.com/v4.0/reference/operator/query/expr/ 教程: https://www.bilibili.com/video/BV11b41127Lg?p=1 https://www.bilibili. 阅读全文
posted @ 2020-08-10 09:19 刘呆哗 阅读(169) 评论(0) 推荐(0) 编辑
摘要: SpringBoot Mongo <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-mongodb</artifactId> </dependency> <!-- 阅读全文
posted @ 2020-08-09 16:50 刘呆哗 阅读(360) 评论(0) 推荐(0) 编辑
摘要: UWSGI 中文文档: https://uwsgi-docs-zh.readthedocs.io/zh_CN/latest/search.html?q=protocol&check_keywords=yes&area=default 参考学习: uwsgi配置:https://www.jianshu 阅读全文
posted @ 2020-08-09 16:42 刘呆哗 阅读(527) 评论(0) 推荐(0) 编辑
摘要: Nginx 学习视频: https://www.bilibili.com/video/BV1ug4y1z7fQ?from=search&seid=2127281453570494480 简介 信号控制 信号量USR1的使用 nginx配置 基本配置 server location rewrite g 阅读全文
posted @ 2020-08-09 16:39 刘呆哗 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 编译python源码 参考链接: https://blog.csdn.net/feijiges/article/details/77932382 https://www.icode9.com/content-1-644421.html https://www.cnblogs.com/jclian91 阅读全文
posted @ 2020-08-09 16:23 刘呆哗 阅读(645) 评论(0) 推荐(0) 编辑
摘要: Flask部署 安装必备环境 配置 安装必备环境 nginx,uwsgi 配置 uwsgi 启动配置文件 # 配置 /home/liuwei/mycode/py/FlaskDemo/uwsgi.ini [uwsgi] #application's base folder,配置为项目的根目录 base 阅读全文
posted @ 2020-08-09 16:19 刘呆哗 阅读(221) 评论(0) 推荐(0) 编辑
摘要: Django个人工作总结 API:https://docs.djangoproject.com/zh-hans/2.1/ DCIM:https://www.dicomstandard.org/current/ ADMIN:https://www.cnblogs.com/caseast/p/59099 阅读全文
posted @ 2020-08-09 16:12 刘呆哗 阅读(499) 评论(0) 推荐(0) 编辑
摘要: Django测试 推荐阅读: 大佬个人博客: https://www.phodal.com/blog/ 深入浅出Django: 单元测试 自动测试(不推荐) 其他测试 单元测试 #!/usr/bin/env python3 # -*- coding: utf-8 -*- """test""" fro 阅读全文
posted @ 2020-08-09 15:48 刘呆哗 阅读(139) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页