- Ruby on Rails Web Mashup Projects
- Chang Sau Sheong
- 185字
- 2021-07-02 12:03:57
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
There are three styles for code. Code words in text are shown as follows: "This will copy the necessary files to your RAILS_ROOT/vendor/plugins
folder and run the install.rb
script."
A block of code will be set as follows:
class Kiosk < ActiveRecord::Base def address "#{self.street}, #{self.city}, #{self.state}, #{self.zipcode}" end
When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:
begin
kiosks.each { |kiosk|
loc = MultiGeocoder.geocode(kiosk.address)
kiosk.lat = loc.lat
Any command-line input and output is written as follows:
$./script/plugin install svn://rubyforge.org/var/svn/geokit/trunk
New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "clicking the Next button moves you to the next screen".
- 中文版3ds Max 2013-VRay效果圖制作從新手到高手
- 數碼攝影后期零基礎入門教程
- Midjourney AI繪畫藝術創作教程:關鍵詞設置、藝術家與風格應用175例
- Pro/E Wildfire 5.0中文版入門、精通與實戰
- 魔法詞典:AI繪畫關鍵詞圖鑒(Stable Diffusion版)
- BPEL Cookbook: Best Practices for SOA/based integration and composite applications development
- Photoshop CS6完全自學案例教程(微課版)
- AIGC輔助數據分析與挖掘:基于ChatGPT的方法與實踐
- Learning Ext JS 3.2
- 影視動畫場景與特效制作:3ds Max-Vue-AfterBurn-FumeFX
- After Effects影視特效立體化教程:After Effects 2021(微課版)
- Capture One 22 Pro高級實戰教程
- 網店美工設計:Photoshop CC案例教程(視頻指導版)
- 中文版Photoshop CS6經典自學教程
- Python 3 Object Oriented Programming