大学生毕业论文设计-基于java的在线招投标系统的设计与实现.docx
基于java的在线招投标系统的设计与实现
摘要
近些年来,在信息化时代“互联网+”的大潮流下,在线招投标业务应运而生。传统的招投标流程存在的缺点越来越明显,繁琐和低效也是催动招投标业务信息化发展的很大原因。分析过课题的研究背景后,对开发本系统架构选择使用当前更适合的B/S结构,系统的开发语言选择使用当前web开发技术火热的开发组合Java+MySQL。本篇论文会先介绍该系统的研究意义以及开发背景,之后是对系统进行需求分析、设计实现、测试等方面的阐述。本系统能够实现基本的发布招标,在线定标,在线投标,公示结果和投标方管理等功能。
关键词:在线招投标;B/S体系;Java;MySQL
Abstract
Inrecentyears,underthetrendofInternet+intheinformationage,onlinebiddingserviceshaveemerged.Theshortcomingsofthetraditionalbiddingprocessarebecomingmoreandmoreobvious,andthecumbersomenessandinefficiencyarealsothebigreasonsthaturgethedevelopmentofbiddingbusinessinformatization.Afteranalyzingtheresearchbackgroundofthesubject,IchosetousethecurrentmoresuitableB/Sstructureforthedevelopmentofthesystemarchitecture,andthesystemdevelopmentlanguagechosetousethecurrentwebdevelopmenttechnologyhotdevelopmentcombinationJava+MySQL.Thispaperwillfirstintroducetheresearchsignificanceanddevelopmentbackgroundofthesystem,andthenexplainthesystemrequirementsanalysis,designimplementation,andtesting.Thissystemcanrealizethebasicfunctionsofpublishingbidding,onlinebidding,onlinebidding,publicizingresultsandbiddermanagement.
Keywords:Onlinebidding;B/Ssystem;Java;MySQL
目录
TOC\o1-3\h\z\u引言 1
1绪论 2
1.1 选题背景及开发意义 2
1.2研究目标 2
2系统开发环境和架构 3
2.1系统环境 3
2.2系统架构 3
3在线招投标系统的需求分析与设计 4
3.1系统概述 4
3.2系统用例分析 4
3.3功能性需求分析 5
1.注册与登录,注册进度查询功能 5
2.查看招标公告功能 6
3.参与招标功能 6
4.查看公示结果功能 7
5.招标信息管理功能 7
6.投标方管理功能 8
7.修改密码和用户退出功能 8
3.4非功能性需求分析 8
3.4.1系统可行性分析 8
3.4.2性能需求分析 9
3.4.3界面需求 9
4基于Java的在线招投标系统的设计 10
4.1功能设计 10
4.2数据库设计 10
4.2.1数据库E-R图 10
4.2.2数据库表 11
5基于Java的在线招投标系统的实现 14
5.1投标方注册与登录功能 14
5.2查看招标信息功能 16
5.3参与招标功能 17
5.4招标管理模块功能 18
5.5投标方管理模块功能 20
5.6定时器功能 23
5.7全局异常处理功能 24
5.8拦截器功能 24
6系统测试 25
6.1测试概述 25
6.2测试计划执行情况 25
6.3测试用例及