摘 要
近年来,宠物已经成为了人类最亲密的家人,养宠物也成为了一种新型生活方式和时尚潮流热点,伴随而来的就是必不可少的宠物用品的购买。本系统根据现实的情况以及方便购买宠物用品的特点进行设计开发,旨在为用户提供一个购物的平台,为顾客带来最优质便捷的购买宠物用品体验;并根据网上商城的特点,促进顾客与宠物之间的感情交流,使其成为一个学习宠物知识的乐园。
网站用户使用网上宠物用品的入口,所有的在线用户都用过浏览器登录,并且进行一系列的查询,订购操作。用户接口模块包括了用户信息的维护、商品查询、订购商品和订单维护。用户登录系统后,用户ID将会被保存在服务器中,用户在系统中的所做操作,包括查询、订购等都将被系统存储在数据库中,以供系统进行销售情况的分析。管理员模块是提供网站维护和管理员的接口。管理员接口模块包括商品信息维护、内部员工维护、订单处理、销售情况查询、会员信息维护等多个模块。
本次设计采用Html+css实现前端网页设计,JavaScript增强前台界面动态效果及人机体验感。选择PHP和MySQL作为动态开发语言,实现购物车、订单管理、注册登录和后台管理员管理等功能。
关键字:网上购物;宠物用品;PHP;MysQL
Abstract
In recent years,pets have become the closest family to humans,and pets have become a new lifestyle and fashion trend hot spot,accompanied by the purchase of essential pet supplies. The system is designed and developed according to the actual situation and the characteristics of convenient purchase of pet supplies,aiming at providing a shopping platform for users,bringing customers the best quality and convenient purchase of pet supplies experience;and according to the characteristics of online shopping mall,promote the emotional exchange between customers and pets,make it a paradise to learn pet knowledge.
Site users use the entry of online pet products,all online users have used the browser login,and a series of inquiries,ordering operations. The user interface module includes the maintenance of user information,commodity inquiry,order goods and order maintenance. After the user logs on to the system,the user ID will be saved in the server,and the user's actions in the system,including query,ordering,etc.,will be stored in the database for the system to analyze the sales situation. The administrator module is an interface that provides site maintenance and administrators. The administrator interface module includes commodity information maintenance,internal staff maintenance,order processing,pin Sales information query,member information maintenance and other modules.
This design uses Html css to realize front-end web page design,JavaScript enhances the front interface dynamic effect and the human-machine experience sense. Choose PHP and MySQL as the dynamic development language to implement the functions of shopping cart,order management,registration login and background administrator management.
Key Words: Online Shopping;Pet Supplies;PHP;MysQL
目 录
第1章 绪论 1
1.1 研究背景及目的意义 1
1.2 研究现状 1
1.4 研究内容 2
第2章 系统需求分析 3
2.1 可行性分析 3
2.2 业务流程分析 3
2.3 功能需求分析 6
2.4 用例分析 7
第3章 系统设计 12
3.1 功能模块设计 12
3.2 数据库设计 13
3.2.1 概要模型设计 13
3.2.2 数据库表的设计 17
第4章 系统实现 20
4.1 系统开发环境 20
4.2 功能实现 23
4.2.1 用户注册 23
4.2.2 用户登录 24
4.2.3 网站首页 25
4.2.4 宠物用品 25
4.2.5 购物车 26
4.2.6 订单管理 26
第5章 系统测试 28
5.1 测试环境 28
5.2 功能测试 29
5.3 测试总结 40
第6章 结论 41
致 谢 43
参考文献 44