最新发布第106页
排序
返回运行进程的内存或 IO 信息数组
ProcessGetStats 返回运行进程的内存或 IO 信息数组. ProcessGetStats ( ['进程' [, 类型 = 0]] ) 参 数 进程 [可选] 进程的名称或者PID. 默认值(-1) 表示当前进程. 类型 [可选] 0 = (默认) 内...
AU3宏指令参考 – 完整宏指令列表
宏 指 令 描 述 @AppDataCommonDir 应用程序数据文件夹路径 (译注: WinXp 为 'Application Data' 文件夹路径; 对于 Win7/8, 为 'ProgramData' 文件夹路径) @AppDataDir 当前用户应用程序数据文...
Edit Control 编辑框控件之EN_KILLFOCUS消息使用 [大三TJB_708]
Edit Control控件的EN_KILLFOCUS消息即当鼠标光标从编辑控件内离开时对应的消息。利用此消息就可以在光标离开当前Edit Control编辑框后就判断刚刚的输入是否合理。如果不合理再将光标置回编辑框...
NSIS用法注释
;this is a test comment #this is a test comment too, /*this is a test comment too*/ ;MessageBox MB_OK 'hi test!' ;MessageBox MB_OK '$\'A quote from a wise man$\' said the wise man'...
NSIS 重启Explorer
FindWindow $0 'Progman' 'Program Manager' System::Call User32::GetWindowThreadProcessId(ir0,*i.r0) System::Call Kernel32::OpenProcess(i0x0001,i,ir0)i.r0 System::Call Kernel32::Term...
NSIS 获取物理内存
!addplugindir . Name Memory OutFile Memory.exe XPStyle on InstallColors /windows ShowInstDetails show RequestExecutionLevel admin Page instfiles Section Install # 获取系统已识别的...
NSIS制作安装文件全攻略(二)
#========================================================================================= ; 头文件 !include 'MUI.nsh' !include 'Sections.nsh' !include 'LogicLib.nsh' #============...
NSIS制作安装文件全攻略(一)
NSIS 大体布局如下: 预设参数(包括外部压缩器选择、编译选项、宏定义以及文件包含等) 普通安装设置 自定义函数 安装程序区域内容 安装程序回调函数及其相关函数定义 卸载程序区域内容 卸载程...
怎么样判断多个文件是否存在?
IfFileExists $DIR1\file11.ext 0 lb_1111111111 IfFileExists $DIR1\file12.ext 0 lb_1111111111 IfFileExists $DIR1\file13.ext 0 lb_1111111111 IfFileExists $DIR2\file21.ext 0 lb_1111111...
用户34026710 2小时前0
谢谢分享用户91492873 7小时前0
解压密码是什么用户88963557 7小时前0
多谢楼主分享用户94979084 8小时前0
感谢分享用户63527747 20小时前1
非常非常感谢!这玩意是神器!用户87566487 20小时前0
谢谢分享