摘 要
本网上书店是针对目前网上书店的实际需求,从实际工作出发,对过去的网上书店存在的问题进行分析,结合计算机系统的结构、概念、模型、原理、方法,在计算机各种优势的情况下,借助php编程语言、php技术、mysql数据库和apache服务器来完成系统的所有功能 。本网上书店主要包括系统用户管理模块、新闻文章管理模块、图书信息管理、商城订单管理、登录模块、和退出模块等多个模块。它帮助网上书店实现了信息化、网络化,通过测试,实现了系统设计目标,相比传统的管理模式,本系统合理的利用了网上书店数据资源,有效的减少了网上书店的经济投入,大大提高了网上书店的效率。
关键词:网上书店;php编程语言;mysql数据库
ABSTRACT
This online bookstore is based on the actual needs of online bookstores. Starting from actual work, it analyzes the problems existing in online bookstores in the past, combining the structure, concepts, models, principles, and methods of computer systems with various advantages of computers. Use PHP programming language, PHP technology, MySQL database, and Apache server to complete all the system’s functions. The online bookstore mainly includes system user management module, news article management module, book information management, mall order management, login module, and exit module. It has helped online bookstores realize informatization and networking. Through testing, they have achieved the goal of system design. Compared with the traditional management model, the system has reasonably used the data resources of online bookstores and effectively reduced the economic investment of online bookstores. Has greatly improved the efficiency of online bookstores.
【key words】:Online Bookstore; Php programming language; Mysql database
目 录
摘 要
ABSTRACT
目 录
第1章 绪论
1.1开发背景
1.2开发意义
1.3研究内容
第2章 主要技术和工具介绍
2.1 Dreamweaver与apache简介
2.2HTML/CSS简介
2.3php简介
2.4mysql数据库概念和特点
第3章 系统分析
3.1可行性分析
3.1.1经济可行性
3.1.2技术可行性
3.1.3操作可行性
3.2需求分析
3.3业务流程分析
3.4数据流程分析
第4章 系统设计
4.1系统结构设计
4.2功能模块设计
4.3数据库设计
4.3.1数据库设计概述
4.3.1概念设计
4.3.2表设计
第5章 系统实现
5.1基本任务
5.2登录模块的实现
5.2.1首页实现
5.2.2管理员后台登录
5.3用户模块的实现
5.3.1留言管理模块的实现
5.3.2购买管理模块的实现
5.4管理员模块的实现
5.4.1用户管理模块的实现
5.4.2密码修改模块的实现
5.4.3新闻文章管理模块的实现
5.4.4图书信息管理模块的实现
5.4.5图书类别管理模块的实现
5.4.6分页算法的实现
第6章 系统测试
6.1测试目的
6.2测试概述
6.3单元测试
6.3.1注册测试
6.3.2登录测试
6.4集成测试
第7章 总结
致 谢
参考文献