-
INFO-Z(讀取系統資訊)
讀取系統資訊,例如CPU,MEMORY and BIOS information
ShellExecutewait("ProgressBar.exe")
#include
#include
#include
#include
#include
#include
#include
#RequireAdmin
$WinVerChk = RegRead("HKEY_LOCAL_MACHINE64SOFTWAREMicrosoftWindows NTCurrentVersion", "ProductName")
$fonttype= GUICtrlSetFont(-1, 8, 400, 2, "@Microsoft YaHei")
$fontcolor= GUICtrlSetColor(-1, 0xC0C0C0)
$Form1 = GUICreate("Info-Z_v1.0", 338, 266, -1, -1)
$tab = GUICtrlCreateTab(8, 8, 321, 249)
Systeminfo()
Func Systeminfo()
;System Information
_RunDOS("wmic csproduct get /format:list >> c:System.log")
_RunDOS("wmic bios get /forma
- 2022-03-02 03:36:24下载
- 积分:1
-
最基础最重要认真看
最基础最重要认真看-most basic seriously look at the most important
- 2023-04-23 18:50:03下载
- 积分:1
-
工厂反射
工厂模式,就是类似像工厂生产东西一样的意思。只需得到出厂的东西,具体怎么生产就不知道了。拿程序来说,就是自己定义一个类,这个类当中会有很多方法,而这些方法就是创建对象的作用,用这个类的人只需知道调用哪个方法得到哪个具体对象,至于怎么得到就不用管了。 反射机制,其实也很简单,就是一个类,可以利用反射机制得到自己有多少个方法,属性,方法名等等,这时候就可以判断这个类有无这个属性,或这个方法。从而调用该方法。 缓存机制,主要作用就是缓存一些数据。在这里不知道他到底有什么作用。但缓存机制就是起一个缓存,然后等下次调用的时候就直接从缓存中取数据。 这跟你的IE浏览器浏览网页是一个道理的。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-15 16:13:31下载
- 积分:1
-
本文介绍WTL的csplitterwindow作为应用的基本使用…
This article describes the basic use of WTL s CSplitterWindow as an application window divider and CPaneContainer as a host for child windows. The included demonstration project is 3-pane SDI application using vertical and horizontal splitters. Each splitter pane holds a pane container and one of the pane containers holds an edit control.
- 2023-02-25 08:05:03下载
- 积分:1
-
VC oscilloscope waveform drawing
VC实现示波器的波形绘图-VC oscilloscope waveform drawing
- 2023-05-15 13:15:04下载
- 积分:1
-
这是我找的java原代码,大家一起分享哦.
这是我找的java原代码,大家一起分享哦.-I find this is the java source code, we share oh.
- 2023-07-27 13:50:03下载
- 积分:1
-
一个在软件开发中的,动画实例,当初为了研究学校的上网管理软件EYOU而找到的源码,很有帮助.看看吧....
一个在软件开发中的,动画实例,当初为了研究学校的上网管理软件EYOU而找到的源码,很有帮助.看看吧.-one in software development, animation examples, The criteria for the study on the Internet management software EYOU to find the source and helpful. let"s see it.
- 2022-03-10 07:51:29下载
- 积分:1
-
VB写的ORACLE连接程序,可实现ORACLE数据的读写操作,
VB写的ORACLE连接程序,可实现ORACLE数据的读写操作,-VB wrote ORACLE link, which enables the Oracle data read and write operations,
- 2022-12-21 20:45:03下载
- 积分:1
-
一个注册表操作,很容易实现对注册表的操作!…
一个注册表操作类,可以很轻松地实现对注册表的操作!很好用!-a registry operations, it is easy to achieve the right to operate the registry! With good!
- 2023-04-17 19:50:03下载
- 积分:1
-
xp 形状的界面
xp 形状的界面-xp shape contact surface
- 2022-01-25 14:11:47下载
- 积分:1