论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

在线食品销售管理系统

 本文ID:LWGSW14498 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 在线食品销售管理系统 (收费:1000 积分)  

论文字数:16300,页数:48

摘要

随着Internet的迅速发展,网上购物变得越来越流行。网上商城作为网上交易的主要平台,推动了电子商务的迅速发展。本系统是网上商城的一个典型的例子,网上食品销售管理系统是一个基于Internet,采用J2EE架构的分布式体系结构的思想模式,并根据现有的网上购物系统的现状而设计开发的电子商务平台。它不但可以扩大商家的规模和市场影响力,而且可以减少企业的经营成本,提高工作效率。
通过基于J2EE架构的网上购物系统的实验运行,表明了基于J2EE的体系架构能有效地提高web应用系统的开发效率,使系统具有较好的可移植性和可重用性。
本文首先介绍了网上购物系统的需求分析和可行性研究,然后论述了系统的设计目标,系统需求和总体设计方案,较详细的论述了系统的详细设计和实现并附上关键代码和效果图。在系统功能方面,本系统主要为用户提供了注册、购物车管理、商品搜索、用户资料修改等功能,为管理员提供了商品管理、商品类别管理、用户信息管理、订单管理等功能。在设计方面,本系统采用的是JSP+JavaBean的模式开发,采用Ajax技术来实现客户端的异步请求操作,可以实现在不需要刷新页面的情况下与服务器进行通信,从而减少用户等待时间。数据库采用目前比较流行的SQL Server 2000数据库。


关键词:数据库,J2EE架构,网上购物

ABSTRACT

 With the rapid development of Internet, online shopping is becoming increasingly popular. Online Shopping Mall as the main platform for online transactions romotes the rapid development of e-commerce. Online Shopping Mall of the system is a typical example, on-line food distribution management system is based on the Internet, and using J2EE framework model, in accordance with the existing system and the status of online shopping to design and develop e-commerce platform . It can not only expands the business scale and market influence, but also reduces operating costs and enhance efficiency.
 J2EE-based framework for online shopping system shows that the system based on J2EE architecture can effectively improve the development of web application system efficiency, the system has good portability and reusability. This paper first introduces that the online shopping system needs analysis and feasibility studies, and when we discuss the system design objectives, system requirements and design program, more detailed discussion of the detailed design realized. Finally, the article also carried out on-line shopping system, the system detection. The system is mainly provided for the user registration, shopping cart management, product search, modify user information and other functions, it provides administrators with the management of goods, goods category management, information management, order management and other functions. In terms of design, the system uses JSP + Java Bean pattern of development, the use of Ajax technology to achieve the client's asynchronous requests operation can be achieved in the situation and do not need to refresh the page while communicating with the server, so that we can reduce user waiting time. We use the very popular current SQL Server 2000 database.
 
 Keywords: Database, J2EE Framework, Online shopping
目录

摘要 I
ABSTRACT II
第1章 引言 1
1.1背景 1
1.2 研究内容 2
第2章 B/S结构的系统开发方法 3
2.1 B/S系统结构分析 3
2.1.1 浏览器/服务器结构 3
2.1.2 浏览器/服务器结构的优缺点 3
2.2数据库访问技术分析 4
2.2.1 JDBC数据库访问技术 4
2.2.2 JDBC对B/S模式的支持 6
2.3开发环境和工具介绍 6
2.3.1 DREAMWEAVER 6
2.3.1 My Eclipse 7
2.3.3 JSP语言环境 7
2.3.4 SQL Server 2000 8
第3章 需求分析 10
3.1 需求分析 10
3.1.1 系统需求分析 10
3.1.2必要性分析 10
3.1.3功能需求分析 10
3.2系统功能结构图 12
3.2.1前台功能结构图 12
3.2.2后台功能结构图 13
3.3 本章小结 14
第4章 数据库设计 15
4.1 数据库设计说明 15
4.2 系统E-R图 16
4.3 系统表结构说明 17
第5章 系统设计与实现 21
5.1前台首页文件架构图 21
5.2 前台功能实现 23
5.2.1用户注册模块 23
5.2.2用户登陆 25
5.2.3商品搜索模块 26
5.2.4购物车模块 27
5.2.5收银台模块 30
5.3后台文件架构图 33
5.4 后台功能实现 34
5.4.1管理员登陆界面 34
5.4.2 商品管理模块 36
5.4.3订单管理模块 38
5.4.4公告管理模块 40
5.4.5退出系统模块设计 41
第6章 结束语 42
致谢 43


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:博客系统设计与实现 下一篇:个人信息管理系统设计与实现
Tags:在线 食品 销售 管理系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号