- 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."
- C和C++安全編碼(原書第2版)
- R語言編程指南
- Web程序設計(第二版)
- 小程序開發(fā)原理與實戰(zhàn)
- Advanced Express Web Application Development
- 區(qū)塊鏈架構(gòu)之美:從比特幣、以太坊、超級賬本看區(qū)塊鏈架構(gòu)設計
- Android Sensor Programming By Example
- Julia High Performance(Second Edition)
- UML軟件建模
- SSH框架企業(yè)級應用實戰(zhàn)
- Learning Unreal Engine Game Development
- RESTful Web API Design with Node.js
- C#網(wǎng)絡編程高級篇之網(wǎng)頁游戲輔助程序設計
- 趣學數(shù)據(jù)結(jié)構(gòu)
- PHP程序設計高級教程