- 浏览: 75032 次
- 性别:
- 来自: 台灣
最近访客 更多访客>>
最新评论
-
likemecch:
你好!
请问你这个是不是在(http://www.tws ...
Ruby library -- SMS -
zhaibadoy:
[引用b]qwerqwerqwer[/b]
Gyre -- 優秀又強大的網頁版Rails編輯器 -
carlosbdw:
误人子弟。
PHP + Ruby with ActiveRecord 範例 -
chenk85:
你想错了 ,windows上的Gem也是会出这个错误。
rubygems 0.9.2的問題 -
kris_xu:
台湾同胞,致敬。
看繁体字还真不习惯。
php+ruby(with ActiveRecord)又一新範例 -- RSS聯撥器
文章列表
網址是:http://zh.wikibooks.org/w/index.php?title=Programming:Ruby&variant=zh現在是我跟石頭閒語的Rock一起翻譯撰寫,如果有人有興趣的話歡迎加入翻譯的工作請將原文的文章引用後張貼,然後修改翻譯即可感謝您的付出!謝謝!
- 2007-02-27 15:27
- 浏览 735
- 评论(0)
在Ruby中,File可以用readlines跟跑while迴圈來讀在這個例子中,程式p1用的是while迴圈,p2用的是readlines執行後,秒數分別是P1:121.468秒P2:122.172秒範例文字檔大小是:4.07 MB (4,272,336 位元組)範例程式碼是:puts "P1 start"p1_start = Time.nowopen("C:/words.txt"){ |f|while a = f.gets print aend}p1_end = Time.nowputs "P1 end"puts "P2 ...
- 2007-02-26 16:05
- 浏览 900
- 评论(0)
在Ruby中,File可以用readlines跟跑while迴圈來讀在這個例子中,程式p1用的是while迴圈,p2用的是readlines執行後,秒數分別是P1:121.468秒P2:122.172秒範例文字檔大小是:4.07 MB (4,272,336 位元組)範例程式碼是:puts "P1 start"p1_start = Time.nowopen("C:/words.txt"){ |f|while a = f.gets print aend}p1_end = Time.nowputs "P1 end"puts "P2 ...
- 2007-02-26 16:05
- 浏览 1199
- 评论(0)
此版本尚未支援 影片代碼 功能原始碼如下:require 'rubygems'require 'mechanize'class HEMiDEMidef initialize(username="", password="") agent = WWW::Mechanize.new{} f = agent.get("http://www.hemidemi.com/member/signin_form").forms[1] f["member[username]"], f["member[password]&qu ...
- 2007-02-25 00:47
- 浏览 881
- 评论(0)
此版本尚未支援 影片代碼 功能原始碼如下:require 'rubygems'require 'mechanize'class HEMiDEMidef initialize(username="", password="") agent = WWW::Mechanize.new{} f = agent.get("http://www.hemidemi.com/member/signin_form").forms[1] f["member[usernam ...
- 2007-02-25 00:47
- 浏览 800
- 评论(0)
原始碼在這邊:require 'rubygems'require 'mechanize'class HEMiDEMi def initialize(username="", password="") agent = WWW::Mechanize.new f = agent.get("http://www.hemidemi.com/member/signin_form").forms[1] f["member[username]"], f["member[password]"] ...
- 2007-02-25 00:36
- 浏览 928
- 评论(0)
原始碼在這邊:require 'rubygems'require 'mechanize'class HEMiDEMi def initialize(username="", password="") agent = WWW::Mechanize.new f = agent.get("http://www.hemidemi.com/member/signin_form").forms[1] f["member[username]"], f["member[password]"] ...
- 2007-02-25 00:36
- 浏览 760
- 评论(0)
原始碼在這邊:require 'rubygems'require 'mechanize'class HEMiDEMi def initialize(username="", password="") agent = WWW::Mechanize.new f = agent.get("http://www.hemidemi.com/member/signin_form").forms[1] f["member[username]"], f["member[password]"] ...
- 2007-02-25 00:33
- 浏览 918
- 评论(0)
原始碼在這邊:require 'rubygems'require 'mechanize'class HEMiDEMi def initialize(username="", password="") agent = WWW::Mechanize.new f = agent.get("http://www.hemidemi.com/member/signin_form").forms[1] f["member[username]"], f["member[password]"] ...
- 2007-02-25 00:33
- 浏览 873
- 评论(0)
錄影放在Google Video議題分別是:How to Design A Domain Specific Language -- David PollakCode Generation With Ruby -- Jack HerringtonRuby and Google Maps -- Andre Lewis正在看Ruby and Google Maps:P
- 2007-02-23 20:48
- 浏览 829
- 评论(0)
錄影放在Google Video議題分別是:How to Design A Domain Specific Language -- David PollakCode Generation With Ruby -- Jack HerringtonRuby and Google Maps -- Andre Lewis正在看Ruby and Google Maps:P
- 2007-02-23 20:48
- 浏览 865
- 评论(0)
網址是:http://www.bestechvideos.com/category/development/ruby/這邊有51個不同的展示影片,也有介紹影片,非常值得去看看
- 2007-02-23 20:42
- 浏览 814
- 评论(0)
網址是:http://www.bestechvideos.com/category/development/ruby/這邊有51個不同的展示影片,也有介紹影片,非常值得去看看
- 2007-02-23 20:42
- 浏览 770
- 评论(0)