摘要: 系统# uname -a # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue # 查看操作系统版本 # cat /proc/cpuinfo # 查看CPU信息 # hostname # 查看计算机名 ... 阅读全文
posted @ 2012-04-24 15:37 夏至冬末 阅读(163) 评论(0) 推荐(1) 编辑
摘要: sar(System Activity Reporter系统活动情况报告)是目前Linux上最为全面的系统性能分析工具之一,可以从多方面对系统的活动进行报告,包括:文件的读写情况、系统调用的使用情况、磁盘I/O、CPU效率、内存使用状况、进程活动及IPC有关的活动等。本文主要以CentOS6.3 x... 阅读全文
posted @ 2012-04-24 14:56 夏至冬末 阅读(305) 评论(0) 推荐(0) 编辑
摘要: What has changed in PHP 5.4.xMost improvements in PHP 5.4.x have no impact on existing code. There are afew incompatibilitiesandnew featuresthat shoul... 阅读全文
posted @ 2012-04-24 11:30 夏至冬末 阅读(318) 评论(0) 推荐(0) 编辑
摘要: PHP5.3以后 For Windows 提供了四个版本VC9 x86 Non Thread Safe、VC9 x86 Thread Safe、VC6 x86 Non Thread Safe、VC6 x86 Thread Safe在官网左边栏有提示:Which version do I choose... 阅读全文
posted @ 2012-04-24 10:33 夏至冬末 阅读(213) 评论(0) 推荐(0) 编辑