摘要: 添加链接描述这篇最好添加链接描述 阅读全文
posted @ 2019-03-10 22:59 luoganttcc 阅读(163) 评论(0) 推荐(0) 编辑
摘要: #coding:utf-8from py2neo import Graph,Node,Relationship ##连接neo4j数据库,输入地址、用户名、密码graph = Graph('http://localhost:7474',username='n... 阅读全文
posted @ 2019-03-10 17:02 luoganttcc 阅读(807) 评论(0) 推荐(0) 编辑
摘要: pip install py2neo==3.1.2 用py2neo 就用这个版本,否则新版会让你崩溃 阅读全文
posted @ 2019-03-10 15:34 luoganttcc 阅读(1038) 评论(0) 推荐(0) 编辑
摘要: MATCH (n) OPTIONAL MATCH (n)-[r]-() DELETE n,r 阅读全文
posted @ 2019-03-10 13:11 luoganttcc 阅读(927) 评论(0) 推荐(0) 编辑