Ruby初體驗
相關的文獻
其他的部份以後補齊(Ruby 比C還更平易近人耶~ 到目前為止來說)
我發現他還有許多不一樣的地方
他的array的部份 甚至可以隨時改變長度
ruby on rails 更是驚人 把ajax活用到這個地步
真是可怕的年代.....
--------------------------------------
首先先紀錄的是 執行中文的部份
ruby -Ke 檔名.rb
這樣就可以正常執行中文啦
NOTE : 聽說
-Ks (in windows) or
-Ku (in Unix or MaxOS)都可以
但是 XP嘗試的結果 還是-Ke 可以正常執行
Wednesday, June 20, 2007
Wednesday, June 13, 2007
如何在firefox中裝入pcmanx套件
建議先把firefox給中文化先
指令
sudo apt-get install mozilla-firefox-locale-zh-tw
然後把/etc/apt/source.list備份一下
cp /etc/apt/source.list /etc/apt/source.list_backup
編輯source.list
gedig /etc/apt/source.list
在最後一行加上
加入
apt-get update
後執行:
安裝完成!!
建議先把firefox給中文化先
指令
sudo apt-get install mozilla-firefox-locale-zh-tw
然後把/etc/apt/source.list備份一下
cp /etc/apt/source.list /etc/apt/source.list_backup
編輯source.list
gedig /etc/apt/source.list
在最後一行加上
加入
deb http://apt.debian.org.tw unstable main
apt-get update
後執行:
apt-get install pcmanx-gtk2
安裝完成!!
Tuesday, June 12, 2007
Ubuntu 6.10 中文化設定
阿倫我用的是內建的scim
個人偏好新酷音,所以以下為安裝中文輸入法!
安裝im-switch
sudo apt-get install im-switch
執行下列步驟
阿倫我用的是內建的scim
個人偏好新酷音,所以以下為安裝中文輸入法!
安裝im-switch
sudo apt-get install im-switch
執行下列步驟
sudo apt-get install scim
sudo apt-get install scim-chinese
sudo apt-get install scim-config-socket
sudo apt-get install scim-gtk2-immodule
sudo apt-get install scim-qtimm
sudo apt-get install scim-chewing
sudo apt-get install scim-tables-zh
選擇已安裝的輸入法
im-switch -s scim
重新啟動scim or重新登入就可以用了
Friday, June 08, 2007
Subscribe to:
Posts (Atom)