- 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."
推薦閱讀
- Python自動化運維快速入門(第2版)
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- HoloLens Beginner's Guide
- 趣學Python算法100例
- Reactive Programming With Java 9
- MATLAB定量決策五大類問題
- Learning Python by Building Games
- C#程序設計
- ASP.NET程序設計教程
- Extending Puppet(Second Edition)
- Mastering Android Game Development
- Internet of Things with ESP8266
- Instant PHP Web Scraping
- Python 3.7從入門到精通(視頻教學版)
- PHP與MySQL權威指南