动漫网站的设计与实现
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
动漫网站的设计与实现
摘要
动漫网站成为越来越多动漫爱好者和非动漫爱好者获得信息和交流的平台,它满足了广大用户随时随地进行交流和沟通的需要,为网上用户提供交流场所,实现高效动态信息交换。现在虽然有很多动漫网站,但版面千篇一律,缺乏个性化、前瞻性,页面设计混乱,不利于用户查看,网站的交互性比较差,因此我针对以上问题设计一个个性化的动漫网站。我的目标是做一个网站简单、页面清晰、内容相对全面、具有个性化、能给用户带来特殊视觉感觉的动漫网站。
该毕业设计采用的三层架构模型,基于Browser/Server结构,在Visual Studio 开发工具下,把C#作为开发语言,SQL Server作为数据库,按照软件工程的方法开发动漫网站。系统主要分为前台功能模块和后台管理模块,其中前台功能模块主要包括用户注册模块、用户登录模块、动画信息查看、动漫新闻模块、个人信息管理模块;后台管理模块包括系统用户管理、动漫类型管理、动漫信息管理、动漫新闻管理、系统管理模块。
关键字:动漫网站;;三层架构;数据库;
DongManWang station design and implementation
ABSTRACT
DongManWang station become more and more anime fans and the anime fans access to information and communication platform, it can meet the the needs of the masses of users communicate and communication anytime and anywhere, provide communication place for online users, efficient dynamic information exchange. Although there are a lot of DongManWang stand now, but the layout of the same, the lack of personalized, prospective, page design, unfavorable to the user to see, website interactivity is poorer, so I design a personalized DongManWang station, aiming at the above problems. My goal is to do a simple web site, the page content is relatively comprehensive, clear, can bring users with personalized, special visual sense DongManWang station.
The graduation design adopts three layer architecture model of , based on Browser/Server structure, under the Visual Studio development tool, use c # as development language, SQL Server as the database, according to the method of software engineering development DongManWang stand. System is mainly divided into front desk function module and the background management module, front desk function module mainly include user registration module, user login module, animation information view, anime news module, personal information management module; Background management module includes the system user management, type of anime, anime information management, anime news management, system management module.
Key words: DongManWang station; ; Three layer architecture; The database
目录
摘要 .................................................................................................................................................................. I 目录 ................................................................................................................................................................ I II 第1章引言 .. (1)
1.1开发背景与意义 (1)
1.2论文组成结构 (1)
第2章开发工具及相关技术介绍 (2)
2.1开发工具介绍 (2)
2.1.1Visual Studio介绍 (2)
2.1.2SQL Server介绍 (3)
2.1.3IIS介绍 (3)
2.2开发模式B/S介绍 (3)
2.3开发技术介绍 (4)
介绍 (4)
介绍 (4)
第3章系统分析 (5)
3.1可行性研究 (5)
3.1.1技术可行性 (5)
3.1.2经济可行性 (5)
3.1.3操作可行性 (5)
3.1.4法律可行性 (5)
3.2需求分析 (5)
3.2.1系统用户需求分析 (6)
3.2.3系统业务流程分析 (6)
3.2.3系统功能需求分析 (7)
3.2.4系统数据流分析 (8)
第4章系统设计 (11)
4.1系统设计的原理 (11)
4.2系统功能设计 (11)
4.3系统流程设计 (12)
4.4数据库设计 (17)
4.4.1概念模型设计 (17)
4.4.2逻辑结构设计 (18)
第5章系统实现 (22)
5.1前台功能模块的实现 (22)
5.1.1主页模块 (22)
5.1.2用户注册模块 (23)
5.1.3用户登录模块 (24)
5.1.4个人信息管理模块 (25)
5.1.5信息搜索模块 (26)
5.1.6在线留言模块 (26)