- Learning RabbitMQ
- Martin Toshev
- 159字
- 2021-07-30 09:47:35
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, names of third-party applications, utilities, folder names, filenames, file extensions andpathnames are shown in bold as follows: "We already saw how easy it is to start/stop/restart
instances using the rabbitmqctl
and rabbitmq-server
utilities that are part of the standard RabbitMQ installation."
A block of code displayed in a box with console font:
<dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> </dependency>
A block of configuration or output is also displayed in a box as follows:
sudo apt-get install rabbitmq-server –y sudo rabbitmq-plugins enable rabbitmq_management sudo service rabbitmq-server restart
New terms and important words are also shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
- Puppet 4 Essentials(Second Edition)
- 計算思維與算法入門
- Python程序設計教程(第2版)
- 圖解Java數據結構與算法(微課視頻版)
- Rust編程從入門到實戰
- Python深度學習
- PHP+MySQL網站開發技術項目式教程(第2版)
- Symfony2 Essentials
- JavaCAPS基礎、應用與案例
- 單片機C語言程序設計實訓100例
- Procedural Content Generation for C++ Game Development
- Learning jQuery(Fourth Edition)
- OpenStack Networking Essentials
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- Python函數式編程(第2版)