Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - call record
Search - call record - List
日志系统包括七个 C++ 类:CLog, CFuncLog, IStoreLog, CWinLog, CFileLog, CAutoCritic, CLogSimpleLock。CLog 是所有日志模块中最主要的一个类,在大多数情况下,这个类在应用程序中最好是单实例的。但并不是必须的。重要性其次的一个类是 CFuncLog,这个类用于对函数调用的进入和退出进行记录。当然开发人员也可以使用这个类对任何数据进行日志记录-Log system, including seven C++ type: CLog, CFuncLog, IStoreLog, CWinLog, CFileLog, CAutoCritic, CLogSimpleLock. Clog log modules are the most important of all a category, in most cases, this class in the application are single examples of the best. But it is not necessary. Secondly the importance of a category are CFuncLog, this type of function call for the entry and exit record. Of course, developers can also use this category to any data logging
Date : 2026-01-10 Size : 42kb User : editasp

DL : 0
钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中,这样才能被各种相关联的应用程序调用。在WINDOWS中,日志钩子是个很特别的钩子,它只有全局钩子一种,是键盘鼠标等输入设备的消息在系统消息队列被取出时发生的,而且系统中只能存在一个这样的日志钩子,更重要是,它不必用在动态链接库中,这样可以省却了为安装一个全局钩子而建立一个动态链接库的麻烦。利用日志钩子,我们可以监视各种输入事件,下面的示例可以用来记录键盘的输入,当有按键发生时,自动记录按键动作的日期和时间以及当前激活的窗口名称。 根据网上教程编写并调试通过.-WINDOWS hook are message handling mechanism in a point, by installing a variety of hooks, the application can set the appropriate subroutine to monitor the messaging system, as well as the message arrive at these objectives deal with them before the window. A lot of the type of hook, each hook can be intercepted and processed the corresponding message, such as a keyboard hook keyboard can be intercepted message, the mouse can be intercepted mouse message hook, hook shell can be intercepted by the application to start and turn off the message, log hook can monitor and record input case. Hook into thread-specific hook and global hook, thread-specific hook to monitor only the specified thread, it is necessary to monitor the system all the threads must be used in the overall hook. The overall hook, hook function must be included in a separate dynamic-link library (DLL), this can be a variety of applications associated call. In WINDOWS, the log is a very special hook the hook, it is only a
Date : 2026-01-10 Size : 202kb User : changyou

DL : 0
设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 -Design and implementation of Unix " time" command. " Mytime" command from the command line arguments accepted to run the program, create a separate process to run the program, and record the program running time. In the Windows implementation: use CreateProcess () to create a process using WaitForSingleObject () between " mytime" command and the newly created process synchronous call GetSystemTime () to get the time
Date : 2026-01-10 Size : 3.23mb User : 孙继鹏

设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: ◦ 使用CreateProcess()来创建进程 ◦ 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 ◦ 调用GetSystemTime()来获取时间 -Design and implementation of Unix " time" command. " Mytime" command from the command line arguments accepted to run the program, create a separate process to run the program, and record the program running time. In the Windows implementation: ◦ Use CreateProcess () to create a process ◦ use WaitForSingleObject () between " mytime" command and the newly created process synchronization ◦ call GetSystemTime () to get the time
Date : 2026-01-10 Size : 1kb User : wenchangwei

本系统在设计时应该满足以下几个目标:  采用人机对话的操作方式,界面设计美观友好、操作灵活、方便、快捷、准确、数据存储安全可靠。  系统可以进行来电显示和来电接听等功能。  提供电话拨出功能,可以通过程序拨出电话。  提供客户管理功能,记录客户信息,并可以在拨出电话时以电话簿的形式显示客户信息。  提供电话录音功能,当电话接通时开始录音,当电话挂断时结束录音。  提供录音管理功能,可以通过程序修改录音文件的存储位置。  系统最大限度地实现了易维护性和易操作性。  系统运行稳定、安全可靠。 -The system should be designed to meet the following objectives:  man-machine dialogue mode of operation, beautiful and friendly interface design, operation flexible, convenient, fast, accurate, secure and reliable data storage.  system can receive Caller ID and caller ID functions.  provide telephone dial feature, you can make outgoing calls through the program.  provide customer management functions, record customer information and customer information can be displayed in the form of an outgoing call when the phone book.  provide telephone recording function, start recording when the phone is turned on, the end of the recording when the phone hang up.  provides audio management function, you can modify the storage location of the audio file by the program.  system to maximize the ease of maintenance and ease of operation.  system is stable, safe and reliable.
Date : 2026-01-10 Size : 4.46mb User : 黎武鑫
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.