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

校园二手市场信息网站的设计与实现(PHP,MySQL)(含录像)

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

校园二手市场信息网站的设计与实现(PHP,MySQL)(含录像)(任务书,开题报告,外文翻译,毕业论文10800字,程序代码,MySQL数据库,答辩PPT,答辩视频录像)
摘  要
随着科技的迅速发展,计算机技术已应用到社会的各个领域。随着计算机技术和通信技术的迅速发展,网络的规模也逐渐增大,网络的元素也随之不断增加,有的利用其通信,有的利用其商业用途,在网络上进行出售、收购、宣传等操作,从而使得网络越来越成为现今社会上必不可少的元素,而网站就是这个网络里很庞大的元素。
通过校园二手物品交易网这个平台,可以使用户足不出户就可以了解丰富的商品信息,极大的方便了用户,系统的主要功能包括:商品类别管理、商品信息管理、订单管理、会员管理、系统公告管理等。分为管理员用户、会员用户这二种用户平台。
本系统前台主要使用PHP作为开发语言,后台使用MySql作为数据库管理系统,开发环境是Dreamweaver,服务器采用Apache,开发出的一个基于Web技术的B/S结构的校园二手物品交易网。

关键词:交易网,PHP,B/S结构
 
Design and Implementation of PHP Based Campus
Secondary Market Website
ABSTRACT
With the rapid development of science and technology, the computer technology has been applied to each field of the society. With the rapid development of computer technology and communication technology, the size of the network increases, network element also will continue to increase, some use their communication, and some use it for commercial purposes, for the sale, purchase, publicity and other operations in the network, thus the network has increasingly become an essential element of modern society, and the website is very large in the network elements.
Through the platform of the campus second-hand goods trading network, users can remain within doors can learn abundant commodity information, a great convenience to the user, the main functions of the system include: category management, product information management, order management, membership management, bulletin management system. As administrator, members of the user to the two user platform.
The front of the system using PHP as the development language, the background using MySql as the database management system, the development environment is Dreamweaver, the server using Apache, developed a Web technology based on B/S structure of campus second-hand goods trading network.
Keywords: transaction network, PHP, B/S structure
 
 功能分析
根据一般电子商务系统功能分析,将系统分为管理员、用户两大模块。系统管理员模块包括:系统配置管理、会员信息管理、网站新闻管理、物品信息管理、管理员管理、登录日志管理。用户模块包括:安全登录、找回密码、查询信息、发布信息、会员注册、物品类别、物品信息管理、会员信息修改。刚进入网站的非会员能够在此网站浏览和搜索信息,不仅能浏览二手信息还能浏览到热门信息。经过注册成为会员便能发布信息。此系统还考虑到用户利用穷举法破解密码,专门设置了用户和管理员登录日志,以便及时了解和防范。
 

校园二手市场信息网站的设计与实现(PHP,MySQL)
校园二手市场信息网站的设计与实现(PHP,MySQL)
校园二手市场信息网站的设计与实现(PHP,MySQL)
校园二手市场信息网站的设计与实现(PHP,MySQL)
校园二手市场信息网站的设计与实现(PHP,MySQL)
校园二手市场信息网站的设计与实现(PHP,MySQL)


目  录
摘  要    I
ABSTRACT    II
1  绪论    1
1.1  课题背景    1
1.2  目的和意义    1
1.3 开发工具及技术    2
1.3.1  开发工具    2
1.3.2  PHP    2
1.3.3  MYSQL    3
1.3.4  软硬件需求    3
2  需求分析    4
2.1  可行性分析    4
2.1.1  技术的可行性    4
2.1.2  经济的可行性    4
2.1.3  操作可行性    4
2.1.4  法律的可行性    5
2.3  系统用户用例图    5
2.3.1  普通用户用例图    5
2.3.2  管理员用例图    5
2.4  功能模块需求分析    6
2.4.1  功能分析    6
2.4.2  功能模块图    6
2.5  设计的基本思想    7
2.6  性能需求    7
2.6.1  系统的安全性    7
2.6.2  数据的完整性    8
2.7  界面需求    8
3  系统分析与设计    9
3.1  数据库的概念结构设计    9
3.2  数据库的逻辑结构设计    12
4  系统功能实现    15
4.1  管理员登陆页面    15
4.2  管理员模块    17
4.2.1  商品类别管理    18
4.2.2  商品信息管理    20
4.2.3  会员信息管理    23
4.2.4  修改密码    24
4.2.5  退出系统    24
4.3  普通用户模块    25
4.3.1  系统主页面实现    25
4.3.2  产品展示查询    25
4.3.3  用户注册    26
5  系统测试    27
5.1  系统测试目的与意义    27
5.2  测试过程    27
5.2.1  主页面的登录模块测试    28
结  论    28
参考文献    30
致  谢    31

推荐资料