- Couchbase Essentials
- John Zablocki
- 184字
- 2021-07-23 20:27:51
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 explanations of their meanings.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "To update an existing document, we use the replace
operation."
A block of code is set as follows:
function(doc, meta) { emit(meta.id, null); }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
function(doc, meta) {
if (doc.type == "beer") {
emit(null, null);
}
}
Any command-line input or output is written as follows:
./cbq-engine–couchbase http://localhost:8091
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: "Brewery documents in the beer-sample bucket contain address information."
- scikit-learn Cookbook
- iOS面試一戰到底
- Visual Basic編程:從基礎到實踐(第2版)
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Servlet/JSP深入詳解
- Java項目實戰精編
- C語言程序設計學習指導與習題解答
- C# 8.0核心技術指南(原書第8版)
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- Learning Material Design
- Unity Character Animation with Mecanim
- Java EE 7 with GlassFish 4 Application Server
- Python Programming for Arduino
- TypeScript圖形渲染實戰:2D架構設計與實現
- 大規模語言模型開發基礎與實踐