- 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.
- 程序員面試筆試寶典
- NativeScript for Angular Mobile Development
- 人臉識別原理及算法:動態人臉識別系統研究
- 網絡爬蟲原理與實踐:基于C#語言
- Python時間序列預測
- Linux Device Drivers Development
- Getting Started with Hazelcast(Second Edition)
- Visual Basic程序設計教程
- uni-app跨平臺開發與應用從入門到實踐
- Serverless Web Applications with React and Firebase
- iOS開發項目化入門教程
- Mobile Forensics:Advanced Investigative Strategies
- Testing Practitioner Handbook
- PHP從入門到精通(微視頻精編版)
- Python數據科學實戰