{$cfg_webname}
主页 > 计算机 > ASP >

局域网文件共享及检索系统的设计与开发

来源:wenku163.com  资料编号:WK1631503 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1631503
资料介绍


摘  要
  局域网文件共享(Local Area Network Files Share)是IT技术中很流行的概念。它利用计算机技术、网络技术以及通信技术实现快速、准确的获得信息,提供信息共享与检索的服务系统。它的广泛使用,给人们带来了诸多便利,并逐渐改变了人们信息获取的方式。新一代基于互联网的企业(如Google、百度等),更是仅仅抓住这个问题的核心,提供信息共享与检索的服务,并向Microsoft、Sun System等传统IT企业发起了挑战。所以,对于文件共享与检索服务的研究,也正成为当今互联网技术研究的前沿。
  本系统的采用B/S结构,使用asp程序设计语言及Access数据库进行设计与开发。本论文首先对局域网文件共享及检索系统进行需求分析,并给出系统总体架构及详细设计步骤,主要实现了以下功能:用户管理、服务器及客户端文件共享与传输、实现目录共享及检索等功能。通过测试分析说明,本系统的开发达到预定目标,并具有一定的应用价值。

  关键字:局域网;文件共享;目录共享;检索系统;文件传输;数据库

Design and Development of Local Network Area Files Share & Retrieval System
Abstract
  Local area network files share over the Internet is a prevail concept. It is the use of computer technology, network technology and telecommunications technology to achieve a process of sharing information as fast and accurately as possible .It can also provide information sharing and retrieval service. It has been used diffusely, bringing with convenience, changing people's way to obtain information. The new generational enterprises based on Internet (such as Google, BaiDu), have grasped the core of this issue, provided information sharing and retrieval services, meanwhile tended to launch a challenge with Microsoft, Sun System those are very traditional IT enterprises. Thus, the study in the technology of information sharing and retrieving service is becoming one of the focuses of IT studies.
  This system uses asp programming language and Access database to design local area files share system based on B/S model. In this paper, demand analysis of local area files share and retrieval system is referred, and then an overall structure and systems for the detailed design is offered. The main achievements of the following functions, which include client management, files share and transfer among servers and clients, and realization of searching function on catalog. After testing analysis, the design of this system achieves planned goals and has certain practical value.

  Key words: LAN; Files Share; Catalog Chare; Retrieval System; File Transfer; Database

各章节的安排
  文章详细介绍了该系统的分析和实现各个流程。在文章的引言中,主要介绍了该系统开发的背景,研究意义和内容,使读者对本文有全面的了解。在接下来的第二章里,是对系统的需求分析和与之对应的功能需求介绍。在第三章里,对系统开发所需要的资源(包括硬件和软件环境,以及使用的技术)做了介绍。第四章,作者给出了系统结构图并对主要的构成模块给出了详细的说明。第五章,是对系统功能具体实现的介绍,其中包括了模块的关键技术,程序实现方法的说明。第六章,是作者对系统的测试和分析,包括代码测试和功能测试,并对测试分析进行总结。

功能需求
  本系统给用户办公单位提供了一个解决网络文件共享系统的平台,用户可以方便的将自己的文件上传保存到该系统中并可以将这些资源共享给有权用户。
  
   用户系统
   (1) 用户可以了解该系统的功能组织情况;
   (2) 用户可以创建、共享和看目录并对目录加密;
   (3) 用户可以在创建的目录中上传自己的文件,图片等资料;
   (4) 用户可以了解在线的用户,查询所有的用户。

   管理系统
   (1) 查看共享文件信息;
   (2) 上传、修改和删除文件;
   (3) 对用户组和用户进行管理。

推荐资料