Time of Update: 2014-07-07
標籤:使用 檔案 os 代碼 io 安裝 安裝ruby yum install ruby irb rdoc 安裝Haskallyum install
Time of Update: 2014-10-03
標籤:style blog http color io ar for sp div 直接上代碼:module Action def jump @distance = rand(4) +
Time of Update: 2014-10-02
標籤:style blog color io 使用 ar for sp div Ruby繼承的文法class DerivedClass < BaseClass #some
Time of Update: 2014-10-02
標籤:style blog color 使用 java sp div c on Ruby是一種物件導向程式設計語言,這意味著它操縱的編程結構稱為"對象"先上代碼,
Time of Update: 2014-09-23
標籤:io ar div sp on c ad ef r 有時候看源碼的時候看到類名之間存在<.<=操作,頓時一頭霧水,類名之間也可以比較嗎?查了下api,豁然開朗Class的父類是
Time of Update: 2014-09-23
標籤:style blog http 使用 ar strong for 2014 sp 在ruby中使用format(或
Time of Update: 2014-09-23
標籤:ar strong for sp art cti on c amp In Ruby, you check with nil? if an object is
Time of Update: 2014-09-12
標籤:ruby debian nginx apache rails 安裝軟體1.很簡單, 前提你安裝了apache, mysql, nginx 如果沒有 加上.#apt-get installapache2 nginx2.開啟apache的重寫.#a2enmod rewrite#apt-get install mysql-server3.下面會安裝ruby,
Time of Update: 2014-09-11
標籤:des style blog http color io os 使用 ar 編寫一個最簡單的例子1. 建好如下檔案夾注意:lib目錄下必須有個和你gem名字一樣的rb檔案。[ruby]
Time of Update: 2014-09-11
標籤:ruby rails 模型 命令列 前幾天學習rails的時候用的是IDE開發,沒感覺出來rails的效率到底有多快。今天我使用命令列試了下,結果我驚呆了,在沒有寫一行代碼的情況下,居然完成了一個簡單的增刪改查的模型。 如下:首先是配置環境我這裡就不羅嗦了。執行命令:rails new blog
Time of Update: 2014-09-07
標籤:ruby on rails上傳報錯Encoding::UndefinedConversionError in ProductsController#create"\xFF" from ASCII-8BIT to UTF-8在使用ruby1.9.3做上傳照片的時候,報這個錯誤,解決辦法是將控制器裡的File.open("#{Rails.root}/app/assets/images/"+new_name, "w") { |file|
Time of Update: 2014-09-04
標籤:ruby安裝安裝ruby on rails 的步驟應該是先安裝ruby,然後安裝devkit,之後安裝rails;但我安裝的時候是安裝完ruby後直接安裝rails所以報錯了,我以我的錯誤路線為順序記錄下整個過程,以便有遇到同樣問題的人可以參考,我就是菜鳥,沒太多花哨的東西,遇到什麼,怎麼解決的,記錄下以備後用;安裝rubyhttps://www.ruby-lang.org/en/downloads/安裝時有三個勾選的,全選了650) this.width=650;" src="http:
Time of Update: 2014-09-04
標籤:strong ar for art cti sp on amp c In Ruby, you check with nil? if an object is
Time of Update: 2014-09-03
標籤:http os 使用 java ar 檔案 art div 代碼 訪問http://www.ruby-lang.org/en/downloads/ 使用第三方工具安裝ruby,經
Time of Update: 2014-08-11
標籤:style http color 使用 os io strong for 對於新入門的開發人員,怎樣安裝 Ruby, Ruby Gems 和 Rails 的執行環境可能會是個問題,本頁主要介紹怎樣用一條靠譜的路子高速安裝
Time of Update: 2014-08-03
標籤:style blog http color 使用 os io for http://rvm.io/rvm/install Install RVM (development version):\curl -sSL
Time of Update: 2014-07-29
標籤:style blog color strong 問題 div new size ruby中的方法調用都是 對象.方法
Time of Update: 2014-07-22
標籤:style blog http java color 使用 先看一道題,這道題是codewars上的一道題,我很早就看到了,但是不會寫。等到又看到這道題的時候,我剛看完元編程那本書,覺得是可以搞定它的時候了。廢話不多說,先看這道題,題目最開始是為JavaScript寫的,但是也放在了r
Time of Update: 2014-07-21
標籤:style blog http color os 檔案 強烈推薦線上學習網站:http://tryruby.org/筆記:Ruby會預設返回方法中的最後一個值。如果需要返回多個值,可以用數組來實現。可以通過強制聲明return來傳回值。基礎的輸出方法是用puts(輸出一行),print(直
Time of Update: 2014-07-10
標籤:style blog http 使用 width os 寫ruby blog 系統的記錄下。也是對我學ruby的點滴記錄。先介紹下我的學習環境。系統:ubuntu12.04文檔:techotopia ,ruby文檔,the hard way learn ruby