-
ASP.NET制作网络音乐库系统论文下载
资源介绍
摘 要
现代信息技术的发展,Internet日益成为项事业的发展方向。本文就根据现已存在的问题,对”网络音乐库”系统做了全面的分析和整体的介绍。介绍了ASP.Net+SQL Server技术开发该系统的子系统的整个过程,即网络音乐库。该系统主要利用了ASP.Net强大的网络数据库访问技术,实现B/S交互。系统设计并实现了Server和Client模块。这些模块各自发挥了不同的作用与功能,并以C#语言为实例进行了系统实现。
论文主要介绍了本课题的开发背景、系统分析、数据库设计和系统的设计与实现。
关键词 ASP.Net;SQL Server;音乐;网络;B/S
ABSTRACT
Modern information technology development,Internet becomes an enterprise day by day the development direction. This article question which already existed on the basis, right "the network music storehouse" the system has made the comprehensive analysis and the whole introduction. Introduced ASP.Net+SQL Server technology development this system subsystem entire process, namely network music storehouse. This system has mainly used ASP.The Net formidable network database visit technology, realizes B/S interactive. The system design and has realized Server and the Client module. These modules have played the different role and the function respectively,And has carried on the system realization take the C# language as the example.
The paper mainly introduced this topic development background, the system analysis, the database design and the system design and the realization.
Key words: ASP.Net; SQL Server; Music; Network; B/S
目 录
摘 要... I
ABSTRACT. I
1 绪 论... 1
1.1课题背景... 1
1.1.1网络音乐库系统的现状... 1
1.1.2 网络音乐库对系统和用户对网络音乐库的要求... 1
1.2本课题的研究意义... 2
1.3相关技术介绍... 3
1.3.1浏览器/服务器模型... 3
1.3.2 ASP.Net技术的介绍... 4
1.3.3 ADO访库技术介绍... 6
2 系统分析... 7
2.1系统的可行性研究... 7
2.2 系统需求分析... 8
2.2.1用户需求分析... 8
2.2.2 系统设计目标分析... 8
2.3用户模型的介绍... 8
2.4系统功能模块介绍... 9
2.4.1 模块介绍... 10
2.4.2 服务器介绍... 11
2.4.3客户端介绍... 12
2.5 小结... 12
3 数据库设计... 13
3.1数据库的需求分析... 13
3.2 后台数据库的配置... 13
3.3 数据库表结构设计... 17
3.4 E-R模型... 20
4 系统详细设计与实现... 22
4.1 系统工作原理介绍... 22
4.2系统数据流图... 23
4.3系统的实现算法... 24
4.3.1用户信息初始化算法... 24
4.3.2歌曲检索算法... 25
4.3.3试听算法... 26
4.3.4收藏算法... 27
4.4服务器端与客户端的实现... 28
4.4.1 服务器端... 28
4.4.2 客户端... 29
4.5前端页面的设计与实现... 30
4.5.1 系统公用页面... 30
4.5.2 用户注册页面... 31
4.5.3 登录模块... 32
4.5.4 文章模块... 32
4.5.5 管理添加模块... 32
5 结束语... 38
参考文献... 39
致谢... 40
附录... 41