[go: up one dir, main page]

CN108132802A - A kind of application process of allocation models in system development - Google Patents

A kind of application process of allocation models in system development Download PDF

Info

Publication number
CN108132802A
CN108132802A CN201711283323.6A CN201711283323A CN108132802A CN 108132802 A CN108132802 A CN 108132802A CN 201711283323 A CN201711283323 A CN 201711283323A CN 108132802 A CN108132802 A CN 108132802A
Authority
CN
China
Prior art keywords
interface
configuration
model
function module
program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201711283323.6A
Other languages
Chinese (zh)
Other versions
CN108132802B (en
Inventor
梁明喜
陈嘉懿
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Angang Group Automation Co ltd
Benxi Steel Group Information Automation Co ltd
Original Assignee
Anshan Iron And Steel Group Automation Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Anshan Iron And Steel Group Automation Co Ltd filed Critical Anshan Iron And Steel Group Automation Co Ltd
Priority to CN201711283323.6A priority Critical patent/CN108132802B/en
Publication of CN108132802A publication Critical patent/CN108132802A/en
Application granted granted Critical
Publication of CN108132802B publication Critical patent/CN108132802B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

本发明提供一种配置模型在系统开发中的应用方法,配置模型在系统开发中的应用方法,所述的配置模型涵盖模板功能模块和模型程序模块,所述的配置模型的应用方法是在由模板功能模块产生的基本运行环境和建好的模型程序模块的基础上,通过挂接菜单的方法和进行程序配置产生各种应用程序的过程。改善了原型化方法带来的问题,开发人员只要构造出数据结构,就可以通过配置功能产生出初步设计中用户所能见到的原型程序,并且也可以通过配置进行原型程序的修改,因此研发模型程序完善了原型化设计,使原型化设计更加实用。

The present invention provides an application method of a configuration model in system development, an application method of a configuration model in system development, the configuration model covers template function modules and model program modules, and the application method of the configuration model is composed of Based on the basic operating environment generated by the template function module and the built model program module, the process of generating various application programs through the method of hooking up the menu and performing program configuration. The problem caused by the prototyping method is improved. As long as the developer constructs the data structure, the prototype program that the user can see in the preliminary design can be generated through the configuration function, and the prototype program can also be modified through the configuration. Therefore, the research and development The model program completes the prototyping design and makes the prototyping design more practical.

Description

一种配置模型在系统开发中的应用方法An Applied Method of Configuration Model in System Development

技术领域technical field

本发明涉及一种模型配置程序文件结构技术领域,特别涉及一种配置模型在系统开发中的应用方法。The invention relates to the technical field of a model configuration program file structure, in particular to an application method of a configuration model in system development.

背景技术Background technique

《配置模型》技术为开发应用系统的原型化设计提供了基础条件,同时利用该技术轻松产生程序功能并方便功能升级和维护。The "configuration model" technology provides the basic conditions for the prototype design of the development application system, and at the same time, the technology can be used to easily generate program functions and facilitate function upgrades and maintenance.

传统软件结构化设计的典型代表是“瀑布模型"。这种模型将软件生存期划分为若干阶段,根据不同阶段工作的特点,运用不同的方法、技术和工具来完成该阶段的任务。软件人员遵循严格的规范,在每一阶段工作结束时都要进行严格的阶段评审和确认,以得到该阶段的一致、完整、正确和无多义性的文档,把这些文档作为阶段结束的标志“冻结"起来,并以它们作为下一阶段工作的基础,从而保证软件的质量。A typical representative of traditional software structural design is the "waterfall model". This model divides the software life cycle into several stages, and uses different methods, techniques and tools to complete the tasks of this stage according to the characteristics of the work in different stages. Software personnel follow strict specifications and conduct strict stage review and confirmation at the end of each stage of work to obtain consistent, complete, correct and unambiguous documents of this stage, and use these documents as a sign of the end of the stage "Freeze" and use them as the basis for the next stage of work, thereby ensuring the quality of the software.

但是,在开发的早期用户往往对系统只有一个模糊的想法,很难完全准确地表达对系统的全面要求,软件人员对于所要解决的应用问题认识更是模糊不清。经过详细的讨论和分析,也许能得到一份较好的规格说明,但却很难期望该规格说明能将系统的各个方面都描述得完整、准确、一致,并与实际环境相符。尽管在传统软件生存期管理中通过加强评审和确认,全面测试来缓解上述问题,但不能从根本上解决这些问题。However, in the early stage of development, users often have only a vague idea of the system, and it is difficult to fully and accurately express the overall requirements of the system, and software personnel have even more vague understanding of the application problems to be solved. After detailed discussion and analysis, a better specification may be obtained, but it is difficult to expect that the specification can describe all aspects of the system in a complete, accurate, consistent and consistent manner with the actual environment. Although in the traditional software life cycle management, the above-mentioned problems can be alleviated by strengthening review and confirmation, and comprehensive testing, but they cannot fundamentally solve these problems.

为了解决这些问题,逐渐形成了软件系统的快速原型的概念。在形成一组基本需求之后,通过快速分析方法构造出待建的原型版本,然后根据顾客在使用原型的过程中提出的意见对原型进行修改,从而得到原型的更新版本,这一过程重复进行,直至得到满足顾客需求的系统。In order to solve these problems, the concept of rapid prototyping of software systems has gradually been formed. After a set of basic requirements is formed, the prototype version to be built is constructed through a rapid analysis method, and then the prototype is modified according to the opinions put forward by the customer in the process of using the prototype, so as to obtain an updated version of the prototype. This process is repeated. Until a system that meets customer needs is obtained.

总体来说,原型化方法是用户和软件开发人员之间进行的一种交互过程,适用于需求不确定性高的系统。它从用户界面的开发入手,首先形成系统界面原型,用户运行用户界面原型,并就同意什么和不同意什么提出意见,它是一种自外向内型的设计过程。Generally speaking, the prototyping method is an interactive process between users and software developers, and is suitable for systems with high demand uncertainty. It starts from the development of the user interface, first forms the prototype of the system interface, and the user runs the prototype of the user interface, and puts forward opinions on what they agree with and what they disagree with. It is an outside-in design process.

然而,原型化设计却面临着原型程序生成的难点,如果对于开发的软件在过去已经有类似的开发系统,可以通过简单修改部分功能建立起使用原型,和用户沟通,达到更好的原型化开发效果,如果没有类似的开发系统,创建原型程序仍然需要占用开发人员的一定时间,同时用户在使用原型的过程中提出的意见对原型进行修改也需要工作量和时间。However, prototyping faces the difficulty of prototyping program generation. If there is a similar development system for the developed software in the past, you can build a prototype by simply modifying some functions, and communicate with users to achieve better prototyping development As a result, if there is no similar development system, it still takes a certain amount of time for developers to create a prototype program, and at the same time, the user's opinions raised during the use of the prototype will also require work and time to modify the prototype.

需要研发一种《配置模型》的系统开发应用方法,用以改善原型化方法带来的问题。It is necessary to develop a "configuration model" system development application method to improve the problems caused by the prototyping method.

发明内容Contents of the invention

为了克服现有技术的不足,本发明提供一种配置模型在系统开发中的应用方法,改善了原型化方法带来的问题,开发人员只要构造出数据结构,就可以通过配置功能产生出初步设计中用户所能见到的原型程序,并且也可以通过配置进行原型程序的修改,因此研发模型程序完善了原型化设计,使原型化设计更加实用。In order to overcome the deficiencies of the prior art, the present invention provides an application method of a configuration model in system development, which improves the problems caused by the prototyping method. As long as the developer constructs the data structure, he can generate a preliminary design through the configuration function The prototype program can be seen by users in the middle, and the prototype program can also be modified through configuration, so the development of the model program improves the prototype design and makes the prototype design more practical.

为了达到上述目的,本发明采用以下技术方案实现:In order to achieve the above object, the present invention adopts the following technical solutions to realize:

配置模型在系统开发中的应用方法,所述的配置模型涵盖模板功能模块和模型程序模块,所述的配置模型的应用方法是在由模板功能模块产生的基本运行环境和建好的模型程序模块的基础上,通过挂接菜单的方法和进行程序配置产生各种应用程序的过程。The application method of the configuration model in system development, the configuration model covers the template function module and the model program module, the application method of the configuration model is based on the basic operating environment generated by the template function module and the built model program module The process of generating various application programs through the method of hooking up menus and performing program configuration.

所述的模板功能模块包括产生配置模型的系统运行环境文件:用户登陆文件、菜单文件、登陆日志文件、修改日志文件、代码文件和配置文件,保证系统基本的运行;建立应用文件结构,奠定应用程序开发的基础。The template function module includes system operating environment files for generating configuration models: user login files, menu files, login log files, modification log files, code files, and configuration files to ensure the basic operation of the system; The basis of program development.

所述的模型程序模块是已经建好的多个通用窗口功能模块,包括:增删改界面功能模块、查询界面功能模块、统计界面功能模块、报表界面功能模块和数据分析界面功能模块。The model program module is a plurality of general window function modules that have been built, including: addition, deletion and modification interface function modules, query interface function modules, statistics interface function modules, report interface function modules and data analysis interface function modules.

所述的配置模型的应用方法包括如下步骤:The application method of the configuration model includes the following steps:

步骤一、利用模板功能模块建立配置模型开发环境;Step 1, using the template function module to establish a configuration model development environment;

步骤二、建立或连接对应数据库;Step 2. Establish or connect to the corresponding database;

步骤三、利用模板功能模块产生系统环境文件;Step 3, using the template function module to generate the system environment file;

步骤四、利用模板功能模块产生应用文件结构;Step 4, using the template function module to generate the application file structure;

步骤五、将模板功能模块产生的应用文件结构和已建立的模型程序模块两者结合起来,采用菜单分配功能生成用户所需的初始的管理界面、查询界面、统计界面、分析界面、报表界面;Step 5. Combine the application file structure generated by the template function module with the established model program module, and use the menu assignment function to generate the initial management interface, query interface, statistics interface, analysis interface, and report interface required by the user;

步骤六、调整窗口功能的配置文件内容:显示项、增加项、修改项、查询条件,统计项、数据项顺序、显示宽度等内容,生成用户最终所需的管理界面、查询界面、统计界面、分析界面、报表界面;Step 6. Adjust the content of the configuration file of the window function: displayed items, added items, modified items, query conditions, statistical items, data item order, display width, etc., and generate the management interface, query interface, statistical interface, Analysis interface, report interface;

步骤七、完成应用程序的生成。Step 7, complete the generation of the application program.

与现有技术相比,本发明的有益效果是:Compared with prior art, the beneficial effect of the present invention is:

1、本发明提出的一种配置模型在系统开发中的应用方法以配置文件方式快速产生应用程序,为原型化设计应用管理系统创造了方便条件。以配置文件方式快速产生应用程序,在开发系统过程中极大地减少了开发人员的编程工作量。以配置文件方式维护应用程序,方便了开发人员对应用系统的维护。1. The application method of a configuration model in system development proposed by the present invention quickly generates application programs in the form of configuration files, which creates convenient conditions for prototyping application management systems. Quickly generate application programs in the form of configuration files, which greatly reduces the programming workload of developers in the process of developing the system. Maintaining applications in the form of configuration files is convenient for developers to maintain the application system.

2、配置模型利用了配置方式自动产生简单的信息增删改功能和各种数据分析查询界面,省略了原型化设计中的程序编制,当一些业务上有变动,需要改变原型程序功能,可以根据业务需要通过简单的‘功能配置’来完成。2. The configuration model uses the configuration method to automatically generate simple information addition, deletion and modification functions and various data analysis and query interfaces, omitting the programming in the prototyping design. When some business changes, it is necessary to change the function of the prototype program. According to the business This needs to be done with a simple 'feature configuration'.

完整性:配置模型系统是一个自身完整的系统,利用‘模板功能’产生应用环境,包括系统结构建立、配置文件结构建立、通用代码结构建立、自动完成通用登陆界面、通用菜单界面、通用授权界面等;利用‘模型程序’和配置文件产生各种应用界面。Integrity: The configuration model system is a self-integrated system, using the "template function" to generate an application environment, including system structure establishment, configuration file structure establishment, general code structure establishment, automatic completion of general login interface, general menu interface, and general authorization interface etc.; use 'model program' and configuration files to generate various application interfaces.

维护性:由‘模型程序’衍生的功能界面可以通过修改配置文件信息来完成升级或修改界面,为业务变更创造了方便条件。Maintainability: The functional interface derived from the "model program" can be upgraded or modified by modifying the configuration file information, creating convenient conditions for business changes.

附图说明Description of drawings

图1是本发明提出的一种配置模型在系统开发中的应用方法的流程图;Fig. 1 is the flowchart of the application method of a kind of configuration model proposed in the present invention in system development;

图2是本发明提出的一种配置模型在系统开发中的应用方法中具体步骤五的方法图;Fig. 2 is the method figure of concrete step 5 in the application method of a kind of configuration model proposed in the present invention in system development;

图3是本发明的一种配置模型在系统开发中的应用方法中具体步骤五的具体实施例图;Fig. 3 is a specific embodiment figure of specific step 5 in the application method of a configuration model in system development of the present invention;

图4是本发明的一种配置模型在系统开发中的应用方法中具体步骤六的具体实施例中的管理、查询、报表功能配置界面图;Fig. 4 is a kind of configuration model of the present invention in the application method in the system development of the management, query, report function configuration interface figure in the concrete embodiment of concrete step six;

图5是本发明的一种配置模型在系统开发中的应用方法中具体步骤六的具体实施例中统计功能配置界面图;Fig. 5 is a kind of configuration model of the present invention in the application method in the system development in the specific embodiment of concrete step six in the statistics function configuration interface figure;

图6是本发明的一种配置模型在系统开发中的应用方法中具体步骤六的具体实施例中报表、分析功能配置界面图;Fig. 6 is a report and analysis function configuration interface diagram in the specific embodiment of the specific step six in the application method of a configuration model in system development of the present invention;

图7是本发明的一种配置模型在系统开发中的应用方法所生成的用户最终的管理界面的示例图;Fig. 7 is an example diagram of the user's final management interface generated by an application method of a configuration model in system development of the present invention;

图8是本发明的一种配置模型在系统开发中的应用方法所生成的用户最终的查询界面的示例图;Fig. 8 is an example diagram of the user's final query interface generated by an application method of a configuration model in system development of the present invention;

图9是本发明的一种配置模型在系统开发中的应用方法所生成的用户最终的统计界面的示例图;Fig. 9 is an example diagram of the user's final statistical interface generated by an application method of a configuration model in system development of the present invention;

图10是本发明的一种配置模型在系统开发中的应用方法所生成的用户最终的分析界面的示例图;Fig. 10 is an example diagram of the user's final analysis interface generated by an application method of a configuration model in system development of the present invention;

图11是本发明的一种配置模型在系统开发中的应用方法所生成的用户最终的报表界面的示例图。FIG. 11 is an example diagram of the user's final report interface generated by an application method of a configuration model in system development according to the present invention.

具体实施方式Detailed ways

以下结合附图对本发明提供的具体实施方式进行详细说明。The specific embodiments provided by the present invention will be described in detail below in conjunction with the accompanying drawings.

配置模型在系统开发中的应用方法,所述的配置模型涵盖模板功能模块和模型程序模块,所述的配置模型的应用方法是在由模板功能模块产生的基本运行环境和建好的模型程序模块的基础上,通过挂接菜单的方法和进行程序配置产生各种应用程序的过程。The application method of the configuration model in system development, the configuration model covers the template function module and the model program module, the application method of the configuration model is based on the basic operating environment generated by the template function module and the built model program module The process of generating various application programs through the method of hooking up menus and performing program configuration.

所述的模板功能模块包括产生配置模型的系统运行环境文件:用户登陆文件、菜单文件、登陆日志文件、修改日志文件、代码文件和配置文件,保证系统基本的运行;建立应用文件结构,奠定应用程序开发的基础。The template function module includes system operating environment files for generating configuration models: user login files, menu files, login log files, modification log files, code files, and configuration files to ensure the basic operation of the system; The basis of program development.

所述的模型程序模块是已经建好的多个通用窗口功能模块,包括:增删改界面功能模块、查询界面功能模块、统计界面功能模块、报表界面功能模块和数据分析界面功能模块。The model program module is a plurality of general window function modules that have been built, including: addition, deletion and modification interface function modules, query interface function modules, statistics interface function modules, report interface function modules and data analysis interface function modules.

如图1所示,所述的配置模型的应用方法包括如下步骤:As shown in Figure 1, the application method of the configuration model includes the following steps:

步骤一、利用模板功能模块建立配置模型开发环境;Step 1, using the template function module to establish a configuration model development environment;

步骤二、建立或连接对应数据库;Step 2. Establish or connect to the corresponding database;

步骤三、利用模板功能模块产生系统环境文件;Step 3, using the template function module to generate the system environment file;

步骤四、利用模板功能模块产生应用文件结构;Step 4, using the template function module to generate the application file structure;

步骤五、如图2所示,将模板功能模块产生的应用文件结构和已建立的模型程序模块两者结合起来,采用菜单分配功能生成用户所需的初始的管理界面、查询界面、统计界面、分析界面、报表界面;Step 5, as shown in Figure 2, combine the application file structure generated by the template function module with the established model program module, and use the menu assignment function to generate the initial management interface, query interface, statistics interface, Analysis interface, report interface;

如图2所示,采用菜单分配功能,将模板功能模块产生的应用文件结构和已建立的模型程序模块中的模型程序提取出来,放入用户最终所需的界面的菜单文件中,系统依据应用文件结构自动配置管理程序、配置查询程序、配置统计程序、配置分析程序和配置报表程序,最后,程序运行,生成用户最终所需的管理界面、查询界面、统计界面、分析界面、报表界面。As shown in Figure 2, the menu assignment function is used to extract the application file structure generated by the template function module and the model program in the established model program module, and put them into the menu file of the user's final interface. The file structure automatically configures the management program, configures the query program, configures the statistics program, configures the analysis program, and configures the report program. Finally, the program runs to generate the management interface, query interface, statistics interface, analysis interface, and report interface required by the user.

步骤六、调整窗口功能的配置文件内容:显示项、增加项、修改项、查询条件,统计项、数据项顺序、显示宽度等内容,生成用户最终所需的管理界面、查询界面、统计界面、分析界面、报表界面;Step 6. Adjust the content of the configuration file of the window function: displayed items, added items, modified items, query conditions, statistical items, data item order, display width, etc., and generate the management interface, query interface, statistical interface, Analysis interface, report interface;

步骤七、完成应用程序的生成。Step 7, complete the generation of the application program.

步骤八、根据用户变更要求随时调整配置文件内容来完成应用程序维护。Step 8: Adjust the content of the configuration file at any time according to the user's changing requirements to complete the application maintenance.

【具体实施例】[Specific examples]

本发明的方法可以使用通用的计算机语言实现,例如:PB。The method of the present invention can be implemented using a general computer language, for example: PB.

图3为所述配置模型的应用方法中步骤五的具体实施例图,图中左侧为由模板功能模块产生的应用文件结构的各种记录表文件,其中将“病种信息单记录”示例点击成了黑色,表示进行了选择,图中右侧设置有各种配置(挂)按钮,例如:在选定了某个应用文件结构的记录表文件后,通过点击右侧的“挂通用查询”按钮,即将此应用文件结构的记录表文件挂接在了已经建立好的模型程序模块“查询界面功能模块”中,最终生成了图8的用户查询界面。Fig. 3 is a specific embodiment diagram of step five in the application method of the configuration model. The left side of the figure is the various record table files of the application file structure generated by the template function module, wherein the "disease type information sheet record" example The click becomes black, which means that the selection has been made. There are various configuration (link) buttons on the right side of the figure. For example: after selecting a record table file of an application file structure, click " button, that is, the record table file of this application file structure is attached to the established model program module "query interface function module", and finally the user query interface in Figure 8 is generated.

图4-6为所述配置模型的应用方法中步骤六的具体实施例图,图4为管理、查询、报表功能配置界面,图中设有“显示项、增加项、修改项、显示宽度等”的选择功能框。例如:在“显示项”的选择功能框中打“对号”的即在用户最终界面进行显示,图5为统计功能配置界面,图中设有“统计项”的选择功能框。图6为报表、分析功能配置界面,图中左侧列出了各种记录表单中各个选项,右侧为选中的需要在用户统计表中列出的项目。Fig. 4-6 is the concrete embodiment figure of step 6 in the application method of described configuration model, and Fig. 4 is management, inquiry, report function configuration interface, is provided with " display item, increase item, modification item, display width etc. among the figure " selection function box. For example: if a "check mark" is placed in the selection function box of "display item", it will be displayed on the user's final interface. Figure 5 is the statistical function configuration interface, and there is a selection function box of "statistical item" in the figure. Figure 6 is the report and analysis function configuration interface. The left side of the figure lists the options in various record forms, and the right side shows the selected items that need to be listed in the user statistics table.

图7-11为由本发明的方法生成的用户最终的管理界面、查询界面、统计界面、分析界面和报表界面的示例图。7-11 are example diagrams of the user's final management interface, query interface, statistics interface, analysis interface and report interface generated by the method of the present invention.

配置技术上解决程序功能上的问题说明如下:The configuration technically solves the functional problems of the program as follows:

●解决模型程序窗口功能共有问题包括:● Solve the common problems of model program window functions including:

动态配置查询条件;Dynamically configure query conditions;

动态配置数据显示项;Dynamically configure data display items;

动态配置程序数据项显示顺序;Dynamic configuration program data item display order;

解决数据导出问题;Solve the problem of data export;

动态配置计算列;Dynamically configure computed columns;

统一配置数据项的下拉窗口;Unified drop-down window for configuration data items;

动态配置数据显示的缺省条件;Default conditions for dynamic configuration data display;

动态配置字段显示宽度。Dynamically configure field display width.

●解决数据查询窗口界面问题包括:●Solutions to data query window interface problems include:

配置数据显示的排序字段;Configure the sort field for data display;

配置数据分组显示;Configure data group display;

配置单记录显示数据窗口;Configuration sheet record display data window;

配置显示记录的日期掩码;Configure the date mask for displaying records;

配置显示记录汇总值。Configure the display record summary value.

●解决数据统计界面问题包括:●Solutions to data statistics interface problems include:

解决数据排序问题;Solve the data sorting problem;

解决投影(显示明细)显示问题。Solve the problem of projection (display details) display.

●明细报表、汇总报表界面问题包括:●Detailed report, summary report interface problems include:

配置程序明细报表数据项。Configure program detail report data items.

以上实施例在以本发明技术方案为前提下进行实施,给出了详细的实施方式和具体的操作过程,但本发明的保护范围不限于上述的实施例。上述实施例中所用方法如无特别说明均为常规方法。The above embodiments are implemented on the premise of the technical solutions of the present invention, and detailed implementation methods and specific operation processes are given, but the protection scope of the present invention is not limited to the above embodiments. The methods used in the above examples are conventional methods unless otherwise specified.

Claims (4)

1.一种配置模型在系统开发中的应用方法,其特征在于,所述的配置模型涵盖模板功能模块和模型程序模块,所述的配置模型的应用方法是在由模板功能模块产生的基本运行环境和建好的模型程序模块的基础上,通过挂接菜单的方法和进行程序配置产生各种应用程序的过程。1. An application method of a configuration model in system development, characterized in that, the configuration model covers a template function module and a model program module, and the application method of the configuration model is based on the basic operation produced by the template function module Based on the environment and the built model program modules, the process of generating various application programs through the method of hooking up the menu and performing program configuration. 2.根据权利要求1所述的一种配置模型在系统开发中的应用方法,其特征在于,所述的模板功能模块包括产生配置模型的系统运行环境文件:用户登陆文件、菜单文件、登陆日志文件、修改日志文件、代码文件和配置文件,保证系统基本的运行;建立应用文件结构,奠定应用程序开发的基础。2. the application method of a kind of configuration model in system development according to claim 1, it is characterized in that, described template function module comprises the system running environment file that produces configuration model: user login file, menu file, login log files, modification log files, code files, and configuration files to ensure the basic operation of the system; establish the application file structure to lay the foundation for application development. 3.根据权利要求1所述的一种配置模型在系统开发中的应用方法,其特征在于,所述的模型程序模块是已经建好的多个通用窗口功能模块,包括:增删改界面功能模块、查询界面功能模块、统计界面功能模块、报表界面功能模块和数据分析界面功能模块。3. the application method of a kind of configuration model in system development according to claim 1, it is characterized in that, described model program module is a plurality of common window function modules that have built, comprises: addition, deletion and modification interface function module , query interface function module, statistics interface function module, report interface function module and data analysis interface function module. 4.根据权利要求1所述的一种配置模型在系统开发中的应用方法,其特征在于,所述的配置模型的应用方法包括如下步骤:4. the application method of a kind of configuration model in system development according to claim 1, is characterized in that, the application method of described configuration model comprises the steps: 步骤一、利用模板功能模块建立配置模型开发环境;Step 1, using the template function module to establish a configuration model development environment; 步骤二、建立或连接对应数据库;Step 2. Establish or connect to the corresponding database; 步骤三、利用模板功能模块产生系统环境文件;Step 3, using the template function module to generate the system environment file; 步骤四、利用模板功能模块产生应用文件结构;Step 4, using the template function module to generate the application file structure; 步骤五、将模板功能模块产生的应用文件结构和已建立的模型程序模块两者结合起来,采用菜单分配功能生成用户所需的初始的管理界面、查询界面、统计界面、分析界面、报表界面;Step 5. Combine the application file structure generated by the template function module with the established model program module, and use the menu assignment function to generate the initial management interface, query interface, statistics interface, analysis interface, and report interface required by the user; 步骤六、调整窗口功能的配置文件内容:显示项、增加项、修改项、查询条件,统计项、数据项顺序、显示宽度等内容,生成用户最终所需的管理界面、查询界面、统计界面、分析界面、报表界面;Step 6. Adjust the content of the configuration file of the window function: displayed items, added items, modified items, query conditions, statistical items, data item order, display width, etc., and generate the management interface, query interface, statistical interface, Analysis interface, report interface; 步骤七、完成应用程序的生成。Step 7, complete the generation of the application program.
CN201711283323.6A 2017-12-07 2017-12-07 An Application Method of Configuration Model in System Development Active CN108132802B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711283323.6A CN108132802B (en) 2017-12-07 2017-12-07 An Application Method of Configuration Model in System Development

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711283323.6A CN108132802B (en) 2017-12-07 2017-12-07 An Application Method of Configuration Model in System Development

Publications (2)

Publication Number Publication Date
CN108132802A true CN108132802A (en) 2018-06-08
CN108132802B CN108132802B (en) 2020-12-08

Family

ID=62389191

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711283323.6A Active CN108132802B (en) 2017-12-07 2017-12-07 An Application Method of Configuration Model in System Development

Country Status (1)

Country Link
CN (1) CN108132802B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109918055A (en) * 2019-01-28 2019-06-21 平安科技(深圳)有限公司 A kind of generation method and equipment of application program
CN113255233A (en) * 2021-06-23 2021-08-13 中国银行股份有限公司 Business requirement processing method and device, storage medium and electronic equipment

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102135873A (en) * 2010-01-26 2011-07-27 腾讯科技(深圳)有限公司 Method and device for creating user interface
EP2530583A1 (en) * 2011-05-31 2012-12-05 Accenture Global Services Limited Computer-implemented method, system and computer program product for displaying a user interface component
CN104111828A (en) * 2013-04-22 2014-10-22 易保网络技术(上海)有限公司 Automatic generation method and system of human-computer interaction interface
CN104484169A (en) * 2014-12-09 2015-04-01 成都视达科信息技术有限公司 Android software user interface generating method and system and Android application system
US9052906B2 (en) * 2012-05-12 2015-06-09 International Business Machines Corporation Modularized customization of a model in a model driven development environment
US20150220236A1 (en) * 2014-02-06 2015-08-06 Electronics And Telecommunications Research Institute Post-designing method and apparatus based on variant configuration in development of graphic user interface
CN106648572A (en) * 2015-11-03 2017-05-10 阿里巴巴集团控股有限公司 Interface prototype design method and device
CN106843818A (en) * 2015-12-03 2017-06-13 阿里巴巴集团控股有限公司 A kind of business model generation method and device
CN107368294A (en) * 2017-05-25 2017-11-21 阿里巴巴集团控股有限公司 Using Prototype, template training method, apparatus and system

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102135873A (en) * 2010-01-26 2011-07-27 腾讯科技(深圳)有限公司 Method and device for creating user interface
EP2530583A1 (en) * 2011-05-31 2012-12-05 Accenture Global Services Limited Computer-implemented method, system and computer program product for displaying a user interface component
US9052906B2 (en) * 2012-05-12 2015-06-09 International Business Machines Corporation Modularized customization of a model in a model driven development environment
CN104111828A (en) * 2013-04-22 2014-10-22 易保网络技术(上海)有限公司 Automatic generation method and system of human-computer interaction interface
US20150220236A1 (en) * 2014-02-06 2015-08-06 Electronics And Telecommunications Research Institute Post-designing method and apparatus based on variant configuration in development of graphic user interface
CN104484169A (en) * 2014-12-09 2015-04-01 成都视达科信息技术有限公司 Android software user interface generating method and system and Android application system
CN106648572A (en) * 2015-11-03 2017-05-10 阿里巴巴集团控股有限公司 Interface prototype design method and device
CN106843818A (en) * 2015-12-03 2017-06-13 阿里巴巴集团控股有限公司 A kind of business model generation method and device
CN107368294A (en) * 2017-05-25 2017-11-21 阿里巴巴集团控股有限公司 Using Prototype, template training method, apparatus and system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109918055A (en) * 2019-01-28 2019-06-21 平安科技(深圳)有限公司 A kind of generation method and equipment of application program
CN109918055B (en) * 2019-01-28 2023-10-31 平安科技(深圳)有限公司 Application program generation method and device
CN113255233A (en) * 2021-06-23 2021-08-13 中国银行股份有限公司 Business requirement processing method and device, storage medium and electronic equipment

Also Published As

Publication number Publication date
CN108132802B (en) 2020-12-08

Similar Documents

Publication Publication Date Title
CN114816374B (en) Visual data analysis process modeling method and system
CN115658041B (en) Low-code enhanced service implementation method based on online service flow arrangement
CN103425778B (en) A kind of intelligent development platform of database application system
CN101697120B (en) Relational database based generation method of J2EE code
CN102736915B (en) Automatic program generating apparatus, method and computer program
KR101588592B1 (en) Hybrid application development system based on object relational mapping and the method thereof
CN106569801A (en) Complex parameter-based configuration display control system
CN111176613A (en) An Automatic Decomposition System of Collaborative Tasks Based on Architecture Model
CN104317587A (en) Automatic android mobile device oriented application generation method
CN113919158B (en) Simulation method and device for flight control panel and storage medium
CN105930344A (en) Database application rapid development platform based on product development process
CN107944123A (en) A kind of multi-specialized collaborative design system and collaborative design method based on master cast
CN104834551A (en) NET code automatic generation method based on four-layer architecture
CN102289428A (en) Method and device for generating forms in bulk
CN107220043B (en) Method for generating report by using WPF interface and report engine
CN111381811A (en) Software resource integration platform suitable for integration of multiple types of information systems
CN108132802B (en) An Application Method of Configuration Model in System Development
CN115469860B (en) Method and system for automatically generating software domain model from requirements based on instruction set
US20100011018A1 (en) Custom database system and method of building the same
CN116360766A (en) Low-code system and device based on DDD visual designer
CN115408362A (en) Efficient low-code database extension platform
KR20090003040A (en) Data quality management method and system through metadata regulation when conducting business process
US20060047723A1 (en) Custom database system and method of building the same
CN111552459B (en) Service arrangement flow management system and method
CN106372359B (en) A device virtual prototype system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20251217

Address after: No. 259 Yueling Road, Gaoxin District, Anshan City, Liaoning Province, 114000

Patentee after: ANGANG GROUP AUTOMATION CO.,LTD.

Country or region after: China

Patentee after: BENXI STEEL (GROUP) INFORMATION AUTOMATION CO.,LTD.

Address before: 114002 No. 292 South Zhonghua Road, Tiedong District, Liaoning, Anshan

Patentee before: ANGANG GROUP AUTOMATION CO.,LTD.

Country or region before: China

TR01 Transfer of patent right