1、PHP vs Python vs Ruby: 市场份额
Winner – PHP
2、PHP vs Python vs Ruby: 主流网站使用情况
Winner – 平局
3、PHP vs Python vs Ruby: 可用性
Winner – Ruby
4、PHP vs Python vs Ruby: 学习曲线
Winner – ...……
一、无参函数:
irb(main):010:0amp;amp;gt; def h
irb(main):011:1amp;amp;gt; puts amp;quot;Hello World!amp;quot;
irb(main):012:1amp;amp;gt; end=amp;amp;gt; nil
irb(main):013:0amp;amp;gt; h
H ...……
This is to setup a developement environment for Ruby 1.87 and Rails 2.2.3 on Ubuntu 10.04 (Lucid).
# make sure ubuntu is up to date
$ sudo apt-get update
$ sudo apt-get di……
前言
这一章节主要讲了如何利用 Ruby 中的 Sinatra 这个 gem 来创建一个 Web app 的具体流程,其中的要点包括了:
Sinatra, a third party library for writing web applications
RubyGems,a platform which can down ...……
在官方wiki上看到Adding an extensionIt's often useful to have Firebug available in the Firefox instance launched by WebDriver:
profile = Selenium::WebDriver::Firefox::Profile.new
profile.add_extens ...……
podcast
It's been a while since I updated the Podcast category of my blog. I never got around to making a script to do it for me and I started to feel like some weeks were just blog posts of lifeless……
Installing RVM Multi-user on CentOS can be a bit tricky. Here's my documentation - mostly so I remember, but hopefully it helps someone else as well.
A quick note - the people behind RVM are clear t ...……