摘要:
If you have had a rails project$ ruby script/consoleYou got something like this:Loading development environment (Rails 2.2.3)If not, try:gem list | grep 'rails' 阅读全文
posted @ 2011-01-28 15:48 勇敢的鸵鸟 阅读(111) 评论(0) 推荐(0) 编辑
|
|||
摘要:
If you have had a rails project$ ruby script/consoleYou got something like this:Loading development environment (Rails 2.2.3)If not, try:gem list | grep 'rails' 阅读全文
posted @ 2011-01-28 15:48 勇敢的鸵鸟 阅读(111) 评论(0) 推荐(0) 编辑
摘要:
I used the 'shift+h' and 'shift+l' for going back and forward heavily.Now see :help :map. It allows you to map keys to what you want. For example::map x :map c 阅读全文
posted @ 2011-01-28 12:03 勇敢的鸵鸟 阅读(134) 评论(0) 推荐(0) 编辑
摘要:
The best way to stretch an image to fit the background of a page is to use the CSS 3 property, background-size: body { background: url(bgimage.jpg) no-repeat; background-size: 100%; } ... 阅读全文
posted @ 2011-01-28 09:03 勇敢的鸵鸟 阅读(199) 评论(0) 推荐(0) 编辑 |
|||