You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
533 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Neo4J下载安装
https://blog.csdn.net/weixin_44455665/article/details/141463014
https://neo4j.com/deployment-center/#enterprise
https://neo4j.com/artifact.php?name=neo4j-community-2025.01.0-windows.zip
解压缩到D:\neo4j-community-2025.01.0\bin
# 安装服务
cd D:\neo4j-community-2025.01.0\bin
neo4j windows-service install
neo4j start
# 访问
http://127.0.0.1:7474
neo4j
neo4j
密码修改为DsideaL4r5t6y7u
# 通过python操作neo4j
https://blog.csdn.net/sinat_20471177/article/details/134056788