- 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."
- 蕩胸生層云:C語(yǔ)言開(kāi)發(fā)修行實(shí)錄
- 返璞歸真:UNIX技術(shù)內(nèi)幕
- 嵌入式Linux上的C語(yǔ)言編程實(shí)踐
- 工業(yè)機(jī)器人入門實(shí)用教程(KUKA機(jī)器人)
- 城市道路交通主動(dòng)控制技術(shù)
- 完全掌握AutoCAD 2008中文版:綜合篇
- 工業(yè)機(jī)器人應(yīng)用案例集錦
- Chef:Powerful Infrastructure Automation
- Building a BeagleBone Black Super Cluster
- INSTANT Heat Maps in R:How-to
- 網(wǎng)絡(luò)存儲(chǔ)·數(shù)據(jù)備份與還原
- Practical AWS Networking
- PHP求職寶典
- ARM體系結(jié)構(gòu)與編程
- 系統(tǒng)建模與控制導(dǎo)論