自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 pip安装pytest的坑check_hostname requires server_hostname

家里电脑安装的时候 可顺了 pip install pytest 完成~ 可是公司电脑安装的时候总是报错:check_hostname requires server_hostname 百度了各种资料,最后发现是因为我开了翻墙软件。。。 吸取此次教训,翻墙软件不要一直开着,还有代理抓包巴拉巴拉 用完就关掉。。。 ...

2021-09-27 14:06:20 276

原创 navicat连接postgresql时报错:authentication method 10 not supported

修改配置文件: C:\postgreSQL\9.5\data\pg_hba.conf #"local" is for Unix domain socket connections only local all all trust # IPv4 local connections: host all all 127.0.0.1/32 trust # IPv6 local connections: host all all ::1/128 trust 连接成功!开森✿✿ヽ(°▽°)ノ..

2021-08-09 14:07:33 2880 3

原创 安装postgreSQL 报错:Problem running post-install step

1、postgreSQL官网下载,免费的 https://www.enterprisedb.com/downloads/postgres-postgresql-downloads 2、安装的时候发现有报错:忽略报错后,发现service找不到,无法启动 3、卸载postgreSQL 4、cmd,按住ctrl shift enter,进入管理员页面,输入net user查看有没有postgres用户,有就删除,没有就新增 删除:net user postgres /delete 新增:net

2021-08-09 12:56:14 1718 5

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除