码迷,mamicode.com
首页 >  
搜索关键字:mongodb replset 复制集 auth 索引 分片    ( 48932个结果
MySQL索引类型
https://www.cnblogs.com/luyucheng/p/6289714.html https://www.jb51.net/article/69676.htm https://blog.csdn.net/guo_qiangqiang/article/details/88794971 ...
分类:数据库   时间:2020-10-13 17:39:11    阅读次数:26
数据报表开源框架方案
最近因为工作需要对一些数据分析展示类的框架服务进行探索性的学习 因为公司用到的数据库是mongdb 所以 用到方案有 1.mongdb的 bi-connector(数据转换)+ grafana (数据展示) 2.metabase 可以直接支持MongoDB数据库 但是sql语句的编写需要对Mongo ...
分类:其他好文   时间:2020-10-13 17:36:31    阅读次数:22
学习网站
lua学习资料:https://www.runoob.com/lua/lua-modules-packages.html python学习:https://www.liaoxuefeng.com/wiki/1016959663602400/1017106984190464 mongoDB学习:htt ...
分类:Web程序   时间:2020-10-13 17:36:13    阅读次数:29
request.js结合业务封装axios
import axios from 'axios' import { MessageBox, Message } from 'element-ui' import store from '@/store' import { getToken } from '@/utils/auth' // crea ...
分类:移动开发   时间:2020-10-13 17:31:29    阅读次数:30
线性表(七):链表的经典例题
引言 线性表(三)——线性表(六)这四节笔者介绍了链表的实现及变形,本节将简单介绍几种链表的应用。 反转链表 问题来源: 力扣:206. 反转链表 问题简述: 给定一个链表,请将这个链表反转。 问题分析: 在顺序表中,我们常采用的反转手段是根据索引交换列表的前半段和后半段实现反转。但链表的存储方式不 ...
分类:其他好文   时间:2020-10-12 20:43:13    阅读次数:33
ssh配置公钥连接仍需要输入密码
公钥配置:https://www.cnblogs.com/Hi-blog/p/9482418.html 重启ssh(Ubuntu):service ssh restart 以此来应用对sshd_config的修改 修改文件权限:https://blog.csdn.net/anque1234/arti... ...
分类:其他好文   时间:2020-10-12 20:36:05    阅读次数:38
nginx-限流
限流算法 令牌桶算法 算法思想是: 令牌以固定速率产生,并缓存到令牌桶中; 令牌桶放满时,多余的令牌被丢弃; 请求要消耗等比例的令牌才能被处理; 令牌不够时,请求被缓存。 漏桶算法 算法思想是: 水(请求)从上方倒入水桶,从水桶下方流出(被处理); 来不及流出的水存在水桶中(缓冲),以固定速率流出; ...
分类:其他好文   时间:2020-10-12 20:26:57    阅读次数:22
Pulp之三:官网上的应用样例(5)-Scheduling of 2 factories (工厂生产问题) (双索引的用法)
In our last example, we explored the scheduling of 2 factories. Both factories had 2 costs: Fixed Costs - Costs incurred while the factory is running ...
分类:其他好文   时间:2020-10-12 20:02:33    阅读次数:27
django 外键的增删改查,一对多和多对多
1.一对一和一多对多是一样的,多对多不太一样 2.增 post class BookView(APIView): def post (self,request,*args,**kwargs): publish=Publish.objects.filter(pk=1).first() author=A ...
分类:其他好文   时间:2020-10-12 20:01:23    阅读次数:32
Django命令
(venv) E:\Py_CODE\myapp>python manage.py --help Type 'manage.py help <subcommand>' for help on a specific subcommand. Available subcommands: [auth] ch ...
分类:其他好文   时间:2020-10-10 18:04:31    阅读次数:49
48932条   上一页 1 ... 82 83 84 85 86 ... 4894 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!