排序
nginx中使用nginx-http-concat模块合并静态资源文件
首先了解一下 nginx-http-concat,他是一个淘宝的开源Nginx模块,是一个能把多个CSS和JS合并成一个请求的Nginx模块,对于Web性能优化非常有意义。 Github地址:https://github.com/alibaba/ngin...
CentOS如何查看当前系统下的gcc版本命令?
1. gcc -v(Display the programs invoked by the compiler) [root@localhost /]# gcc -v Reading specs from /usr/i386-glibc-2.1-linux/lib/gcc-lib/i386-glibc21-linux/egcs-2.91.66/specs ...
Centos5.2配置LAMP与Centos5.3配置LAMP
CentOS5.2配置LAMP全过程2009-03-30 22:00文章内容分为7部分 一:系统约定 二:系统基本设置 三:下载软件 四:安装必须的软件 五:编译安装软件 六:配置apache PHP 七:测试 (通过phpinfo,ph...
Ubuntu系统安装Wine来运行Windows程序的方法详解
Ubuntu系统中使用apt-file命令来查找缺失文件
Ubuntu系统中使用apt-file命令来查找缺失文件。有的时候编译或者安装软件包,会提示缺少某个文件,如xxx.so文件等,虽然我们知道这是因为没有安装某个必须的软件包所致,却不知道具体是哪个软件...