GKLBB

当你经历了暴风雨,你也就成为了暴风雨

导航

2023年5月3日 #

python 合并json

摘要: import jsonimport pandas as pd#for i in range(800):f1=open('.\\'+str(0)+'.txt', "r")data1 = f1.read() dic_str2 = json.loads(data1) for i in range(1,80 阅读全文

posted @ 2023-05-03 08:02 GKLBB 阅读(124) 评论(0) 推荐(0)

nginx配置找不到证书位置

摘要: 问题原因 nginx只能读取ngnix下的文件, 解决办法 把证书放置到conf目录下,在配置文件中写 conf\\cert.pem,注意如果是win就写\,如果是linux就写/目录路径 阅读全文

posted @ 2023-05-03 07:22 GKLBB 阅读(284) 评论(0) 推荐(0)

nginx配置不生效

摘要: 我配置如下,我开启了http转发到https,且开启了https功能,ssl证书是阿里免费申请的 #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error 阅读全文

posted @ 2023-05-03 07:18 GKLBB 阅读(329) 评论(0) 推荐(0)