设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
基于Android+asp.net+SQLite的生产车间产品质量品质管理系统 毕业论文+答辩PPT+项目源码+数据
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

【摘要】质量是产品永恒不变的主题,保证产品质量就是坚持企业的永续发展。近年来,许多企业为了使产品质量的管理更加智能化、更加有效率,纷纷引进计算机辅助系统来管理产品质量。然而,生产车间的条件限制必然导致难以将计算机作为采集数据的终端,这是像制鞋企业这类传统制造业企业面临的又一困难。而本文研究的产品质量管理系统,是一套基于Android终端的产品质量系统,以制鞋行业作为实现载体。它从品管员的角度考虑,采用有利于品管员携带的手机客户端,以便于采集质量数据。从数据分析人员以及企业经营者的角度考虑,采用便于质量数据分析和展示的网页客户端。从系统维护人员、开发人员以及经营成本的角度考虑,采用了软硬件裁剪的专门嵌入式设备作为管理数据的服务器,适合嵌入式开发的体积小且运算速快的SQLite3数据库。首先,本文先对项目需求进行分析,分别从市场、技术、经济三个角度综合考虑本系统实现的可行性。然后,从设计模式的角度加以分析本系统的架构,重点描述了本系统的功能模块,并利用用例图和流程图直观地反应本系统的主要功能。之后,简单描述了本系统实现的关键技术,主要包括多线程技术、IO多路复用技术、SQLite数据库技术、Socket通信技术以及ASP.Net的若干种技术。接着,本文花了大量笔墨介绍产品质量系统的实现,分别从手机客户端、数据库服务器端、网页客户端三个方面,阐述函数设计、编码实现以及工程三层架构的具体实现。最后,本文简单介绍了系统的使用说明并进行项目总结。
  【关键词】产品质量管理系统;品管系统;Android终端;鞋业产品质量管理系统
    Abstract:Product quality is the eternal theme, to ensure product quality is to adhere to the sustainable development of enterprises. In recent years, many companies in order to make the management of product quality more intelligent, more efficient, have introduced computer-aided system to manage product quality. However, the conditions of the production workshop will inevitably lead to difficult to computer as a data collection terminal, which is like shoe-making enterprises such traditional manufacturing enterprises are facing another difficult. This paper, the product quality management system is a set of product quality system based on Android terminal, as the realization of the carrier to the shoe-making industry. It is considered from the point of view of the quality control staff, is conducive to quality control staff to carry mobile client, in order to collect quality data. Considered from the point of view of data analysis and business, to facilitate quality data analysis and presentation in the web client. Maintenance personnel, developers, and operating costs from the system point of view, the use of specialized embedded hardware and software to crop equipment as management data server, suitable for the small size and fast computing speed SQLite3 database embedded development. First, this paper first analyze the needs of the project, considering the three angles from the market, technical, economic feasibility of the system. Then, from the point of view of the design pattern analysis of the structure of the system, focusing on description of the function of the system module, and use case diagrams and flow charts intuitively reflect the main functions of the system. After a brief description of the key technologies in the system, including the multi-threading technology, the IO multiplexing technology, SQLite database technology, Socket communication technology and ASP.Net certain kinds of technology. Then, we spent a lot of ink on product quality system implementation, respectively, from the mobile client, the database server side, the web client three aspects of the function design, coding, and the concrete realization of the project three-tier architecture. Finally, the paper briefly describes the instructions for use of the system, system testing, and project summary.
Key words:Product quality management system; quality control system; Android terminal; footwear product quality management system
目   录
1 绪论 4
1.1项目背景 4
1.2项目意义 4
2 需求分析 4
2.1功能性需求 4
2.2非功能性需求 5
3 可行性分析 5
3.1市场可行性 5
3.2技术可行性 5
3.3经济可行性 6
4 系统概要设计 6
4.1系统用例图 6
4.2系统功能模块描述 6
4.2.1手机客户端各功能模块描述 7
4.2.2数据库服务器端各功能模块描述 7
4.2.3网页客户端各功能模块描述 7
4.3系统流程图 7
4.3.1质量数据采集 7
4.3.2数据库服务器 8
4.3.3数据展示与分析 8
4.4 系统运行环境 9
5 系统详细设计 9
5.1系统架构 9
5.2系统设计模式 10
5.2.1传统两层客户机/服务器模式(C/S) 10
5.2.2浏览器/服务器模式(B/S) 10
5.3数据库设计 11
5.3.1表格设计 11
5.3.2数据库配置优化 13
5.4网络连接设计 14
6 系统实现 15
6.1 系统实现关键技术 15
6.1.1多线程服务器 15
6.1.2面向连接的Socket编程模型 16
6.1.3 IO多路复用 17
6.1.4 SQLite3数据库 17
6.1.5 ASP.Net 17
6.2数据库服务器的实现 18
6.2.1概述 18
6.2.2主程序模块 18
6.2.3业务处理模块 19
6.2.4 Socket通信模块 19
6.2.5线程池模块 19
6.2.6字符串处理模块 19
6.2.7数据库访问模块 19
6.2.8调试模块 20
6.2.9 编译、移植和运行 20
6.3手机客户端的实现 21
6.3.1概述 21
6.3.2界面实现 21
6.3.3面向连接的Socket通信模块 21
6.3.4本地缓存模块 22
6.3.5业务逻辑模块 23
6.3.6工程代码架构 23
6.3.7编译与运行 23
6.4网页客户端的实现 24
6.4.1概述 24
6.4.2网页前端 24
6.4.3网页后端 24
6.4.4工程代码架构 25
6.4.5编译与运行 26
7 系统使用说明 26
7.1运行数据库服务器 26
7.2采集质量数据 27
7.3显示分析数据 29
8总结 37
致谢 38
参考文献 38




























  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
Meshkov不稳定性的激波管实 850nm附近具有平坦色散的光子 基于前馈控制的动态电压恢复器(D
光纤的色散补偿方式及应用分析 毕 基于10kV配电网线损的仿真计算 华兴科技公司网络规划与设计 毕业
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!