基于java摄影网站设计与实现

摘 要
随着时代的进步,社会生产力高速发展,新技术层出不穷信息量急剧膨胀,整个社会已成为信息化的社会人们对信息和数据的利用和处理已经进入自动化、网络化和社会化的阶段。如在查找情报资料、处理银行账目、仓库管理、科研生产等方面,无不需要利用大量的信息资源。因此,如何有效地进行数据信息的管理和利用,已经成为人们普遍关注的课题。因此,为了更好的展示一些摄影作品,促进摄影爱好者之间的相互交流,故而设计一个基于基于web的摄影爱好者交流网站,满足人们的个性需求。
本课题在对现有的摄影网站进行研究比较的基础上,设计研发了一套基于基于web的摄影爱好者交流网站。本系统前台主要使用JSP作为开发语言,后台使用Mysql作为数据库管理系统,开发环境是idea,服务器采用tomcat,开发出的一个基于web的摄影爱好者交流网站。
关键词:JSP,数据库,B/S模式

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

目 录
摘 要 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
5.2测试过程 19
5.2.1主页面的登录模块测试 19
5.3其他错误 20
结 论 21
参考文献 22
致 谢 23

你可能感兴趣的:(java,开发语言)