摘要: 从header中过滤文件名 preg_match('/Content-Disposition: .*filename=([^\/]+)\r\nContent-Transfer-Encoding/', $headers, $matches) ^\/ 匹配除/之外所有字符,包括空格, 阅读全文
posted @ 2017-04-16 15:12 xqnq2007 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 查看libreoffice进程 ps -ef | grep libreoffice 阅读全文
posted @ 2017-04-16 11:25 xqnq2007 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 进入 lamp安装目录 ./ctlscript.sh restart 重启 实时查看日志 tail -f error_log 查看日志方法 404 及某天的方法cat access_log_2017_04_16| grep "16/Apr"|grep " 404" |more 阅读全文
posted @ 2017-04-16 11:22 xqnq2007 阅读(495) 评论(0) 推荐(0) 编辑