- Cassandra 3.x High Availability(Second Edition)
- Robbie Strickland
- 161字
- 2021-07-14 10:24:20
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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
CREATE KEYSPACE AddressBook WITH REPLICATION = { ‘class’ : ‘SimpleStrategy’, ‘replication_factor’ : 3 };
Any command-line input or output is written as follows:
# nodetool status
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "click on the Connect button."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Citrix XenApp Performance Essentials
- 零起點(diǎn)學(xué)Linux系統(tǒng)管理
- 每天5分鐘玩轉(zhuǎn)Kubernetes
- Learning Windows Server Containers
- 嵌入式Linux系統(tǒng)開發(fā):基于Yocto Project
- Learn Helm
- 竹林蹊徑:深入淺出windows驅(qū)動(dòng)開發(fā)
- Linux內(nèi)核觀測(cè)技術(shù)BPF
- 注冊(cè)表應(yīng)用完全DIY
- Drupal 7 Cookbook
- Microsoft Hyper-V Cluster Design
- iOS Programming Cookbook
- Raspberry Pi Networking Cookbook
- Windows 10從入門到精通
- Modern Python Cookbook