Time of Update: 2014-10-21
標籤:blog io os sp 資料 div on cti log class MysqlTest #Code here require "mysql" def testMysql
Time of Update: 2014-12-10
標籤:ruby mac os x tktcl 我記得在老早在OS X10.8下使用ruby1.9.x的時候只要到下載安裝ActiveTcl8.5,沒怎麼配置就運行tk好好的。但是近日想重新執行下tk代碼,發現在require
Time of Update: 2014-12-11
標籤:shell read ruby 反轉字串 混合編程 有了shell為毛還要ruby呢?話不能這麼說,有些小功能用ruby還是很方便的,比如說字串的反轉再加1功能用shell來寫就比較麻煩.str="123456",我們定義一個反轉後再+1的小方法:2.1.5 :020
Time of Update: 2014-10-28
標籤:style blog http color ar 使用 sp strong 檔案 一、前言
Time of Update: 2014-12-13
標籤:sp strong on 資料 bs 代碼 as 工作 nbsp 平時我們在寫代碼,構造嵌套資料或者給某個變數初始化時會用到下面這種形式:a ||= [] ; a = b ||
Time of Update: 2014-12-10
標籤:ruby 指令碼 shell 成績判斷 需求為:從鍵盤輸入分數,以此來判斷,0-59為不及格,列印“您沒有及格,請下次努力!”,60-79為及格,列印“您的成績及格,請更加努力!”,80-100為成績良,列印“您的成績為優秀,請再接再厲!”,如果輸入為0-100以外的分數,請列印“您的成績為優秀,請再接再厲!”如果採用ruby方式,代碼比較精簡,如下所示:
Time of Update: 2014-12-09
標籤:ruby 產生器 連續體 fibonacci ruby中有很多經典的磁碟機結構,比如列舉程式和產生器等.這次簡單介紹下產生器的概念.產生器是按照功能要求,一次產生一個對象,或稱之為產生一個對象的方法.ruby中的連續體正好可以用來完成組建器的功能.連續體說起來晦澀,其實還是很簡單的,它有3個特點:1.
Time of Update: 2014-12-05
標籤:style blog color sp on 檔案 div 問題 log 1. 調試&注釋&列印輸出調試
Time of Update: 2014-12-04
標籤:style blog http io ar os sp for on 修改views修改index視圖(app/views/posts/index.html.erb),添加編輯連結,如下:
Time of Update: 2014-12-03
標籤:blog http io ar os sp on 檔案 資料 之前的index頁,顯示的是hello world,現在將其修改為顯示我們在rails console裡面錄入的資料。1.
Time of Update: 2014-12-03
標籤:des blog http io ar os sp for on 前面《[ruby on rails] 跟我學之Hello World》提到,路由對應的檔案是 config/routes.
Time of Update: 2014-12-03
標籤:style blog http io os 使用 sp java for 1. 建立工程 rails new
Time of Update: 2014-12-03
標籤:ruby開發 編輯利器 st3 Sublime Text3(以下簡稱為ST3),ST3是一款強大、漂亮的代碼編輯器,開啟速度及運行程式的速度都是非常快的。另外ST3擁有優秀的代碼自動完成功能
Time of Update: 2014-12-01
標籤:ruby zip 壓縮解壓 在UNIX下的我們怎麼會淪落到用ruby寫壓縮和解壓工具呢?直接上shell啊!但是請允許本貓這次可恥的用ruby來玩玩吧!其實ruby GEM中有很多壓縮解壓包,我選的是Zip,也許是因為名字元合KISS原則吧!不過在編寫中發現Zip中的某些類沒有文檔中所說明的執行個體方法,也許在某個平台上還未實現??
Time of Update: 2014-10-22
標籤:des style blog http color io os ar 使用 http://guides.rubyonrails.org/v3.0.8/action_controller_o
Time of Update: 2014-10-22
標籤:des style blog http color io os ar 使用 http://guides.rubyonrails.org/v3.0.8/action_controller_o
Time of Update: 2014-10-17
標籤:style blog http color io os ar for strong This is my presentation in the Rails lecture of
Time of Update: 2014-10-16
標籤:des style blog http color io os 使用 ar 詳細文檔大家可以點擊github的官方說明,不過是英文版本哦 https:
Time of Update: 2014-10-10
標籤:blog io 使用 java for strong 檔案 sp div 1.
Time of Update: 2014-10-19
部署Ruby伺服器# 建立項目相關目錄/opt/logs/tv-cibn-cms#ruby 使用者下安裝 rbenv 及 ruby 1.9.3# 安裝編譯相關包yum install -y gcc openssl-devel libyaml-devel readline-devel zlib-develsu - ruby #/home/ruby# 安裝 rbenvgit clone https://github.com/sstephenson/rbenv.git ~/.rbenvecho