搜索资源列表
linux log
- linux 下输出日志的
log.rar
- 在Unix/Linux下C++编程,写日志文件是重要的调试手段。提供一个写log的类,用起来很方便。如log.logwrite("hello, s\n", somestring) 与printf函数一样的参数用法。,class of log to file, for C++ under Unix/Linux.
LinuxLog.rar
- linux日志采集程序,可以实现对linux主机的系统日志进行采集分析,linux log collection procedures, can be achieved on the linux host system log collection analysis
jinchengtongxin
- linux下网络通信 udp协议 实现:广播通知客户端登陆或退出 接受消息并通知所有客户端; 客户端接受服务器发来的消息。-linux udp protocol for network communication: radio to inform the client log in or out of receiving messages and inform all clients client accepts the server sent the message.
qq2008_console_client
- qq2008贺岁版协议控制台客户端,同时支持linux和win32版。本人修正其一处错误,确保在mingw平台下编译通过。linux下我没试~~编译需设置pthread库(包中已有)最简单的办法是把.a库直接扔到mingw的lib目录下.h文件到include目录 可以实现登录 退出 聊天 群聊 等功能 -Hesuiban agreement qq2008 console client, while supporting linux and win32 versions. The fir
wu
- linux C 写的图书馆学生登入界面源码-linux C library written by students log source interface
Linux_syslog
- System log configuration of Linux
linux
- 当你想创建一个sandbox给你的系统用户时,本程序非常有用。- This can be very useful if you want to create a sandbox for users on your system, or just log general activity.
wlet
- linux 下 ftp 和 telnet 功能结合的一个服务器源码,可实现服务器端和客户端基本shell 命令,及上传下载文件功能,无需帐号认证 - 1 no count and no authentication , the shell running level result in who run the server in server side 2 basic ftp transferring functions as get files (g files ) and
php-login-script-v1.0
- PHP编写的用户登录 注册程序 通过MYSQL数据验证 密码修改等功能-Requirements - MySQL 3.x or later - PHP 4+ with GD Library - Apache Server - Linux How to Install 1. First create a mysql database (say phplogin) for a particular user name (say guest) and pass
Linuxdrivercollect
- linux驱动程序日志整理,非常容易理解-Log collated linux driver, very easy to understand
android_log
- 分别在Linux和Android中用C语言写系统日志, 有代码和程序说明-Linux and Android in the C language used to write the system log, there are codes and procedures that
log
- 这是一个 一个简单的写log文件, 可用于windows linux-This is a simple one to write a log file can be used for windows linux
debug
- Linux 终端显示的缓冲是有限的(默认的显示几百行),所以如果我们程序printf行数较多,或者程序运行时间较长,难免有一些记录被冲掉,进而影响查看bug。特别是对随机的、少重现错错误,想通过屏幕上printf出来的数据调试,就难免困难一些,当然我们也可以使用重定向实现 程序>log.txt 但是这种方式,打印到文件上便不能显示到屏幕上了,所以有一定的局限性。 于是写了一个程序用意实现。 改程序有以下几个文件 Debug.c Debug.h
linux-log-rw
- LINUX下程序日志文件的读取与写入。直接调用即可。-LINUX log file under the program to read and write. Can be called directly.
Linux
- (美)奈米斯写的关于Linux系统管理的很经典的一本书,分为引导和关机,超级用户的权力,进程控制,文件系统,添加新用户,增加硬盘,系统日志与日志文件,TCP/IP网络等章节-(U.S.) Naimi Si wrote about Linux system management is the classic book, divided into boot and shutdown, power users the power, process control, file system, add n
Linux2440portinglog
- Linux+2440移植日志.Linux+2440移植日志-Linux+2440 transplantation log. Linux+2440 transplantation log
lwatch-0.5.tar
- linux下日志信息获取、分析、处理的程序-linux under the log information acquisition, analysis, processing procedures
log
- LINUX下的多线程日志文件系统,本代码其于ACE日志系统思想而实现。-LINUX log files under the multi-threaded system, the code logs its ideological ACE achieved.
log
- 在unix/linux环境下运行应用程序时,如何记录运行的日志-how to log an outcome into a text from a running program under unix/linux platform