- Cassandra Design Patterns(Second Edition)
- Rajanarayanan Thottuvaikkatumana
- 168字
- 2021-07-09 20:59:16
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: "In the Order
table, CustomerId
is a foreign key referring the CustomerId
of the Customer
table."
A block of code is set as follows:
CREATE KEYSPACE PacktCDP1 WITH replication = {'class': 'SimpleStrategy', 'replication_factor' : 3}; USE PacktCDP1; CREATE TABLE CustomerOrder ( CustomerId bigint, OrderId bigint, CustomerName text static, Email text static, OrderDate timestamp, OrderTotal float, PRIMARY KEY (CustomerId, OrderId) )
Any command-line input or output is written as follows:
USE PacktCDP1; list CustomerOrder; Using default limit of 100 Using default cell limit of 100 RowKey: 1 => (name=1:, value=, timestamp=1433970886092681) => (name=1:customername, value=4d61726b2054686f6d6173, timestamp=1433970886092681)
推薦閱讀
- 數據庫系統教程(第2版)
- AIRAndroid應用開發實戰
- Scratch真好玩:教小孩學編程
- The Complete Coding Interview Guide in Java
- 利用Python進行數據分析(原書第3版)
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Learning Image Processing with OpenCV
- Visual Basic 程序設計實踐教程
- 3D Printing Designs:The Sun Puzzle
- Learning WordPress REST API
- H5匠人手冊:霸屏H5實戰解密
- Cinder:Begin Creative Coding
- Learning Google Apps Script
- Java無難事:詳解Java編程核心思想與技術
- 青少年編程魔法課堂:Python圖形化創意編程