admin 管理员组

文章数量: 887021


2024年3月29日发(作者:16位时间戳转换日期格式)

南京工业大学本科生毕业设计(论文)

网络文件共享系统的研究与实现

摘 要

随着计算机的普及应用,人们的生活已离不开计算机,同时也离不开网络。

利用网络,用户可以方便地获得丰富的信息,用户之间共享资源、互相交流也变

得越来越普遍。文件共享就成为人们获取大量资源的一种有效途径, 也是计算机

研究和应用的一个重要方向。通过本设计,不仅可以分析在网络文件共享系统实

现过程中所面临的各种挑战,并且可以研究如何满足用户对网络共享系统日益增

长的需求。

本设计从网络文件共享Web系统的实现、分布式存储的架构进行着手,按

照软件开发流程,设计了一个网络文件共享系统。本设计采用的是B/S架构,使

用Eclipse开发环境,利用Struts2的MVC框架与JSP构建了系统的用户界面;

数据库采用了MySQL,并使用JPA规范的实现产品Eclipselink作为存取数据的

手段;文件存储采用了FreeNAS技术,最终实现了一个网络文件共享系统的主

要功能框架。

关键词:

网络文件共享系统

Eclipselink

MySQL FreeNAS JPA

I

Abstract

Research and Implementation of Network File Sharing System

Abstract

With the popularization of computer, people's life has been inseparable from the

computer, but also inseparable from the network. Using the network, users can easily

access a wealth of information. And sharing of resources between users to exchange

are becoming increasingly common. File Sharing has already become an effective

way obtain significant resources .So file sharing is an important subject of the

research and application of computers. Through this design, we can not only analyze

the challenges we will encounter through the realization of the network file sharing

system , but also do some research on how to meet the growing demand for network

file sharing system.

The design will complete a network file-sharing Web system implementation with

distributed storage architecture, in accordance with the software development process.

This design with B / S structure uses the Eclipse development environment, the MVC

framework and JSP Struts2 build the system user interface; The database is MySQL,

and it uses Eclipselink which is a JPA implementation of standardized product as a

means of access;The file storage technology is FreeNAS. All above help us finally

construct a network file-sharing system's base function framework.

Keywords : network file sharing system, Eclipselink,

MySQL, FreeNAS, JPA


本文标签: 系统 实现 网络