毕业论文

打赏
当前位置: 毕业论文 > 计算机论文 >

java+mysql高速切削参数数据库系统的实现

时间:2018-11-28 10:13来源:毕业论文
“高速切削参数数据库系统”,该系统是一个典型的管理信息系统,该系统具有对刀具、机床、工件的管理功能,以及根据经验公式预测功能,使用者分为管理员和普通用户两类

摘要当今时代是飞速发展的信息时代,各行各业都离不开信息处理,很多传统工业都开始使用信息技术来提高效率。本文设计的是 “高速切削参数数据库系统”,该系统是一个典型的管理信息系统,该系统具有对刀具、机床、工件的管理功能,以及根据经验公式预测功能,使用者分为管理员和普通用户两类,两者权限与行为功能都有所区别。本文会依次介绍该项目的开发背景、具体需求、数据库设计,功能模块设计以及所使用具体技术细节等。本项目使用了B/S的软件体系结构,基于J2EE模式开发,以tomcat作为服务器,使用MySQL数据库,并且整合了Spring+Struts2+Hibernate框架,在前端则使用了Bootstrap和jQuery。30691
关键词:  管理信息系统   B/S   J2EE   MVC   MySQL   SSH  
毕业论文设计说明书外文摘要
Title    Implementation of high speed cutting parameters  database system                                  
Abstract
Nowadays is the era of information technology, which develops rapidly. Each industry needs to process information, and even many traditional industries are beginning to use information technology to promote their efficiency. This paper is about the ‘high speed cutting parameters database system’, it’s a classic management information system(MIS). This system can manage knife tool, machine tool and workpiece. It also has the function to forecast parameters of workpiece with help of empirical formula. Users of this system are pided into administrators and regular users, so different role’s authority and functions are different. In following sections, this paper will introduce the background and demand of the project, then the design of database and models, what’s more, it also shows some technical details used in this project. This project uses B/S as it’s software architecture. It’s based on J2EE and using Tomcat as server, with MySQL as it’s database. This project has used some open source frameworks, including Spring, Struts2, Hibernate, Bootstrap and jQuery.
Keywords:  MIS   B/S   J2EE   MVC   MySQL   SSH
目   次
1  引言    1
1.1  设计背景及意义    1
1.2  项目开发的目标    2
2  开发环境及使用技术    3
2.1  开发环境    3
2.2  使用技术    4
3  需求分析与概述    5
3.1  功能需求    5
3.2  用例图    7
3.3  系统总体概述    8
4  数据库设计    9
4.1  概述    9
4.2  ER图    9
4.3  详细表设计    10
5  系统实现    13
5.1  登陆模块    13
5.2  工作界面元素解析    14
5.3  刀具基础数据管理模块    15
5.4  机床基础数据管理模块    16
5.5  工件基础数据管理模块    17
5.6  典型零件基础数据管理模块    18
5.7  通孔精加工预测模块    19
5.8  用户管理模块    20
结论    23
致  谢    24
参考文献25
1  引言
1.1  设计背景及意义
    在企业机床加工生产过程中,通常会遇到许多有用的数据,比如机床数据,刀头切削数据等,这些数据通常凌乱繁杂,而且需要频繁的进行新增和修改,这些方面无疑加大了文护的难度。过去使用纸制记录已经落伍,使用Excel等类似程序可以达到信息化的目的,但由于这些程序功能并非为企业所定制,所以难免会不符合特定的要求,也难以扩展,数据的安全性同样存在隐患。企业有许多员工共同对数据进行文护或者提取,它们有着不同的身份,有些是一线操作工,有些是工程师,他们可能处于不同地区,甚至不同国家,因此,既要保证数据的一致性和可文护性,又要方便用户操作。综上所述,需要设计一个基于Internet的信息管理系统(MIS)。所谓MIS系统,主要指的是进行日常事务操作的系统。这种系统主要用于管理需要的记录,并对记录数据进行相关处理,将处理的信息及时反映给管理者的一套网络管理系统[1]。 java+mysql高速切削参数数据库系统的实现:http://www.751com.cn/jisuanji/lunwen_26552.html
------分隔线----------------------------
推荐内容