By - superajPosted in 服务器相关一个简单的查找命令grep比如查找当前目录下所有包含123的php文件 命令如下: grep "123" -rn */*.php &nb Read More
By - superajPosted in 服务器相关nginx 301跳转到带www域名方法rewrite如果www.coolaj.cn coolaj.cn都解析到www.coolaj.cn 打开 nginx.con Read More
By - superajPosted in 电脑非常识插件冲突,ipad屏幕图标变小而且分散的恢复办法大伙都是刚越狱,而且像我这样原生4.3.5自打买上3、4个月就没尝过越狱的滋味~ 近乎疯狂的装插件~测试插件~ Read More
By - superajPosted in Web相关以前做的采集QQ号码程序<?php header("Content-type: text/html; charset=utf-8 Read More
By - superajPosted in 服务器相关Nginx负载均衡[转]最近迷上了Nginx,真实麻雀虽小,五脏俱全..功能实在强大.. nginx不单可以作为强大的web服务器,也 Read More
By - superajPosted in Web相关PHP屏蔽查找关键字程序<?php function keyWordCheck($str){ // 去除空白 $str = tr Read More
By - superajPosted in Web相关notepad++ 运行PHP程序 检查是否有语法错误1.配置php环境变量 (可考这个文章) 2.菜单->运行 cmd /k php “$(FU Read More
By - superajPosted in Web相关PHP判断输入是否为中文if (preg_match("/^[\x7f-\xff]+$/", $str)) { //兼容gb231 Read More