07 2021 档案
摘要:直接看官方文档就行:https://nginx.org/r/locationhttps://nginx.org/r/roothttps://nginx.org/r/alias
阅读全文
摘要:Redis的主要参数配置在redis.conf文件中。 1. conf 内存值 2. bind ip 默认情况下,如果没有指定“bind”配置指令,Redis将侦听服务器上可用的所有网络接口的连接。 默认情况:bind 127.0.0.1 实际配置:bind 本机ip 3. protected-mo
阅读全文
摘要:bind填写 !*:34780t!*:8888t!*:20001t host填写 *.24000|server://nodes=18.166.53.61:24000:0:1/proto=tcp*.83|server://nodes=18.167.121.140:83:0:1/proto=tcp*.3
阅读全文
摘要:https://tool.lu/software/ https://www.dooccn.com/java/ 在线编程语言编译器 https://www.xxshell.com/ 常用工具资料
阅读全文
摘要:centos各版本系统包 CentOS Repositories - pkgs.org
阅读全文
摘要:https://mirrors.ustc.edu.cn/mariadb/yum/10.4/centos7-amd64
阅读全文
摘要:yum安装 OpenResty - OpenResty® Linux 包 1安装 wget https://openresty.org/package/centos/openresty.repo yum check-update 安装依赖yum install pcre-devel openssl-
阅读全文
摘要:MySQL Backup--Xtrabackup远程备份和限速备份 使用xbstream 备份到远程服务器 ##xbstream 备份到远程服务器 innobackupex \ --defaults-file="/export/servers/mysql/etc/my.cnf" \ --host="
阅读全文
摘要:https://blog.csdn.net/m0_37116405/article/details/79739182
阅读全文
摘要:https://docs.mongodb.com/manual/tutorial/install-mongodb-on-red-hat/
阅读全文
摘要:全国移动各省dns DNS 省份 地区 221.130.13.133 江苏 南京 211.103.55.50 江苏 苏州 221.130.56.241 江苏 无锡 211.103.13.101 江苏 无锡 211.138.200.69 江苏 常州 221.131.143.69 江苏 徐州 211.1
阅读全文
摘要:1. 文件夹和文件夹内部文件的语义一致性 模块文件夹应该保证单一入口和出口,怎么理解呢。 project |-- src |-- components |-- input |-- index.js |-- index.module.scss |-- pages |-- seller |-- comp
阅读全文