05 2020 档案
摘要:./nginx -s reload ./nginx ./nginx -t start nginx # 启动 nginx nginx -s reload # 重新载入配置文件 nginx -s reopen # 重启 nginx nginx -s stop # 停止 nginx
阅读全文
摘要:scp -r local_file remote_username@remote_ip:remote_file
阅读全文
摘要:ip addr show (ip address show 、ip addr ) 查看本机ip和额外的一些信息 ifconfig -a 其中 HWaddr 就是mac地址 cat /sys/class/net/eth0/address 查看eth0的mac地址 cat /proc/net/arp 查
阅读全文
摘要:在linux下安装需要安装一下组件 gcc && g++ yum install gcc-c++ pcre yum install -y pcre pcre-devel zlib yum install -y zlib zlib-devel openssl yum install -y openss
阅读全文
摘要:连接redis 客户端连接方法: redis-cli -h localhost -p 6380 提供host为localhost,端口为6380 带密码的客户端连接方法一: redis-cli -h localhost -p 6380 monitor -a 123456 监控host为localho
阅读全文
摘要:Windows向Linux传文件: 文件 put D:\jdk-8u241-linux-x64.rpm /root/jdk-8u241-linux-x64.rpm 文件夹 put -r D:\tomcat1 /root/tomcat1 windows的文件路径用\,Linux的文件路径用/。如果传的
阅读全文
摘要:步骤一 打开 Setting–》Appearance & Behavior 》Syetem Setting 》Updates, 将Use secure connection 的勾选去掉。然后重新搜索plugins 步骤二 设置auto
阅读全文
摘要:td标签 内容垂直、水平居中 valign="middle" align="center"
阅读全文
摘要:windows运行打开服务命令的方法 :在开始-》运行,输入以下命令 gpedit.msc 组策略 sndrec32 录音机 Nslookup IP地址侦测器 explorer 打开资源管理器 logoff 注销命令 tsshutdn 60秒倒计时关机命令 explorer 打开资源管理器 logo
阅读全文
摘要:快捷键 快捷键 功能 Ctrl+G 跳转到指定行数 Ctrl+Shift+N 搜索指定文件 Ctrl+Alt+L 格式化代码 Ctrl+Shift+F 全局搜索代码 ALT+F7 查询方法调用位置 Ctrl+Y 快速删除一行 Ctrl+F9 刷新编译 Ctrl+Alt+T try catch Ctr
阅读全文