目 录
摘 要
关键词
Abstract
Key words
前言
1 Linux操作系统
1.1 Linux操作系统的产生及发展
1.2 Linux操作系统的特点
1.2.1自由开放软件
1.2.2 真正的多任务多用户
1.2.3 UNIX的完整实现
1.2.4完全符合POSIX标准
1.2.5良好的用户界面
1.2.6 强大的网络功能
1.2.7 良好的可移植性
1.2.8设备独立性
2 界面设计工具——QT
2.1 QT发展历史
2.2 QT优点
2.2.1 优良的跨平台特性:
2.2.2 面向对象
2.2.3丰富的 API
2.3 KDE 和GNOME
2.4 QT的安装
2.4.1 获取源代码
2.4.2 解压缩
2.4.3 生成Makefile
2.4.4编译
2.4.5 安装
2.4.6 编程环境的设置
2.5 QT信号与槽机制
3 Linux虚拟文件系统
3.1 虚拟文件系统概述
3.2 VFS支持的文件系统可以划分为三种类型:
3.3 VFS功能
4 界面的实现
4.1发送端界面的实现
4.2 接收端的界面实现
4.3 锚接部件界面的实现
4.4 主窗口界面的现实
4.4.1 菜单栏
4.4.2状态栏
4.4.3 工具栏
4.4.4 中心部件
5 后台的实现
5.1 发送端后台实现
5.2 接收端后台实现
5.3锚接部件后台的实现
5.3.1 文件的搜索
5.3.2 修改文件的权限
5.4主窗口后台现实
5.4.1 文件的打开与关闭
5.4.2 文件的创建
5.4.3 文件的复制
5.4.4 文件的删除
6 结论
参考文献
致 谢
Linux下文件管理与文件传送的研究与实现
摘 要
Linux操作系统是现在流行的一种免费的操作系统,它完全符合POSIX标准,拥有强大的网络功能和良好的可移植性,系统的开发就是基于这个平台。为了用户操作的方便,系统用QT来实现系统的用户界面,它 是一个跨平台的 C++ 图形用户界面库,由挪威 TrollTech 公司出品。在研究了Linux文件系统及网络传输的原理基础上系统主要实现了对文件的管理,包括创建、删除、重命名、复制、移动和文件权限的修改的功能,以及对字符的搜索和对文件的网络传输。
关键词
Linux;QT;文件系统;网络传输;管理;搜索
Research and Implementation of File Management and File Transfer
Abstract
Linux operating system is now a popular free operating system, it is in full compliance with the POSIX standard, has a strong network and good portability feature, my system is based on the development of this platform. In order to convenience users, the system used to achieve the QT system user interface, it is a cross-platform C + + graphical user interface library, produced by the Norwegian company TrollTech. After studying the Linux file system and network transmission system ,my system mainly realization of the management of files, including creation, deletion, rename, copy, move and modify file permissions of the function, as well as the characters in the document search and network transmission.
Key words
Linux;QT;file system;network transmission;search;management