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

PHP图片管理系统的设计与实现

来源:wenku163.com  资料编号:WK1632316 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1632316
资料介绍

摘 要
随着科技的发展社会的进步计算机及网络技术的Internet/Intranet应用在全球范围内日益普及,当今社会正快速向信息化社会前进,信息自动化的作用也越来越大。从而使我们从繁杂的事务中解放出来,提高了我们的工作效率。(毕业设计网 )
图片管理对每个人的工作都至关重要。图片管理系统充分利用信息技术提高个人图片的管理水平、效率。该系统实现图片的录入、查询、统计等功能。将动态实现对PC机个人图片所在位置的查找、打开等操作,便于操作人员迅速、准确的定位图片。对整个社会起着巨大的推动作用。本次设计便是利用开发工具PHP 和SQL等开发工具开发的网上个人图片管理系统
目前一部分的图片管理是仅仅靠手工操作的,这样就给以后的整理和查找文件带来很大的困难,同时还会出现大量的图片管理等问题。本次设计开发的图片保管系统大大的减轻了操作人员的工作量,提高了工作的效率。
关键词:PHP 服务器 数据库 管理信息系统 个人图片
Abstract
With the development of technology and social progress of computers and network technology, Internet / Intranet applications in the growing worldwide popularity of today's society is rapidly advancing to the information society, information, the role of automation is also growing. So that our affairs from the complex to liberate and improve our work efficiency.
Pictures of each person's work are essential. Image management system to fully utilize information technology to improve the management level of personal pictures and efficiency. The system realizes the image input, query, statistics and other functions. Realize the dynamic PC, the location of individual images to find, open, and so operate, easy to operate quickly and accurately positioning images. Society as a whole plays a huge role in promoting. The design is the use of development tools, PHP, and SQL development tools such as the development of online personal picture management system.
Image management is now part of the manual alone, disturbing the order and search for documents after great difficulty, while a large number of images will be management issues. The design and development of the image storage system greatly reduces operator workload, increase work efficiency.

Key words: PHP ,Server ,Database ,Management information system ,Personal Pictures

随着科技的发展社会的进步计算机及网络技术的Internet/Intranet应用在全球范围内日益普及,当今社会正快速向信息化社会前进,信息自动化的作用也越来越大。从而使我们从繁杂的事务中解放出来,提高了我们的工作效率。
图片管理对每个人的工作都至关重要。图片管理系统充分利用信息技术提高个人图片的管理水平、效率。该系统实现图片的录入、查询、统计等功能。将动态实现对PC机个人图片所在位置的查找、打开等操作,便于操作人员迅速、准确的定位图片。对整个社会起着巨大的推动作用。本次设计便是利用开发工具PHP 和SQL等开发工具开发的网上个人图片管理系统。
目前一部分的图片管理是仅仅靠手工操作的,这样就给以后的整理和查找文件带来很大的困难,同时还会出现大量的图片管理等问题。本次设计开发的图片保管系统大大的减轻了操作人员的工作量,提高了工作的效率。











目录
目录 2
摘 要 4
Abstract 4
第1章 概述 6
1.1课题来源 6
1.2国内外发展状况 6
1.3 文献综述 6
1.3.1 技术综述 7
1.3.2 功能综述 7
第2章 相关工具介绍 8
2.1 Apache服务器 8
2.2MySQL 数据库 8
2.3 PHP 9
2.4 DreamWeaver 10
第3章 数据库设计 10
3.1需求分析 10
3.2 问题定义 10
3.3 可行性分析 10
3.3系统流程图 11
3.3数据库建模 12
数据库各种对象的命名必须规范。 14
3.3数据库的需求分析 14
(毕业设计网 )
3.3 数据库的概念设计 14
3.3数据库的逻辑设计 15
第4章 系统详细设计 17
4.1 用户登录 18
4.2 主程序 19
4.3用户注册 20
4.3 管理员登录 21
4.3 后台主页面 22
4.3 新增管理员 23
4.3管理员列表 24
4.3 修改密码 25
4.3 用户列表 26
4.3 图片列表 28
第5章 系统测试 29
5.1测试方法 29
5.2 系统功能测试 30
第6章 程序编写中遇到的问题与解决方法 30
6.1 session保存数据对象丢失 30
6.2 日期的解决方法 31
6.3 PHP三种跳转页面方法 32
6.5 apache的部署 33
6.6 PHP文件上传方法 34
第7章 总结 36
谢 辞 37
参考文献 38

推荐资料