
nodejs
文章平均质量分 85
iteye_2629
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubutnu12.04上ppa安装nodejs
https://rtcamp.com/tutorials/nodejs/node-js-npm-install-ubuntu/ Using Launchpad repo by Chris Lea just run following commands apt-get install python-software-properties apt-add-repository ppa:c...原创 2014-05-22 20:44:08 · 112 阅读 · 0 评论 -
ruby,rails,nodejs,mysql,php5,sublime,atom,nginx+passenger安装配置在ubuntu12.04
一.安装rvm sudo apt-get install curl curl -L https://get.rvm.io | bash -s stable source ~/.rvm/scripts/rvm rvm -v 二.安装ruby2.1.2(目前最新,也建议最新) rvm install 2.1.2 rvm use --default 2.1.2 ruby -v g...原创 2014-06-28 20:09:29 · 143 阅读 · 0 评论 -
前端开发工具链
http://blog.jobbole.com/72222/ sublime text yeoman结合yo,grunt,bower等工具 grunt自动化任务执行工具 bower前短裤管理工具 firebug调试工具 fiddler调试工具 ...原创 2014-09-27 18:28:05 · 252 阅读 · 0 评论