基于ASP.NET的在线影院系统——后台管理系统---毕业论文.doc

上传人:滴答 文档编号:1273725 上传时间:2019-01-26 格式:DOC 页数:60 大小:3MB
下载 相关 举报
基于ASP.NET的在线影院系统——后台管理系统---毕业论文.doc_第1页
第1页 / 共60页
基于ASP.NET的在线影院系统——后台管理系统---毕业论文.doc_第2页
第2页 / 共60页
基于ASP.NET的在线影院系统——后台管理系统---毕业论文.doc_第3页
第3页 / 共60页
基于ASP.NET的在线影院系统——后台管理系统---毕业论文.doc_第4页
第4页 / 共60页
基于ASP.NET的在线影院系统——后台管理系统---毕业论文.doc_第5页
第5页 / 共60页
点击查看更多>>
资源描述

1、 本 科 毕 业 论 文 基于 ASP.NET 的 在线影院 系统 后台管理系统 ASP.NET-Based Online Cinema System -Management Module System 姓 名: 学 号: 学 院:软件学院 系:软件工程 专 业:软件工程 年 级: 指导教师: 年 月 摘 要 随着互连网的发展,其信息传播效率逐步为人们所关注。越来越多的人开始使用网络。通过网络来宣传自己,进行网上办公,或者娱乐自己的生活。现在互连网已成为报纸、广播、电视相比肩的第四媒体,正以其便捷的信息形式改变着人们传统的生活方式,更多的人开始青睐于这种简单、快捷、低成本的信息传递方式。因此网

2、站建设在 Internet 应用上的地位显而易见,而在线影院网站又是网站中的杰出代表,成为了现代人娱乐生活中的一个重要组成部分,从而倍受人们的重视。 论文首先介绍了在线影院网站的现状及开发背景,然后论述了系 统的设计目标,系统需求和概要设计方案,较详细的论述了系统的详细设计和实现。最后,对在线影院系统进行了一些简单介绍。 本项目从结构上分为前台界面模块和后台管理模块。前台界面模块采用模版的设计技巧,加上 CSS 和 DIV 编程,使用户界面友好美观。后台管理模块主要分为常规管理、影片管理、会员管理、专题管理、广告管理、频道管理和其他管理。 本项目要求系统架构清晰,界面友好美观。项目的实现在总结

3、了当前主流在线视频网站的优缺点的基础上进行设计和开发,采用了当前最流行的ASP.NET 框架,加上 JavaScript、 Ajax、 WebService 等技术,数据库采用SqlServer2005。 关键词: B/S 架构; Asp.Net;数据库 Abstract With the development of Internet, the person pays close attention to information propagation efficiency step by step. More and more people start to use network. Wi

4、th the network, we can propagate myself and work in Internet, or find recreation in Internet. Now the Internet already has become newspaper , radio and television, is compared with each other fourth medium of shoulder, with its convenient form of information to change peoples traditional way of life

5、, more people began to favor such a simple, fast, low-cost information transfer mode. Therefore the construction site in the status of Internet applications is clear, and online cinema website site is an outstanding representative in entertainment website, it became an important part of peoples life

6、 and much attention. The thesis introduces the online cinema and development context of the status quo, and then discusses the system design objectives, system requirements and outline design, a more detailed discussion of the detailed design of the system and realized. Finally, a brief introduction

7、 about this online cinema will be given. The project falls into front and back-office management module from the structure. Front interface module using the template of the design skills, combined with CSS and DIV programming, make a user-friendly interface. Management module is divided into the bac

8、kground of conventional management, video management, membership management, project management, advertising management, channel management and other management. The requirement of the project is clear architecture and user-friendly interface. At the conclusion of the project to achieve the mainstre

9、am of the current advantages and disadvantages of online video sites based on the design and development, using the most popular ASP.NET framework, combined with JavaScript, Ajax, WebService and so on, the database used SQL Server2005. Key words: B/S structure; Asp.Net; Data Base. 目 录 第一章 引言 . 1 1.1

10、 选题背景 . 1 1.2 选题意义 . 2 1.3 设计 目标 . 3 第二章 需求分析 . 5 2.1 系统需求 . 5 2.1.1 在线影院前台模块需求 . 6 2.1.2 后台管理模块需求 . 8 2.2 可行性分析 . 11 2.3 开发环境 . 12 第三章 系统设计 . 14 3.1 系统功能模块设计 . 14 3.1.1 在线影院前台模块设计 . 14 3.1.2 在线影院后台管理模块设计 . 15 3.2 数据库设计 . 18 第四章 项目实现 . 21 4.1 工具类开发 . 21 4.1.1 数据库工具类开发 . 21 4.1.2 其他工具类开发 . 24 4.2 常规管

11、理模块开发 . 24 4.2.1 网站设置 . 25 4.2.2 状态管理 . 26 4.2.3 公告管理 . 27 4.2.4 添加公告 . 28 4.2.5 首页设置 . 29 4.3 频道管理模块开发 . 31 4.4 用户管理模块开发 . 32 4.5 其他管理模块开发 . 33 4.5.1 管理员登陆及退出和密码更改管理 . 33 4.5.2 错误报告管理 . 35 第五章 项目测试 . 37 5.1 软件测试的重要性 . 37 5.2 单元测试 . 38 5.2.1 常规管理模块测试 . 39 5.2.2 频道管理模块测试 . 39 5.2.3 用户管理模块测试 . 40 5.2.

12、4 其他管理模块测试 . 40 5.3 集成测试 . 41 5.3.1 常规管理相关集成测试 . 41 5.3.2 频道管理相关集成测试 . 42 5.3.3 用户管理相关集成测试 . 42 5.3.4 其他管理相关集成测试 . 42 第六章 网站的部署和维护 . 43 6.1 网站的部署 . 43 6.1.1 服务器运行环境规定 . 43 6.1.2 安装 IIS. 43 6.1.3 网站部署到 IIS. 45 6.2 网站的维护 . 46 第七 章 结论 . 48 7.1 结果分析 . 48 7.2 项目缺陷 . 50 【参考文献】 . 52 致谢语 . 53 Contents Chapt

13、er 1 Introduction. 1 1.1 Background . 1 1.2 Significance . 2 1.3 Purport . 3 Chapter 2 Rrequirements Analys . 5 2.1 Ssystem Requirements . 5 2.1.1 Front Module Requirement . 6 2.1.2 Management Module Requirement. 8 2.2 Feasibility Analysis . 11 2.3 Ddvelopment Envireonment . 12 Chapter 3 System Desi

14、gn . 14 3.1 System Module Design . 14 3.1.1 Front Module Design . 14 3.1.2 Management Module Design . 15 3.2 Database Design . 18 Chapter 4 Implementation . 21 4.1 Tools Development . 21 4.1.1 Develop Tools For Database. 21 4.1.2 Develop Other tools . 24 4.2 Conventional Management Module Ddevelopme

15、nt . 24 4.2.1 Website Settings. 25 4.2.2 State Management. 26 4.2.3 Notices Management. 27 4.2.4 Add Notices. 28 4.2.5 Home Page Settings . 29 4.3 Channel Management Module Development . 31 4.4 Users Management Module Development. 32 4.5 Other Management Modules Development . 33 4.5.1 Admin Login An

16、d Logout And Password Modification . 33 4.5.2 Error Report Management . 35 Chapter 5 Testing . 37 5.1 The Importance Of Software Testing. 37 5.2 Unit Testing . 38 5.2.1 Conventional Management Module Testing. 39 5.2.2 Channel Management Module Testing . 39 5.2.3 Users Management Module Testing . 40

17、5.2.4 Other Management Modules Testing. 40 5.3 Integration Testing. 41 5.3.1 Conventional Management Module Integration testing . 41 5.3.2 Channel Management Module Integration Testing . 42 5.3.3 Users Management Module Integration Testing. 42 5.3.4 Other Management Modules Integration Testing . 42

18、Chapter 6 Deploying And Maintaing. 43 6.1 Deploying . 43 6.1.1 Server Environment . 43 6.1.2 Install IIS. 43 6.1.3 Deploy To IIS. 45 6.2 Maintaing . 46 Chapter 7 Conclusion . 48 7.1 Analysis . 48 7.2 Defects. 50 【 References】 . 52 Thanks. 53 厦门大学软件学院 第 1 页 第一章 引言 1.1 选题背景 目前,网络正以一种前所未有的冲击力在影响着人类的活动,

19、包括人类的生产和日常生活。网络的诞生和发展,颠覆了传统的信息传播方式,冲破了存在于传统交流方式中时间和空间的种种壁垒,极大地改变了人类从物质到精神、从形式到内容、从生产到生活的各种活动,并且给人类带来了新的机 遇和挑战。在互联网服务业务方面:电子邮件、搜索引擎、网上银行、在线交易、网络广告、网络新闻、网络视频等服务业务仍然快速的发展着。 伴随着网络的出现,网页逐渐融入人们的生活。快速及时的新闻浏览,五彩缤纷的网上信息,使网络与人们的生活息息相关,于是世界上又出现了第三媒体 Internet。它打破了地域限制,真正使信息得以共享,改变了人们的工作和生活方式。也正是由于网络实现的网站数据信息能够进

20、行实时交互,保证网站数据的实时性。基于 WEB 的在线影院网站正是在这种情况下诞生的,人们只要坐在家中动动鼠标就可以浏览到相 应的视频信息,并能进行播放及下载,摆脱了时间和空间的限制。在线影院的出现是计算机流媒体发展的结果,人们可以通过计算机网络访问提供视频播放的服务器,观看影片和视频,这样的访问灵活方便,对信息的获取有主动权,可以进行有选择的观看。 目前,视频压缩技术已经取得了重大的进步,视频流媒体的传输速度、品质以及成本控制都得到了很大的改善,为视频媒体传输创造了有利条件,同时宽带网络的普及也使得多数家庭用户具备了享受网络视频服务的条件,但是现在的在线影院系统还存在着一些不足之处,主要表现在用户进行视频请求之后,需要有一段比较 漫长的等待过程,响应时间比较长,对网站来说这无疑是损失用户的致命缺点。另外很多的在线影院的界面中会出现大量的广告信息,这些广告无秩厦门大学软件学院 第 2 页 序的出现在系统界面中,十分影响用户对系统进行操作,对界面的美观也造成一定的损害。 随着 Internet的进一步发展 ,静态 Web站点的开发与维护变得越来越困难 ,一方面信息的不断增加和变化 ,使站点维护人员不得不经常修改的网页 ,特别是基于数据库驱动的 Web 站点更是如此,随着 Internet 上信息量的增多和交互性的加强使

展开阅读全文
相关资源
相关搜索
资源标签

当前位置:首页 > 学术论文资料库 > 毕业论文

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。