自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (14)
  • 收藏
  • 关注

原创 VC++ 判断Server系统

BOOL IsWindowsServer(){ OSVERSIONINFOEXW osvi = { sizeof(osvi), 0, 0, 0, 0, {0}, 0, 0, 0, VER_NT_WORKSTATION }; DWORDLONG const dwlConditionMask = VerSetConditionMask( 0, VER_PRODUCT_TYPE, VER_EQUAL ); return !VerifyVersionInfoW(&o...

2020-12-01 20:51:22 230

原创 双击powershell脚本直接运行

打开注册表编辑器 regedit.exeHKEY_CLASSES_ROOT\Microsoft.PowerShellScript.1\Shell\修改默认为以下三个值中的一个:0 可双击和cmd执行。Edit 使用powershell_ise.exe打开。Open 使用记事本打开。

2020-07-20 16:34:27 1303

原创 VC++ 根据窗口句柄获取进程名和进程ID

CString GetProcessExeName(HWND hWnd){ CString strProcess; unsigned long dwPid = 0; ::GetWindowThreadProcessId(hWnd, &dwPid); HANDLE hProcess = OpenProcess(PROCESS_QUERY_INFORMATIO...

2020-05-08 16:33:08 3053

原创 c++判断当前登录账户是否在域环境内

判断当前是否在域环境的代码,找了很久总算找到了#include <Windows.h>#include <DSRole.h>#pragma comment(lib, "netapi32.lib")#include <stdio.h>int main(int argc, char ** argv){    DSROLE_PRIMARY_DOMAIN_INFO_BA...

2018-04-08 09:47:53 2472

Procmon.zip

Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. It combines the features of two legacy Sysinternals utilities, Filemon and Regmon, and adds an extensive list of enhancements including rich and non-destructive filtering, comprehensive event properties such session IDs and user names, reliable process information, full thread stacks with integrated symbol support for each operation, simultaneous logging to a file, and much more. Its uniquely powerful features will make Process Monitor a core utility in your system troubleshooting and malware hunting toolkit.

2019-08-03

procexp.zip

Ever wondered which program has a particular file or directory open? Now you can find out. Process Explorer shows you information about which handles and DLLs processes have opened or loaded. The Process Explorer display consists of two sub-windows. The top window always shows a list of the currently active processes, including the names of their owning accounts, whereas the information displayed in the bottom window depends on the mode that Process Explorer is in: if it is in handle mode you'll see the handles that the process selected in the top window has opened; if Process Explorer is in DLL mode you'll see the DLLs and memory-mapped files that the process has loaded. Process Explorer also has a powerful search capability that will quickly show you which processes have particular handles opened or DLLs loaded. The unique capabilities of Process Explorer make it useful for tracking down DLL-version problems or handle leaks, and provide insight into the way Windows and applications work.

2019-08-03

vc++获取磁盘smart信息

vc++ 获取磁盘smart信息 vc++ 获取磁盘smart信息 亲测可用

2018-04-25

WINDOWS核心编程第五版 pdf (非扫描版 内附代码)

本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。

2017-08-03

duilib入门进阶教程chm版.zip

简单易懂

2017-08-03

GDI+源码库

没什么可说的

2017-08-02

duilib界面库2017-01-16.zip

支持vs2013 比较喜欢的界面库

2017-07-31

duilib-master-2017-01-16.zip

很好用的三方界面库

2017-07-31

Windows-网络与通信程序设计.pdf

免积分 知识大家共享

2017-07-27

Objective-C基础教程(第2版).pdf

很好很全的开发教程 由浅入深 简单易懂 从"Hello,Word!"开始

2017-07-27

OpenGL_中文API.doc

没有长篇大论 很简单的结构介绍

2017-07-27

Linux命令大全.pdf

linux命令大全 很全很实用

2017-07-27

GDI+教程(C++中文版).pdf

内容详细 文字清晰 可作为手册值得参考 免积分

2017-07-26

Visual.C#.NET网络编程

Visual.C#.NET网络编程

2013-07-23

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除