校园二手信息网站的设计与开发(PHP+MySQL)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

摘  要
二手信息网站,为二手物品交易提供了网上平台。如今,随着电子商务的不断发展完善,大学校园也需要一个能为学生提供二手物品交易的专用网站,以便发布各种商品信息。
本设计具有一般电子商务的功能,且体现出校园风格。该系统提供的功能包括注册、查询信息、发布信息、找回密码等。本系统的特点在于应用了PHP技术。它是一种简单的动态脚本语言,具有开放源码、执行速度快的特点。该技术还支持广泛的数据库连接 ,具有大量的扩展库,安全性能高,易学易用。
本文首先介绍了该系统的可行性和应用工具,并就系统的需求性和PHP的优势进行了阐述;接着进行系统分析,并设计了本系统所用到的基于MY SQL数据库的数据表结构;然后对该系统各功能模块进行了详细设计;最后,针对系统在代码优化和加密方面的不足做出总结。(所有权: 毕业设计网 )

关键词:二手信息;PHP;MySQL;APACHE;MD5;SESSION
 
Design and Development of Campus Second-hand Information Website
Abstract
Second-hand information website provides a second-hand goods transactions online platform. Now, with the continuous development of e-commerce perfect, University campus also needs an able to provide our students with the second-hand goods transactions dedicated web site, in order to disseminate information of various commodities.
E-commerce’s general function can find in this design, and reflects the style of the campus. Functions include user registration, information inquiry, disseminate information and retrieve passwords in the system. The system has a major characteristic of PHP applications which is a simple dynamic scripting language that is open source, faster implementation characteristics. And it supports a wide range of database connections, with a lot of extensions, security is also very high performance, easy to learn and use.
This paper introduces the feasibility of the system and application tools, described the needs of the system and the advantages of PHP, then the systems analysis, design and MY SQL-based database system used in the data table structure, Then the function of the system modules and the detailed design and code is a major achievement. Description and testing of the system encountered a character coding using the database errors; by setting MYSQL and linking coding solve this error. Finally, summarize the system of encryption and code optimization for the shortage.

Key words: Second-Hand Information; PHP; MySQL; APACHE; MD5; SESSION

系统功能需求分析
根据一般电子商务系统功能分析,将系统分为管理员、用户两大模块。系统管理员模块包括:系统配置管理、会员信息管理、网站新闻管理、物品信息管理、管理员管理、登录日志管理。用户模块包括:安全登录、找回密码、查询信息、发布信息、会员注册、物品类别、物品信息管理、会员信息修改。刚进入网站的非会员能够在此网站浏览和搜索信息,不仅能浏览二手信息还能浏览到热门信息。经过注册成为会员便能发布信息。此系统还考虑到用户利用穷举法破解密码,专门设置了用户和管理员登录日志,以便及时了解和防范。(所有权: 毕业设计网 )












 
目  录   11000字
1 引  言 1
1.1 课题的背景 1
1.2 可行性分析 1
1.2.1 技术可行性 1
1.2.2 经济可行性 1
1.2.3 运行可行性 1
1.2.4 法律可行性 2
2 理论基础知识介绍 2
2.1 PHP技术 2
2.1.1 PHP简介 2
2.1.2 PHP安装 3
2.2 MySQL 简介 5
2.2.1 MySQL 简介 5
2.2.2 数据库引擎 7
2.3 Apache简介 7
3 系统分析与数据库设计 8
3.1 系统功能需求分析 8
3.2 系统模块关系图 8
3.3 系统E-R图 9
3.4 数据库设计 11
3.4.1 数据库表之间的关系 11
3.4.2 数据表结构的详细设计 11
3.5 系统安全 14
4 系统的实现 14
4.1 系统的主要功能 14
4.1.1 注册 15
4.1.2 搜索信息 17
4.1.3 发布信息 18
4.1.4 密码找回 20
4.1.5 数据库连接代码 22
4.2 创建界面 22
5 系统测试 23
(所有权: 毕业设计网 )
5.1 本地服务器测试 23
5.2 远程服务器测试 24
结    论 24
参考文献 24
致   谢 26
声   明 27

参考文献
[1]数字文化.PHP4交互式网页数据库实战手册[M].北京:清华大学出版社,2001。
[2]邱兆民.彻底研究PHP网络资料库[M].北京:电子工业出版社,2001。
[3]李立功,赵杨.MySql程序设计与数据库管理[M]. 北京:科学出版社,2001。
[4]周浩. PHP4与电子商务网站开发实战[M].北京:人民邮电出版社,2001。
[5]秦涛,曾文玉. 精通PHP5应用开发[M]. 北京:人民邮电出版社, 2007。
[6](美)厄尔曼著,陈宗斌等译.PHP与MySQL基础教程[M].北京:人民邮电出版社,2007。
[7](美)Rasmus Lerdorf, Kevin Tatroe著.陈浩译.PHP程序设计[M].北京:电子工业出版社,2007。
[8]陈湘扬,陈国益著.PHP5+MySQL网页系统开发设计[M].北京:电子工业出版社,2007。