net网上聊天室xns2录像 ASP.NET网上聊天室[源码+论文+录像]插图

 

摘   要

随着Internet技术的发展,人们的日常生活已经离不开网络。未来社会人们的生活和工作将越来越依赖于数字技术的发展,越来越数字化、网络化、电子化、虚拟化。Internet的发展历程以及目前的应用状况和发展趋势,可以充分地相信网络技术将极大的改变我们的生活和工作方式,甚至社会的价值观也会发生某种变化。

本设计尝试用ASP.NET在网络上架构一个网上聊天室系统,让每一个用户都能方便地在网上聊天。本文从理论和实践两个角度出发,对一个具有基本互动功能的网上聊天室系统进行设计与实现分析。论文首先较为详尽地介绍了面向对象分析与设计的有关概念与技术。接着对交易系统的可行性进行了分析,然后对系统的设计思想、设计目标与系统的整体结构进行了明确的规划。最后对系统的主要页面、数据库的设计与实现作了较为详细的讲解。

本网上聊天室系统是运用ASP.NET技术来实现的。其主要功能有:站内新闻,用户管理,在线论坛,在线聊天室,网站管理等。论文在撰写过程中,力求将理论与实践应用相结合,对各种理论进行阐述的同时配合系统从实际应用和操作技巧上加以说明,希望能够更充分地体现到这些知识与技术在本系统中的应用与实现。

【关键词】聊天室,ASP.NET,SQL

 

 

Abstract

Along with the development of Internet technology, daily life can not already do without the network. The life and work of the social people of future will depend on the development of digital technology more and more ,Digitize more and more, the networking, electronic, virtual. Development course and present application state and development trend of Internet, can believe network technology great change life and working way of us fully, Even a certain change will take place in the values of the society.

This procedure tries to build up a bookshop in the network with ASP.NET.NET, So that every customer needn’t go out and can do shopping easily through surfing the Net at home .this article is analyzing the design and realization of an online bookshop with Data Mining function, from the views of theory and practice. Starting with introducing concepts and techniques of OOA and OOP in detail, especially introducing the knowledge which apply for this system, such as: the feature and flow of OOA and OOP; analyzing the feature、structure and using method of developing techniques ASP.NET.NET and ADO.NET which using in my system. And then, this article analyses the feasibility of the system, then minutely layouts the design thoughts, goals and the system holistic framework. At last, this article minutely explains the design and realization of Web page layout, data base and application program of our system.

This online bookstore system uses ASP.NET.NET technology to realize on Visual Studio.Net platform. Its main function has: manage users, new books on sale, look for classified books, search books, collect favorite book, process of purchase, sales list, the comment of the books, website’s management, etc.

During the course of writing this article, I strive to integrate theory and practice. While expatiating the different kind of theories, I illuminate the application and operation skill combining the system so as to fully incarnate the application of these theories and techniques to this system.

 

[KEYWORD]:OOA,OOD,ASP.NET,SQL

 

 

 

目 录

XXXX学院毕业设计

(论文)

网上聊天室系统的设计与开发

摘   要

Abstract

第1章 选题背景

1.1课题研究背景与意义

1.1.1  课题研究背景

1.1.2  课题研究意义

1.2  可行性分析

1.2.1  经济可行性

1.2.2  技术可行性

1.2.3  操作可行性

1.2.4  法律可行性

2  需求分析

2.1  业务流分析

2.2  数据流分析

2.3  数据字典

3  系统功能模块划分

4  数据库设计

4.1  数据库需求分析

4.2  数据库概念结构设计

4.3  数据库逻辑结构设计

5  管理模块界面设计

5.1 用户界面

5.1.1 系统首页界面

5.1.2  站内新闻消息操作界面

5.1.3  在线聊天界面

5.2 管理员界面

5.2.1  后台登陆界面

5.2.2  用户信息管理页面

5.2.3  站内新闻信息管理界面

5.2.4 聊天记录管理界面

5.2.5友情链接管理界面

结  论