随笔分类 -  PythonStudio

摘要:UPX(Ultimate Packer for eXecutables)是一款广泛使用的开源可执行文件压缩工具,支持Windows、Linux、macOS等多平台,能够显著减小PE(.exe)、ELF(Linux可执行文件)、DLL(动态链接库)等二进制文件的体积,同时保持程序正常运行。以下是其核心 阅读全文
posted @ 2025-09-25 09:19 nxhujiee 阅读(277) 评论(0) 推荐(0)
摘要:# Powered By Python Studio, The best Python GUI IDE to download from glsite.com. import os from glcl import * class Form1(Form): def __init__(self, ow 阅读全文
posted @ 2025-09-24 17:16 nxhujiee 阅读(18) 评论(0) 推荐(0)
摘要:非可视组件 TOpenDialog TTimer 非可视组件对于终端用户来讲是不可见的。这种组件封装了功能行为,并允许开发者在Object Inspector中,通过设计时修改它的属性并为它提供事件处理程序,来修改组件的某一特征。这种非可视组件的样例有TOpenDialog、TTimer。这些非可视 阅读全文
posted @ 2025-09-08 01:30 nxhujiee 阅读(19) 评论(0) 推荐(0)