Welcome![Sign In][Sign Up]
Location:
Search - logfile

Search list

[OS programLogFile

Description: 制作日志文件方法。大多数应用软件都包括系统日志的功能。-Method of making the log file. Most software applications include system log function.
Platform: | Size: 14336 | Author: luo | Hits:

[File Operatelogfile_src

Description: 日志封装类,帮助用户对程序运行时的日志处理,很好用的类。-a class of logfile,help you to manage runtime log
Platform: | Size: 2048 | Author: Scott | Hits:

[Linux-Unixlogfile

Description: Linux下的登陆文件,下载后请改文件类型为.tgz-Linux log files under the download after you change the file type. Tgz
Platform: | Size: 12288 | Author: 薛旭杰 | Hits:

[Sniffer Package captureIPcontrol

Description: 编制程序,监控网络,捕获一段时间内网络上的IP数据包,按IP数据包的源地址统计出该源地址在该时间段内发出的IP包的个数,将其写入日志文件中或用图形表示出来(建议用图形表示出统计结果)。 程序的具体要求如下: 用命令行运行:IPStatistic time logfile 其中,IPStatistic是程序名;time是设定的统计时间间隔(单位为分钟,比如,2表示2分钟);logfile表示统计结果写入的日志文件名(若用图形表示统计结果则可以不选这个参数)。 -Programming, monitoring network, to capture a period of time the IP packet network, according to the source address of IP packet statistics from the source address sent in the time period the number of IP packets will be written to the log file or out with a graphical representation of the (proposed results expressed graphically). Program specific requirements are as follows: Using the command line run: IPStatistic time logfile which, IPStatistic is the name of the program time is set statistics time interval (in minutes, for example, 2 for 2 minutes) logfile to write the log that results file name (if using graphical representation of the results can not vote for this parameter).
Platform: | Size: 3072 | Author: lhr | Hits:

[Windows DevelopLogTest

Description: ClogFileEx的事例 CLogFileEx是别人设计的日志记录类,我加入了事例代码 1、将ClogFileEx目录拷贝到工程所在目录 2、将两个文件加入到工程中 3、打开StdAfx.h 输入 #define LogFile 如果要关闭日志功能只需注释改行 4、在theApp中 定义public #ifdef LogFile CLogFile m_LogFile #endif 5、在应用程序InitInstance中 #ifdef LogFile m_LogFile.Set_cFileName("test.log") m_LogFile.Set_cModuleName(" View") m_LogFile.Set_cProcName(" PreCreateWindow") m_LogFile.AddRecord(" Start log\n\t") #endif 6、在JPClientWatch.h #ifdef _LOGFILE #include "CLogFileEx/LogFile.h" #endif 7、 在其他的引用地方输入: #ifdef _LOGFILE CLogTestApp* theApp= (CLogTestApp*)AfxGetApp() theApp->m_LogFile.Set_cModuleName(" View") theApp->m_LogFile.Set_cProcName(" PreCreateWindow") theApp->m_LogFile.AddRecord(" Start log\n\t") #endif -ClogFileEx example
Platform: | Size: 135168 | Author: cyc | Hits:

[OtherFehlerhandlingInterncpp

Description: CPP file of a Class which creates a logfile
Platform: | Size: 1024 | Author: Michael | Hits:

[Windows DeveloplogTail

Description: specific string find in log file. Usage: s [-n #] [-r] filename -n # : last # lines (default 10) -r : if you want to display first # lines, use this option. example) logtail -n 15 "..\Nkia Log\logfile.log"-specific string find in log file. Usage: s [-n #] [-r] filename -n # : last # lines (default 10) -r : if you want to display first # lines, use this option. example) logtail -n 15 "..\Nkia Log\logfile.log"
Platform: | Size: 4096 | Author: jun | Hits:

[Sniffer Package capture12345434234

Description: 设计并实现程序,捕获网络上的相关数据包(TCP、UDP),并分析这些数据包应用的协议、网络地址、端口号、数据包长度、协议头部信息等内容。 用命令行执行,显示相关结果并将数据写入日志文件。如运行Sniffer logfile;其中Sniffer是程序名,logfile表示捕获结果写入的日志文件名。或在此基础上用图形化界面实现上述功能。 -Design and implement procedures to capture relevant data on the network packet (TCP, UDP), and analyze the application of these packets protocol, network address, port number, packet length, protocol header information and so on. The command line in order to demonstrate the relevant results and write data to the log file. Such as running Sniffer logfile where Sniffer is a program name, logfile that capture the results of the log file name to write. On this basis, or the graphical interface used to achieve the above functions.
Platform: | Size: 93184 | Author: 乐乐 | Hits:

[Remote ControlRemote-Control-CPP

Description: 远程控制很详细的源代码 getimage reboot ip queryip hide autoboot keyboard logfile mouse client server ftp modreg sysinfo dialer client server-Remote control is very detailed source code getimage reboot ip queryip hide autoboot keyboard logfile mouse client server ftp modreg sysinfo dialer client server
Platform: | Size: 658432 | Author: charlesw0100 | Hits:

[File OperateLogFile

Description: 封装LOG写入的类.非常简洁,但使用很方便.-LOG writing class package. Very simple, but very easy to use.
Platform: | Size: 1024 | Author: 高飞 | Hits:

[Printing programLogFile

Description: 一个用于打印日志的类,打印字符不能超过1024,超出部分会被截断。-a class for log
Platform: | Size: 1024 | Author: jtgpw88 | Hits:

[File Operatelogfile

Description: 日志文件类操作,很是用,项目中使用的,对下载的人很有帮助-Log file class operation , it is used in the project to help people download
Platform: | Size: 3072 | Author: 文川 | Hits:

[Linux-Unixlogfile

Description: 此文件实现了普通WINDOWS程序中的日志功能 -This file implements the log function in the ordinary WINDOWS program
Platform: | Size: 5120 | Author: 张文 | Hits:

[Sniffer Package capturewangluoliuliangjiexi

Description: 是分析捕获网络中的IP数据包,解析数据包的内容,见个结果显示在标准输出上,并同时写入日志文件。 程序的具体要求如下: • 以命令行形式运行:ipparse logfile,其中ipparse是程序名,而logfile则代表记录结果的日志文件。 • 在标准输出、和日志文件中写入捕获的IP包的版本、头长度、服务类型、数据包总长度、数据包标识、分段标志、分段偏移值、生存时间、上层协议类型、头校验和、源IP地址和目的IP地址等内容。 -是分析捕获网络中的IP数据包,解析数据包的内容,见个结果显示在标准输出上,并同时写入日志文件。 The specific requirements of the program are as follows: • the form of a command line run: ipparse logfile where ipparse is the name of the program, the logfile is representative of the record the results of the log file. Write the version of the captured IP packets in the standard output, and log files, header length, type of service, packet total length of the packet identification, segmentation flag, fragment offset value, the survival time, the upper layer protocol type, header checksum, source IP address and destination IP address and other content.
Platform: | Size: 1950720 | Author: 鬼精灵是呆瓜 | Hits:

[Delphi VCLapplog

Description: DELPHI 日志源码 1、程序执行时会在当前目录下建立Logfile子目录并建 立为GBASXXXXXXXX.log的日志文件。XXXX部分表示 当前年月日,这个文件每天建立一个,你可以在程序 执行时改变系统时间看一下。 2、自动删除日志文件功能也可以通过多建立日志文件测试 3、按钮分别给出了从主进程、其他线程写日志文 件的方法,同时也证明不会产生内存冲突。-The DELPHI log source, when the program execution in the current directory, the Logfile subdirectory and the establishment of log files for GBASXXXXXXXX.log. XXXX represents the current date, this file is to establish a daily, you can change the system time to look at the program execution. 2, automatically delete the log file can also be tested by more than the establishment of the log file, the buttons were given to write the log file from the main process, the other threads, but also prove that does not produce a memory conflict.
Platform: | Size: 154624 | Author: 泪痕 | Hits:

[SQL Servergamutlogviewer

Description: GamutLogViewer© is log file, logfile, viewer that works with Log4J, Log4Net, NLog, and user defined formats. It supports filtering, searching, highlighting and many other useful features. This is a Windows application.-GamutLogViewer© is log file, logfile, viewer that works with Log4J, Log4Net, NLog, and user defined formats. It supports filtering, searching, highlighting and many other useful features. This is a Windows application.
Platform: | Size: 3072 | Author: duong | Hits:

[Linux-Unixlogfile

Description: NTFS kernel journal handling. Part of the Linux-NTFS project.
Platform: | Size: 8192 | Author: bajengpiu | Hits:

[Program docandroid--logfile

Description: android 写日志文件的方法,比较方便的读取文件,查找问题-Android to write the log file method, more convenient to read the file, find the problem
Platform: | Size: 2048 | Author: xubinglin | Hits:

[Internet-NetworkAnalyzeIPv4_WINSOCK.CPP

Description: 以命令行形式运行,解析IP数据包,将结果记录于logfile文件中,按ctrl+c退出-In the form of command-line operation, to resolve IP packets, the results recorded in the logfile document, according to ctrl+ C quit
Platform: | Size: 4096 | Author: thofde | Hits:

[Internet-NetworkAnalyzeIPv4_WINSOCK.CPP

Description: 以命令行形式运行,解析IP数据包,将结果记录于logfile文件中,按ctrl+c退出-In the form of command-line operation, to resolve IP packets, the results recorded in the logfile document, according to ctrl+ C quit
Platform: | Size: 4096 | Author: sackedMor | Hits:
« 1 2 34 »

CodeBus www.codebus.net