码迷,mamicode.com
首页 >  
搜索关键字:conf    ( 25562个结果
mongodb replication
官方文档:https://docs.mongodb.com/manual/replication/ 启动参数: 通过linux的包管理器(例如:yum)安装的mongodb会产生一个默认的配置文件:/etc/mongod.conf, 通过源码安装的话,需要自己指定一个配置文件。 一种是命令行参数mo ...
分类:数据库   时间:2020-04-20 20:07:08    阅读次数:86
Redis配置文件 Redis.conf详解
Redis配置文件 Redis.conf详解 一:单位 1.对大小写不敏感 二:包含____INCLUDES 1.类似于spring配置的import,include 三:网络____NETWORK bind 127.0.0.1 # 绑定的ip protected-mode yes # 保护模式 p ...
分类:其他好文   时间:2020-04-20 16:26:31    阅读次数:85
安装polyglot出现的错误
系统环境ubuntu python3.6 pip3 install polyglot 运行错误: import polyglot from polyglot.text import Text, Word ICU_VERSION = subprocess.check_output((‘icu-conf ...
分类:其他好文   时间:2020-04-20 16:02:03    阅读次数:140
Linux-Centos-安装Python3
安装Python3# 安装相关依赖的包yum -y groupinstall "Development tools"yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-deve... ...
分类:编程语言   时间:2020-04-20 15:50:54    阅读次数:69
filez-方便的数据文件加载器
filez Easy use for fetch data from kinds of files Feature Support load txt,csv,excel,conf/ini,json,yaml file to list or dict Strip lines for txt Ensur ...
分类:其他好文   时间:2020-04-20 15:45:55    阅读次数:81
解决问题redis问题:ERR Client sent AUTH, but no password is set
是的,这又是一个坑爹的问题。 明明在redis.conf中设置了密码,而且redis还启动了,为什么说没有密码呢? 大家都知道linux下启动redis有很多种方法, 其中有 ./redis-server & 这种方法启动,不会带上你的redis.conf配置文件启动 还有 ./redis-serv ...
分类:其他好文   时间:2020-04-20 15:24:12    阅读次数:66
2020/4/20 一键部署服务
一键部署rsync服务 [root@m01 conf] cat /server/scripts/rsync.yaml command playbook hosts: 172.16.1.41 tasks: name: setup01:install rsync yum: name: rsync sta ...
分类:其他好文   时间:2020-04-20 15:22:10    阅读次数:63
redis哨兵部署
环境 master:127.0.0.1:6379 slaver:127.0.0.1:6380 slaver:127.0.0.1:6381 sentine:127.0.0.1:63791 sentine:127.0.0.1:63792 准备redis 准备配置文件 修改redis.conf文件名为re ...
分类:其他好文   时间:2020-04-20 12:02:47    阅读次数:49
docker-compose运行nginx
创建的docker-compose.yml文件version: '3.1' services: nginx: restart: always image: nginx container_name: nginx ports: - 80:80 volumes: - ./nginx.conf:/etc/ ...
分类:其他好文   时间:2020-04-20 12:01:49    阅读次数:66
Springboot 内置tomcat 基本配置收集整理
配置一: server:# tomcat 配置 tomcat: # 接收队列长度 accept-count: 1000 # 最小空闲线程数 min-spare-threads: 100 # POST请求提交大小 max-http-form-post-size: 50MB # 最大链接数 max-co ...
分类:编程语言   时间:2020-04-19 18:05:07    阅读次数:99
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!