- Apache Cassandra Essentials
- Nitin Padalia
- 176字
- 2021-07-30 10:30:21
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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Apache provides source as well as binary tarballs
and Debian
packages."
A block of code is set as follows:
$ sudomkdir -p /var/log/Cassandra $ sudochown -R `whoami` /var/log/Cassandra $ sudomkdir -p /var/lib/Cassandra $ sudochown -R `whoami` /var/lib/cassandra
Any command-line input or output is written as follows:
$ java –version java version "1.7.0_45"
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: "OrderPreservingPartitioner is similar to above with same challenges and additional limitation that it assumes that keys are UTF8 strings".
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Java Web開發學習手冊
- Getting Started with React
- MySQL 8 DBA基礎教程
- Java虛擬機字節碼:從入門到實戰
- Learning Selenium Testing Tools(Third Edition)
- 可解釋機器學習:模型、方法與實踐
- Oracle 18c 必須掌握的新特性:管理與實戰
- Yii Project Blueprints
- LabVIEW虛擬儀器入門與測控應用100例
- Java程序設計與項目案例教程
- Learning Android Application Testing
- SEO教程:搜索引擎優化入門與進階(第3版)
- Python 快速入門(第3版)
- Go Systems Programming
- 前端Serverless:面向全棧的無服務器架構實戰