上海建材集团招标信息管理系统的设计(Eclipse Jee,SQLserver)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

上海建材集团招标信息管理系统的设计(Eclipse Jee,SQLserver)(任务书,开题报告,论文12500字,程序代码,SQLserver数据库)
摘 要
在信息化进程日益增强的当今,传统的手工操作的管理模式因其操作繁琐、失误率高等问题已经越来越不适应现今变化飞快的时代了,每个企业都搭上了信息化管理的浪潮。
本文将对仍然处于手工操作的吉祥建材集团招标环节进行一次信息化的改造,并以此为根据编写一个招标信息管理系统。
本文将使用SQL开发数据库,使用HTML开发前端,使用Java开发后端,并使用MVC框架,构建一个招标信息管理系统网站。针对企业业务流程进行需求分析,然后根据需求分析的结果进行功能模块的设计。以此为基础,初步定下网站的大体设计,并介绍在设计中所使用到的JAVA、HTML和SQL技术的特点和使用方式。
本文所构建的系统建立在Eclipse Jee、jdk-10的环境下。其主要功能为用户登录和注册、任务的创建和领取、后台管理模块。
关键词:面向对象程序设计;JSP;MVC框架;SQL;招投标

Abstract
Nowadays, with the increasing process of informationization, the traditional manual operation management mode has become more and more unsuitable for the fast-changing era because of its complicated operation and high error rate. Every enterprise has caught up with the tide of informationization management.
This paper will carry out an informationized transformation of the bidding process of ShangHaiJiXiang Building Materials Group which is still in manual operation, and compile a bidding information management system based on this.
This paper will use SQL to develop database, HTML to develop front-end, Java to develop back-end, and MVC framework to build a bidding information management system website. Needs analysis is carried out for business processes of enterprises, and functional modules are designed according to the results of needs analysis. On this basis, the general design of the website is preliminarily determined, and the characteristics and usage of JAVA, HTML and SQL technologies used in the design are introduced.
The system built in this paper is based on the environment of Eclipse Jee and jdk-10. Its main functions are user login and registration, task creation and acquisition, background management module.
Key Words:Object-Oriented Programming; JSP; MVC Framework; SQL; Bidding
需求性分析
在信息化的浪潮中,中国的每一个行业都在寻求着与互联网的联系,想要借此机会一跃腾飞。这种情况下的中国的中小型企业都需要跟上步伐,尝试把自己的工作业务信息化系统化,提高自己的管理效率,减少人工成本。
对于上海建材集团来说,招标环节仍然还是人工手动操作的,如果把这部分业务系统化、标准化,将会带来极大的方便。
针对招标系统的业务流程和用户需求进行调研,其核心的需求如下:
①    用户应能查看当前的招标任务;
②    用户应能够创建一个招标任务;
③    用户应能使用注册登录系统;
④    用户应能查看成交记录;
⑤    管理员应能对用户信息、网站信息进行操作。
附加的部分需求如下:
①    查看网站信息,及相关的新闻公告;
②    查看并发布留言板信息;
③    备份数据库。
软件开发工具:Eclipse Jee
程序运行环境:Windows 、jdk 1.7
数据库管理软件:SQLServer2016
服务器搭建环境:Tomcat v9.0 Server

 

上海建材集团招标信息管理系统的设计(Eclipse Jee,SQLserver)
上海建材集团招标信息管理系统的设计(Eclipse Jee,SQLserver)
上海建材集团招标信息管理系统的设计(Eclipse Jee,SQLserver)
上海建材集团招标信息管理系统的设计(Eclipse Jee,SQLserver)


目录
第一章    绪论    1
1.1    选题的目的及意义    1
1.2    国内外研究及应用现状综述    2
1.2.1    招标系统国内研究现状    2
1.2.2    招标系统国外研究现状    2
1.2.3    威客模式国内外研究现状    2
1.3    本系统的主要内容及技术路线    3
1.3.1    B/S和C/S操作结构介绍    3
1.3.2    SQL Server 2016介绍    5
1.3.3    HTML语言介绍    6
1.3.4    JSPJAVABean介绍    6
1.3.5    技术路线    7
第二章    招标信息系统的系统分析    8
2.1    需求性分析    8
2.2    可行性分析    8
2.2.1    技术可行性    8
2.2.2    经济可行性    9
2.2.3    管理可行性    9
2.3    组织结构分析    9
2.4    业务流程分析    11
2.5    数据流程分析    11
2.6    数据字典    12
第三章    系统设计    14
3.1    系统总体设计    14
3.1.1    开发平台    14
3.1.2    功能结构设计    14
3.2    系统详细设计    14
3.2.1    编码设计    14
3.2.2    数据库设计    16
3.2.3    输入输出设计    21
第四章    系统实施    24
4.1    关键技术    24
4.2    模拟运行数据    24
4.3    系统调试与测试    26
4.3.1    系统测试用例的制定    26
4.3.2    系统测试用例的实施    27
4.4    系统特色及开发体会    28
第五章    总结展望    30
5.1    全文总结    30
5.2    研究展望    30
参考文献    32
致谢    33