摘要: 1.停止服务 从容停止服务--方式比stop温和 nginx -s stop 立即停止服务 nginx -s stop systemctl停止 systemctl stop nginx.service killall方法杀死进程 killall nginx nginx -s stop nginx - 阅读全文
posted @ 2021-11-02 15:26 可可逗豆 阅读(1578) 评论(0) 推荐(0)
摘要: Go的日期格式,不同Java,Shell,Python等 它提供一个特殊的字符串2006-01-02 15:04:05 示例代码 运行结果 阅读全文
posted @ 2021-11-02 15:17 可可逗豆 阅读(1040) 评论(0) 推荐(0)