毕业设计(论文)
宠物领养系统的设计与实现
学生姓名:
二级学院:
班级名称:
指导教师:
年 月 日
I
目 录
摘 要 .........................................................................................................................................I
ABSTRACT ...............................................................................................................................II
1 引言.........................................................................................................................................1
1.1 课题背景.......................................................................................................................1
1.2 设计原则.......................................................................................................................1
1.3 论文组织结构...............................................................................................................1
2 系统关键技术.........................................................................................................................3
2.1 JSP 技术.........................................................................................................................3
2.2 JAVA 技术 ....................................................................................................................3
2.3 B/S 结构.........................................................................................................................3
2.4 MYSQL 数据库.............................................................................................................4
3 系统分析.................................................................................................................................5
3.1 可行性分析...................................................................................................................5
3.1.1 操作可行性.........................................................................................................5
3.1.2 经济可行性.........................................................................................................5
3.1.3 技术可行性.........................................................................................................5
3.1.4 法律可行性.........................................................................................................5
3.2 系统功能分析...............................................................................................................5
3.3 系统性能分析...............................................................................................................6
3.4 系统流程分析...............................................................................................................7
3.4.1 注册流程.............................................................................................................7
3.4.2 登录流程.............................................................................................................7
4 系统设计.................................................................................................................................9
4.1 系统结构设计...............................................................................................................9
4.2 系统顺序图设计...........................................................................................................9
4.3 数据库设计.................................................................................................................11
4.3.1 数据库 E-R 图设计 ..........................................................................................11
4.3.2 数据库表设计...................................................................................................13
5 系统的实现...........................................................................................................................16
5.1 用户功能模块的实现.................................................................................................16
5.1.1 系统主界面.......................................................................................................16
5.1.2 用户注册界面...................................................................................................16
II
5.1.3 用户登录界面...................................................................................................17
5.1.4 送养宠物详情界面...........................................................................................17
5.1.5 添加送养宠物界面...........................................................................................18
5.1.6 添加宠物秀界面...............................................................................................18
5.1.7 个人中心界面...................................................................................................18
5.2 管理员功能模块的实现.............................................................................................19
5.2.1 管理员登录界面...............................................................................................19
5.2.2 用户管理界面...................................................................................................20
5.2.3 送养宠物管理界面...........................................................................................20
5.2.4 地区类型管理界面...........................................................................................21
5.2.5 申请领养管理界面...........................................................................................22
5.2.6 宠物秀管理界面...............................................................................................22
6 系统测试...............................................................................................................................23
6.1 测试定义.....................................................................................................................23
6.2 测试方法.....................................................................................................................23
6.3 测试方案.....................................................................................................................23
6.4 测试结论.....................................................................................................................24
结论...........................................................................................................................................25
致谢...........................................................................................................................................26
参考文献...................................................................................................................................27
I
摘 要
本课题是根据用户的需要以及网络的优势建立的一个宠物领养系统,来满足用宠物
领养的需求。
本宠物领养系统应用 JSP 技术,Java 语言,MYSQL 数据库存储数据,基于 B/S 结
构开发。在网站的整个开发过程中,首先对系统进行了需求分析,设计出系统的主要功
能模块,其次对网站进行总体规划和详细设计,最后对宠物领养系统进行了系统测试,
包括测试概述,测试方法,测试方案等,并对测试结果进行了分析和总结,进而得出系
统的不足及需要改进的地方,为以后的系统维护和扩展提供了方便。
本系统布局合理、色彩搭配和谐、框架结构设计清晰,具有操作简单,界面清晰,
管理方便,功能完善等优势,有很高的使用价值。
关键词:JSP 技术,宠物领养,MYSQL 数据库,B/S 结构
II
ABSTRACT
This topic is based on the needs of users and the advantages of the network to establish a
pet adoption system to meet the needs of pet adoption.
This pet adoption system uses JSP technology, Java language, MYSQL database to store
data, and is developed based on the B/S structure. In the entire development process of the
website, firstly, the system's requirements were analyzed, and the main functional modules of
the system were designed. Secondly, the overall plan and detailed design of the website were
carried out. Finally, the system test of the pet adoption system was carried out, including test
overview and test methods. , Test plan, etc., and analyze and summarize the test results, and
then draw the system's deficiencies and areas that need improvement, which provides
convenience for future system maintenance and expansion.
The system has the advantages of reasonable layout, harmonious color matching, clear
frame structure design, simple operation, clear interface, convenient management, and
complete functions. It has high use value.
Keywords: JSP technology, pet adoption, MYSQL database, B/S structure