main
HuangHai 3 weeks ago
parent 168c4bd926
commit 4c1bb1acc3

@ -59,3 +59,4 @@ if __name__ == '__main__':
your_json_data = json.load(f) your_json_data = json.load(f)
cypherText=json_to_cypher(your_json_data) cypherText=json_to_cypher(your_json_data)
executor.execute_cypher_text(cypherText) executor.execute_cypher_text(cypherText)
print("数据插入成功!")

@ -12,9 +12,9 @@ neo4j start
server.default_listen_address=0.0.0.0 server.default_listen_address=0.0.0.0
# 访问 # 访问
http://10.10.21.20:7474 http://127.0.0.1:7474
neo4j neo4j
DsideaL4r5t6y7u DsideaL147258369
密码默认neo4j 密码默认neo4j

Loading…
Cancel
Save