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.
|
|
|
|
# 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
|