- Heroku Cookbook
- Mike Coutermarsh
- 210字
- 2021-08-05 17:14:25
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.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Make sure the log-runtime-metrics
plugin is installed and the application was restarted."
A block of code is set as follows:
worker_processes Integer(ENV['WEB_CONCURRENCY'] || 2) timeout Integer(ENV['WEB_TIMEOUT'] || 15) listen ENV['PORT'], backlog: Integer(ENV['UNICORN_BACKLOG'] || 50) preload_app true
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
worker_processes Integer(ENV['WEB_CONCURRENCY'] || 2)
timeout Integer(ENV['WEB_TIMEOUT'] || 15)
listen ENV['PORT'], backlog: Integer(ENV['UNICORN_BACKLOG'] || 50)
preload_app true
Any command-line input or output is written as follows:
# cp /usr/src/asterisk-addons/configs/cdr_mysql.conf.sample /etc/asterisk/cdr_mysql.conf
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "We will need to fill in our applications URL and then click on Load test execution plan."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Java語言程序設(shè)計
- Python概率統(tǒng)計
- LabVIEW 2018 虛擬儀器程序設(shè)計
- Visual Basic程序設(shè)計教程
- MongoDB權(quán)威指南(第3版)
- Hands-On Natural Language Processing with Python
- Mastering Linux Network Administration
- Unity 2D Game Development Cookbook
- Visual Foxpro 9.0數(shù)據(jù)庫程序設(shè)計教程
- Frank Kane's Taming Big Data with Apache Spark and Python
- Mastering Akka
- OpenCV 3 Blueprints
- Java編程從入門到精通
- SignalR:Real-time Application Development(Second Edition)
- IBM RUP參考與認(rèn)證指南