当前位置:首页 > 搜索和 优化 相关的文章

PHP代码优化及PHP相关问题总结

添加日期:2013-11-27 21:14:57 发布:smiling 
1,在函数中,传递数组时:使用 return 比使用 global 要高效比如functionuserloginfo($usertemp){$detail=explode("|",$usertemp);return ...

Apache性能优化技巧

添加日期:2013-11-22 22:22:33 发布:smiling 
本文简要介绍了几个优化 Apache 的技巧,在实战中十分有用。升级 Apache 到最新版本,新版本往往包含性能提升和安全更新。 在 httpd conf 中设置 "HostNameLookups off " 能避免针对每个访问者的 DNS ...