By - superajPosted in 服务器相关apache自带压力测试工具ab的使用AB(ApacheBench) 是 Apache 自带的超文本传输协议 (HTTP) 性能测试工具。 其 设计 Read More
By - superajPosted in 服务器相关webbench压力测试webbench最多可以模拟3万个并发连接去测试网站的负载能力,个人感觉要比Apache自带的ab压力测试工具 Read More
By - superajPosted in Web相关IIS配置PHP环境(快速最新版)我们知道php配置有几种: 1、CGI方式加载PHP环境,通常就是IIS里面配置解释器为php.exe,早期比 Read More
By - superajPosted in AndroidAndroid之读取Resource和Assets中的文件public String getFromRes(String FileName){ String resul Read More
By - superajPosted in 服务器相关Linux FTP客户端Lftp安装使用方法lftp介绍: lftp 是一个功能强大的下载工具,它支持访问文件的协议: ftp, ftps, http, 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
By - superajPosted in Mysql相关替换文本SQL替换文本SQL UPDATE `linuxso_archives` SET `title` = replace Read More
By - superajPosted in Web相关thinkphp 之windows->Linux apache->nginx服务器迁移 windows->Linux apache->nginx 配置如下: t Read More