- 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.
- ClickHouse性能之巔:從架構設計解讀性能之謎
- GeoServer Cookbook
- 深入理解Django:框架內幕與實現原理
- Java編程指南:基礎知識、類庫應用及案例設計
- Python零基礎快樂學習之旅(K12實戰訓練)
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Mastering AndEngine Game Development
- Visual Basic程序設計
- Selenium Testing Tools Cookbook(Second Edition)
- Learning Concurrent Programming in Scala
- MySQL從入門到精通(軟件開發視頻大講堂)
- JavaScript腳本特效編程給力起飛
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- C語言程序設計習題與實驗指導
- Backbone.js Testing