WampServer 允许外网访问配置教程

1.修改配置文件httd.conf 245行附近<Directory /> AllowOverride none # Require all denied 允许局域网访问 </Directory>289...

查找并删除5天前的文件

-exec参数,如果查找有返回,可在exec参数后加上需要操作的命令,查找结果用{}来代替。find [指定查找目录] -name "[文件名]" -mtime +5 -exec rm -rf {} \;