zoukankan
html css js c++ java
nginx的启动
ps -ef | grep nginx 看下的nginx的安装位置和启动文件
nginx -s reload
nginx -t 验证nginx.conf的正确性
nginx -s quit 优雅退出
nginx -s stop fast shutdown
查看全文
相关阅读:
poi 导出文件
获取哪一年 周一的所有日期
线程池配置
mybatis基于唯一索引插入或更新
mongoTemplate关联查询
cas认证机制
SpringBoot服务
HashMap的底层实现
maven仓库提示“Downloading: http://repo.maven.apache.org/maven2/”
Tomcat安装SSL证书
原文地址:https://www.cnblogs.com/lijiale/p/15310313.html
最新文章
Redis学习——安装、通用key操作命令
服务器搭建
SpringBoot应用开发框架搭建
System.getProperty
java 初始化块
java 继承异常的处理
java code coverage
Spring配置bean的方法
spring bean depends on
spring bean 继承
热门文章
spring3 事务处理
Transaction
java.util.concurrent 多线程框架
gridfs + nginx + mongodb 实现图片服务器
通过二维码上传手机文件到服务器
stream 链式结构
stream 链式结构 求和
vue 生命周期个人理解
spring 任务执行器实例
spring缓存创建
Copyright © 2011-2022 走看看