计算机软件及应用硕士论文招投标管理系统的设计与实现

上传人:新** 文档编号:543881348 上传时间:2024-02-29 格式:DOCX 页数:28 大小:995.02KB
返回 下载 相关 举报
计算机软件及应用硕士论文招投标管理系统的设计与实现_第1页
第1页 / 共28页
计算机软件及应用硕士论文招投标管理系统的设计与实现_第2页
第2页 / 共28页
计算机软件及应用硕士论文招投标管理系统的设计与实现_第3页
第3页 / 共28页
计算机软件及应用硕士论文招投标管理系统的设计与实现_第4页
第4页 / 共28页
计算机软件及应用硕士论文招投标管理系统的设计与实现_第5页
第5页 / 共28页
点击查看更多>>
资源描述

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

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

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

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

4、 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 heavy manual ,lower the cost

5、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 system, the development of

6、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 historical bid information.

7、 The bidding process of the procurement department become more standardization, andthe 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 software, specific description of

8、 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 architecture, and further refine the d

9、etailed 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 described in detail, Including the e

10、ntity relationship diagram and data table structure. The system design ideologically using object-oriented mechanisms, projects, products, manufacturers, and other data encapsulated into class, and each class has a corresponding operating class; database connection using a connection pool to improve

11、 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 code, eventually realizing bidding-bas

12、ed 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: Bidding management system, Information e

13、nquiry,JSP, JavaBean目录第一章绪论11.1 论文背景11.2国内外研究现状21.3 系统特点及主要研究内容31.4 论文结构4第二章相关技术简介52.1相关技术52.1.1 J2EE技术简介52.1.2Javabean技术82.1.3 JSP技术简介92.1.4 SQL Server 2000技术简介102.2 现行业务流程分析112.3 本章小结13第三章需求分析143.1系统需求概要143.2 可行性分析143.2.1 技术可行性143.2.2 经济可行性153.2.3 营运可行性163.3本章小结16第四章系统总体设计174.1 系统设计思想174.2 系统整体开发构

14、架设计204.2.1系统开发架构204.2.2 B/S三层系统结构的优点214.3 系统功能分析224.3.1 用户模块224.3.2管理模块234.3.3标书下载模块244.3.4项目信息发布模块244.3.5项目竞标模块254.4数据库设计254.5 数据库的概念模型264.5.1实体联系264.5.2数据库表设计294.6 数据库设计的复杂性314.6本章小结32第五章系统实现335.1 基本设计概念335.2 系统Web站点配置345.2.1 JSDK开发工具配置测试345.2.2 Web服务器的配置测试355.3 组件的详细设计与实现365.3.1 数据库连接池Bean的实现365.

15、3.2 项目数据Bean的实现395.3.3 管理厂商 Bean的实现395.4 用户模块实现405.4.1 用户主界面实现405.4.2 用户查询界面实现425.5 管理员模块设计与实现455.5.1 项目管理界面实现455.5.2 厂商管理界面实现475.5.3 添加厂商管理界面实现495.6 本章小结51第六章系统测试526.1 运行环境526.2 测试设计526.3 测试结果536.4 章节小结53第七章总结与展望547.1论文工作总结547.2 下一步的展望54致谢58第一章 绪论1.1 论文背景1.2国内外研究现状1.3 系统特点及主要研究内容1.4 论文结构第二章 相关技术简介2.1相关技术动态HTML页面J2EE结构1J2EE结构2J2EE结构3客户端应用程序动态HTML页面EJBEJBJSP页面JSP页面数据库数据库数据库客户层Web层业务层EIS层客户端机器J2EE服务器机器数据库服务器机器2.1.1 J2EE技术简介图2.1 J2EE的多层体系结构图浏览器应用程序客户端应用程序客户端容器J2EE服务器Servlet组件JSP组件Web容器EJB组件EJB组件EJB容器数据库客户机器图2.22.1.2Javabean技术2.1.

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

当前位置:首页 > 办公文档 > 教学/培训

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