随笔分类 -  笔记

摘要:https://smallpdf.com/cn/result#r=e3c848bcc1ee0864a7988827b5303ffb&t=pdf-to-excel 阅读全文
posted @ 2022-03-21 14:16 半日闲1 阅读(12) 评论(0) 推荐(0)
摘要:报错原因:对 None 进行迭代 d = {"aa": "1", "bb": "2", "cc": "345"} d2 = {"aa": "12", "bb": "02"} l1 = [d, d2] for item in l1: x = item.get("cc") if "3" not in x 阅读全文
posted @ 2022-03-21 13:18 半日闲1 阅读(866) 评论(0) 推荐(0)
摘要:import time import pymysql import cx_Oracle import os import re def fun(code, fb_flag): l = len(code) list1 = [] for string in code: list1.append(stri 阅读全文
posted @ 2020-06-30 14:03 半日闲1 阅读(234) 评论(0) 推荐(0)