硕士论文招投标管理系统的设计与实现

上传人:夏** 文档编号:502603644 上传时间:2023-01-18 格式:DOC 页数:28 大小:1.11MB
返回 下载 相关 举报
硕士论文招投标管理系统的设计与实现_第1页
第1页 / 共28页
硕士论文招投标管理系统的设计与实现_第2页
第2页 / 共28页
硕士论文招投标管理系统的设计与实现_第3页
第3页 / 共28页
硕士论文招投标管理系统的设计与实现_第4页
第4页 / 共28页
硕士论文招投标管理系统的设计与实现_第5页
第5页 / 共28页
点击查看更多>>
资源描述

《硕士论文招投标管理系统的设计与实现》由会员分享,可在线阅读,更多相关《硕士论文招投标管理系统的设计与实现(28页珍藏版)》请在金锄头文库上搜索。

1、摘要I招投标管理系统的设计与实现(预览摘 要招投标管理系统的发展在国内日趋成熟,应用也逐渐普遍起来,已经成为企 业招投标过程中不可缺少的工具。这种信息管理模式使招投标业务管理更加标准 化、规范化 , 将业务人员从繁重的手工操作中解放出来 , 降低招投标成本,实现招标 投标的网络式管理,而且随着全球经济与网络的逐步发展,企业对投招标的需求 量也会与日俱增。为了满足庞大的市场需求,结合当下系统开发所采用的技术,开发一个基于 网络的招投标管理系统是十分必要的。本系统解决了竞价前后供货商的批准和最 终确认流程,以及对网上竞价的历史信息备份,并且可以随时随地的调档查询以 往的历史竞价信息,对采购部门的招

2、标流程进行了规范化,最大限度的提高企业 的综合效益。在课题的研究过程中,重点分析了系统对所需软硬件的详细需求,具体的描 述了招投标信息系统的分析、设计、和实现过程。并结合公司对招投标项目对规 范化、透明化和规范化的要求,完成对整个系统的总体设计。系统采用了三层 B/S体系结构,并进一步完善详细设计和对数据库的实现,其中主要分析了招标投标 环节中各个功能模块之间的关系 , 并且介绍招投标管理系统的整个设计过程。接着 本文对系统中的数据库的模型设计进行了详细说明,包括实体联系图和数据表结 构。本系统在设计思想上采用面向对象机制,将项目、产品、厂商等封装成数据 类,并且每个类都有对应的操作类;数据库

3、连接上采用了连接池,以此来提高数 据库效率; 技术上采用 JSP+JavaBean和 SQL Server 2000来实现。 最后对系统进行 编码及功能进行了测试,对系统中用到的关键技术 JavaBean 及各个模块之间所涉 及到的关键代码进行了详细的研究分析,最终实现基于网络的招投标管理系统。 招投标管理系统的实现为企业的招投标管理工作提供了更加高效便捷的途 径,对于未来企业的信息化建设更是具有不可替代的应用价值和现实意义。关键词:招投标管理系统,信息查询 ,JSP,JavaBean摘要 IIIABSTRACTBidding ma is gradually developed , and i

4、ts applications are becoming increasingly prevalenagement system in the countrynt. It has become an indispensable tool in the corporate bidding process. The information management mode enables the bidding business management more standardized, standardization, and business-people can free from the h

5、eavy manual ,lower the cost of bidding, and then the bidding network management can be realized. With the global economy and the progressive development of the network , increasing demand will cast tender.In order to meet the huge market demand, combined with the technical development of the current

6、 system, the development of a web-based bidding system is very necessary. This system solves the approval of the suppliers in the bidding process and the final confirmation processes, as well as on the online auction of historical information backup. And the investigation file anywhere you can query

7、 historical bid information. The bidding process of the procurement department become more standardization, and the overall efficiency of the company can be improved.In the course of the study of the subject, we mainly analyze the detailed requirements of the system to the required hardware and soft

8、ware, specific description of the bidding information systems analysis, design, and implementation process. Combined bidding project on standardization, transparency and standardization of requirements, the overall design of the entire system is completed. The system uses a three-tier B / S architec

9、ture, and further refine the detailed design and realization of the database, which analyzed the relationship between the various functional modules in the bidding link, and introduced the bidding management system throughout the design process. Then the model of the system database design is descri

10、bed in detail, Including the entity relationship diagram and data table structure. The system design ideologically using object-oriented mechanisms, projects,ABSTRACTproducts, manufacturers, and other data encapsulated into class, and each class has a corresponding operating class; database connecti

11、on using a connection pool to improve database efficiency; technically JSP JavaBean and SQL Server 2000 to achieve. Finally, the system coding and functional is tested, and conduct a detailed analysis of the key technologies JavaBean and between the various modules in the system related to the key c

12、ode, eventually realizing bidding-based network management system .To achieve a more efficient and convenient way to provide for the management of the bidding for future enterprise information construction, bidding management system has an irreplaceable value and practical significance.Keywords: Bid

13、ding management system, Information enquiry, JSP, JavaBeanV目录第一章 绪论 . 1 1.1 论文背景 . . 1 1.2国内外研究现状 . 1 1.3 系统特点及主要研究内容 . . 1 1.4 论文结构 . . 1第二章 相关技术简介 . 2 2.1相关技术 . 2 2.1.1 J2EE技术简介 . 2 2.1.2Javabean 技术 . 3 2.1.3 JSP技术简介 . 4 2.1.4 SQL Server 2000技术简介 . 4 2.2 现行业务流程分析 . . 4 2.3 本章小结 . . 5第三章 需求分析 . 6 3.1系统需求概要 . 6 3.2 可行性分析 . . 6 3.2.1 技术可行性 . . 6 3.2.2 经济可行性 . . 6 3.2.3 营运可行性 . . 6 3.3本章小结 .

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 医学/心理学 > 基础医学

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号