搜索资源列表
log.rar
- 在Unix/Linux下C++编程,写日志文件是重要的调试手段。提供一个写log的类,用起来很方便。如log.logwrite("hello, s\n", somestring) 与printf函数一样的参数用法。,class of log to file, for C++ under Unix/Linux.
telnet.c
- 一个小的telnet程序与大家共享,/* 本程序支持如一些参数: * --host IP地址 或者 -H IP地址 * --port 端口 或者 -P 端口 * --back 监听数量 或者 -B 监听数量 * --dir 服务默认目录 或者 -D 服务默认目录 * --log 日志存放路径 或者 -L 日志存放路径 * --daemon 使程序进入后台运行模式 */ -A small telnet program to share with you
wu
- linux C 写的图书馆学生登入界面源码-linux C library written by students log source interface
mylog
- 一个很好的记日志的程序,在程序里输出日志很方便-a good use log c implement
C
- 最直接的IE启动。。。。。。。。。能简单点的使用与登录器-The most direct restart IE. . . . . . . . . To the use of simple devices with the log
demo
- MiniGUI程序开发起来源码范例,包括HelloWorld、登录范例、BM、五子棋等。-MiniGUI development with source code examples, including the HelloWorld, log example, BM, etc. Gobang.
android_log
- 分别在Linux和Android中用C语言写系统日志, 有代码和程序说明-Linux and Android in the C language used to write the system log, there are codes and procedures that
log4c-1.2.1.tar
- 很好的日志工具,全是c源代码,用于代码调试。-the toos of producing the logs of your programs running and debugging.
log
- 自己写的简洁方便的日志函数,用于调试C或C++程序,很好用。不完善,忘有意者共同修改。-simple and well-used log function that I write by myself.
richard-log-v1.04
- 一网友写的高效日志模块,源代码和测试用例。-An Internet user to write high-performance logging module, source code and test cases.
debug
- Linux 终端显示的缓冲是有限的(默认的显示几百行),所以如果我们程序printf行数较多,或者程序运行时间较长,难免有一些记录被冲掉,进而影响查看bug。特别是对随机的、少重现错错误,想通过屏幕上printf出来的数据调试,就难免困难一些,当然我们也可以使用重定向实现 程序>log.txt 但是这种方式,打印到文件上便不能显示到屏幕上了,所以有一定的局限性。 于是写了一个程序用意实现。 改程序有以下几个文件 Debug.c Debug.h
mmtrie
- 写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点. 简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0, 如果需要set value为0的话自己+1, 出来的时候-1就好了.-Write the start
loghound.c
- used for log mining.Used in network security
log
- 在unix/linux环境下运行应用程序时,如何记录运行的日志-how to log an outcome into a text from a running program under unix/linux platform
any
- log.c Based on err.c, which was adapted OpenBSD libc err warn code. -log.c Based on err.c, which was adapted OpenBSD libc err warn code.
ctor_default
- log.c Based on err.c, which was adapted OpenBSD libc err warn code. -log.c Based on err.c, which was adapted OpenBSD libc err warn code.
log
- c++编写的,用来实现程序的日志文件生成,日志信息写入,日志的删除等功能,实现程序的跟踪调试。非常好用的代码,项目实现。-c++ prepared to implement the program generates log files, log information is written, and delete functions log for tracking debugger.
log
- 基于LINU X平台的日志模块实现,日志输出模块,功能如下: 1. 记录日志到文件,按日期和大小进行归档 2. 日志的输入格式和printf的格式相同 3. 支持对日志文件进行压缩(Logging module implementation)
zlog使用指南及实例
- 提供C程序日志工具zlog的使用指南及实例程序(writing log with zlog in C progrming)
LoopFile
- 项目中需要日志记录模块程序,从其他地方下载而来该程序很不错,可作为参考使用。(The project needs to log the module program, download from other places and come to the program is very good, can be used as a reference.)