随笔分类 -  python

摘要:# coding: utf-8# import uiautomator2 as u2 import time from tqdm import tqdm from loguru import logger from ocr_test import OCR_UI2 class ClickTimeOut 阅读全文
posted @ 2024-03-15 14:24 冷光清坠落 阅读(21) 评论(0) 推荐(0) 编辑
摘要:# coding: utf-8# import uiautomator2 as u2 import time from tqdm import tqdm from loguru import logger from cnocr import CnOcr def calculate_centroid( 阅读全文
posted @ 2024-03-15 13:38 冷光清坠落 阅读(20) 评论(0) 推荐(0) 编辑
摘要:/*内部交易*/ CREATE TABLE `internal_txlist` ( `blockNumber` varchar(255) DEFAULT NULL, `tx_timeStamp` varchar(255) DEFAULT NULL, `hash` varchar(255) DEFAU 阅读全文
posted @ 2022-06-14 10:08 冷光清坠落 阅读(39) 评论(0) 推荐(0) 编辑
摘要:https://moby.gg/rankings?tab=Market SELECT address '钱包地址', COUNT (1) '持有nft项目数', SUM (balance) '持有nft个数', MAX (ct) '爬取时间' FROM `nft_analytics` WHERE t 阅读全文
posted @ 2022-06-10 18:26 冷光清坠落 阅读(60) 评论(0) 推荐(0) 编辑
摘要:from concurrent.futures import ThreadPoolExecutor import threading import time import sys sys.path.append(sys.path) test_list = [t for t in range(0,10 阅读全文
posted @ 2022-05-10 17:12 冷光清坠落 阅读(147) 评论(0) 推荐(0) 编辑
摘要:def sayhello(): print('hellopython') import pinyin import random def random_name(): # 删减部分,比较大众化姓氏 firstName = "赵钱孙李周吴郑王冯陈褚卫蒋沈韩杨朱秦尤许何吕施张孔曹严华金魏陶姜戚谢邹喻水云 阅读全文
posted @ 2021-01-04 13:05 冷光清坠落 阅读(648) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示