2024年10月3日

以鼠标位置进行图像非中心zoom

摘要: #coding=utf-8 # Reference # tkinter的Label控件以及三种布局管理方法 # https://www.cnblogs.com/jackie-lee/p/16191662.html # python 对话框图形界面显示图片 # https://blog.csdn.ne 阅读全文

posted @ 2024-10-03 18:53 Maddock 阅读(9) 评论(0) 推荐(0) 编辑

python findAllfile

摘要: import os def findAllfile(path, allfile): filelist = os.listdir(path) for filename in filelist: filepath = os.path.join(path, filename) # print(filepa 阅读全文

posted @ 2024-10-03 10:35 Maddock 阅读(5) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示