By - superajPosted in Web相关php如果降低服务消耗1.如果一个方法可静态化,就对它做静态声明。速率可提升至4倍。 2.echo 比 print 快。 3.使用e Read More
By - superajPosted in Web相关PHP http抓取类 HttpRequeststatic function HttpRequest($url, $data=array(), $abort Read More
By - superajPosted in Web相关通过snoopy模拟登陆其他有验证码的网站实现需求: 通过snoopy获得A站sessionid和验证码图片,在自己的网站上显示登陆表单,提交后,sno Read More
By - superajPosted in Web相关PHP批量检查网站的sitemap是否存在<?php $webfile = "sitexml.txt"; $opensite = fopen($w Read More
By - superajPosted in Web相关IIS配置PHP环境(快速最新版)我们知道php配置有几种: 1、CGI方式加载PHP环境,通常就是IIS里面配置解释器为php.exe,早期比 Read More
By - superajPosted in Web相关php数组排序函数如果你已经使用了一段时间PHP的话,那么,你应该已经对它的数组比较熟悉了——这种数据结构允许你在单个变量中存储 Read More
By - superajPosted in Web相关The resource is not on the build path of a PHP project修改 .project 为 <?xml version="1.0" encoding="UTF-8"?& Read More