php vscode中自定义代码块 vscode live template 打开vscode>文件>首选项>配置代码片段>php.json 2025年04月02日 阅读 180 次浏览 发表评论 阅读全文
服务器 判断域名证书过期时间 root@tr-desktop:/home/tr# cat cert.sh #!/bin/bash # 要检查的域名 domain="oa.torealize.wo... 2025年04月02日 阅读 174 次浏览 发表评论 阅读全文
服务器 shell命令fg和bg 在 shell 中,fg 和 bg 是用来控制后台和前台任务的命令。 fg 命令 fg(foreground)将后台进程带到前台执行。当你在 shell 中将一个进... 2025年04月02日 阅读 150 次浏览 发表评论 阅读全文
服务器 使用redis可能遇到些什么问题 使用 Redis 时,常见的问题有很多,以下是一些常见问题及其解决方法: 1. Redis 服务无法启动 问题描述:启动 Redis 服务时遇到错误或 Redis ... 2025年04月02日 阅读 180 次浏览 发表评论 阅读全文