Guppies have beautiful colors, cute faces, and are easy to take care of. What more would you want in a fish? If you are hoping to keep your aquarium filled with these little beauties, you will need to learn how to breed your fish and care for their cute fry.
2016年11月13日 星期日
孔雀魚懷孕生產
2016年11月11日 星期五
[WP]Lionfree免費空間建立Wordpress網站 - 01 安裝wordpress
Lionfree不是營利服務,我們是公眾化的免費服務,提供真正優質且自由的免費主機。Lionfree仰賴大眾的贊助營運,並且由 Lionfree 社群與 Lionfree Team 志工團隊進行管理與維護
提供您完整、親切的繁體中文主機管理介面,即使發生任何問題,您即可使用中文與我們的客服團隊交談,使您的問題能以最快的速度獲得解答!
註冊完lionfree 免費空間之後
接下來就是安裝wordpress了
2016年11月10日 星期四
[免費]亞馬遜商品免費拿!!
https://www.amzreviewtrader.com
https://www.tomoson.com
這裡個網頁可以讓你免費獲得亞馬遜的商品你信不信?
但是免費是有代價的,你必須為該商品寫下評論
增加它的曝光率
我是看到以下的youtube 影片才知道的好康消息
還沒收到商品,還在努力試試,你呢?免費的為何不拿呢!!
http://saijogeorge.com/dummy-credit-card-generator/
2016年11月6日 星期日
[ruby]URI::InvalidURIError (bad URI(is not URI?)
我遇到這個error是在irb裡使用open-uri都正常,但是改寫成rb檔時出現的
後來找到該解答如下
/usr/local/Cellar/ruby/2.3.1/lib/ruby/2.3.0/uri/rfc3986_parser.rb:67:in `split': bad URI(is not URI?): http://google.com.au (URI::InvalidURIError)
from /usr/local/Cellar/ruby/2.3.1/lib/ruby/2.3.0/uri/rfc3986_parser.rb:73:in `parse'
from /usr/local/Cellar/ruby/2.3.1/lib/ruby/2.3.0/uri/common.rb:227:in `parse'
from /usr/local/Cellar/ruby/2.3.1/lib/ruby/2.3.0/open-uri.rb:34:in `open'
from a.rb:16:in `<main>'
後來找到該解答如下
I got into trouble with
URI.split (returning this error), I don't know if this helps you, but I will post here some warnings for also someone else having this error:- Check your url is not nil, and it's a valid one.
- Do
URI.encode(url)beforeURI.parse(to avoid special characters) - Do
stripto the string you pass toURI.parse(to avoid leading and trailing whitespaces).
All in one:
uri = URI.parse(URI.encode(url.strip))
Related resource: http://www.practicalguile.com/2007/09/15/raising-uriinvalidurierror-from-a-perfectly-valid-uri/
解決方法:
puts "請輸入: "
html=gets.strip
在gets後面加上 .strip 去掉空白字元就行了
2016年11月5日 星期六
2016年11月4日 星期五
[Rails] Ruby on Rails Tutorial 簡中 第四版
《Ruby on Rails Tutorial》中文版(原書第2版,涵蓋 Rails 4)
Ruby 是一門很美的計算機語言,其設計原則就是「讓編程人員快樂」。David Heinemeier Hansson 就是看重了這一點,才在開發 Rails 框架時選擇了 Ruby。Rails 常被稱作 Ruby on Rails,它讓 Web 開發變得從未這麼快速,也從未如此簡單。在過去的幾年中,《Ruby on Rails Tutorial》這本書被視為介紹使用 Rails 進行 Web 開發的先驅者。
在這個全球互聯的世界中,計算機編程和 Web 應用程序開發都在迅猛發展,我很期待能為中國的開發者提供 Ruby on Rails 培訓。學習英語這門世界語言是很重要的,但先通過母語學習往往會更有效果。正因為這樣,當看到 Andor Chen 把《Ruby on Rails Tutorial》翻譯成中文時,我很高興。
我從未到過中國,但一定會在未來的某一天造訪。希望我到中國時能見到本書的一些讀者!
衷心的祝福你們,
重要文章閱讀:Ruby入門--Linux/Windows下的安裝、代碼開發及Rails實戰 http://www.linuxidc.com/Linux/2014-04/100242.htm
Ruby on rails初體驗系列文章:
http://www.linuxidc.com/Linux/2014-04/100245.htm
http://www.linuxidc.com/Linux/2014-04/100246.htm
http://www.linuxidc.com/Linux/2014-04/100247.htm
http://www.linuxidc.com/Linux/2014-04/100246.htm
http://www.linuxidc.com/Linux/2014-04/100247.htm
《Ruby on Rails Tutorial》作者 Michael Hartl
原文:
Ruby is a delightful computer language explicitly designed to make programmers happy. This philosophy influenced David Heinemeier Hansson to pick Ruby when implementing the Rails web framework. Ruby on Rails, as it』s often called, makes building custom web applications faster and easier than ever before. In the past few years, the Ruby on Rails Tutorial has become the leading introduction to web development with Rails.
In our interconnected world, computer programming and web application development are rapidly rising in importance, and I am excited to support Ruby on Rails in China. Although it is important to learn English, which is the international language of programming, it』s often helpful at first to learn in your native language. It is for this reason that I am grateful to Andor Chen for producing the Chinese-language edition of the Ruby on Rails Tutorial book.
I』ve never been to China, but I definitely plan to visit some day. I hope I』ll have the chance to meet some of you when I do!
Best wishes and good luck,
Michael Hartl
Author
The Ruby on Rails Tutorial
Ruby on Rails 4 Tutorial 中文版 高清完整PDF 下載地址:
------------------------------------------分割線------------------------------------------
FTP地址:ftp://ftp1.linuxidc.com
用戶名:ftp1.linuxidc.com
密碼:www.linuxidc.com
在 2014年LinuxIDC.com\4月\Ruby on Rails 4 Tutorial 中文版 高清完整PDF
訂閱:
文章 (Atom)

