分类号:TP311.1 U D C:D10621-408-(2007) 5908-0
密 级:公 开 编 号:2003031216
成 都 信 息 工 程 学 院
学 位 论 文
数据存储与交换系统的设计
论 文 作 者 姓 名 :
陈登建
申 请 学 位 专 业 :
计算机科学与技术
申 请 学 位 类 别 :
工学学士
指导教师姓名(职称):
杜小丹(副教授)
论 文 提 交 日 期 :
2007 年 07 月 25 日
数据存储与交换系统的设计
摘 要
当今,靠人工进行文本存储、资料信息传送和信息共享的方式已经逐渐被淘
汰,而依靠计算机进行网络存储、资料信息传送和信息共享已经越来越普遍,而
且人们需要存储的数据量越来越大,还要要求使用方便,能够在网络的任何地方
访问存储的数据。在此形势下,基于网络的存储与交换系统迅速发展起来,使得
以上问题迎刃而解。
该系统以 Microsoft Visual Studio 2003 作为开发工具,选用 SQL Server
2000 数据库来实现数据存储,并设计开发了一种基于 B/S 模式的数据存储与交
换系统。该系统完成了用户注册管理、后台管理和用户空间管理功能;为每个用
户提供了个人的存储空间;用户可以通过浏览器实现文件的上传、下载和资源的
共享;根据用户空间等级限制用户存储空间的大小;为用户共享文件提供积分制;
通过积分制来对用户空间升级实行优惠。最后通过测试,基本满足了用户的需求,
但还需要进一步完善,才可以应用于实际中。
关键词:网络存储;上传下载;资源共享
Design of Storage and Interchange System for Data
Abstract
Nowadays, the methods depending on manual in text storage, data switching and
information sharing are gradually eliminated. But, the methods depending on the
computer in the network storage, data switching and information sharing have become
increasingly common, and the stored data is growing,and People need convenient
usage,and can access the stored data in the network. In this position, the system of the
network-based storage and interchange is rapidly developing, and the above
problemes are readily solved.
The system uses Microsoft Visual Studio 2003 as a developing tool and use SQL
Server 2000 database realize Data Storage, designs and develops a storage and
interchange system for data on B/S mode. The system is completed with the function
of user management, background management and User space management. To
provide each user a personal storage space , users can upload and download file and
share resources by browser; According to user space restrictions grading users storage
size ,integrating system for users to share file, and through integrating system to give
preferential to upgrad user space. Finally, through testing, it satisfies the user’s
based-demands, but it should be further improved before being in practical
application.
Key words: Network storage; Upload and Download; Resource sharing
目 录
论文总页数:24 页
1 引言........................................................................1
1.1 课题背景................................................................1
1.2 国内外研究现状..........................................................1
1.3 课题研究的意义..........................................................1
1.4 课题研究的方法..........................................................2
2 系统需求分析................................................................2
3 系统功能设计................................................................2
3.1 后台管理................................................................2
3.1.1 用户管理............................................................2
3.1.2 共享管理............................................................3
3.1.3 管理员管理..........................................................3
3.1.4 收费管理............................................................3
3.2 用户注册................................................................3
3.3 用户空间管理............................................................3
3.3.1 文件管理............................................................3
3.3.2 共享查询............................................................3
3.3.3 空间信息和升级查询..................................................3
3.3.4 修改个人资料........................................................3
3.4 系统功能模块图..........................................................3
4 数据库设计..................................................................4
4.1 admin 表 ................................................................4
4.2 UsersRank 表 ............................................................4
4.3 Users 表 ................................................................5
4.4 UserFiles 表 ............................................................5
4.5 IntegralRank 表 .........................................................6
5 系统模块代码实现............................................................6
5.1 用户登录模块 ............................................................6
5.2 用户注册模块 ............................................................7
5.3 用户主界面模块 ..........................................................8
5.4 文件存储管理模块 ........................................................8
5.5 文件上传模块 ...........................................................10
5.6 我的共享查询模块 .......................................................13
5.7 公共共享查询模块 .......................................................13
5.8 用户资料修改模块 .......................................................15
5.9 空间升级查询模块 .......................................................15
5.10 后台管理登录模块 ......................................................16
5.11 后台管理主界面模块 ....................................................16
5.12 用户管理模块 ..........................................................17
5.13 管理员管理模块 ........................................................17
5.14 共享管理模块 ..........................................................17
5.15 收费管理模块 ..........................................................18
6 系统测试...................................................................20
6.1 服务器配置 .............................................................20
6.2 前台测试结果 ...........................................................20
6.2.1 用户注册、登录测试.................................................20
6.2.2 文件上传、下载测试.................................................20
6.2.3 文件管理和共享测试.................................................21
6.3 后台测试结果 ...........................................................21
结 论.....................................................................22
参考文献.....................................................................22
致 谢.....................................................................23
声 明.....................................................................24