1 / 39
文档名称:

【毕业论文】基于PHP实现WEB图片共享系统.doc

格式:doc   页数:39页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

【毕业论文】基于PHP实现WEB图片共享系统.doc

上传人:3099984911 2015/5/27 文件大小:0 KB

下载得到文件列表

【毕业论文】基于PHP实现WEB图片共享系统.doc

相关文档

文档介绍

文档介绍:基于PHP实现的WEB图片共享系统
摘要
本系统主要从现代社会电脑化观念出发,通过对现有资料的分析、研究和整理,、紧迫性和必要性。在现阶段,,该市场还有很大的介入空间。其中,在国外,已经有了很成熟的图片共享平台。,信息由以前的服务器发布变成了用户发布。也就是从以前的通过服务器搜集资源并且发布变成了通过用户提供资源,服务器进行整理,分类,发布的模式。而且这种模式对于一个网站的用户吸引度也远远高于传统模式。
本论文旨在详细说明如何在基于PHP以及Ajax框架的环境下,使用MVC的开发模式,完成一个具有完整功能的图片上传以及图片管理系统,并能够实现方便的添加,删除图片以及分类,后台主要实现对用户以及用户的图片进行管理;能实现相关个人的设置更改。并且系统中对于图片上传需要有比较直观的进度显示,图片的呈现使用比较友善的显示效果。
关键词:模型-视图-控制器;图片共享;Ajax
A Picture Share System Based on PHP
Abstract
This system mainly embarks from the modern puterization. Based on existence information analysis, the research and the anization, we considered the pressing and the necessity of implementing order form developing picture share system base on the present stage, the domestic picture share system based on is just underway. There is expansive to take part in this field, at the same time, mature picture share system aboard is already exist for a long time. In period, the style of information publishing turned from server publishing to user publishing .In another word, it is changed from server publishing information to user providing information, and in this case, servers only need to coordinating, sorting and republishing. Furthermore, in this model, a website is much friendlier to user.
This thesis mainly describes how to developing fully functional pictures upload and picture management system. This system can easy to add, delete pictures and categories. In the backstage management, is mainly to implementing user and pictures management and user information changing. In this system, picture uploading is intuitionisticly showing, and the picture is need to be shown user friendly.
Key words: MVC; Picture Share; Ajax
目录
论文总页数:36页
1 引言 1
2 系统概述 1
3 总体设计 2
系统需求分析 2
图片上传需要支持的方式 2
用户上传图片需要支持的格式 2
分类 2
图片管理 2
图片展现 3
查询功能 3
用户管理 3
总体结构 3
图片共享系统流程 3
图片共享系统模块功能介绍 5
用户界面子模块划分 5
.