By - superajPosted in Web相关分段加载延长PHP页面执行的时间处理大数据的时候可以采用分段加载的方法 test.php limit一下数据 然后在执行一段后添加以下代码 e Read More
By - superajPosted in Web相关linux下定时执行PHP1 /etc/crontab文件 在/etc目录下有一个crontab文件,这里存放有系统运行的一些调度程序。 Read More
By - superajPosted in Web相关windows下PHP批量生成打包android程序APK服务器安装php环境 下载 android-sdk-windows 下载JDK 1.打开zip支持 c:/w Read More
By - superajPosted in Web相关PHP生成随机字符串的方法static function make_yqm($length = 5){ // 密码字符集,可任意添加你需 Read More
By - superajPosted in 服务器相关PHP smtp方式发送email<?php require("phpmailer/class.phpmailer.php"); $mai Read More
By - superajPosted in 服务器相关配置apache虚拟主机基于不同情况下配置apache虚拟主机的方法,一共八种情况。首先查看你虚拟主机属于哪一种情况,然后对号入座就好 Read More
By - superajPosted in Web相关在命令行执行PHP程序一直把PHP当web端服务程序了,不知道他也是脚本,脚本啊,亲 配置说明 ①. 添加php目录到系统环境变量p Read More
By - superajPosted in Web相关页面防注入、跨站等等过滤代码1.将waf.php传到要包含的文件的目录 2.在页面中加入防护,有两种做法,根据情况二选一即可: a).在所 Read More