影视媒体下载网页设计.doc

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

影视媒体下载网页设计,摘要我院的在线多媒体娱乐服务已经很完善,在线听歌、看电影已经得到实现。同时,尽管学校已经提供了ftp下载服务为学生们分享了很多影音资源,但是ftp有很多使用上的缺陷,如没有搜索功能、查看不了资源相关信息、文件分类组织固定单一,文件夹的多层嵌套需要双击很多次等,这些都使得操作极为不方便。为了给同学们提供更好的影音下载服务...
编号:45-196989大小:2.92M
分类: 论文>计算机论文

内容介绍

此文档由会员 shixin7751 发布

摘要

我院的在线多媒体娱乐服务已经很完善,在线听歌、看电影已经得到实现。同时,尽管学校已经提供了ftp下载服务为学生们分享了很多影音资源,但是ftp有很多使用上的缺陷,如没有搜索功能、查看不了资源相关信息、文件分类组织固定单一,文件夹的多层嵌套需要双击很多次等,这些都使得操作极为不方便。

为了给同学们提供更好的影音下载服务平台,设计一个web影音下载网站系统是必不可少的。通过对许多影音网站的观察分析,决定系统采用ASP+ACCESS的开发形式,以IIS5.1为服务器进行测试开发。网站以实用为原则,浏览速度快为准则,在尽量使得代码简洁、小巧,最终实现浏览、搜索、多条件查询、上传、下载、影片信息管理、会员信息管理等一系列基本功能的同时,使得操作简单,维护方便,功能实用。

尽管ASP技术已经过时,但因其为脚本代码,无需编译、易于生成、面向对象、源程序码不会外漏,同时从学用角度上说,其语法简单、易学易用,是编写动态网站的入门级语言,是学习其他复杂web语言的基础,在互联网的发展史上,还会走一段更长的路。


关键词:影音下载 上传ASP ACCESS


 


 


 


 


 


 


 

Abstrac

Our academy’s online multimedia entertainment services have very perfect, online listening to music, watching the film has been realized. At the same time, although the school has provided FTP download for students to share a lot of audio sources, but there are many defects in using FTP service, such as no search function, can’t get the resource related information, the document classification organization is too onefold, folder fixed multilayer nested need double-click the many times, all these make operating extremely inconvenient.

In order to give students to provide better video download service platform, design a web video download sites system is indispensable. Through the observation of many video site analysis, my system use ASP+ACCESS development form, in order IIS5.1 test development for the server. Website with practical for the principle, browsing fast as criterion, trying to make code concise, small, finally realizes the browse, search, many conditions inquiry, upload, download, film information management, membership information management and so on a series of basic functions, at the same time, make simple operation, convenient maintenance, function and practical.

Although ASP technology is obsolete, but because of the script code, for without compilation, easy to generate, object-oriented, source code won't leak, while the grammar is simple, easy to use and learn, and it is a entry-level dynamic to write a dynamic website, and it is a complex web of language learning other based, in the Internet history, still be going a long road.


Keywords: video download uploads asp access


 


 


 


 

目录

引言 1

第一章 网站开发环境、工具及语言的介绍 2

1.1 iis5.1在xp上的安装和配置 2

1.1.1 安装 2

1.1.2 配置 4

1.1.3 文件夹权限配置 6

1.1.4 AspUpload 3.0.0.6组件的安装 6

1.2 所需工具介绍 7

1.2.1 Dreamweaver CS3简单配置 7

1.2.2 Fireworks CS3介绍 8

1.3 Html、Css、Javascript、Asp、Sql简介 8

1.3.1 Html简介 8

1.3.2 Css简介 9

1.3.3 Javascript简介 9

1.3.4 Asp简介 9

1.3.5 Sql简介 9

第二章 系统总体分析和设计 10

2.1 系统功能的描述 10

2.1.1 前台主界面部分 10

2.1.2 会员后台界面部分 11

2.1.3 管理员后台界面部分 11

2.2 三大部分关系图 12

2.3 各功能模块的组织结构图 13

2.4 数据库的分析设计 15

2.4.1 总体设计 15

2.4.2 Access数据库具体表结构 16

2.5 文件夹架构设计 19

第三章 网站详细设计过程 21

3.1 Fireworks设计总体样式布局 21

3.2 Dreamweaver CS3制作Html静态模板 25

3.3 网站设计具体实现过程 26

3.3.1 网站前台首页和其他页面 26

3.3.2 会员后台结构设计分析说明 42

3.3.3 管理员后台结构设计分析说明 62

3.3.4 无组件上传与有组件上传 68

3.4 Javascript的表单验证 70

3.5 网站美化 71

3.6 测试网站 72

结论 73

参考文献 74

谢辞 75