Wh0ami-hy

实践是检验真理的唯一标准

Redis配置

1. 配置文件 redis.windows-service.conf 和 redis.windows.conf 任选一个做为配置文件即可,只需在做成 service 服务时对应好即可 # 指定 Redis 监听的 IP 地址 bind 127.0.0.1 # 指定 Redis 监听的端口号 port 6379 # 指定 TCP 连接的等待队列的长度 tcp-backlog 511 ...

Git命令

1. 配置 # 显示当前的Git配置 git config --list # 编辑Git配置文件 git config -e [--global] # 设置提交代码时的用户信息 git config [--global] user.name "[name]" git config [--global] user.email "[email address]" # 设置代理(具体端口号...

Docker实践

1. Docker实践 1.1. 场景 一个前后端分离的项目,需要redis、mysql5.7、Java8、nginx 生产环境下,数据库redis、mysql不建议使用docker 目录结构 docker-res下 ├── docker-compose.yml ├── java-res │   ├── dockerfile-java │   └── exam-0.0.1-SNAP...

Centos初始化

注:Centos7 Linux 内核:3.10 1. 网络配置 使用命令ifconfig查看网卡,以eth或ens开头 /etc/sysconfig/network-scripts/ifcfg-网卡 是一个网络配置文件,通常在Linux系统中用于配置网络接口 TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO=static...

How to ask questions the smart way

1. 提问的智慧 How To Ask Questions The Smart Way Copyright © 2001,2006,2014 Eric S. Raymond, Rick Moen 本指南英文版版权为 Eric S. Raymond, Rick Moen 所有。 原文网址:http://www.catb.org/~esr/faqs/smart-questions.htm...

本站总访问量