摘要:基于网站设计的实际情况,并且通过对腾讯新闻、新浪新闻等有关网站新闻发布与管理事项的一系列考察和分析,确立了新闻发布与管理的具体实现功能。该网站是采用ASP。NET技术作为创建Web站点的方式,用C#作为编程开发语言,后台数据库是采用SQL Server 2008数据库,是基于B/S模式(浏览器/服务器模式)形成的数据驱动的Web应用程序。它的功能主要包括用户登录及注册,后台管理员登录及管理和新闻分类浏览界面及新闻详细信息,此外,一般游客进入系统可以看到本条新闻的相关评论,但没有评论的权限,只有成功登录的用户可以进行新闻评论,还包含站内新闻查询,新闻类别、内容管理,评论审核管理等功能,模拟了一般新闻媒介的发布过程。91969
毕业论文关键词:新闻网,ASP。NET技术,浏览器/服务器模式,C#语言,SQL Server 2008
Abstract: Based on the actual situation of website design , and through investigating and analyzing a series of things about the news release and management such as the Tencent and Sina News websites , I established the specific function of the news release and management 。 The site uses ASP。NET technology as a way to create a Web site ,C# as the programming language and SQL Server 2008 database as the back-end database 。 It is data-driven Web applications based on Browser/Server mode 。 The main functions of this site include users log in and registration , background administrators log in and management as well as browsing News classification interface and detailed information , besides , normal users who have not logged in can see the comment of the News ,but have no comment permissions , only the users have logged in can comment on the News and it also includes station News search and the management of the news classification , content , comment moderation etc 。 It simulates the process of releasing common News 。
Keywords: news website , asp。net technology , browser/server mode ,c# language,
sql server 2008
目 录
1 前言 4
1。2 主要的研究内容 4
2 相关的理论和技术 4
2。1 ASP。NET简介 5
2。2 数据库简介 5
2。3 Visual Studio 2010的介绍 6
3 系统的需求分析 7
3。1 可行性分析 7
3。2 功能需求分析 8
3。3 系统运行流程图 9
3。4 系统的运行环境 11
4 系统的设计 11
4。1 数据库概念结构设计 11
4。2数据表详细设计 13
5 系统的实现 15
5。1网站后台功能模块的实现 15
5。2网站前台功能模块的实现 21
6 系统运行测试 26
6。1 系统测试的目的 26
6。2系统测试方法及操作过程 27
6。3系统测试用例 28
结论 31
参 考 文 献