登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 电子信息类 > 通信工程 > 正文

单页自动报价系统毕业论文

 2022-05-12 09:05  

论文总字数:26399字

摘 要

本系统运用Java这个跨平台的编程语言,在PC上重新实现“自动报价”这一个小系统,探究这个小系统的大概设计与实现,加入单页的自动报价,使系统的应用更加广泛。通过课题的设计及实现,使该同学能系统回顾所学理论知识,达到知识点的综合应用、实际问题的研究分析、在理论指导下进行实践和实际产品研发的目的,为后续的工作阶段的研发和继续探究埋下了厚实的种子,随着网上购物技术应用的不断发展,商品的生产和销售的过程也更多的与网上电子购物的元素相融合,购物者能在网络上面和来自世界的不同地点、不同种类的商品将直接的联系建立起来,并通过便捷,方便,快速的操作来完成购买过程[1]。为了来方便各个用户在数以万计的商品中通过对不同的制造商、产地的价格、性能等参数来进行互相比较,方便快速的找到用户自己想要的商品,并尽量的来减少购物的时间,并在购物者和制造商两者之间来建立方便快捷高效的平台,采用方便快捷的JAVA编程语言和MySQL数据库,再借鉴开源社区中优秀的开发技术,设计并开发了这一自动报价系统。该系统主要实现了用户注册、用户登录、选择商品和确认价格的模块。经过了全面的科学化的的测试,该系统实现了单页自动报价的主要功能。自动报价系统做为电子网上购物在线购物这个模式的拓展,在实际的生活中也会慢慢将优势显现出来。

关键词:自动报价 电子商务 JAVA MYSQL 开源社区

Design and development of single-page Automated Quotation System

Abstract

The system uses the cross-platform Java programming language, reimplement "ticker" is a small system on a PC, explore this small system design and implementation probably added automatically offer a single page, so that the application system more widely. Design and implementation issues through, so that the students can learn a systematic review of theoretical knowledge, achieve comprehensive application knowledge, the practical problems of analysis, under the guidance of the purpose of the theory and practice of the actual product development, research and development work for the follow-up phase or to continue their education and lay a solid foundation. With the deepening of Internet technology, production and marketing chain products more and more integrated into the elements of e-commerce. Consumers can establish visual contact with the products from around the world, through a network of different types, and complete the purchase process via convenient, fast operation. To help users in the tens of millions of products by different manufacturers, the price of different origin products, performance and other parameters were compared, quickly find the products they need, as much as possible to shorten the time of purchase, and manufacturers and consumers established between an efficient platform, using simple and efficient JAVA language and MySQL database technology and learn from the open source community the most classic ideas and technology development model, designed and developed the Automated Quotation System. The system user registration, user login, select and confirm the commodity price module. Through scientific and comprehensive testing system to achieve the main function of a single-page automatic bid. Automated quotation system as an important complement to existing e-commerce and online shopping patterns, in practical applications will show its outstanding advantages.

Keywords: Automated Quotations;e-commerce;JAVA;MYSQL;the open source community

目 录

摘 要 I

Abstract II

第一章 绪 论 1

1.1系统的研究背景 1

1.1.1 网上购物的发展 1

1.1.2 自动报价系统的现状 1

1.2系统实现的目标 1

1.3系统开发的意义 2

第二章 自动报价系统分析 3

2.1网站的设计目标 3

2.2网站的可行性分析 3

2.2.1 用户群体与市场分析 3

2.2.2 技术能力分析 3

2.2.3 可行性分析总结报告 3

2.3网站的设计特点 3

2.4 J2EE框架 4

2.5 本章小结 5

第三章 系统的开发技术及主要构架 6

3.1开发技术的选择 6

3.1.1 JAVA编程技术 6

3.1.2 MYSQL开源数据库的开发 7

3.2系统的主要架构和开发模式 7

3.2.1 基于SPRING,SPRINGMVC,JDBC的体系结构 7

3.2.2 OOP(面向对象编程)在JAVA中的运用 7

3.3本章小结 8

第四章 系统的功能和流程分析 9

4.1平台功能模块的设计分析 9

4.2系统流程分析 10

4.2.1 用户注册流程 10

4.2.2 用户登陆功能流程 10

4.2.3 商品搜索流程 11

4.2.4 确认价格流程 12

4.2.5 商品管理流程 12

4.2.6订单处理用户管理流程 13

4.2.7用户评论流程 14

4.3本章小结 15

第五章 系统功能的具体实现 16

5.1系统数据库的设计 16

5.2功能总体说明 16

5.2.1目录结构说明 17

5.3各功能模块的实现 18

5.3.1数据库的连接 18

5.3.2用户注册模块的实现 18

5.3.3用户登陆模块的实现 19

5.3.4商品搜索模块的实现 19

5.3.5购物车模块的实现 20

5.3.6产品管理模块的实现 21

5.3.7用户管理与权限的实现 21

5.3.8订单与评论管理的实现 22

5.3.9系统数据管理 23

5.4本章小结 26

第六章 系统测试及难点分析 27

6.1系统运行环境的搭建 27

6.2系统程序的安装 27

6.3系统的测试 28

6.3.1系统关键部分测试分析 28

6.3.2测试结果分析与说明 29

6.3.3系统安全与性能分析 29

6.4系统中存在的问题及解决方法 29

6.5本章小结 29

结论 31

参考文献 32

致谢 33

第一章 绪 论

1.1系统的研究背景

1.1.1 网上购物的发展

在中国正快速发展信息化的前提下,城市里的基础网络方面的设施和应用方面的水平都得到了巨大的提升和改善。特别是在经济发达的沿海地区,有更发达的商业服务,公众接受更高的功率和消费水平进行了信息化和电子商务建设的商业流通新事物是一个重要的改变。

请支付后下载全文,论文总字数:26399字

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图