摄影网站系统
毕业设计(论文)
毕设(论文)题目: 摄影网站
摄影网站
I
摘 要
随着时代的进步,社会生产力高速发展,新技术层出不穷信息量急剧膨胀,整个社
会已成为信息化的社会人们对信息和数据的利用和处理已经进入自动化、网络化和社会
化的阶段。如在查找情报资料、处理银行账目、仓库管理、科研生产等方面,无不需要
利用大量的信息资源。因此,如何有效地进行数据信息的管理和利用,已经成为人们普
遍关注的课题。因此,为了更好的展示一些摄影作品,促进摄影爱好者之间的相互交流,
故而设计一个基于基于 web 的摄影爱好者交流网站,满足人们的个性需求。
本课题在对现有的摄影网站进行研究比较的基础上,设计研发了一套基于基于 web
的摄影爱好者交流网站。本系统前台主要使用 JSP 作为开发语言,后台使用 Mysql 作为
数据库管理系统,开发环境是 idea,服务器采用 tomcat,开发出的一个基于 web 的摄
影爱好者交流网站。
关键词:JSP,数据库,B/S 模式
摄影网站
II
ABSTRACT
Along with the progress of The Times, the high-speed development of social
productivity, new technology emerge in endlessly information explosion, the whole society
has become the informationization of the society, people to the use of information and data
and processing has entered the stage of automation, network and socialization. Such as
searching for information, bank accounts, warehouse management, scientific research and
production, etc., all need to use a lot of information resources. Therefore, how to effectively
manage the data information of and make use of, has become a subject of common concern to
people. Therefore, in order to better show some photography, promote the exchange between
photography enthusiasts, and design a web based based photography enthusiasts exchange
website, meet the demand of people's personality.
This topic in the existing photography website, on the basis of comparing research,
designed and developed a set of web-based based photography enthusiasts exchange site. This
system at the front desk mainly using JSP as a development language, the background using
used as database management system, the development environment is MyEclipse, server
using tomcat, developed a web based photography enthusiasts exchange site.
Keywords: JSP,Database,B / S structure
摄影网站
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
第二章 系统分析.................................................................................................4
2.1 可行性分析....................................................................................................................4
2.1.1 技术可行性..........................................................................................................4
2.1.2 经济可行性..........................................................................................................4
2.1.3 操作可行性..........................................................................................................4
2.1.4 法律可行性..........................................................................................................5
2.2 功能模块分析................................................................................................................5
2.3 设计的基本思想............................................................................................................8
2.4 性能需求........................................................................................................................8
2.4.1 系统的安全性......................................................................................................8
2.4.2 数据的完整性......................................................................................................8
2.5 界面需求........................................................................................................................9
第三章 数据库设计...........................................................................................10
3.1 数据库的分析与设计..................................................................................................10
3.1.1 数据库的概念结构设计....................................................................................10
3.1.2 数据库的逻辑结构设计....................................................................................12
3.1.3 数据库的连接原理............................................................................................14
第四章 系统功能实现.......................................................................................17
4.1 用户注册功能..............................................................................................................17
4.2 登陆页面设计..............................................................................................................17
4.3 管理员首页..................................................................................................................17
4.4 修改登录密码..............................................................................................................17
第五章 系统测试...............................................................................................19
5.1 系统测试目的与意义..................................................................................................19
摄影网站
IV
5.2 测试过程......................................................................................................................19
5.2.1 主页面的登录模块测试....................................................................................19
5.3 其他错误......................................................................................................................20
结 论.................................................................................................................21
参考文献.............................................................................................................22
致 谢.................................................................................................................23