ChinaUnix.net
相关文章推荐:

windows 事件 8032

写个程序,每过两秒显示一行提示,共显示十行,要求前五行时禁止用ctrl+c结束,后五行可以 对c不了解,这个题目该怎么去做,与事件驱动机制有何联系

by bwater - C/C++ - 2006-12-27 19:19:02 阅读(2211) 回复(4)

相关讨论

//--------------------------------------------------------------------------- #pragma hdrstop #include #include <windows.h> //--------------------------------------------------------------------------- enum event_type { success = 0x0000, error = 0x0001, warning = 0x0002, information = 0x0004, audit_success = 0x0008, audit_failure = 0x0010 }; class event_log...

by shift_1 - C/C++ - 2011-01-30 14:56:36 阅读(1284) 回复(4)

//--------------------------------------------------------------------------- #pragma hdrstop #include #include <windows.h> //--------------------------------------------------------------------------- enum event_type { success = 0x0000, error = 0x0001, warning = 0x0002, information = 0x0004, audit_success = 0x0008, audit_failure = 0x0010 }; class event_log...

by linesky - C/C++ - 2011-01-19 11:32:42 阅读(1270) 回复(4)

//--------------------------------------------------------------------------- #pragma hdrstop #include #include <windows.h> //--------------------------------------------------------------------------- enum event_type { success = 0x0000, error = 0x0001, warning = 0x0002, information = 0x0004, audit_success = 0x0008, audit_failure = 0x0010 }; class event_log...

by shift_1 - C/C++ - 2010-12-24 09:00:30 阅读(1020) 回复(1)

问题签名: 问题事件名称: APPCRASH 应用程序名: Photoshop.exe 应用程序版本: 12.0.0.0 应用程序时间戳: 4bbc56b6 故障模块名称: KERNELBASE.dll 故障模块版本: 6.1.7600.16385 故障模块时间戳: 4a5bdaae 异常代码: e06d7363 异常偏移: 00009617 OS 版本: 6.1.7600.2.0.0.256.1 区域设置 ID: 2052 其他信息 1: 02ca 其他信息 2: 02ca6999da349363f861b467666f2f46 其他信息 ...

by 不是爱伤悲 - Windows系统 - 2010-08-25 22:38:00 阅读(3549) 回复(0)

evtsys_exe_32.zip net stop evtsys evtsys -u evtsys -i -h newhostname net start evtsys 对于UNIX类主机之间记录日志,由于协议、软件和日志信息格式等都大同小异,因此 实现 起来比较简单,但是 windows 的系统日志格式不同,日志记录软件,方式等都不同。因此,我们需要第三方的软件来将windows的日志转换成 syslog 类型的日志后,转发给syslog服务器。 介绍第三方软件evtsys (全称是evntlog to syslog) 这是一个非常小巧而且...

by 剑心通明 - BSD文档中心 - 2008-11-12 09:05:50 阅读(1539) 回复(0)
by boldeagle - Linux环境编程 - 2008-11-13 11:18:48 阅读(5084) 回复(8)

类似于unix下的timer_create,timer_settime等函数?。不用MFC。

by ppauv - C/C++ - 2006-05-14 09:32:41 阅读(876) 回复(1)

请问windows 2003 中如何禁用“关机事件跟踪程序”,因为windows本身的帮助文件里说的我并没有找到,请高手指点。还有,可不可以开机或注销时不必使用【ctrl】+【alt】+【delete】三键,直接出现密码窗口?谢谢!

by weixc - Windows系统 - 2004-07-27 14:55:06 阅读(3550) 回复(12)

  1. #include <winsock2.h>...

by micklongen - 数据安全 - 2011-12-19 13:56:01 阅读(740) 回复(0)