- 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.”
推薦閱讀
- CentOS 7 Linux Server Cookbook(Second Edition)
- Machine Learning with R Cookbook(Second Edition)
- Implementing Cisco Networking Solutions
- C語言開發(fā)基礎(chǔ)教程(Dev-C++)(第2版)
- Kivy Cookbook
- Android群英傳
- HTML+CSS+JavaScript網(wǎng)頁設(shè)計(jì)從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- QPanda量子計(jì)算編程
- Greenplum構(gòu)建實(shí)時(shí)數(shù)據(jù)倉(cāng)庫實(shí)踐
- 你好!Java
- Learning Swift
- Java 開發(fā)從入門到精通
- ASP.NET開發(fā)技巧精講
- Struts2技術(shù)內(nèi)幕:深入解析Struts架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- PLC編程入門及工程實(shí)例