分类导航

最新文章

按月份

  1. nodejs安装及配置

    下载及安装 git clone git://github.com/joyent/node.git cd node ./configure –prefix=/servers/app/node make && make install 启动 /servers/app/node/bin/node 直接执行./node将进入nodejs的命令 ...

    http://codante.org/nodejs-installation-and-configuration
  2. Linux下的PHP安装及配置

    PHP是一种易于学习和使用的服务器端脚本语言。他可以在服务器端独立运行,也可以通过apache来发布,本文根据实际操作详细介绍linux系统(Centos 5.4_x86_64)下的php安装过程。

    http://codante.org/php-install-configure