user nginx; worker_processes 8;error_log
/usr/local/webserver/nginx/logs/nginx_error.log crit;pid
/usr/local/webserver/nginx/nginx.pid;#Spe...
分类:
其他好文 时间:
2014-05-15 14:24:31
阅读次数:
313
hg branch: 查看当前所在分支hg branch XXX:
创建新分支。XXX为新分支名称。新分支创建后,若无文件修改,该分支不会生效。hg branches: 查看主机上所有分支。hg update A
:进去A分支hg st: 查看文件修改,增减记录hg add: 添加将要合并的文件hg...
分类:
其他好文 时间:
2014-05-15 14:15:53
阅读次数:
310
Here is a brief introduction and package of
dotfiles for linux/unix user.I think there are enough informative description
about the package.Here is th...
分类:
编程语言 时间:
2014-05-15 12:01:37
阅读次数:
370
lamp简介LAMP指的Linux(操作系统)、ApacheHTTP服务器,MySQL(有时也指MariaDB,数据库软件)和PHP(有时也是指Perl或Python)的第一个字母,一般用来建立web服务器。Linux+Apache+Mysql/MariaDB+Perl/PHP/Python一组常用来搭建动态网站或者服务器的开源软件下面给大家讲解一..
分类:
其他好文 时间:
2014-05-15 09:13:00
阅读次数:
440
MysqlProxy简介MySQLProxy是一个处于你的client端和MySQLserver端之间的简单程序,它可以监测、分析、或改变它们的通信。它使用灵活,没有限制,常见的用途包括:负载平衡,故障、查询分析,查询过滤或修改等等。MySQLProxy就是这么一个中间层代理,简单的说,MySQLProxy就是一..
分类:
数据库 时间:
2014-05-15 08:49:19
阅读次数:
559