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

网上购物商城系统的设计与实现(SQLServer)

来源:56doc.com  资料编号:5D11844 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D11844
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

网上购物商城系统的设计与实现(SQLServer)(任务书,外文翻译,毕业论文12300字,程序代码,SQLServer数据库,答辩PPT)
摘要
现代的购物方式因为互联网的迅速发展显得更加方便快捷,网上商城就是目前主流的网上购物方式之一。人们足不出户,就可以获得自己所需的商品。本文设计主要利用JSP技术进行开发和SQL Server数据库。JSP是新一代的动态网页编程技术,它继承了Java技术的“一次编写,随处运行”的特性,允许开发和维护与平台无关性等,它能使Web开发人员轻易搭建网络平台,建立起功能强大的Web网站。
本文首先介绍了网上商城系统的设计目标和可行性分析,对系统开发技术JSP及数据库SQL SERVER进行了简单的介绍,并且介绍了系统的主要框架。然后对系统的功能模块及流程进行了详细的分析,通过E-R图及实体图详细展现系通功能及模块,在此基础上介绍了数据库设计并详细介绍了各个模块功能的实现,最后简单的描述了系统的测试,并对系统实现过程中遇到的问题进行分析。
关键词: 网上商城系统网站,JSP,SQL SERVER

Online shopping mall system
Abstract
Modern ways of shopping because of the rapid development of the Internet becomes more and more convenient, online shopping mall is one of the main ways of the online shopping. People remain within doors, you can get the goods. This design mainly uses JSP technology development and SQL Server. JSP is Webpage programming technology a new generation of the dynamically, it inherits the Java technology "write once, run anywhere characteristics", allows for the development and maintenance and platform independence, it can make the Web developers to easily build network platform, build powerful Web web site.
This paper firstly introduces the design goal and feasibility analysis of the Internet shopping system, the system development technology of JSP and database SQL SERVER is briefly introduced, and introduces the main frame of the system. And then makes a detailed analysis on the function module and the flow of system, through the E-R diagram and entity graph detailing system function and module, then introduces the database design and introduces the function of each module, and finally a simple description of the system test, and to meet in the process of system implementation issues analysis.
Key word :Online shopping mall system,Web site,JSP,SQL SERVER

 

网上购物商城系统的设计与实现(SQLServer)
网上购物商城系统的设计与实现(SQLServer)
网上购物商城系统的设计与实现(SQLServer)
网上购物商城系统的设计与实现(SQLServer)



目   录
摘要    II
Abstract    III
第一章  选题背景    - 1 -
1.1  系统的开发背景    - 1 -
1.1.1  网上商城的发展    - 1 -
1.1.2  网上商城的现状    - 1 -
1.2  系统实现的目标    - 2 -
1.3  系统开发的意义    - 2 -
第二章  网上商城系统分析    - 3 -
2.1  网站的设计目标    - 3 -
2.2  网站的可行性分析    - 3 -
2.2.1  用户群体与市场分析    - 3 -
2.2.2  技术能力分析    - 3 -
2.2.3  可行性分析总结    - 4 -
第三章  系统的开发技术及主要构架    - 5 -
3.1 开发技术的选择    - 5 -
3.1.1  JSP编程技术    - 5 -
3.1.2  SQL Server 数据库    - 7 -
3.1.3  JavaScript语言    - 8 -
3.2  系统的主要架构    - 8 -
3.2.1  基于B/S的体系结构    - 8 -
第四章  系统的功能和流程分析    - 10 -
4.1  平台功能模块的设计分析    - 10 -
4.2  数据流图    - 10 -
4.2.1  前台用户数据流图    - 11 -
4.2.2  后台管理员数据流图    - 11 -
4.3  系统E-R图    - 12 -
4.3.1  系统管理员实体图    - 12 -
4.3.2  商品信息实体图    - 12 -
4.3.3  用户信息实体图    - 12 -
4.3.4  订单信息实体图    - 13 -
4.3.5  系统总E-R图    - 14 -
第五章  系统功能的具体实现    - 15 -
5.1  系统数据库的设计    - 15 -
5.2  功能总体说明    - 17 -
5.2.1  系统流程图    - 17 -
5.3  各功能模块的实现    - 17 -
5.3.1  数据库的连接    - 17 -
5.3.2  网站首页    - 18 -
5.3.3  用户登录管理    - 19 -
5.3.4  会员注册    - 19 -
5.3.5  订单管理    - 20 -
5.3.6  公告管理    - 20 -
5.3.7  商品管理    - 21 -
5.3.8  会员管理    - 21 -
5.3.9  系统数据管理    - 22 -
第六章  系统测试及难点分析    - 23 -
6.1  测试的方法    - 23 -
6.2  系统的测试    - 23 -
6.2.1  系统关键部分测试分析    - 23 -
6.2.2  测试结果分析与说明    - 23 -
6.2.3  系统安全与性能分析    - 24 -
6.3  系统中存在的问题及解决方法    - 24 -
参考文献    - 25 -
致谢    - 26 -
附录Ⅰ    - 27 -
附录Ⅱ    - 33 -

推荐资料