大连资讯新闻网站的设计与实现

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

摘  要
大连资讯网是典型的网络媒介宣传平台, 其开发基于B/S模式的网上宣传的实现,采用的是asp.NET2003+sql 2000模式。网络媒介宣传是凌架于互联网系统上的一个宣传平台,是地面宣传系统的一种延伸和互补,也是信息传达接收双方的一种很有效的沟通途径。当今社会,网络技术日益更新,人们上网越来越方便,传统地面媒体,如电视、广播、报纸、杂志等宣传途径,已经不能完全覆盖整个信息接收群体了,所以,越来越多人开始把信息宣传途径转到互联网上。鉴于此,实现网上宣传,已经成为未来信息传达渠道不得不选择的一种途径了。
本网站主要是为了集合有关大连各方面信息,方便用户查询而开发的,大连是一座美丽的海滨城市,有着很丰富的旅游资源和海鲜美食,而政府方面也在很努力地做宣传工作,所以无论是在人力方面还是资源方面,都具备了做网上宣传的物质准备。本系统在设计上采用的三层结构和Web Service技术,使之在选用平台、采用技术上具有先进性和前瞻性,从而保证了建成的系统具有良好的稳定性和可扩充性。系统设计按标准化和规范化分层设计。采用软件构件化的开发方式,使系统结构分层,业务与实现分离,逻辑与数据分离;以统一的服务接口规范为核心,使用开放标准。从功能上来说,系统是比较完备的,系统以Web界面与用户交互,为用户提供信息并接受其操作,同时通过数据库管理系统来存储信息数据。系统实现了对信息数据的浏览、查询、编辑和管理等基本数据库操作,采用了模块化设计方法,根据用户的需求及程序的应用与维护的易用性,将各个部分置于不同的模块当中,方便了程序的扩展与维护,同时建立了程序功能复用的基础。

关键词:asp.net,SQL 2000,HTML,B/S,ADO.net
Design and Implementation of Dalian Information Webside
Abstract
Dalian Information Webside is a typical network media publicity platform, the development based on B/S Implementation of the online propaganda, using a asp.NET2003 + sql 2000 model. Network media propaganda on the Internet is the transit system-a publicity platform, the ground is an extension of the propaganda system and complementary, the two sides are also to receive information conveyed a very effective channel of communication. Today's society, the growing network technology updates, we no longer to get the information through the traditional media ground, such as television, radio, newspapers, and other means of publicity, has not fully cover the entire population to receive information. So online publicity, has become the message channels as a way to be chosen .
The on-line publicity system is mainly to promote the tourism resources in Dalian, restaurants, and other relevant information and the development of Dalian is a beautiful coastal city and has very rich tourism resources and seafood cuisine. Therefore, both in manpower and resources, are perfectly capable of doing on-line publicity material prepared. The system design using three-tier structure. System design by standardization, standardization, and hierarchical design, component of achieving. Using software component of the development mode, the system hierarchical structure, operations and implementation of separation, logic and data separation to a unified service interface specification as the core, the use of open standards. From the function, the system is more complete, the system to the Web interface and user interaction, provide users with information and accept its operation, at the same time through the database management system to store information and data. System of the information and data browser, query, editing and database management, and other basic operations, using a modular design, according to the needs of users and the application procedures and maintenance of the ease of use, will be placed in various parts of different modules To facilitate the expansion and maintenance of procedures, procedures for the establishment of a functional rehabilitation with the foundation.

Key words: asp.net, SQL 2000, HTML B/S, ADO.net

模块需求分析
本系统的主要功能包括新闻发布管理,文章信息管理,新闻查询管理,文章信息浏览,用户注册和用户管理六大模块,具体描述如下:
(1) 新闻发布管理:发布基本信息,图片上传功能。
(2) 文章信息管理:文章基本信息添加、更改或删除。
(3) 新闻查询管理:新闻检索包括标题或内容的检索。
(4) 文章信息浏览:文章详细信息浏览和文章评论浏览。
(5) 用户注册:用户输入个人信息从而实现所有的浏览功能。
(6) 用户管理:管理员对用户进行添加、删除和权限设定。
 

大连资讯网站的设计与实现
大连资讯网站的设计与实现
大连资讯网站的设计与实现
大连资讯网站的设计与实现
大连资讯网站的设计与实现


目 录   10000字
任务书    I
摘  要    II
ABSTRACT    III
第1章 绪  论    1
1.1 选题背景    1
1.2 选题意义    1
1.3 大连资讯网的特点    1
第2章  系统环境概述    3
2.1 开发工具    3
2.1.1 Visual Studio.NET    3
2.2.2 SQL Server    3
2.2 开发技术    3
2.2.1 B/S体系结构    3
2.2.2 asp.NET技术    4
2.2.3 ADO.NET技术    5
2.2.4 HTML    6
2.2.5 C#技术    6
第3章  系统分析    7
3.1 系统可行性分析    7
3.1.1 经济可行性    7
3.1.2 技术可行性    7
3.1.3 操作可行性    8
3.1.4 法律可行性    8
3.2 模块需求分析    8
3.3 系统流程分析    9
3.3.1 系统业务流程图    9
3.3.2 系统数据流程图    9
3.4 数据库需求分析    10
第4章  系统设计    11
4.1 系统概要设计    11
4.2 数据库设计    11
4.3 界面的设计    13
4.3.1 前台界面设计    13
4.3.2 后台设计    13
第5章 系统实现    16
5.1 用户注册    16
5.2 数据库连接    16
5.2.1 建立连接对象    16
5.2.2 建立命令对象:OleDbCommand    16
5.3 使用DATAGRID控件进行数据绑定    17
第6章  总  结    20
参考文献    21
致  谢    22

参考文献
1.武新华,刘彦明,秦连清等.asp.NET+SQL Server典型网站建设[M].北京:电子工业出版社, 2007.05
2.方兵. asp.NET 2.0网站开发技术详解[M].北京:机械工业出版社, 2007.07
3.刘杨等编著. 突破C#编程实例五十讲[M].北京:中国水利水电出版社,2002
4.陈英学. asp.NET 2003深入编程[M].北京:北京希望电子出版社,2001
5.闪四清. 数据库系统原理与应用[M].北京:清华大学出版社,2001
6.John Kauffman等asp.NET数据库入门经典—C#编程篇[M].北京:清华大学出版社,2003.1
7.Scott Worley. asp.NET技术内幕[M].北京:人民邮电出版社, 2002
8.Patrick A. Lorenz. asp.NET2003 2.0 [M].Revealed Published by Apress,2004
9. Sanjeev  Rohilla, Senthil Nathan, Surbhi Malhotra. ADO.NET专业项目实例开发[M].中国水利水电出版社, 2003