毕业论文-基于ASP的在线音乐网站的设计与实现

  • 格式:docx
  • 大小:816.21 KB
  • 文档页数:26

1 基于ASP的在线音乐网站的设计与实现

目 录

摘要: ...................................................................... 2

关键词: .................................................................... 2

Abstract: .................................................................. 3

Keywords: .................................................................. 3

引言: ...................................................................... 4

1在线音乐网站系统概述 ....................................................... 4

1.1研究目的及意义 ....................................................... 4

1.2国内外研究现状 ....................................................... 4

2 开发相关理论和技术 ........................................................ 5

2.1 ASP .................................................................. 5

2.2 B/S模式 ............................................................. 5

2.3 ACCESS 数据库 ........................................................ 6

2.4 Dreamweaver CS5 ...................................................... 6

2.5 运行环境IIS ......................................................... 6

3 系统需求分析与总体设计 .................................................... 7

3.1 系统需求分析 ......................................................... 7

3.2 系统功能模块分析 ..................................................... 7

3.3 数据库设计 ........................................................... 9

3.3.1 数据库分析 ......................................................... 9

3.3.2 数据库关系表 ...................................................... 10

3.3.3 数据库关系图 ...................................................... 12

3.3.4 E-R图 ............................................................ 12

3.4 系统的技术要求 ...................................................... 15

4 系统功能实现 ............................................................. 15

4.1 用户登陆 ............................................................ 15

4.2 面向普通用户的功能 .................................................. 16

4.3 面向注册用户的功能 .................................................. 16

4.4 面向后台管理员的功能 ................................................ 17

4.5 文件下载功能 ........................................................ 19

4.6 歌曲播放功能 ........................................................ 20

5 系统测试 ................................................................. 20

5.1 系统运行环境 ........................................................ 20

5.2 系统测试 ............................................................ 21

5.3 测试结果 ............................................................ 21

5.4 系统测试总结 ........................................................ 22

6 总结 ..................................................................... 22

致谢: ...................................................................... 23

参考文献 ................................................................... 23

2 基于ASP的音乐网站的设计与实现

摘 要

近几年来,随着互联网技术的飞速发展,音乐的传播速度越来越快,传播的地域也越来越广,作为音乐传播的载体的在线音乐网站功不可没。本文叙述了以Dreamweaver CS5为开发平台,使用ASP作脚本语言,ACCESS作为后台数据库设计并实现了一个在线音乐网站的过程。本系统以用户为中心,针对不同用户设计并实现了如下功能:网站的普通用户可以浏览网页内容、在线查询、在线点播音乐及视频。普通用户通过注册成为会员可进一步下载、收藏喜欢的音乐或视频,同时可以上传分享自己的音乐和视频文件,还可以在网站留言。后台管理员可以添加、删除和修改歌曲、视频、新闻、歌手信息,回复和删除网站会员的留言,修改会员权限和删除会员。

关键词:音乐网站;ASP;ACCESS

3 Music website design and implementation based on ASP

Abstract

In recent years, with the rapid development of Internet technology, music, the spread of faster and faster,

the spread of the region is also more and more widely, as the carrier of music, online music site can not be. This

paper describes the CS5 Dreamweaver as the development platform, using ASP as a scripting language,

ACCESS as a back-end database design and implementation of an online music website. [1]The system to the

user as the center, designed for different users and achieve the following functions: Web site users can browse

the web content, online inquiries, online music and video on demand. Ordinary users through the registration as

a member can be further downloaded, favorite music or video collection, while sharing their own music and

video files, you can also leave a message on the web site. Background administrators can add, delete and

modify songs, videos, news, singer information, reply and delete the website member's message, modify the

member's rights and delete members.[2]

Keywords: music website;ASP;ACCESS

4 引 言

计算机技术的高速发展提高了人们生活水平,同时也渐渐地改变了人们的生活方式,网络上围绕各种主题的娱乐网站也就应运而生。像小说网站、文库分享网站、视频网站、自学网站、培训网站等等。为了满足广大音乐爱好者的需求,大量以音乐为主题的网站层主不穷。我们的日常生活处处充满音乐的气息,音乐是没有国籍语言之分的,我们只要用耳听,用心感受就可以了,所以音乐没有类似文学这样的语言上的限制,而网络技术加快了音乐的传播。在线音乐网站改变了传统音乐的产业结构,使得音乐在地域上传播速度更快,更趋于国际化。纵观全球,欧美的在线音乐市场历史悠久,日韩后来居上。而中国在线音乐市场起步晚,远远落后于欧美、日韩,好在发展迅速。[3]在线音乐网站作为音乐传播的重要载体,在音乐的传播,创作,鉴赏等方面产生了不可估量的影响。[4]本文详细叙述了利用Access数据库技术和ASP技术设计并实现了一个在线音乐网站,对网站涉及的网页播放器、ASP文件与数据库的交互、数据库中数据的读写、更新数据库中数据等功能也作了详细介绍。