{$cfg_webname}
主页 > 计算机 > ASP.NET >

个人小说在线阅读与购买网站的设计(ASP.NET,SQL)

来源:56doc.com  资料编号:5D20777 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20777
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

个人小说在线阅读与购买网站的设计(ASP.NET,SQL)(论文13000字,程序代码,SQLserver数据库)
摘要:结合我个人网络小说的阅读经历与各大网络小说读者的需求,一类适合现代人网上发表、阅读小说和购买小说的网站——个人小说在线阅读与购买网站是非常必要和可行的。本文是采用ASP.NET实现个人小说在线阅读与购买网站,其中网站前台的框架构造及布局设计是运用VS来实现,后台的建设是用SQL Server数据库来实现,网络服务器平台的链接是WINDOWS操作系统内置的IIS来实现。普通用户可以在网站阅读小说、查看小说公告、评论小说、购买已出书的小说。作家可以管理个人信息、上传小说、管理小说。通过小说后台管理系统,管理员可以进行管理操作,能实现管理用户信息、管理公告信息、管理小说的分类等。
关键词:ASP.NET ; VS ; SQL Server ; 个人小说

The design and implementation of personal novel online reading and buying website
Abstract:Combined with my personal network novel reading experience and the demand of each reader of the major network novels , a kind of website that is suitable for modern people to publish, read and buy novels on the Internet-- personal novel online reading and buying website is very necessary and feasible . This thesis is using ASP.NET to achieve personal novel online reading and buying website . The website front frame structure and layout design is using VS to realize , the background construction is realized with SQL Server database , the link of the network server platform is realized with IIS that is built in Windows operating systems . Ordinary users can reading novels , view announcements , comment on novels , buy published novels in the website . Writers can manage personal information , upload novels, and manage novels . Through the background of the novel management system , administrators can proceed management operation  to achieve the management of user information, the management of annuncement information, the management of novel’s classification and so on.
Key words: ASP.NET ; VS ; SQL ; personal novel ;
3.1 功能设计
个人在线阅读与购买网站主要分为管理员、作家、普通用户三个用户,每类用户的权限与功能都大相径庭。根据需求分析中阐述的功能,可以根据这三类用户进行功能模块的分类阐述。
3.1.1 普通用户功能模块
    普通用户也称作读者,作为三类用户中最众多的一个群体,实现的功能要保证最基本。普通用户在注册并登录网站后,可以实现阅读小说、搜索小说、评论小说、收藏小说、查看信息公告、修改个人信息、购买小说等功能。
开发环境:Microsoft visual studio
数据库工具:SQL Server
 

个人小说在线阅读与购买网站的设计(ASP.NET,SQL)
个人小说在线阅读与购买网站的设计(ASP.NET,SQL)
个人小说在线阅读与购买网站的设计(ASP.NET,SQL)
个人小说在线阅读与购买网站的设计(ASP.NET,SQL)
个人小说在线阅读与购买网站的设计(ASP.NET,SQL)
个人小说在线阅读与购买网站的设计(ASP.NET,SQL)


目 录
1、概述    3
1.1 开发背景    3
1.2 开发意义    3
2、 系统分析    4
2.1 系统初步调研    4
2.2 可行性分析    4
2.2.1 经济可行性    4
2.2.2 技术可行性    4
2.2.3 操作可行性    5
2.2.4 法律可行性    5
2.3 系统设计原则    5
2.4 需求分析    6
2.4.1 系统的功能需求    6
2.4.2 系统的运行环境要求    6
2.4.3 系统的其他需求    7
3、系统设计    7
3.1 功能设计    7
3.1.1 普通用户功能模块    7
3.1.2 作家功能模块    9
3.1.3 管理员功能模块    9
3.2 流程设计    10
3.2.1 系统注册流程    10
3.2.2 系统登录流程    11
3.2.3 后台管理员功能流程    12
3.3 数据库设计    14
3.3.1 概念结构设计    14
3.3.2 逻辑结构设计    16
4、系统实现    19
4.1 首页    19
4.2 用户注册    20
4.3 账户信息管理    22
4.4 用户管理    23
4.5 分类管理    24
4.6 信息添加、查看与管理    25
4.7 小说添加、查看与管理    28
4.8 小说收藏    31
4.9 购物车管理    31
5、系统测试    32
5.1 系统测试的基本原则    32
5.2 测试过程    33
5.3 测试用例    33
6、结论    35
参考文献    36
致谢    37

推荐资料