05 2020 档案

摘要:import time, datetime, pytz time_n = "2020-05-14 15:15:38" time_format = time.strptime(time_n, "%Y-%m-%d %H:%M:%S") timestamp = int(time.mktime(time_f 阅读全文
posted @ 2020-05-14 16:00 骑驴老神仙 阅读(698) 评论(0) 推荐(0)
摘要:def generate_certificate_completion(self, data): """图片中插入数据""" from PIL import ImageFont, Image, ImageDraw from app_config import FONT_DATA_PATH from 阅读全文
posted @ 2020-05-09 10:26 骑驴老神仙 阅读(525) 评论(0) 推荐(0)