文章导读:在新的一年中,各位网友都进入紧张的学习或是工作阶段。网学的各位小编整理了参考论文-企业生产后期数据管理软件系统开发的相关内容供大家参考,祝大家在新的一年里工作和学习顺利!
车辆工程专业毕业论文,论文编号:JX912 论文字数:16403.页数:68
摘 要
随着科学技术的进步,计算机行业的迅速发展,人们的工作效率得到了大大的提高。
计算机信息处理系统的引进已彻底改变了许多公司的经营管理 。甚至附近的一些小店主也可能正在用计算机来控制销售、记账以及其他活动。在一些大公司里,电子信息处理系统监测全部工作设备的操作与运行。
生产管理系统是企业管理机制中的重要组成部分,通过对企业生产管理系统的生产管理机制进行调查研究,开发了生产管理系统。本系统使用java工具eclipse进行前端开发,是基于WINDOWS的面向对象的可视化开发工具,数据库采用当今最流行适用的oracle,做到了与时代同步,与社会兼容等特点。经过长时间的开发运用,总结可知,两者相结合在开发效率和系统性能可以得理想的效果,非常适合某些小中型企业的MIS系统的开发。
论文针对企业生产管理的实施过程,按照企业给定的式样书要求,将其给出的生产管理系统的几个html页面文件转换为jsp页面文件,然后按照预定的功能要求,将其关联起来并且实现其中的几个有关功能(其中有检索、更新、删除等),最后使整个系统基本能够实现预计的功能,对工厂的生产管理起到一定的作用。
关键词: 生产管理系统; 数据库; eclipse; oracle
Abstract
With the progress of scientific and technological, the rapid development of the computer industry, people''s work efficiency has greatly enhanced.
Computer information processing system has completely changed the introduction of many company''s operating management. Even a nearby small shopkeeper may also use the computer to control the marketing, accounting and other activities. In some large companies, electronic information processing system can monitor all of the work of the operation of equipment and operation.
Production management system of enterprise management mechanism is an important component of the enterprise''s production management through the production management system and conduct investigations into the mechanism, developed a production management system. The system uses the java tool “eclipse” for front-end development and is an object-oriented visual development tool based on the WINDOWS. Database using today''s most popular application of the oracle, succeeded in step with the times, and social compatibility, and other characteristics. After a long period of use and development, aggregate know that we can see that combined the two in the development of efficiency and performance can have the desired effect which will quite suitable for some small medium-sized enterprises’ development of the MIS system.
This paper is in allusion to enterprise production and management of the implementation process, according to the pattern of demand which enterprises given, changing several html page files of the production management system into jsp page files. And then, put its relevance together and achieve some of the related functions (including retrieval, update, delete, etc.) according to the functional requirements. Finally, make the entire system achieving the basic functions which is expected, playing a certain role to the factory production and management.
Keywords: the system of production management; database; eclipse; oracle
目 录
摘 要 i
Abstract ii
目录 iV
第一章 绪论 1
1.1 选题的背景与意义 1
1.2 企业自动化与信息化的实时软件平台的国内外概况 1
1.3 研究内容 2
第二章 涉及技术简介 3
2.1 数据库管理系统简介 3
2.2 eclipse集成开发环境 3
2.3 oracle 9数据库 5
2.3.1 oracle简介 5
2.3.2 SQL/PL语句应用 6
第三章 系统的总体设计 7
3.1 系统构架 7
3.2 系统设计 7
3.3 数据库设计 8
第四章 系统的详细设计 12
4.1系统模块设计及程序流程图 12
4.2 应用程序设计 15
第五章 程序开发流程 17
5.1系统功能分析 17
5.2系统功能分析 18
5.3与数据库的连接 20
5.4 jsp页面的跳转 21
5.5页面与数据库关联 23
5.6数据检索并显示 25
5.7新数据的插入 30
5.8数据更新 34
5.9数据删除 37
第六章 总结 41
参考文献 42
致 谢 43
附 录A 44