摘要:
# -*- coding: utf-8 -*-import uiautomationimport time def choose_one_cert(cert_name): p_names = '' p_names_childern = '' confirm_btn = '' try: p_names 阅读全文
posted @ 2023-07-11 14:06
你说夕阳很美
阅读(52)
评论(0)
推荐(0)
摘要:
import cv2 import numpy as np # 上传头像和显示头像的截图 upload_avatar_image = cv2.imread('11.jpeg') display_avatar_image = cv2.imread('33.jpeg') # 图像处理和比较 resize 阅读全文
posted @ 2023-07-11 11:06
你说夕阳很美
阅读(177)
评论(0)
推荐(0)
摘要:
import base64 import os def encode_base64(file): with open(file, 'rb') as f: img_data = f.read() base64_data = base64.b64encode(img_data) # 如果想要在浏览器上访 阅读全文
posted @ 2023-07-11 11:05
你说夕阳很美
阅读(1111)
评论(0)
推荐(0)
摘要:
import random import pypinyin def gen_mail(word): # 根据姓名生成邮箱号 s = '' for i in pypinyin.pinyin(word, style=pypinyin.NORMAL): s += ''.join(i) r = '' for 阅读全文
posted @ 2023-07-11 09:41
你说夕阳很美
阅读(186)
评论(0)
推荐(0)

浙公网安备 33010602011771号