摘要: import psycopg2 from psycopg2 import sql import pandas as pd # 数据库连接配置 DB_CONFIG = { 'host': '', 'port': , 'user': '', 'password': '' } def get_databa 阅读全文
posted @ 2025-03-26 10:03 蒲公英PGY 阅读(51) 评论(0) 推荐(0)
摘要: import os import oss2 import json import logging import threading import traceback from concurrent.futures import ThreadPoolExecutor # 可配置参数 THREAD_CO 阅读全文
posted @ 2025-03-26 10:00 蒲公英PGY 阅读(57) 评论(0) 推荐(0)
摘要: import oss2 import re import logging from datetime import datetime import os # 配置可修改的参数 cutoff_year = 2024 # 需要删除该年份之前的文件 文件名中包含日期的文件 2024-01-01 cutof 阅读全文
posted @ 2025-03-26 09:54 蒲公英PGY 阅读(48) 评论(0) 推荐(0)