
Neo4j
一般的一天
这个作者很懒,什么都没留下…
展开
-
Neo4j入门教程1(看不懂我直接吃...)
寻找标签为student4并满足age=22和标签为student5并满足age=23的两个节点,创建一条关系friends,并赋予属性值“2020/10/1”,最后返回关系结果。找到标签为student4且属性age=ekko的节点,标签为student5且属性age=bob的节点,如果他们之间存在关系,查找两个节点student1,student2,在两个节点中创建新的关系classmate并返回结果。student4,属性值为:age:22,name:‘ekko’,tel:123456。原创 2023-10-15 16:03:28 · 1411 阅读 · 0 评论 -
ProtocolError: Cannot decode response content as JSON(终于解决)
错误的原因是第一次执行代码时,没有指定使用的数据库,我们将代码进行如下修改。当我们指定好使用的数据库名字时,这个问题就解决啦!当我们在执行如下代码时。原创 2023-10-11 11:33:38 · 709 阅读 · 0 评论 -
终于解决:Neo4j Neo.ClientError.Security.Unauthorized: The client is unauthorized due to authentication
3. 打开这个文件,按 Ctrl+F 搜索dbms.security,找到dbms.security.auth_enabled=true。2.这个时候不要慌张,直接打开Neo4j Desktop的安装目录,找到neo4j的conf文件。4. 修改为dbms.security.auth_enabled=false。1.在浏览器连接数据库时出现一下情况。5. 重启数据库,就成功了!原创 2023-10-11 11:29:45 · 10486 阅读 · 4 评论