Xiao Peng

My personal blog moves to xiaopeng.me , blogs about design patterns will be synced to here.
肖鹏,ThoughtWorks资深咨询师,目前关注于架构模式、敏捷软件开发等领域,并致力于软件开发最佳实践的推广和应用。
多次为国内大型企业敏捷组织转型提供咨询和培训服务,在大型团队持续集成方面具有丰富的经验。
  博客园  :: 首页  :: 联系 :: 订阅 订阅  :: 管理

2011年1月30日

摘要: This is to setup a developement environment for Ruby 1.87 and Rails 2.2.3 on Ubuntu 10.04 (Lucid).[sourcecode language="bash"]# make sure ubuntu is up to date$ sudo apt-get update$ sudo apt-get dist-u... 阅读全文

posted @ 2011-01-30 22:23 勇敢的鸵鸟 阅读(178) 评论(0) 推荐(0) 编辑

摘要: [sourcecode language="bash"]$ cd ~# create a dir for your repositories$ mkdir git-repos# create a dir for your project e.g. depot$ mkdir depot.git$ init the dir$ git --bare init$ cd ..# create a tmp f... 阅读全文

posted @ 2011-01-30 17:34 勇敢的鸵鸟 阅读(342) 评论(0) 推荐(0) 编辑

摘要: From:http://tedwise.com/2009/02/26/dark-pastels-theme-for-intellij-idea/Tested on idea10.I’ve been using the ported Vibrant Ink theme for IntelliJ IDEA for a while but got envious looking at the Dark ... 阅读全文

posted @ 2011-01-30 15:48 勇敢的鸵鸟 阅读(449) 评论(0) 推荐(0) 编辑