- Neo4j High Performance
- Sonal Raj
- 135字
- 2021-07-23 20:17:09
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 are shown as follows: "This is equivalent to the assertSubGraph()
method of the GraphUnit API."
A block of code is set as follows:
<dependency> <groupId>org.Neo4j</groupId> <artifactId>Neo4j-kernel</artifactId> <version>2.1.4</version> <scope>test</scope> <type>test-jar</type> </dependency>
Any command-line input or output is written as follows:
# sudo service neo4j-service status
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: "Click on Finish to complete the package addition process."
推薦閱讀
- The Complete Rust Programming Reference Guide
- Spring 5.0 Microservices(Second Edition)
- Redis入門指南(第3版)
- Java性能權威指南(第2版)
- STM32F0實戰:基于HAL庫開發
- C語言實驗指導及習題解析
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- Extreme C
- Spring Security Essentials
- 并行編程方法與優化實踐
- Python 3快速入門與實戰
- 你真的會寫代碼嗎
- SQL Server 2014 Development Essentials
- Spring Boot 3:入門與應用實戰
- 流暢的Python