搜索资源列表
log4cxx-0.9.7.tar
- 功能非常强的写日志程序,支持灵活的配置方式,可定义日志文件大小、记录不同级别的日志。-function very strong diary procedures, support flexible configuration, defined log file size, record different levels of log.
core_dumper_ver1.2
- 能把所有线程的数据和环境记录到文件,方便调试.
db_operate.tar
- SQILTE3的一些基本函数的封装,包括文件的创建,打开,添加记录,查询记录,删除记录,计算记录条数和总数
xindetiaoshi
- 我的文件管理设计中对于文件管理的功能主要有以下几个:输入文件(input), 从文件列表中删除一个记录(delete a record from list),保存文件(save), 查找文件(search record on table),文件的列表(list)
audCreIndex
- 查重,根据文件记录写索引树并根据索引查找重复话单。
linpop
- ubuntu 下开发的局域网聊天软件,可以接收消息和传送文件,查看聊天记录等-ubuntu chat software developed under the LAN, you can receive messages and transfer files, view chat history, etc.
firstGTK
- 一个基于GTK+的单词数值计算器,1、 按照规则计算单词的值,如果 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 26个字母(全部用大写)的值分别为 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,如: WINJACK这个单词的值就为:W+I+N+J+A+C+K=23+9+14+1+3+11=71% HARDWORK=H+A+R+D+W+O+
ICLSE-8.8.9.tar
- 监控linux指定目录,记录目录内文件增删改情况-Linux monitoring specified directory, record additions and deletions to directory files case
zuhegezhongjishu
- 组合各种技术对虚函数,文件提取,系统日志记录等进行组合,从而实现啦更大的功能-Combination of various technologies on virtual function, file extraction, system log records, etc. combination to achieve greater functionality
monitorfile
- Linux 平台下 ,监视文件的增加,删除,修改,监视文件夹和文件夹下的文件。将记录写入日志文件-Linux platform, the surveillance documents to add, delete, modify, monitor folders and files under the folder. Will be recorded into the log file
proctime
- 通过模块在proc在procfs中添加clock文件,里面记录通过current_kernel_time()方法获取的xtime值。里面包含Makefile和测试程序。通过make编译后加载模块。再运行测试程序-use a module to add a file named clock in the procfs.
Config
- 取/citic/switch/etc/Config.ini下的配置文件记录-Check Config.ini configuration file records under the
parse
- 高效率文件过滤API,使用窗口技术来过滤文件记录,用户可以自定义过滤条件及窗口大小。-High-efficiency paper filter API, using the window technique to filter paper records, the user can customize the filter conditions and the window size.
linuxdir
- linux遍历目录,能够修改成查找某个文件。或者某个目录,并且记录当前的路径。-linux traverse directory, can be modified to search for a file. Or a directory, and the record of the current path.
checkusb
- 检测usb存储设备,并保存访问记录到日志文件中。-Detect usb storage devices, and save access logs to the log file.
Linux
- 在Linux系统的/etc目录下有这样一个文件passwd,该文件里包含系统中所有用户信息的记录,记录里包含每个用户的如下信息:用户名、密码、用户ID、组ID、用户全名、用户主目录和用户登录所用的shell。请设计一个脚本(shell)程序能实现增加、删除、查找和显示特定用户信息的功能。你们可以通过创建一些UNIX/LINUX shell 脚本文件来满足以上需求。-In the Linux system,/etc directory there is such a file passwd, th
debug
- Linux 终端显示的缓冲是有限的(默认的显示几百行),所以如果我们程序printf行数较多,或者程序运行时间较长,难免有一些记录被冲掉,进而影响查看bug。特别是对随机的、少重现错错误,想通过屏幕上printf出来的数据调试,就难免困难一些,当然我们也可以使用重定向实现 程序>log.txt 但是这种方式,打印到文件上便不能显示到屏幕上了,所以有一定的局限性。 于是写了一个程序用意实现。 改程序有以下几个文件 Debug.c Debug.h
hdb-0.1
- 这是纯PHP编写的 HashTreeDB 类似 dbm 的数据库引擎. --------------------------------------------------- 1. hdb.class.php - 核心类 2. test_gen.php - 测试脚本, 生成全部 5位数字对应的 md5 值组成的数据库 00000 ~ 99999 (10万条记录) 生成文件 5MB 3. test_query.php - 测试查询 4. test_dra
DirMonitor.tar
- 1、程序遵守某一 License 2、程序用 C/C++编写,能通过 auto configure 进行配置、编译和安装,程序运行 在 Linux 上。 3、程序源码包以.tgz 或 tar.gz 方式提交。 4、程序有相关使用说明文档,如 Readme 等。 5、一旦该程序发现指定监视的目录中有文件或目录的变化,就将这些变化记录 到日志文件中,并实时输出至远程监控机的控制台上。 6、该程序有一个配置文件,服务启动时读取该配置文件,该程序也可以通过命 令行启动,此