实例介绍
neo4j官网下载太慢了,附上CSDN的下载点。neo4j是图数据库,这个是社区版的,不要key,当然功能也很简单
【实例截图】
【核心代码】
fb8a0623-015a-4dc5-bc24-216aca11cfd1
└── neo4j-community-3.5.14
├── bin
│ ├── cypher-shell
│ ├── neo4j
│ ├── neo4j-admin
│ ├── neo4j-import
│ └── tools
│ ├── 2.x-config-migrator.jar
│ └── cypher-shell.jar
├── conf
│ └── neo4j.conf
├── lib
│ ├── activation-1.1.1.jar
│ ├── bcpkix-jdk15on-1.60.jar
│ ├── bcprov-jdk15on-1.60.jar
│ ├── caffeine-2.6.2.jar
│ ├── commons-compress-1.19.jar
│ ├── commons-configuration-1.10.jar
│ ├── commons-io-2.6.jar
│ ├── commons-lang-2.6.jar
│ ├── commons-lang3-3.8.jar
│ ├── commons-logging-1.1.1.jar
│ ├── commons-text-1.4.jar
│ ├── concurrentlinkedhashmap-lru-1.4.2.jar
│ ├── eclipse-collections-9.2.0.jar
│ ├── eclipse-collections-api-9.2.0.jar
│ ├── FastInfoset-1.2.16.jar
│ ├── istack-commons-runtime-3.0.8.jar
│ ├── jackson-core-asl-1.9.13.jar
│ ├── jackson-jaxrs-1.9.13.jar
│ ├── jackson-mapper-asl-1.9.13.jar
│ ├── jakarta.activation-api-1.2.1.jar
│ ├── jakarta.xml.bind-api-2.3.2.jar
│ ├── javax.servlet-api-3.1.0.jar
│ ├── jaxb-api-2.3.0.jar
│ ├── jaxb-runtime-2.3.2.jar
│ ├── jersey-core-1.19.3.jar
│ ├── jersey-server-1.19.3.jar
│ ├── jersey-servlet-1.19.3.jar
│ ├── jetty-http-9.4.17.v20190418.jar
│ ├── jetty-io-9.4.17.v20190418.jar
│ ├── jetty-security-9.4.17.v20190418.jar
│ ├── jetty-server-9.4.17.v20190418.jar
│ ├── jetty-servlet-9.4.17.v20190418.jar
│ ├── jetty-util-9.4.17.v20190418.jar
│ ├── jetty-webapp-9.4.17.v20190418.jar
│ ├── jetty-xml-9.4.17.v20190418.jar
│ ├── jPowerShell-1.9.jar
│ ├── jProcesses-1.6.4.jar
│ ├── jsr311-api-1.1.2.r612.jar
│ ├── lucene-analyzers-common-5.5.5.jar
│ ├── lucene-codecs-5.5.5.jar
│ ├── lucene-core-5.5.5.jar
│ ├── lucene-queryparser-5.5.5.jar
│ ├── neo4j-3.5.14.jar
│ ├── neo4j-annotation-processors-3.5.14.jar
│ ├── neo4j-ast-3.5-3.5.14.jar
│ ├── neo4j-bolt-3.5.14.jar
│ ├── neo4j-browser-3.2.26.jar
│ ├── neo4j-codegen-3.5.14.jar
│ ├── neo4j-collections-3.5.14.jar
│ ├── neo4j-command-line-3.5.14.jar
│ ├── neo4j-common-3.5.14.jar
│ ├── neo4j-concurrent-3.5.14.jar
│ ├── neo4j-configuration-3.5.14.jar
│ ├── neo4j-consistency-check-3.5.14.jar
│ ├── neo4j-csv-3.5.14.jar
│ ├── neo4j-cypher-3.5.14.jar
│ ├── neo4j-cypher-compiler-2.3-2.3.12.jar
│ ├── neo4j-cypher-compiler-3.1-3.1.9.jar
│ ├── neo4j-cypher-expression-3.4-3.4.17.jar
│ ├── neo4j-cypher-expression-evaluator-3.5.14.jar
│ ├── neo4j-cypher-frontend-2.3-2.3.12.jar
│ ├── neo4j-cypher-frontend-3.1-3.1.9.jar
│ ├── neo4j-cypher-interpreted-runtime-3.5.14.jar
│ ├── neo4j-cypher-ir-3.4-3.4.17.jar
│ ├── neo4j-cypher-ir-3.5-3.5.14.jar
│ ├── neo4j-cypher-logical-plans-3.4-3.4.17.jar
│ ├── neo4j-cypher-logical-plans-3.5-3.5.14.jar
│ ├── neo4j-cypher-planner-3.4-3.4.17.jar
│ ├── neo4j-cypher-planner-3.5-3.5.14.jar
│ ├── neo4j-cypher-planner-spi-3.4-3.4.17.jar
│ ├── neo4j-cypher-planner-spi-3.5-3.5.14.jar
│ ├── neo4j-cypher-runtime-util-3.5.14.jar
│ ├── neo4j-cypher-util-3.4-3.4.17.jar
│ ├── neo4j-data-collector-3.5.14.jar
│ ├── neo4j-dbms-3.5.14.jar
│ ├── neo4j-diagnostics-3.5.14.jar
│ ├── neo4j-expressions-3.5-3.5.14.jar
│ ├── neo4j-front-end-3.5-3.5.14.jar
│ ├── neo4j-fulltext-index-3.5.14.jar
│ ├── neo4j-graph-algo-3.5.14.jar
│ ├── neo4j-graphdb-api-3.5.14.jar
│ ├── neo4j-graph-matching-3.1.9.jar
│ ├── neo4j-import-tool-3.5.14.jar
│ ├── neo4j-index-3.5.14.jar
│ ├── neo4j-io-3.5.14.jar
│ ├── neo4j-jmx-3.5.14.jar
│ ├── neo4j-kernel-3.5.14.jar
│ ├── neo4j-kernel-api-3.5.14.jar
│ ├── neo4j-legacy-3.5.14.jar
│ ├── neo4j-logging-3.5.14.jar
│ ├── neo4j-lucene-index-3.5.14.jar
│ ├── neo4j-lucene-upgrade-3.5.14.jar
│ ├── neo4j-parser-3.5-3.5.14.jar
│ ├── neo4j-procedure-api-3.5.14.jar
│ ├── neo4j-push-to-cloud-3.5.14.jar
│ ├── neo4j-resource-3.5.14.jar
│ ├── neo4j-rewriting-3.5-3.5.14.jar
│ ├── neo4j-security-3.5.14.jar
│ ├── neo4j-server-3.5.14.jar
│ ├── neo4j-spatial-index-3.5.14.jar
│ ├── neo4j-ssl-3.5.14.jar
│ ├── neo4j-udc-3.5.14.jar
│ ├── neo4j-unsafe-3.5.14.jar
│ ├── neo4j-util-3.5-3.5.14.jar
│ ├── neo4j-values-3.5.14.jar
│ ├── netty-all-4.1.43.Final.jar
│ ├── opencsv-2.3.jar
│ ├── openCypher-frontend-1-3.4.17.jar
│ ├── parboiled-core-1.1.7.jar
│ ├── parboiled-scala_2.11-1.1.7.jar
│ ├── scala-library-2.11.12.jar
│ ├── scala-reflect-2.11.12.jar
│ ├── server-api-3.5.14.jar
│ ├── stax-ex-1.8.1.jar
│ ├── txw2-2.3.2.jar
│ ├── WMI4Java-1.6.1.jar
│ ├── zstd-jni-1.3.8-6.jar
│ └── zstd-proxy-3.5.14.jar
├── LICENSES.txt
├── LICENSE.txt
├── NOTICE.txt
├── plugins
│ └── README.txt
├── README.txt
└── UPGRADE.txt
6 directories, 131 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论