多媒体网站毕业设计.doc

约60页DOC格式手机打开展开

多媒体网站毕业设计,页数:59字数:23175摘要对于多媒体网站的建立,就是要建立一个包含了文本、图片、计算机图形、动画、声音、视频等多媒体的综合网站,它的实现必须依靠动态网页以及数据库。动态网页中除了静态网页中的元素外,还包括一些应用程序,这些应用程序使浏览器与web服务器之间发生交互,而且应用程序的执行有时需要应用程...
编号:68-63225大小:576.00K
分类: 论文>其他论文

内容介绍

此文档由会员 cnlula 发布

多媒体网站毕业设计


页数:59 字数:23175

摘 要
对于多媒体网站的建立,就是要建立一个包含了文本、图片、计算机图形、动画、声音、视频等多媒体的综合网站,它的实现必须依靠动态网页以及数据库。动态网页中除了静态网页中的元素外,还包括一些应用程序,这些应用程序使浏览器与Web服务器之间发生交互,而且应用程序的执行有时需要应用程序服务器支持才能完成。
本次课题就是采用动态网页与数据库连接,要建立一个主要以音乐,图片为主的多媒体网站,具有会员的注册登陆功能,并且使得会员具有上传歌曲的权限,要设立管理员具有删除歌曲的权限,在这个音乐网站中还应该建立搜索模块,可以根据关键字搜索出相应的资料,并且实现在线收听的功能,要建立一个留言本,使用户在收听音乐的同时可以发表自己的看法和想法,并且管理员可以对用户的意见进行回复。其中主要采用ASP技术,并在个别页面会用到个别的脚本语言,而最后会建立IIS服务器,使得用户可以在校园网上直接访问本网站。
关键词:动态网页,数据库,ASP


ABSTRACT

For the establishment of the multi-media website, be to build up an included the text originally, picture, calculator sketch, animation, voice, video frequency of any several kinds combine of website, its realization must depend on the dynamic state web page and databases.
In the dynamic state web page in addition to chemical element within the static state web page, still include some applied procedures, these applications procedure is an occurrence of the browser and server of Web to hand over with each other, and apply the performance of the procedure to sometimes need the applied procedure server support and then can complete.
This topic is to adopt the dynamic state web page and the database conjunctions, to build up a mainly with music, the picture is a main multi-media website, have the member's registration debarkation function, and make member have up the legal power of spread the song, to establish the legal power that the managing person has the song of deletion, should still build up the manhunt mold piece in this music website, can according to the key word search a correspond of data, and carry out on-line the function that listen to, to build up a message originally, use the door to can announce own viewpoint and viewpoints at the time of accepting to listen to music, and the managing person can carry on the reply to the opinion of the customer.Among them mainly adopt the technique of ASP, and will use the individual script language in the individual page, but will build up the server of IIS finally, make customer can on the campus net the direct interview is originally the website.

Keyword:The dynamic state web page, database, ASP


目 录

1 绪论 6
1.1 引言 6
1.2 研究或者技术现状 6
1.3 本人主要工作 8
2 网站制作相关知识 9
2.1 HTML语言的简介 9
2.1.1 HTML语言的结构 9
2.1.2 页面布局与文字设计 9
2.1.3 HTML语言的基本语法 10
2.2 Microsoft IIS简介 12
2.2.1 IIS的软件要求 14
2.2.2 IIS体系架构 16
2.2.3 IIS服务器的特性 17
3 数据库相关原理 19
3.1 简介 19
3.2 SQL语言简介 20
3.2.1 创建表格 20
3.2.2 数据查询 21
3.2.3 向表格中添加、更新、删除纪录 23
4 ASP相关知识 24
4.1 ASP简介 24
4.2 ASP的对象 26
4.3 ASP的程序设计基本规则 27
4.3.1 建立ASP程序的方法 27
4.3.2 Javascript简介 29
5 总体设计 32
5.1 网站结构设计 32
5.1.1 目标设计 32
5.1.2 详细设计 33
5.2 数据库设计 43
5.2.1 数据库需求分析 43
5.2.2 数据库逻辑设计 44
6 工作总结和心得体会 46
6.1 工作总结 46
6.2 网站的展望 46
6.3 心得体会 46
致谢 47
参考文献 48
附件1 英文文献原文(英文) 49
附件2 英文文献翻译(中文) 55
附件3 《多媒体网站设计》电子压缩文件