该文被密码保护。 阅读全文
posted @ 2017-11-07 18:06 Mr黄瑞 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 本文以apache为web服务器为例 #!/bin/sh alias urldecode='sed "s@+@ @g;s@%@\\\\x@g" | xargs -0 printf "%b"' echo -e "Content-type: text/plain\n" decoded_str=`echo 阅读全文
posted @ 2017-11-07 11:04 Mr黄瑞 阅读(23919) 评论(2) 推荐(1) 编辑