UCSD 비디오를 따라 Neo4j 실습을하고 있습니다. 나는 연습을 위해 제공된 대본을 자르고 붙인다. match (d {Name:'D'})-[:TO]-(b)
with collect(distinct b.Name) as neighbors
match (n)-[r:TO]->(m)
where
not (n.Name in (neighbors+'D'))
and
Neo4j 데스크탑을 컴퓨터에 다운로드했으며 설치 프로세스의 일부로 Java 8을 설치합니다. 지금 다운로드가 완료되면 다음 오류가 발생합니다 : Initialization error: Error: MD5 sum of the downloaded file did not match the expected value. Please try again! 이 문제는