摘要:
转自:http://rubyer.me/blog/740/Rails 3.1错误/gems/execjs-1.1.2/lib/execjs/runtimes.rb:43:in `autodetect’: Could not find a JavaScriptruntime.Gemfile中添加gem 'execjs'gem 'therubyracer'执行bundle install即可错误原因:Windows下默认有Javascript引擎,所以不会有这个错误。Linux下才有这个错误,一般只要第一个项目安装即可,以后的项目不用重复安装。而且这个错误是由dev 阅读全文
posted @ 2013-12-19 16:40
myLittleGarden
阅读(516)
评论(0)
推荐(0)
摘要:
http://www.python.org/dev/peps/pep-0020/ Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren't speci... 阅读全文
posted @ 2013-12-19 10:19
myLittleGarden
阅读(191)
评论(0)
推荐(0)