模特管理系统
毕业设计(论文)
毕设(论文)题目: 模特管理系统
模特管理系统
I
摘 要
随着社会的发展,信息网络化成为时代的主题。许多行业在经营管理过程中对计算
机技术的依赖程度也在不断增强。对于模特行业来说,其工作管理流程复杂、多样。计
算机已完全能够胜任模特预约管理工作,而且能够使管理工作变得更加准确、高效、清
晰、透明。模特管理系统能够有效的解决纸质手工处理业务时效率地下和数据信息易丢
失的问题,使得用户查询模特信息更加方面快捷,同时便于管理员对模特和用户的管理,
从而给模特预约管理工作带来更高的效率。因此,开发一个模特管理系统很有必要。
本课题在分析了模特预约行业现状以及对现有的模特管理系统进行研究比较的基
础上,针对模特预约行业的特殊性,设计研发了一套基于 Web 技术的模特管理系统。本
系统用户分为系统管理员、会员这两类。模特信息查询,模特的行程查看查询,模特在
线投票以及投票结果的查看。
本系统前台主要使用 JSP 作为开发语言,后台使用 MySQL 作为数据库管理系统,开
发环境是 MyEclipse,服务器采用 tomcat,开发出的一个 B/S 结构的模特管理系统。
关键词:JSP,数据库,B/S 模式
模特管理系统
II
ABSTRACT
With the development of society, the information network has become the theme of the times.
Dependence of many industries of computer technology in the management process is also
growing. For the modeling industry, the management process is complex and diverse. The
computer is fully capable of modeling appointment management work, but also can make the
management work more accurate and effective, clear and transparent. Model management
system can effectively solve the business efficiency of underground and data information is
easily lost handmade paper, allows the user to query model information more fast, and is
convenient for the administrator to the models and the user management, thus to model the
reservation management work to bring higher efficiency. Therefore, it is necessary to develop
a model management system.
This topic in the analysis model of reservation industry status and makes a comparative study
of the existing model management system based on, according to particularity of the book
industry model, design and development of the a model management system based on Web
technology. The users of the system is divided into administrators, members of the class of
two. Model information query model, travel view query model, online voting and voting results.
The front of the system using JSP as a development language, MySQL as the database
management system, the development environment is MyEclipse, using Tomcat server
management system model, a B/S structure developed by the.
Keywords: JSP, database, B/S
模特管理系统
III
目 录
摘 要....................................................................................................................I
ABSTRACT .........................................................................................................II
第一章 绪论.........................................................................................................1
1.1 课题背景与意义............................................................................................................1
1.2 开发工具及技术............................................................................................................1
1.2.1 开发工具..............................................................................................................1
1.2.2 JSP 技术...............................................................................................................2
1.2.3 JavaScript.............................................................................................................3
1.3 软硬件需求....................................................................................................................3
第二章 系统分析.................................................................................................5
2.1 可行性分析....................................................................................................................5
2.1.1 技术可行性..........................................................................................................5
2.1.2 经济可行性..........................................................................................................5
2.1.3 操作可行性..........................................................................................................5
2.1.4 法律可行性..........................................................................................................6
2.2 功能模块分析................................................................................................................6
2.3 设计的基本思想............................................................................................................9
2.4 性能需求........................................................................................................................9
2.4.1 系统的安全性......................................................................................................9
2.4.2 数据的完整性......................................................................................................9
2.5 界面需求......................................................................................................................10
第三章 数据库设计...........................................................................................11
3.1 数据库的分析与设计..................................................................................................11
3.1.1 数据库的概念结构设计....................................................................................11
3.1.2 数据库的逻辑结构设计....................................................................................13
3.1.3 数据库的连接原理............................................................................................16
3.2 中文乱码问题处理......................................................................................................17
第四章 系统功能实现.......................................................................................20
4.1 会员注册与用户登录..................................................................................................20
4.2 管理员首页..................................................................................................................21
4.3 信息发布管理..............................................................................................................22
4.3.1 添加信息发布....................................................................................................22
4.3.2 发布信息管理....................................................................................................23
4.4 模特信息管理..............................................................................................................24
模特管理系统
IV
4.4.1 模特信息添加....................................................................................................24
4.4.2 模特信息管理....................................................................................................25
4.5 会员信息管理..............................................................................................................26
4.6 预约信息管理..............................................................................................................27
4.7 网站前台管理..............................................................................................................27
第五章 系统测试...............................................................................................28
5.1 系统测试目的与意义..................................................................................................28
5.2 测试过程......................................................................................................................28
5.2.1 主页面的登录模块测试....................................................................................28
5.3 其他错误......................................................................................................................29
结 论.................................................................................................................30
参考文献.............................................................................................................31
致 谢.................................................................................................................32