摘要: 一、添加操作 1. 添加节点: create (x:学生{studentId:'1001',age:20} 2. 添加关系: 对现有的节点添加关系 match (x:学生{studentId:1001}),(y:教师{tid:'09'}) create (x)-[jx:课程{name:'高数'}]- 阅读全文
posted @ 2019-06-27 17:15 mzyn22 阅读(28808) 评论(3) 推荐(4)
摘要: 1. 从https://github.com/neo4j-contrib/neo4j-graph-algorithms/releases下载相应版本jar包,放到 C:\Users\Administrator\.Neo4jDesktop\neo4jDatabases\database-数据库ID\i 阅读全文
posted @ 2019-06-21 16:03 mzyn22 阅读(1413) 评论(0) 推荐(0)