18143453325 在线咨询 在线咨询
18143453325 在线咨询
所在位置: 首页 > 营销资讯 > 网站运营 > 基于JAVA毕业设计的超市管理系统

基于JAVA毕业设计的超市管理系统

时间:2023-04-29 21:42:02 | 来源:网站运营

时间:2023-04-29 21:42:02 来源:网站运营

基于JAVA毕业设计的超市管理系统:

摘 要

随着科技的迅速发展,计算机技术已应用到社会的各个领域。随着计算机技术和通信技术的迅速发展,网络的规模也逐渐增大,网络的元素也随之不断增加,有的利用其通信,有的利用其商业用途,在网络上进行出售、收购、宣传等操作,从而使得网络越来越成为现今社会上必不可少的元素,而网站就是这个网络里很庞大的元素。

通过购物网站这个平台,可以使用户足不出户就可以了解丰富的商品信息,极大的方便了用户,系统的主要功能包括:商品类别管理、商品信息管理、订单管理、会员管理、系统公告管理等。分为管理员用户、会员用户这二种用户平台。

结合这次设计的意义对Internet在商业中的应用与发展做一下介绍;然后针对整个系统进行分析,其中包括可行性分析、需求分析、系统的业务流程分析、数据分析等;在此基础上确定网站的功能目标,将网站的功能逐次划分,并细分出子功能模块;接下来设计并实现各个模块,在每个模块都能完成其功能的结果下将其综合成一个完整的系统。

本系统前台主要使用JAVA作为开发语言,后台使用MySql作为数据库管理系统,开发环境是MyEclipse,服务器采用tomcat,开发出的一个基于Web技术的B/S结构的购物网站。




关键词:电子商务,JAVA,B/S结构


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 elements are also increasing, some use their communication, and some use it for commercial use, sale, purchase, publicity and other operations in the network, so that the network is increasingly becoming an essential element of modern society, and the website is very large in the network elements.
Through the shopping website of this platform, users can remain within doors can understand the wealth of information goods, a great convenience to users, 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.
Combined with the design of the significance of the application and development of Internet in business overview; then in view of the entire system analysis, including feasibility analysis, demand analysis, the system business process analysis, data analysis; determine the functional target sites on the basis of this, the function of successive division site, and subdivide the function module; then design and Realization of each module, can complete the functions of each module in the results of the integrated into a complete system.
The front of the system using JAVA as the development language, the use of MySql as a database management system, the development environment is MyEclipse, the server using tomcat, developed a Web technology based on B/S structure of the shopping website.
Keywords: Electronic commerce,JAVA,B / S structure



目 录

href="http://www.mzcmsj.com/lunwenfenlei/jisuanji/JSP/13515.html#_Toc354272513">摘要I

"http://www.mzcmsj.com/lunwenfenlei/jisuanji/JSP/13515.html#_Toc354272514">ABSTRACTII

ef="http://www.mzcmsj.com/lunwenfenlei/jisuanji/JSP/13515.html#_Toc354272515">第一章绪论1

="http://www.mzcmsj.com/lunwenfenlei/jisuanji/JSP/13515.html#_Toc354272516">1.1课题背景1

"http://www.mzcmsj.com/lunwenfenlei/jisuanji/JSP/13515.html#_Toc354272517">1.2目的和意义1

1.3开发工具及技术1

1.3.1开发工具1

1.3.2 JAVA2

1.3.3 JavaScript3

"http://www.mzcmsj.com/lunwenfenlei/jisuanji/JSP/13515.html#_Toc354272522">1.4软硬件需求4

="http://www.mzcmsj.com/lunwenfenlei/jisuanji/JSP/13515.html#_Toc354272523">第二章需求分析5

"http://www.mzcmsj.com/lunwenfenlei/jisuanji/JSP/13515.html#_Toc354272524">2.1可行性分析5

2.1.1技术的可行性5

2.2.2经济的可行性5

2.2.3操作可行性5

2.2.4法律的可行性5

2.3系统用户用例图6

2.3.1普通用户用例图6

2.3.2管理员用例图6

2.4功能模块需求分析7

2.5设计的基本思想8

="http://www.mzcmsj.com/lunwenfenlei/jisuanji/JSP/13515.html#_Toc354272534">2.6性能需求8

2.6.1系统的安全性8

2.6.2数据的完整性9

="http://www.mzcmsj.com/lunwenfenlei/jisuanji/JSP/13515.html#_Toc354272537">2.7界面需求9

第三章系统分析与设计11

3.1数据库的分析与设计11

3.1.1数据库的概念结构设计11

3.1.2数据库的逻辑结构设计14

3.1.3数据库的连接原理16

3.2中文乱码问题处理18

第四章系统功能实现19

4.1管理员登陆页面19

"http://www.mzcmsj.com/lunwenfenlei/jisuanji/JSP/13515.html#_Toc354272546">4.2管理员模块21

4.2.1商品类别管理22

4.2.2商品信息管理25

4.2.3会员信息管理29

4.2.4订单管理30

4.2.5修改密码33

4.2.6退出系统34

4.3普通用户模块34

4.3.1系统主页面实现34

4.3.2商品类别查询34

4.3.3用户注册35

4.3.4用户购物36

4.3.5购物车管理37

4.3.6网站聊天室39

="http://www.mzcmsj.com/lunwenfenlei/jisuanji/JSP/13515.html#_Toc354272560">第五章系统测试40

5.1系统测试目的与意义40

="http://www.mzcmsj.com/lunwenfenlei/jisuanji/JSP/13515.html#_Toc354272562">5.2测试过程40

5.2.1主页面的登录模块测试40

="http://www.mzcmsj.com/lunwenfenlei/jisuanji/JSP/13515.html#_Toc354272564">5.3其他错误41

href="http://www.mzcmsj.com/lunwenfenlei/jisuanji/JSP/13515.html#_Toc354272565">结论42

ref="http://www.mzcmsj.com/lunwenfenlei/jisuanji/JSP/13515.html#_Toc354272566">参考文献43

href="http://www.mzcmsj.com/lunwenfenlei/jisuanji/JSP/13515.html#_Toc354272567">致谢44

关键词:管理,系统,设计,毕业

74
73
25
news

版权所有© 亿企邦 1997-2025 保留一切法律许可权利。

为了最佳展示效果,本站不支持IE9及以下版本的浏览器,建议您使用谷歌Chrome浏览器。 点击下载Chrome浏览器
关闭