网站地图| 免费获取|
免费论文网
  • 网站首页|
  • 论文范文|
  • 修改降重|
  • 职称论文|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 开题报告论文
搜索

当前位置:免费论文网 -> 论文下载 -> 论文下载 -> 在线食品销售管理系统
计算机论文| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

在线食品销售管理系统

本文ID:LW19784 字数:16300,页数:48 价格:¥50.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 在线食品销售管理系统 (收费:5000 积分)  如何获取积分?
在线食品销售管理系统

文档字数: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.jaoyuw.com)会员上传。
原创论文流程 相关论文
上一篇:个人信息管理系统设计与实现 下一篇:博客系统设计与实现
推荐论文 本专业最新论文
Tags:在线 食品 销售 管理系统 2011-05-20 09:13:57【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文


免费论文网提供论文范文,论文代发,原创论文

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2023 免费论文网 版权所有