- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于JSP技术的影楼相册管理系统论文
摘要
随着影楼业的迅速发展,影楼内部的照片越来越多,用传统手工操作的方法对照片进行管理需要耗费大量的人力物力。鉴于电子相册的优越性,影楼采用电子相册来管理照片,不仅减少成本开支,而且信息化的管理也为客户提供快捷、方便的服务。
本系统是一种基于B/S架构的影楼相册管理系统,系统最终达成了包括上传、下载图片,管理员登陆,修改密码,发表评论等相册的主要功能,各页面交互性良,输入信息提交时都需要经过验证码验证。普通用户只能查看相册中的内容,没有权限进行相应的修改。详细的展现了系统的各个功能模块并给出了主要功能运行界面图。ABSTRACT
As the quickly development of photographic studio,more and more photoes need to be managed. Using the traditional method to deal with these photoes, then photographic studio requires a lot of manpower. Given the superiority of electronic albums, photographic studio use electronic album for the management not only to reduce costs, information management also provide fast and convenient services for customer.
This system is based on B/S architecture photographic studio albums management systems, eventually reached including uploading and downloading a picture, administrator login modify a password and announcement to comment on ,and so on. Such albums ,each pages hangding over with each others is better,.Inputting information submitted is needed after verification code verification. Ordinary users can only see the contents of the album, but do not have access to the corresponding modification. Emerged each function mold piece of the system to combine in detail to main function running interface diagram.
System adopts the most popular Java language development mode, based on MVC MyEclipse technology and application of JSP with MySQL database. Using the database design pattern visit DAO. And jspSmartUpload component implementation of upload and download the pictures.
Keywords: MVC , Photo management , B/S , JSP , DAO , Database
目录
摘要 I
ABSTRACT II
第1章 引言 1
1.1 背景 1
1.2 现状分析 1
1.3 研究内容 2
第2章 B/S结构系统开发相关技术分析 3
2.1 应用程序开发体系分析 3
2.2 JSP开发的两种模式 4
2.2.1 开发模式1—jsp+Javabean 4
2.2.2 开发模式2—jsp+servlet+Javabean 4
2.2.3 两种模式的比较 5
2.3基于JSP的MVC开发模式 6
2.4开发环境介绍 7
2.4.1 MyEclipse 7
2.4.2 MySQL 7
2.4.3 JSP语言 8
2.4.4 JavaScript脚本语言 8
2.5 本章小结 9
第3章 系统总体设计 10
3.1 系统需求 10
3.1.1 前台相册模块 10
3.1.2 后台相册模块 10
3.2 系统设计 11
3.2.1
文档评论(0)