搜索资源列表
inotify-sample.tar
- Linux平台文件目录监控样例代码,实现了文件添加删除修改等操作的监控。-File directory monitor Linux platform sample code implements the file operations such as Add or Remove to modify the monitoring.
inotify
- 利用linux的inotify机制,监控文件夹的变化,包括新建立的子文件夹-Using linux' s inotify mechanism, monitoring changes in the folder, including the newly created sub-folders
inotify-tools-3.13.tar
- 这是Linux上的Inotify的重要工具补丁,可以使用户使用Inotify来探测文件/目录修改-This is Linux, an important tool for the Inotify patch that allows users to use Inotify to detect the file/directory changes
filemanager[1].tar
- 好象适用于嵌入式的文件管理器不多,至少本人没见着。所以自已编写了一个。 在QT4.6.1的X11版和QVFB版,embedded版上都编译通过可以运行,windows下应该也可以正常编译和工作,没试过。 主要功能是实现文件的图标列表和树列表显示,并可以复制粘贴和删除文件。界面操作为了配合触摸屏操作,没有右键弹出菜单,而是直接点左键就弹出菜单。 程序不算复杂,主要用到了QFileSystemModel,QListView,QTreeView三个控件。界面上实现了图标化
inotify
- 本应用核心功能为监控系统给定目录下的文件变化情况。实现该项功能可以利用 Linux 2.6.13内核中新引入的文件系统变化通知机制inotify实现-Application of the core functions of the monitoring system files under the given directory changes. The realization of the Linux 2.6.13 kernel function that can be introduced
DirMonitor-1.0.tar
- 这是一个linux中检视文件夹目录的程序 运用系统调用inotify-This is a linux directory in the folder to view the program using inotify system calls
watching-of-files-through-inotify
- 在Linux系统下,利用inotify机制,检测文件系统的变化。当文件系统发生变化时,如新建文件,删除文件等等,输出文件目录,变化等。-watch the change of files through inotify under Linux systm.
inotifyd
- simple inotify daemon reports filesystem changes via userspace agent for Linux.
inotify-sample
- inotify 示例 在日常工作中,人们往往需要知道在某些文件(夹)都有那些变化。Linux为此设计了inotify机制,它可以实时地报告linux文件系统的相关事件。-inotify sample Inotify (inode notify) is a Linux kernel subsystem that acts to extend filesystems to notice changes to the filesystem, and report those changes t
usb_mouse_monitor
- 这是Qt利用linux的inotify机制写的USB鼠标监测,可动态识别插拔,亲测效果。插拔事件已通过信号与槽表现出来。-This is the Qt use linux s inotify monitoring mechanism to write to the USB mouse, you can dynamically identify plug, pro-test results. Plug event has manifested through the signals and slo
inotify
- Inode based directory notification for Linux.
inotify_user
- inotify support for userspace for Linux v2.13.6.
inotify_fsnotify
- inotify support for userspace Source Code for Linux.
fdinfo
- CONFIG INOTIFY USER for Linux v2.13.6.
inotify
- Inode based directory notification for Linux.
inotify
- Inode based directory notification for Linux.
inotify-sample
- notify 是一个 Linux特性,它监控文件系统操作,比如读取、写入和创建。Inotify 反应灵敏,用法非常简单,并且比 cron 任务的繁忙轮询高效得多。学习如何将 inotify 集成到您的应用程序中,并发现一组可用来进一步自动化系统治理的命令行工具。-Inotify is a Linux feature that monitors file system operations such as read, write, and create. Inotify is responsive
test_inotify
- 使用linux inotify机制监听文件的变化,比如文件修改,文件创建,文件删除等(watch the status of file or dir by linux inotify, include modify file, create file or dir)