毕业设计(论文)资料
设计(论文)题目:
I
摘 要
随着科学技术的不断提高,计算机科学日渐成熟。计算机已经得到了相当一部分城
市化的普及,但也只是与信息时代接轨的最基础工具,还要配上网络才可以完全联系上
数字化、网络化的概念。而网吧管理系统是一个网吧不可缺少的部分,它的内容对于网
吧老板和管理者来说都至关重要,一直以来人们使用传统的人工方式管理网吧,这种管
理方式存在很多弊端,如:效率低、保密性差。然而使用计算机对网吧进行管理,具有
手工管理所无法比拟的优点。如:检索迅速、查找方便、存储量大、可靠性高、寿命长、
保密性好、成本低等,这些优点能极大的提高网吧管理的效率。
本系统前台主要使用 JSP 作为开发语言,后台使用 Sql2005 作为数据库管理系统,
开发环境是 MyEclipse,服务器采用 tomcat,开发出的一个基于 Web 技术的 B/S 结构的
网吧计费系统。
关键词:网吧,JSP,B/S 结构
II
ABSTRACT
With the continuous improvement of science and technology, computer science
increasingly mature. Computer has been a considerable part of the Universal City, but the
most basic tools just with the information age, but also with the concept of network links they
will be completely digital, network. But the Internet bar management system is an
indispensable part of the Internet, its content is very important to the Internet cafe owners and
managers of artificial management of Internet cafes, people have been using the traditional,
this management way has many shortcomings, such as: low efficiency, poor security.
However, using computer to manage the Internet bar, with manual management incomparable
advantages. Such as: the rapid retrieval, convenient search, large storage capacity, high
reliability, long service life, good security, low cost, these advantages can greatly improve
efficiency in the management of Internet cafes.
The front of the system using JSP as the development language, Sql2005 as the database
management system, the development environment is MyEclipse, the server using tomcat,
developed an Internet cafe billing system B/S structure based on Web technology..
Key words: Internet cafe, JSP, B / S structure
III
目 录
摘 要....................................................................................................................I
ABSTRACT .........................................................................................................II
第一章 绪论.........................................................................................................1
1.1 课题背景........................................................................................................................1
1.2 目的和意义....................................................................................................................1
1.3 国内外研究现状............................................................................................................1
1.4 开发工具及技术............................................................................................................2
1.4.1 开发工具..............................................................................................................2
1.4.2 JSP........................................................................................................................3
1.4.3 JavaScript.............................................................................................................4
1.4.4 sqlserver2005 .......................................................................................................4
1.5 软硬件需求....................................................................................................................4
第二章 需求分析.................................................................................................5
2.1 需求调研........................................................................................................................5
2.2 可行性分析....................................................................................................................5
2.2.1 技术的可行性......................................................................................................5
2.2.2 经济的可行性......................................................................................................5
2.2.3 操作可行性..........................................................................................................5
2.2.4 法律的可行性......................................................................................................6
2.3 功能模块需求分析........................................................................................................6
2.4 设计的基本思想............................................................................................................6
2.5 性能需求........................................................................................................................7
2.5.1 系统的安全性......................................................................................................7
2.5.2 数据的完整性......................................................................................................7
2.6 界面需求........................................................................................................................7
第三章 系统分析与设计.....................................................................................9
3.1 数据库的分析与设计....................................................................................................9
3.1.1 数据库的概念结构设计......................................................................................9
3.1.2 数据库的逻辑结构设计....................................................................................10
3.1.3 数据库的连接原理............................................................................................11
3.2 中文乱码问题处理......................................................................................................12
第四章 系统功能实现.......................................................................................14
4.1 系统登陆页面实现......................................................................................................14
4.2 公告管理页面实现......................................................................................................14
IV
4.3 非会员管理页面实现..................................................................................................15
4.4 充值页面实现..............................................................................................................15
4.5 消费信息页面实现......................................................................................................15
第五章 系统测试...............................................................................................17
5.1 系统测试目的与意义..................................................................................................17
5.2 测试过程......................................................................................................................17
5.2.1 主页面的登录模块测试....................................................................................17
5.3 其他错误......................................................................................................................18
结 论.................................................................................................................19
参考文献.............................................................................................................20
致 谢.................................................................................................................21