- 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.
- Boost.Asio C++ Network Programming(Second Edition)
- VMware View Security Essentials
- Spring 5.0 Microservices(Second Edition)
- iOS開發實戰:從零基礎到App Store上架
- PhpStorm Cookbook
- Learning Modular Java Programming
- Unity 2018 Augmented Reality Projects
- IBM Cognos TM1 Developer's Certification guide
- 深入解析Java編譯器:源碼剖析與實例詳解
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- Web前端開發技術:HTML、CSS、JavaScript
- Flink入門與實戰
- ANSYS FLUENT 16.0超級學習手冊
- Mathematica Data Visualization
- 嵌入式網絡編程