原始数据如下: 转换后效果: 实现方式: -- 原数据 SELECT '[{"slot_seq":"1","status":"0","battery_sn":"K212EV14C3"},{"slot_seq":"10","status":"0","battery_sn":"K482GE13RT"}, ...
分类:
编程语言 时间:
2020-12-29 12:03:02
阅读次数:
0
1、管理索引库 (1)添加 初始查询结果: { "responseHeader": { "status": 0, "QTime": 1, "params": { "q": "*:*", "indent": "true", "wt": "json", "_": "1608643748789" } }, ...
分类:
数据库 时间:
2020-12-29 11:44:33
阅读次数:
0
系统 windows 命令 nginx -t 报错 nginx emerg invalid number of arguments in "root" directive.... 原因 root行配置最后没写分号导致,加上分号即可解决 ...
分类:
其他好文 时间:
2020-12-29 11:29:07
阅读次数:
0
作者:落阳 日期:2020-12-23 在一次项目开发中,决定使用docker+nginx+flask+mysql的技术栈来开发,用此系列文章记录开发的过程。 系列文章,当前为第一篇,记录一次python分布式web开发过程。 一、docker的安装 作为学生,想找到合适数量的计算机部署分布式系统是 ...
分类:
编程语言 时间:
2020-12-29 11:20:36
阅读次数:
0
Ceph日常监视集群状态cephstatusceph-sceph-wcephdf检查OSD状态cephosdstatcephosddumpcephosdtree检查MON状态cephmonstatcephmondumpcephquorum_status检查监视器群集的仲裁状态检查MDS状态cephmdsstatcephfsdump显示元数据群集的详细信息使用管理套接字ceph--admin-dae
分类:
其他好文 时间:
2020-12-28 11:57:05
阅读次数:
0
nginx启动报错:80端口被占用bind() to 0.0.0.0:80 failed (98: Address already in use) 解决: fuser -k 80/tcp 杀掉进程 重新启动nginx /usr/servers/nginx/sbin/nginx -s reload ...
分类:
其他好文 时间:
2020-12-28 11:55:14
阅读次数:
0
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #error_log "pipe:rollba ...
分类:
其他好文 时间:
2020-12-28 11:28:07
阅读次数:
0
一、编译部署Nginx 1.12 安装配置: [root@localhost ~]# groupadd nginx [root@localhost ~]# useradd -s /sbin/nologin -g nginx -M nginx [root@localhost ~]# systemctl ...
分类:
其他好文 时间:
2020-12-28 10:59:10
阅读次数:
0
nginx -s reload 有时候重新加载配置文件没有生效 检查/var/log/nginx/error.log [notice] 29410#0: signal process started [emerg] 2999#0: bind() to 0.0.0.0:9091 failed (13: ...
分类:
其他好文 时间:
2020-12-28 10:54:15
阅读次数:
0
uwsgi ? #添加配置选择 [uwsgi] http=:5000 #配置和nginx连接的socket连接 socket = 127.0.0.1:8001 #配置项目路径,项目的所在目录 chdir=/data/wwwroot/爱家/iHome-python #配置wsgi接口模块文件路径,也就 ...
分类:
其他好文 时间:
2020-12-25 12:32:53
阅读次数:
0