上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页
摘要: # -*- ecoding: utf-8 -*- # @ModuleName: test # @Funcation: # @Author: darling # @Time: 2022-07-28 15:29 import datetime import math import os import r 阅读全文
posted @ 2022-07-28 17:51 darling331 阅读(139) 评论(0) 推荐(0) 编辑
摘要: # -*- ecoding: utf-8 -*- # @ModuleName: test # @Funcation: # @Author: darling # @Time: 2022-07-28 15:29 import datetime import os import re import sys 阅读全文
posted @ 2022-07-28 16:43 darling331 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 需求背景 需求方,需要一批数据,统计当天的发货单量,组套单量,贴码单量,是属于三个不同维度的数据,且都是相互独立计算。 展示结果 | 时间 | 发货单量 | 组套单量 | 贴码单量 | 所属产品 | | | | | | | | 2022-05-17 | 21 | 20 | 15 | FF | | 2 阅读全文
posted @ 2022-07-28 15:12 darling331 阅读(87) 评论(0) 推荐(0) 编辑
摘要: pyCharm 访问步骤 File-->Settings-->File and Code Templates-->Python Script # -*- ecoding: utf-8 -*- # @ModuleName: ${NAME} # @Funcation: # @Author: darlin 阅读全文
posted @ 2022-07-28 15:08 darling331 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 记录一次生产环境的redis切换事故 生产环境redis切换,由原来的直连ip服务改为阿里的redis集群,出现了链接失败的错误 org.springframework.data.redis.RedisSystemException: Error in execution; nested excep 阅读全文
posted @ 2022-07-20 21:25 darling331 阅读(13489) 评论(0) 推荐(1) 编辑
摘要: 背景,表格创建时,直接把表格清空,防止历史数据进行干扰新的数据写入 import openpyxl # 保存Excel def saveExcel(codes): sheet_method(['Sheet2']) data = openpyxl.load_workbook("./source_fil 阅读全文
posted @ 2022-06-24 20:51 darling331 阅读(764) 评论(0) 推荐(0) 编辑
摘要: 使用 gunicorn -w 4 -b 0.0.0.0:8080 main:app 运行时,报错 TypeError: __call__() missing 1 required positional argument: 'send' from fastapi import FastAPI app 阅读全文
posted @ 2022-06-13 18:22 darling331 阅读(1253) 评论(0) 推荐(0) 编辑
摘要: python 使用uvicorn运行时报错module 'asyncio' has no attribute 'run' 很大可能是python的版本太低了 因为python3.7 及以后才支持run方法 或者是看一下你的项目文件里是不是命名了一个asyncio.py的文件,和运行的文件冲突了 阅读全文
posted @ 2022-06-13 18:15 darling331 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 进行fastApi开发时,发现源码swagger静态资源访问不到,可能是网址出现了问题宕机了,我们可以有以下几种方式进行处理 源码的请求位置fastapi.openapi.docs.py get_swagger_ui_html https://cdn.jsdelivr.net/npm/swagger 阅读全文
posted @ 2022-06-06 16:19 darling331 阅读(2139) 评论(0) 推荐(0) 编辑
摘要: 详细代码 # -*- ecoding: utf-8 -*- # @ModuleName: test002 # @Function: # @Author: darling # @Time: 2022-06-01 13:46 import os import re import sys import t 阅读全文
posted @ 2022-06-01 01:59 darling331 阅读(589) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页