conf
-
在 Windows 10、Nginx 1.10.1 下,重新加载 Nginx,报错: nginx: [emerg] host not found in upstream “default.creditshop.shenzhen.localhost” in C:/nginx-1.10.1/conf/vhosts/credits hop_shenzhen.conf:26 的解决
1、在 Windows 10、Nginx 1.10.1 下,执行命令:nginx -s reload,重新加载 Nginx 配置,报错:nginx: [emerg] host no…
-
scala本地调试函数
val conf = new SparkConf().setAppName(“ProductPrivilege”).setMaster(“local[1]”) //创建spark执…
-
vue项目部署
http://nginx.org/en/download.html下载稳定版nginx 放到纯英文目录下 启动nginx(双击nginx.exe或者cmd窗口切换到ngin…
-
nginx-优化1-httpd-tools测试两万并发
一,不同CPU内核绑定不同nginx进程 worker_processes 2; #修改 worker_cpu_affinity 0001 0010; #修改 worker_r…
-
Redis④集群:主从复制 & 哨兵模式
主从复制 主机数据更新后根据配置和策略, 自动同步到备机的 master/slaver 机制,Master 以写为主,Slaver 以读为主。 读写分离,性能扩展 容灾快速恢复 一…
-
Redis.conf配置详解
一、基本配置 文件位置 Redis 的配置文件位于 Redis 安装目录下,文件名为 redis.conf 配置文件的地址: 我们一般情况下,会单独拷贝出来一份进行操作。来保证初始…
-
redis windows版本安装
1.redis3.0-win版本微软已停止更新 链接:https://github.com/microsoftarchive/redis 非官方在持续更新 链接:https://g…
-
centos7 安装MongoDB
1. 下载 地址:https://www.mongodb.com/try/download/community 2. 解压安装 /usr/local/src下创建文件夹,并将下载好…
-
5、基于linux环境安装Redis
1、基于Centos7安装redis 下载安装包 wget http://download.redis.io/releases/redis-?.?.?.tar.gz 解压 tar …