随笔分类 -  Python

摘要:# self.g = Graph("http://localhost:7474", username="neo4j", password="xiaohui") self.g = Graph("http://neo4j:xiaohui@localhost:7474") 阅读全文
posted @ 2021-05-23 20:14 欣欣点灯 阅读(102) 评论(0) 推荐(0) 编辑
摘要:进入neo4j提供的可视化界面 输入: :server change-password 键入原密码及新密码,即可修改 浏览器的话,在system数据库中(:use system)执行下面命令 ALTER USER neo4j SET PASSWORD 'mynewpass'; 阅读全文
posted @ 2021-05-23 20:06 欣欣点灯 阅读(1329) 评论(0) 推荐(0) 编辑
摘要:1.安装java 11 2.配置java 环境变量 java_home path 3.安装neo4j 4.2.6 4.配置 neo4j环境变量 neo4j_home 阅读全文
posted @ 2021-05-23 11:35 欣欣点灯 阅读(203) 评论(0) 推荐(0) 编辑
摘要:访问Neo4j验证失败(The client is unauthorized due to authentication failure.) 修改neo4j.conf配置文件,取消验证机制,修改如下: 注释拿掉 dbms.security.auth_enabled=false 阅读全文
posted @ 2021-05-11 14:40 欣欣点灯 阅读(1753) 评论(0) 推荐(1) 编辑
摘要:import sys import re from typing import List import json from selenium import webdriver #from gjypjd.utils import exetcute_sql,if_headless #import pym 阅读全文
posted @ 2021-04-22 11:44 欣欣点灯 阅读(227) 评论(0) 推荐(0) 编辑
摘要:发现还是版本的原因,werkzeug的版本为1.0.0,这个版本中没有DispatcherMiddleware方法,所以还是降低版本。 注意降低版本不能低于0.15版本,因为我们的pyspider要求大于0.15版本以上 python -m pip uninstall werkzeug # 卸载 p 阅读全文
posted @ 2021-04-22 11:24 欣欣点灯 阅读(41) 评论(0) 推荐(0) 编辑
摘要:function sleep(d){ for(var t = Date.now();Date.now() - t <= d;); } mycars = new Array() newmycars = new Array() xxi=0 function initte() { var i =1; wh 阅读全文
posted @ 2021-04-22 10:57 欣欣点灯 阅读(103) 评论(0) 推荐(0) 编辑
摘要:http://www.python3.vip/ 阅读全文
posted @ 2020-02-21 18:55 欣欣点灯 阅读(2655) 评论(0) 推荐(1) 编辑
摘要:首先到官网下载安装python ,之后下载setuptools 进行安装。'python' 不是内部或外部命令可运行set PATH=%PATH%;C:\Python34安装完成之后,运行easy_installvirtualenv之后根据Scikit-learn requires:Python (... 阅读全文
posted @ 2015-09-18 09:58 欣欣点灯 阅读(612) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示