- Learning Cypher
- Onofrio Panzarino
- 195字
- 2021-07-16 11:50:26
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: "We can assign starting points to variables in the query using the START
keyword."
A block of code is set as follows:
START a=node(2), b=node(3) RETURN allShortestPaths((a)-[*]-(b)) AS path
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
MATCH (n:Employee {surname: {inputSurname}})
RETURN n
Any command-line input or output is written as follows:
# bin\Neo4jInstaller.bat install
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: "In the next page of the wizard, name the project, set a valid project location, and then click on Finish."
- 網絡服務器架設(Windows Server+Linux Server)
- 樂高機器人EV3設計指南:創造者的搭建邏輯
- Photoshop CS4經典380例
- Java開發技術全程指南
- MCSA Windows Server 2016 Certification Guide:Exam 70-741
- PyTorch深度學習實戰
- Mastering Elastic Stack
- 零起點學西門子S7-200 PLC
- Linux嵌入式系統開發
- Linux系統下C程序開發詳解
- 青少年VEX IQ機器人實訓課程(初級)
- Mastering Ansible(Second Edition)
- 工業機器人力覺視覺控制高級應用
- 工業機器人集成應用
- Creating ELearning Games with Unity