- Meteor Design Patterns
- Marcelo Reyna
- 194字
- 2021-07-09 21:41:58
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We are using font awesome to create some icons for our #features
section as well."
A block of code is set as follows:
@import "_globals/bootstrap/custom.bootstrap.import.styl" #products #promoter background: $brand-primary height: 80%
@import "_globals/bootstrap/custom.bootstrap.import.styl" #products #promoter background: $brand-primary height: 80%
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
// /_globals/client/main.styl
html, body, #__flow-root, #__flow-root > .template
height:100%
Any command-line input or output is written as follows:
meteor reset
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Paste the information to the Private Key textarea."
- Visual C++程序設計教程
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- Scala編程實戰(原書第2版)
- INSTANT Sinatra Starter
- C專家編程
- Learning Modular Java Programming
- OpenCV with Python By Example
- Scala編程實戰
- OpenCV 3.0 Computer Vision with Java
- Xamarin Cross-Platform Development Cookbook
- LabVIEW入門與實戰開發100例(第4版)
- Java EE實用教程
- 零基礎學編程系列(全5冊)
- Design Patterns and Best Practices in Java