- RabbitMQ Cookbook
- Sigismondo Boschi Gabriele Santomaggio
- 155字
- 2021-07-19 18:52:46
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, folder names, filenames, file extensions, pathnames, are shown as follows: “Properly configure CLASSPATH
and your preferred development environment”.
A block of code is set as follows:
ConnectionFactory factory = new ConnectionFactory(); String uri=”amqp://user:pass@hostname:port/vhost”; factory.setUri(uri);
Any command-line input or output is written as follows:
java -cp ./bin rmqexample.Publish [Rabbitmq-host]
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: “Configure the host by navigating to Edit configuration | services | endpoint | new.”
推薦閱讀
- Objective-C Memory Management Essentials
- Apache Oozie Essentials
- PHP 7底層設(shè)計(jì)與源碼實(shí)現(xiàn)
- 深入實(shí)踐Spring Boot
- Visual C++實(shí)例精通
- 精通搜索分析
- C語(yǔ)言程序設(shè)計(jì)實(shí)訓(xùn)教程
- Python進(jìn)階編程:編寫更高效、優(yōu)雅的Python代碼
- jQuery開(kāi)發(fā)基礎(chǔ)教程
- Extending Puppet(Second Edition)
- Java網(wǎng)絡(luò)編程核心技術(shù)詳解(視頻微課版)
- PHP+Ajax+jQuery網(wǎng)站開(kāi)發(fā)項(xiàng)目式教程
- Java網(wǎng)絡(luò)編程實(shí)戰(zhàn)
- Visualforce Developer’s guide
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個(gè)建議