上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: https://blog.csdn.net/weixin_40608713/article/details/114873070 阅读全文
posted @ 2022-07-19 14:02 hyd666kkk 阅读(27) 评论(0) 推荐(0)
摘要: import tkinter as tk import tkinter.messagebox import pickle #窗口 window=tk.Tk() window.title('欢迎进入学习系统') window.geometry('450x300+500+200') #画布放置图片 ca 阅读全文
posted @ 2022-06-30 17:57 hyd666kkk 阅读(123) 评论(0) 推荐(0)
摘要: 1、图片编译 import base64 def pictopy(picture_names, py_name): """ 将图像文件转换为py文件 :param picture_name: :return: """ write_data = [] for picture_name in pictu 阅读全文
posted @ 2022-06-29 17:23 hyd666kkk 阅读(135) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/Vc_AQKOW49cvw54KzImg2w 阅读全文
posted @ 2022-06-17 08:49 hyd666kkk 阅读(30) 评论(0) 推荐(0)
摘要: import sys import os rpath=os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(__file__)))) sys.path.append(rpath) from z_test.ut.common.h 阅读全文
posted @ 2022-04-26 15:08 hyd666kkk 阅读(64) 评论(0) 推荐(0)
摘要: list1s=list(r.json().get('Data').values()) list2s=''.join(list1s) print(list2s) 列表带数字时 digits = [1,2,3] s="".join('%s' %id for id in digits) str列表转成in 阅读全文
posted @ 2022-04-25 16:00 hyd666kkk 阅读(229) 评论(0) 推荐(0)
摘要: import time time.strftime('%Y-%m-%d__%H-%M-%S') from datetime import datetime dt = datetime.now() print(f'今天是:{dt.year}年{dt.month}月{dt.day}日 {dt.hour} 阅读全文
posted @ 2022-04-25 14:13 hyd666kkk 阅读(144) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-04-25 14:11 hyd666kkk 阅读(82) 评论(0) 推荐(0)
摘要: return JsonResponse(json.loads(songInfo),json_dumps_params={"ensure_ascii":False}) 加入:json_dumps_params={"ensure_ascii":False}参数即可! return HttpRespons 阅读全文
posted @ 2022-04-19 15:42 hyd666kkk 阅读(383) 评论(0) 推荐(0)
摘要: https://baijiahao.baidu.com/s?id=1707784126434682904&wfr=spider&for=pc 阅读全文
posted @ 2022-04-11 11:34 hyd666kkk 阅读(36) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 8 下一页