CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - LoG

搜索资源列表

  1. MjLog

    0下载:
  2. 这是一个日志产生文件,可以用于所有的系统和所有的文件.但是这个比通常的日志产生文件更节省时间.使用了两个基本的日志类以方便使用-This is a log produced documents that can be used in all the system and all the documents. However, the ratio is usually generated by the log more time-saving. The use of the log two bas
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2791
    • 提供者:朱子奇
  1. LogDriver_demo

    0下载:
  2. 封装了 记录日志的功能 可重用 模仿Log4j 开发工具 VC-Packaging, a recorded log function reusable imitate Log4j development tools VC
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:44946
    • 提供者:田日天
  1. zxlog-LogWindowsMessages

    0下载:
  2. 一个LOG文件的源代码, 能把数据或消息写到一个文件或传个另外的程序. 有适用价值.-the source code, data or information can write a document or other out-of procedures. applicable value.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:15917
    • 提供者:叶子
  1. VC_Log_Test

    1下载:
  2. 一个打包好的写日志类,很方便的实现SACII,二进制日志文件的读写,用VC开发-a good package written log type, very easy to achieve SACII, binary log file read and write, using VC
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:35108
    • 提供者:zj
  1. Unit_LogSp

    0下载:
  2. 用TStrings实现的简易Log组件,自动文件名,计行数,限大小等功能-TStrings achieved using simple Log components, automatic file name, but a few dollars, and features such as size limits
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2203
    • 提供者:icc
  1. logmanager

    0下载:
  2. 该例子代码提供了很好的日志创建和日志目录自动创建管理过程类。-the example code provided a good log to create and automatically create log directory category management process.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:76164
    • 提供者:张连成
  1. clsLog

    0下载:
  2. 一个使用缓冲区实现的日志程序,源文件为一个类,供使用者调用。使用缓冲区的好处就不多说了。-use of a buffer to achieve the log, source documents for a class, call for users. The benefits of the use of the buffer zone is not more.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1995
    • 提供者:水中雁
  1. ck_RcvBrd_tools

    0下载:
  2. 广播接受监听工具,可以接受UDP数据包,同时可以定制5个端口接受,也可以监听多播数据,监听有完整的日值,写入日志文件,是udp网络通信不可多得的网络工具-Broadcasting accept monitoring tool can accept UDP data packets, which can be customized to accept five ports, can multicast data wiretapping, bugging a full day value, writ
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:21785
    • 提供者:checkyvc6
  1. Log

    0下载:
  2. 在调用程序所在目录下生成Log文件夹,在该文件夹下每天生成一个日志文件(如2004-07-03.log)
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2728
    • 提供者:姜国连
  1. log

    0下载:
  2. 自己封装的log日志方法,打日志,封装好了的方法,希望大家共用。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1988
    • 提供者:gaolianchi
  1. 写log的一个类

    0下载:
  2. 写log文件的一个类,当然也可以用作记录适时数据使用。该类使用了临界区、事件、文件读写、线程等技术,是学习这些技术非常有参考价值的实例.-write the log file a class, of course, can also be used for recording time data access. The use of such a critical, events, document literacy, threading technology, learning technol
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3631
    • 提供者:小建
  1. SystemLogger

    0下载:
  2. VC System Logger, display log and write log safely to file.
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:4623
    • 提供者:曾罗成
  1. LogLib

    0下载:
  2. This source producce a dll that can create date log file to log infrmation when the project is runtime
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:12299
    • 提供者:Chandana
  1. log

    0下载:
  2. delph下写日志文件的DLL封装,给有需要使用的朋友,记得一定要PCHAR传入哟-delph write the log file under the DLL package to the need to use a friend, remember to PCHAR incoming yo
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:69425
    • 提供者:川叶
  1. log

    0下载:
  2. 自己用VC ++ 写的一个写日志类。支持多线程、支持ASCII 、UNICODE编码,支持自定日志名,自动清楚7天以前的日志。使用非常方便。只需要生成一个对象,然后直接调用WRITE或者WRITEFORMAT函数就可以写日志了。类中有具体的使用说明,希望对你有用。- The use is convenient. Only needs to produce an object, then transferred WRITE or the WRITEFORMAT function directly
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:3387
    • 提供者:马伟
  1. log-code(BCB)

    0下载:
  2. 日志代码,BCB调试通过,单线程使用正常。每日一个日志文本,可设置天数,超过即覆盖最早的日志。 学习中,多线程应用好像不稳定,向大家学习更好的日志代码。-Log code, use the normal single-threaded. A daily log text, you can set the number of days over which overwrites the oldest log. Learning, multi-threaded applications like
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:591
    • 提供者:ZJ
  1. Create-a-log-file

    0下载:
  2. 该源码只有两个函数,第一个函数可以创建一个日志文件,第二个函数可以向日志文件中写入数据-The source only have two functions, a function can create a log file, the second function can be written to the log file data
  3. 所属分类:File Operate

    • 发布日期:2017-03-26
    • 文件大小:1085
    • 提供者:周洁
  1. Log

    0下载:
  2. C++ 日志模块,用于记录系统运行过程中的日志-C++ LOG
  3. 所属分类:文件操作

    • 发布日期:2017-03-30
    • 文件大小:1356
    • 提供者:devafree
  1. Log

    0下载:
  2. 日志类、程序调试必备、自动生成文件夹、自动删除文件-Log class, debugging necessary, automatically generate a folder, the file is automatically deleted
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:3394
    • 提供者:小小小瘋子
  1. Log

    0下载:
  2. 这是一个工作日志的输出类,用于C++Log日志输出-this is a c++ class for that when you want put out you work log!
  3. 所属分类:File Operate

    • 发布日期:2017-05-05
    • 文件大小:89722
    • 提供者:廖兴权
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com