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

当前位置:毕业论文网 -> 论文下载 -> 资料论文下载 -> 基于JSP的IT产品销售管理系统的设计与开发
计算机论文资料| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

基于JSP的IT产品销售管理系统的设计与开发

本文ID:LW19764 字数:14458,页数:64 价格:¥50.00 → 信用说明

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

^论文字数:14458,页数:64

 摘要

 随着我国市场经济的日趋成熟,企业面对的竞争压力也越来越大,企业要想生存,就必须充分利用信息化手段来提高管理效率及市场响应速度。电子商务是在互联网开放的网络环境下,基于浏览器/服务器应用方式,实现消费者的网上购物和在线电子支付的一种新型的商业运营方式。电子商务作为一种独立的经济形式,已初具规模,一些电子商务网站的成立,给人们的生活带来了巨大的影响。
 本系统采用B/S架构,用Myeclipse开发平台,后台用的是MySQL数据库。B/S架构的主要特点就是它的客户端是浏览器,这样方便用户的异地使用。采用Myeclipse平台开发是因为它是一款功能强大的J2EE集成开发环境,支持代码编写、配置、测试以及除错。而MySQL作为一个开源数据库,你可以轻松的从网上下载,而且小巧,功能齐全。
 系统的设计思路是从销售出发,把各种买卖的情况做成订单,以便以后期间的统计,方便查询和修改。系统的主要特点是操作简单,界面简洁,能使用户更容易掌握销售管理系统的功能。

关键词:销售管理系统,B/S架构,数据库

ABSTRACT
 The market economy gradually be mature with our country , the competition pressure that enterprise faces is also more and more big , enterprise needs to want to exist, must fully utilize coming to improve efficiency of management and marketplace speed of response informationize means right away. Electronic Commerce is under network environment opening to the outside world in Internet, owing to that the browser/ server applies way, way realizing consumer's web shopping and paying in line electron to grow late-model commerce once being in motion and doing business. Electronic Commerce already begins to take shape as one kind of independent economy form, a few Electronic Commerce website be founded, has brought about gigantic effect for people's life.
 The System uses the B/S structure, using Myeclipse development platform, the background is used in MySQL database. B/S structure of the main characteristics is that it is a client browser, so the use of user-friendly remote. Myeclipse platform used because it is a powerful Integrated Development Environment J2EE to support code development, configuration, testing and debugging. And as an open-source database MySQL, you can easily downloaded from the Internet, and compact, full-featured.
    The systematic design train of thought is to set off from the marketing , makes up various business condition into an order form , inquires about and revises conveniently for the purpose of the statistics during the hereafter.The main features of the system is simple, concise interface that will enable users to more easily grasp the function of the system.
 Keywords:  Sales management system, B/S structure, database
目 录
摘要 I
ABSTRACT II
第1章 引言 1
1.1 背景 1
1.2 网络经济的作用 2
1.3 研究内容 3
第2章 销售管理系统及相关软件介绍 4
 2.1 销售管理系统概述 4
 2.1.1销售管理系统的简介 4
2.1.2销售管理系统的构成 4
2.1.3销售管理系统的功能 4
2.2 前台软件——Myeclipse 4
2.2.1 Eclipse 介绍 5
2.2.2 MyEclipse介绍 5
2.2 系统环境配置软件 5
2.2.1 JDK 介绍 6
2.2.2 tomcat 介绍 6
2.3 后台数据库——MySQL 7
2.3.1 MySQL是一个数据库管理系统 7
2.3.2 MySQL是一个关系库管理系统 8
2.3.3 MySQL是开源的 8
2.3 本章小结 8
第3章 销售管理系统的总体设计 9
3.1 系统功能模块 9
3.2 系统主要功能 9
3.2.1 商品管理 9
3.2.2 订单管理 10
3.2.3 用户管理 10
3.2.4 购物车管理 10
3.3 系统的数据流图 11
3.4 本章小结 12
第4章 销售管理系统的需求分析 13
4.1 需求分析 13
 4.2 数据库信息 13
 4.3 E-R图的设计 14
 4.4 数据库表的设计 15
4.5 本章小结 17
第5章 功能模块实现及说明 18
5.1 系统的操作界面及说明 18
5.1.1 登录界面 18
5.1.2 管理员界面 18
5.1.3 用户操作界面 19
5.2 功能的代码实现 19
5.2.1 商品管理 19
5.2.2 订单管理 23
5.2.3 注册用户管理 26
5.2.4 在线购物 29
5.2.5 购物车管理 36
5.3 本章小结 39
第6章 结束语 40
致谢 41
参考文献 42
附录 源代码 43

基于JSP的IT产品销售管理系统的设计与开发由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:基于VB技术个人理财管理系统 下一篇:学生社团日常活动跟踪管理系统设..
推荐论文 本专业最新论文
Tags:基于 JSP 产品销售 管理系统 设计 开发 2011-05-18 08:24:36【返回顶部】
发表论文

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


毕业论文网提供论文范文,论文代发,原创论文资料

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

Copyright@ 2009-2020 毕业论文网 版权所有