3065.工商所综合监管执法系统的设计与实现 软件工程论文.doc
-
资源ID:1193839
资源大小:2.39MB
全文页数:69页
- 资源格式: DOC
下载积分:9金币
快捷下载

账号登录下载
微信登录下载
三方登录下载:
友情提示
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
|
3065.工商所综合监管执法系统的设计与实现 软件工程论文.doc
学位论文 学 位 论 文论文题目: 工商所综合监管执法系统的设计与实现The design and development of business administration integrated management and execution system目 录摘要iABSTRACTiii第一章 绪论1§1.1系统开发背景1§1.2国内外的研究现状2§1.3系统需要解决的主要问题3§1.4本文的主要工作4§1.5本文的组织结构5第二章 系统需求分析6§2.1系统概述6§2.1.1总体目标6§2.1.2业务描述6§2.2项目开发过程8§2.3 需求管理10§2.4需求的获取11§2.5功能性需求分析12§2.5.1个体户工商管理费收费管理14§2.5.2工商财务票据管理16§2.5.3其他系统功能需求说明18§2.6 非功能性需求分析19§2.6.1界面设计及操作风格需求19§2.6.2产品性能需求。19第三章系统架构设计21§3.1系统结构设计21§3.2存储与网络架构设计22§3.3功能架构设计27§3.4分层架构设计29第四章详细设计31§4.1类设计31§4.2活动过程分析34§4.3通信交互过程分析35§4.4持久对象的设计38第五章系统实现40§5.1系统实现模式40§5.1.1 View层的技术实现41§5.1.2 Control层的技术实现44§5.1.3 Model层的技术实现45§5.2 开发过程中有关技术问题的实现47§5.2.1功能树访问控制权限实现47§5.2.2功能树显示实现52§5.3核心业务实现55第六章 结束语58参考文献59致 谢61ContentsChinese AbstractiABSTRACTiiiChapter1 Introduction1§1.1 The background of system development1§1.2 The relative technique background about core algorithms in the world2§1.3The main question this article solves3§1.4 The main work of mine4§1.5 The organization and structure of this article5Chapter 2 The outline of system6§2.1 System contents6§2.1.1 The goal6§2.1.2 System description6§2.2 Project design process8§2.3 The analysis of system requirement10§2.4 The achievement of system requirerment11§2.5 The analysis of system requirement12§2.5.1The management of the charge14§2.5.2 The management of the bill16§2.5.3 The description of the other function18§2.6 The analysis of the nonfunctional requirement19§2.6.1 Interface design19§2.6.2 Product performance requirement19Chapter 3 System architecture design21§3.1System structure design21§3.2Storage and network design22§3.3Function design27§3.4 Layor design29Chapter 4 Detailed design31§4.1Class design31§4.2Activity process design34§4.3Communication interaction design35§4.4Lasting object design38Chaptet 5 system reliazation40§5.1system reliazation mode40§5.1.1 View layor technical reliazation41§5.1.2 Control layor technical reliazation44§5.1.3 Model layor technical reliazation45§5.2 Technical problem solvment in design process47§5.2.1 The reliazation of control of the right to access the function tree47§5.2.2 The reliazation of display of the function tree52§5.3 Core bussiness reliazation55Chapter 6 Ending words58References59Thanks61V摘要作为对省局开发的工商综合业务处理系统的有益补充,工商所综合监管执法系统为广大工商所工作人员的个体户登记管理、经济户口管理、监管巡查和信用管理、收费及票据管理提供了基于权限划分、流程化审批和全市数据集中的有效信息化业务处理手段。通过本项目的开发,力图打破目前工商所各自为政,监管模式各不相同的局面,建立规范统一的工商所监管流程,探索一种切实可行的工商所监管模式,把管理思想和监管机制贯穿在信息系统建设思路中,提高工商所行政管理水平,为工商所管理模式提供借鉴。本人通过对系统开发的背景和国内外同行业产品的发展现状的分析,提出了项目需要解决的主要问题以及应该达到的目标,采用Rational统一过程(RUP)为软件开发方法,以统一建模语言(UML)为分析设计描述语言,以J2EE为技术平台架构,对工商所综合监管执法系统进行了需求分析和系统设计,并采用RUP的系统建模方法对个体户登记管理、经济户口管理、监管巡查和信用管理、收费及票据管理各功能模块进行了详细设计和代码实现,实现了工商所综合监管执法系统。通过对工商所登记、监管、信用、巡查、收费等各项业务及其数据交互关系的需求开发,理清了当前工商所登记、监管、企业认领、票据管理、收费的工作流程,并生成规范的UML用例描述和用例约束文档。根据潍坊市工商局目前信息化建设实际情况以及业务需求对整个系统的总体架构、功能架构、分层架构、存储架构、网络架构进行了分析与设计,保证了系统的灵活性、稳定性、可扩展性和安全性。使用RUP方法进行软件的详细设计,以用例驱动,管理工商所业务需求和进行初期的类设计,进而生成系统的活动图、顺序图,经过对类的分析,生成关联类、实体类、实体管理类以及数据关联类,通过对类的关系的分析生成类图,最终把持久对象映射成关系数据库中的表格。采用MVC分层设计思想,通过对View层、Control层和Model层功能组件的设计,实现用户界面和事务逻辑的分离以及动态生成网页的逻辑部分与HTML的分离。在开发过程中尽可能实现了既充分保护了前期开发成果,又尽可能保证信息系统的可扩展性和可维护性。通过对功能树生成等较为复杂的算法的分析,给出了基于堆栈算法的存储过程解决方案,并使用输出结果生成功能模块树。系统已在潍坊市工商系统范围内全部上线运行,在规范监管执法行为,提高执法效能,加强收费管理方面取得了明显的效果。关键词:UML;架构;MVC;监管执法系统ABSTRACTAs a useful supplement of the integrative Commerce and Industry manage system developed by Provincial Commerce and Industry Bureau,the integrative Commerce and Industry Department supervision and law-executing system provide the Commerce and Industry Department staff an effective informational operation manage means based on might compartmentalize, flowing examine and data centralization of the city. This system was developed for conducting the registering of the self-employed workers, economic account management, supervision, credit management and management of charge and bill.By this system, we hope to finish the current complexion of Commerce and Industry Department conduct operations in their own way and different supervision model, and establish a normative and uniform Commerce and Industry manage Department supervision flow, and explore an available Commerce and Industry Department intendance model. Management and supervision mechanism thinking permeates the thinking of building information systems, the increase in industrial and commercial administration, for industrial and commercial Departmentmanagement model for reference.By the analysis of the system and the development of domestic and international background with the industry product development status, I project the major issues that need to address and the goal should achieve, using Rational Unified Process (RUP) software development methodology,