{$cfg_webname}
主页 > 计算机 > PHP >

基于Web的个人相册展示系统设计与开发(MySQL)(含录像)

来源:wenku7.com  资料编号:WK72976 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK72976
以下是资料介绍,如需要完整的请充值下载。
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于Web的个人相册展示系统设计与开发(MySQL)(含录像)(毕业论文说明书12500字,程序代码,MySQL数据库)
摘  要
随着网络技术的发展,人民在利用网络学习的同时,也在享受着网络带来的各种附带产品所产生的效应,如网络游戏,个人相册展示等。个人相册展示系统正是在这样的需求前提下应运而生。给人们的日常生活带来了极大的乐趣,让人们在繁忙疲惫的工作之后可以进行休闲。
本系统由两大模块组成,前台展示模块和后台管理模块。前台模块,主要是提供相册动态展示,可以在线视听,在线下载。而后台主要是对该网站的相册信息进行及时的更新。以提供最新的相册信息。
本系统界面友好,与目前市场上的主流个人相册展示系统大体一致,而且操作更加简单,使用方式和微软各种软件(Windows、Office)基本相同,减少了用户学习、使用本网站系统的额外负担。本文通过系统概述、系统分析、系统设计、系统实施、开发总结,详细的说明了系统的开发过程,最后并对整个开发过程进行了总结。
根据系统所需功能,以PHPCMS为开发平台,采用DIV+CSS技术,利用软件工程思想和方法,总体上用结构化生命周期法进行系统分析和设计,采用快速原型法来实现系统。
关键词:相册,DIV+CSS
Web-based personal photo album display system design and development

Abstract
With the development of network technology, the people in the use of network learning, it is also enjoying the benefits of the Internet spin-offs generated by a variety of effects, such as online games, personal album and exhibition. Personal Album display system is in such demand under the premise came into being. People's daily life brought great joy and allow people to work tired after a busy leisure can be.
The system consists of two modules, display modules front and back office management module. Front module is to provide dynamic display album, online audio, online download. The background of the album is mainly the site updated and timely information. To provide the latest album information.
The system interface is friendly, with the current mainstream personal photo album on the market broadly consistent display system, and the operation is more simple, and Microsoft use a variety of software (Windows, Office) is basically the same, reducing the user learning and using the extra burden on the system Web site . In this paper, the system overview, system analysis, system design, system implementation, development summary, detailed description of the system development process, the final and a summary of the entire development process.
According to the system functionality required to PHPCMS for the development platform, DIV + CSS technology, the use of software engineering ideas and methods, on the whole life cycle using structured system analysis and design, rapid prototyping method used to implement the system.

  Key words:photo, DIV+CSS

功能分析    
个人相册展示系统系统主要由前台模块和后台管理模块两部分组成。会员在进入该网站后,不仅可以查看其各种数码产品,还可以选择查看各种特价优惠数码产品的详细信息并购买。管理员登录后,不仅可以查看数码产品的销售情况,还可以管理会员、商品、仓库和其自身的信息。管理员还可以根据实际情况添加其他管理员以维护该数码网站的环境和安全。
(1)登录与注销
每个用户都可以用自己的帐号登录系统。用户操作完成后退出系统,注销后可以重新登录系统。
(2)修改密码
每个用户登录本系统之后都可以更改自己的登录密码。
(3)系统管理员
①对网站的会员进行管理:包括会员信息的查询、修改和删除。
②相册信息管理:添加相册信息、修改相册信息。
③上传管理:后台用户上传相册信息。
(4)普通用户
普通用户可以浏览该网站,选择登陆到系统中。
(5)登陆用户
不但可以浏览该网站的数码产品,还可以通过该网站选中自己心仪的数码产品,进行买入,通过互联网进行网上交易,登陆过的用户还可以查询自己买入数码产品的纪录。
 

基于Web的个人相册展示系统设计与开发(MySQL)(含录像)
基于Web的个人相册展示系统设计与开发(MySQL)(含录像)
基于Web的个人相册展示系统设计与开发(MySQL)(含录像)
基于Web的个人相册展示系统设计与开发(MySQL)(含录像)
基于Web的个人相册展示系统设计与开发(MySQL)(含录像)
基于Web的个人相册展示系统设计与开发(MySQL)(含录像)
基于Web的个人相册展示系统设计与开发(MySQL)(含录像)
基于Web的个人相册展示系统设计与开发(MySQL)(含录像)


目  录
摘  要    IV
ABSTRACT    V
第1章 绪  论    1
1.1 课题研究的目的    1
1.2 课题研究的意义    1
1.3 国内外现状    2
1.4 个人相册展示系统存在的问题    2
第2章 关键技术介绍    4
2.1 PHPCMS简介    4
2.2 PHP技术介绍    5
2.3浏览器/服务器模型    7
2.4 DREAMWEAVER技术介绍    7
第3章 系统分析    10
3.1 功能分析    10
3.2系统用例图    10
3.3 系统开发环境    11
3.4 系统任务的可行性分析    12
3.4.1 市场可行性分析    12
1.2.2  技术可行性分析    12
1.2.3 经济可行性分析    12
第4章 系统设计    14
4.1 系统功能设计    14
4.1.1 前台功能设计    14
4.1.2 后台功能设计    15
4.2    系统数据流图分析    16
4.3    系统流程    17
4.4    系统的技术要求    17
第5章 系统实现    19
5.1 个人相册展示系统前台    19
5.1.1 首页    19
5.1.2 上传相册模块    19
5.1.3 创建相册模块    20
5.1.4 相册管理模块    20
5.1.4 系统设置模块    20
第6章 系统测试    21
6.1 测试类型    21
6.2 测试结果    22
6.2.1 测试用例执行结果    22
6.2.2 测试问题解决    22
第7章 结 论    24
参考文献    25
致  谢    26

推荐资料