logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

neo4j 通过连接mysql 动态取数据图形展示 python

neo4j 通过连接mysql 动态取数据图形展示 pythoncoding:utf-8from py2neo import Graph, Node, Relationship,NodeMatcherimport MySQLdbdef createnode():sql = “select * from neo4j;”cursor.execute(sql)results = cursor.fetch

#mysql#python#数据库 +2
到底了