基于net网吧会员消费管理的设计与实现-毕业论文 联系客服

发布时间 : 星期一 文章基于net网吧会员消费管理的设计与实现-毕业论文更新完毕开始阅读78a20820e418964bcf84b9d528ea81c758f52efc

XXXX学院毕业设计

(论文)

基于net网吧会员消费管理的设计与实现

学 院: 专 业: 班 级: 学 号:

学生姓名: 指导教师:

2011年X月13日

摘 要

随着互联网的发展, Internet正在各行各业形成新的热点和经济增长点,网络正把人们紧密地联系在一起。很难想象在信息时代离开网络人们怎么生活、工作。因此人们居住环境的信息化、网络化是发展的必然要求。但是如果没有相应的网络管理、控制和计费系统来支撑,势必会阻碍网络运营工作的有效开展。那么一个好的网吧会员消费管理系统对一个网吧来说是非常重要的。所以我经过实地考察和研究,分析出了一般网吧中的管理工作,设计了一套网吧会员消费管理系统软件。

本系统主要应用于目前小型网吧。系统主要功能可为五大部分:系统用户管理、会员管理、消费记录管理、充值管理。数据备份等,:消费记录管理包括上机消费记录查询,上机消费记录添加,食品记录添加,食品记录查询等

本系统是采用ASP.NET高级语言进行程序编制,以SQL数据库为程序数据库。本文前几个部分介绍了编程的总体思路、理论基础、工具的选择以及程序的设计方法,在后面介绍了软件的使用方法。论文在撰写过程中,力求将理论与实践应用相结合,对各种理论进行阐述的同时配合系统从实际应用和操作技巧上加以说明,希望能够更充分地体现到这些知识与技术在本系统中的应用与实现。 【关键词】网吧会员消费管理,ASP.NET,SQL2000

- 1 -

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

- 2 -

目 录

XXXX学院毕业设计 ..................................................................................................................................... 0 (论文) ......................................................................................................................................................... 0 基于net网吧会员消费管理的设计与实现 .................................................................................................. 0 摘 要 ........................................................................................................................................................... 1 Abstract ......................................................................................................................................................... 2 第1章 选题背景 ........................................................................................................................................... 1

1.1课题研究背景与意义 ..................................................................................................................... 1

1.1.1 开发背景 ........................................................................................................................... 1 1.1.2 系统简介 ........................................................................................................................... 1 1.1.3系统的主要功能 .............................................................................................................. 2 1.2 可行性分析 .................................................................................................................................. 2

1.2.1 经济可行性 ....................................................................................................................... 3 1.2.2 技术可行性 ....................................................................................................................... 3 1.2.3 操作可行性 ....................................................................................................................... 4 1.2.4 法律可行性 ....................................................................................................................... 5

2 需求分析 ................................................................................................................................................... 6

2.3 数据字典 ...................................................................................................................................... 8 3 系统功能模块划分 ................................................................................................................................. 11 4 数据库设计 ............................................................................................................................................. 12 4.1 数据库需求分析 ................................................................................................................................. 12 4.2 数据库概念结构设计 ......................................................................................................................... 12 4.3 数据库逻辑结构设计 ......................................................................................................................... 13 5 管理模块界面设计 ................................................................................................................................. 16 5.2 登陆界面 ............................................................................................................................................... 16 5.2 管理员界面 ........................................................................................................................................... 18 5.2.1 后台管理界面 ................................................................................................................................... 18 5.2.2 会员信息界面 ................................................................................................................................... 19 5.2.3 充值信息管理界面 ........................................................................................................................... 20 5.2.4 管理员信息管理界面 ......................................................................................................................... 21 结 论 ........................................................................................................................................................... 23

- 1 -