07 2023 档案

摘要:出现这种情况多半是将redis配置到多个wordpress站点上了请在php扩展中移除redis,然后根据网站的页面提示操作 例如: Error establishing a Redis connection To disable Redis, delete the file in the dire 阅读全文
posted @ 2023-07-27 21:31 Athenavi 阅读(3186) 评论(0) 推荐(0) 编辑
摘要:作者:7trees.cn 2023-07-26 1 @echo off 2 3 4 5 cd "%~dp0" # 切换到当前脚本所在目录 6 7 if not exist tree.txt ( 8 echo 文件名列表 > tree.txt 9 ) 10 11 dir /b > tree.txt 1 阅读全文
posted @ 2023-07-26 21:31 Athenavi 阅读(90) 评论(0) 推荐(0) 编辑