码迷,mamicode.com
首页 >  
搜索关键字:mongodb master/slave 主从结构 auth    ( 16429个结果
Jenkins的权限管理,不同人员不同的发布权限
1.安装插件Role-baseAuthorizationStrategy2.Jenkins>ManageJenkin>ConfigureGlobalSecurity>Authorization>选中Role-BasedStrategy3.Jenkins>ManageJenkin>ManageandAssignRoles4.ManageRole5.AssignRo
分类:其他好文   时间:2020-07-22 20:20:51    阅读次数:67
MongoDB 事务,复制和分片的关系
摘要:本文尝试对Mongo的复制和分布式事务的原理进行描述,在必要的地方,对实现的正确性进行论证,希望能为MongoDB内核爱好者提供一些参考。 1.前言 MongoDB基于wiredTiger提供的泛化SI的功能,重构了readHistory(readMajority)的能力 基于wiredTig ...
分类:数据库   时间:2020-07-22 16:14:52    阅读次数:78
Python实现AES的CBC模式加密和解密过程详解 和 chr() 函数 和 s[a:b:c] 和函数lambda
1、chr()函数 chr() 用一个范围在 range(256)内的(就是0~255)整数作参数,返回一个对应的字符。 2、s[a:b:c] s=(1,2,3,4,5) 1>、 s[a]下标访问s列表内内容 列表下标从0开始,即 s[0]=1 s[1]=2 s[4]=5 s[-1]=5 s[-2] ...
分类:编程语言   时间:2020-07-22 13:52:44    阅读次数:110
MongoDB进程查看方法
(1)查看MongoDB的连接信息 db.serverStatus().connections结果如下:{ "current" : 233, "available" : 50967, "totalCreated" : NumberLong(191495) }-- current:当前连接数 -- a ...
分类:数据库   时间:2020-07-22 02:11:02    阅读次数:203
spring集成shiro的配置信息
一.依赖的引入 <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> <version>1.3.2</version> <exclusions> <exclusion> <groupI ...
分类:编程语言   时间:2020-07-22 01:59:11    阅读次数:70
laravel或者(lumen) jwttoken jwt attempt laravel auth->attempt() 返回false
laravel jwttoken jwt attempt laravel auth->attempt() 返回false 此文引(https://home.cnblogs.com/u/mzli/)昵称: 从入门到删除数据库 园龄: 3年11个月 (如有意见,联系立马删除) 当在使用json web ...
分类:其他好文   时间:2020-07-22 01:38:50    阅读次数:73
mongoDB new file allocation failure
db version v3.2.8 rs.initiate(conf) { "ok" : 0, "errmsg" : "new file allocation failure", "code" : 12520 } Mongo 配置 --oplogSize 100000 会预分配10G空间,如果磁盘空 ...
分类:数据库   时间:2020-07-21 23:24:30    阅读次数:101
Mybatis环境配置
##Mybatis环境配置 官方文档地址:https://mybatis.org/mybatis-3/zh/getting-started.html ###一.添加依赖 <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</ ...
分类:其他好文   时间:2020-07-21 23:12:56    阅读次数:73
python 多线程(多个线程一起返回结果)
待整理: 测试代码: ''' Created on 2020年7月21日 @author: sea ''' from concurrent.futures.thread import ThreadPoolExecutor from concurrent.futures._base import as ...
分类:编程语言   时间:2020-07-21 22:23:37    阅读次数:141
数组处理
import java.util.Arrays;/** * @auther 付强 * @date 2020/7/21 - 13:46 */public class java6 { public static void main(String[] args) { //一维数组 int[] arr=ne ...
分类:编程语言   时间:2020-07-21 22:14:25    阅读次数:65
16429条   上一页 1 ... 38 39 40 41 42 ... 1643 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!