By - superajPosted in Web相关centos安装VNCserver以及火狐和flash插件1.安装vncserver install_vnc_server 2. 安装火狐 yum -y install Read More
By - superajPosted in Web相关ECshop前台分页代码如下: ---------------------------------------在要分页的sql上面 Read More
By - superajPosted in Web相关wordpress去除wordpress.org增加登陆框首先找到这个文件,位于/wp-includes/下的default-widgets.php 去掉wordpre Read More
By - superajPosted in Web相关以前做的采集QQ号码程序<?php header("Content-type: text/html; charset=utf-8 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