10 2021 档案
摘要:SQL server迁移MySQL后自增设置并未迁移至MySQL 批量设置脚本 import pymysql def dictfetchall(cursor): # 获取游标描述 desc = cursor.description return [ dict(zip([col[0] for col
阅读全文
摘要:import json, random, requests, hashlib, traceback # 配置 FACERECOGNITION_SETTING = { 'access_token_usl': "https://miniprogram-kyc.tencentcloudapi.com/ap
阅读全文
摘要:时间日期相关 # 格式化时间戳 time.strftime("%Y-%m-%d", time.localtime( time.time() )) %y 两位数的年份表示(00-99 %Y 四位数的年份表示(000-9999) %m 月份(01-12) %d 月内中的一天(0-31) %H 24小时制
阅读全文

浙公网安备 33010602011771号