CN112764800A - Construction method, device, equipment and storage medium for configuration tool software - Google Patents

Construction method, device, equipment and storage medium for configuration tool software Download PDF

Info

Publication number
CN112764800A
CN112764800A CN202110029337.5A CN202110029337A CN112764800A CN 112764800 A CN112764800 A CN 112764800A CN 202110029337 A CN202110029337 A CN 202110029337A CN 112764800 A CN112764800 A CN 112764800A
Authority
CN
China
Prior art keywords
configuration file
configuration
file
information
architecture
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.)
Pending
Application number
CN202110029337.5A
Other languages
Chinese (zh)
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.)
Nanjing Huichuang Power Technology Co ltd
Original Assignee
Nanjing Huichuang Power Technology 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 Nanjing Huichuang Power Technology Co ltd filed Critical Nanjing Huichuang Power Technology Co ltd
Priority to CN202110029337.5A priority Critical patent/CN112764800A/en
Publication of CN112764800A publication Critical patent/CN112764800A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming

Landscapes

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

Abstract

The embodiment of the invention discloses a construction method, a device, equipment and a storage medium for configuration tool software, wherein the construction method for the configuration tool software comprises the following steps: defining an architecture file for the configuration file; defining a typical configuration file; the front-end configuration is achieved by creating a configuration file format, specifying its extension and version number, and adding the configuration file's architecture file and typical configuration file. The method and the device can improve the software development efficiency of the configuration tool and uniformly configure the graphical interface of the working software.

Description

Construction method, device, equipment and storage medium for configuration tool software
Technical Field
The present invention relates to the field of configuration tool software technology, and in particular, to a method, an apparatus, a device, and a storage medium for configuring tool software.
Background
The increasing reliance on software-intensive systems in today's society necessitates the search for reliable, robust, and continuously available systems. Rapidly configuring a system according to application requirements (e.g., adding or deleting a module in the system, replacing an existing functional module with a new functional module, etc.) is one aspect of achieving a continuously available goal. That is, a software-intensive system generally adopts a platform development mode, a software platform needs to provide a large number of components, and the selection and the clipping of the functions of the application system are realized through configuration files so as to meet diversified user requirements. In the development process of various software platforms, various configuration files, configuration management components and matched configuration tool software need to be developed. Extensible markup language (XML), JavaScript object notation (JSON) are common data exchange formats for storing configuration information.
The basic constituent elements of various configuration files are the same, but due to the difference of the hierarchical structure, the data type and the constraint conditions of the file contents, software platform developers need to respectively develop configuration management components and matched configuration tool software aiming at different configuration files. In such a mode, a software platform developer is required to spend a great deal of energy on developing configuration tool software, and an application developer needs to learn to use various configuration tool software, so that waste of manpower and financial resources is brought, and the working efficiency is reduced.
Disclosure of Invention
The embodiment of the invention provides a construction method, a construction device, a construction equipment and a storage medium for configuration tool software, which are used for improving the development efficiency of the configuration tool software and uniformly configuring a graphical interface of working software.
The embodiment of the invention provides a construction method for configuration tool software, which comprises the following steps:
defining an architecture file for the configuration file;
defining a typical configuration file;
creating a configuration file format, designating the extension and the version number of the configuration file format, and adding an architecture file and a typical configuration file of the configuration file, thereby realizing front configuration;
the configuration file builder imports a plurality of configuration file formats and generates a configuration tool software executable program.
Further, the architecture file of the configuration file comprises: the hierarchical structure, element type, attribute type and limiting condition of the content of the configuration file are defined with the association relationship among the elements and the attributes.
Further, the defining a typical configuration file includes: for a typical application scenario, a typical profile is defined according to the profile architecture requirements.
Further, the method for generating the executable program of the configuration tool software by importing a plurality of configuration file formats by the configuration file builder comprises the following steps:
repeatedly executing the front configuration to define a plurality of configuration file formats;
compiling a packaging tool script;
and packaging the general configuration file editor and the configuration file format through a packaging tool script to generate an executable program of the configuration tool software.
Further, the operating step of the universal configuration file editor comprises the following steps:
newly creating or opening a configuration file;
analyzing the configuration file and a corresponding configuration file framework file, and firstly generating a node tree in a tree-shaped navigation area according to the information content of the configuration file;
generating an element list according to the current node information of the tree navigation area by combining the subordinate element information and the type of the current node;
generating an element attribute editing control according to the current element information of the element list and by combining the attribute information and the type of the element;
editing the configuration file by using a graphical interface;
verifying the configuration file through configuration file architecture file information, and outputting configuration error information;
and saving the configuration file.
The embodiment of the invention also provides a construction device for configuring tool software, which comprises:
a first definition module, configured to define an architecture file of a configuration file, where the architecture file of the configuration file includes: the hierarchical structure, element type, attribute type and limiting condition of the content of the configuration file are defined with the incidence relation between each element and each attribute;
a second defining module, configured to define a typical configuration file, where the defining typical configuration file includes: aiming at a typical application scene, defining a typical configuration file according to the configuration file architecture requirement;
the creating module is used for creating a configuration file format, designating the extension and the version number of the configuration file format, and adding an architecture file and a typical configuration file of the configuration file, thereby realizing front configuration;
the configuration file builder is used for importing a plurality of configuration file formats and generating a configuration tool software executable program; and is also used for: repeatedly executing the front configuration to define a plurality of configuration file formats; compiling a packaging tool script; packing the general configuration file editor and the configuration file format through a packing tool script to generate an executable program of the configuration tool software;
the universal configuration file editor is to: newly creating or opening a configuration file; analyzing the configuration file and a corresponding configuration file framework file, and firstly generating a node tree in a tree-shaped navigation area according to the information content of the configuration file; generating an element list according to the current node information of the tree navigation area by combining the subordinate element information and the type of the current node; generating an element attribute editing control according to the current element information of the element list and by combining the attribute information and the type of the element; editing the configuration file by using a graphical interface; verifying the configuration file through configuration file architecture file information, and outputting configuration error information; and saving the configuration file.
The embodiment of the invention also provides a construction device for the configuration tool software, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the construction method for the configuration tool software when executing the program.
The embodiment of the invention also provides a computer-readable storage medium, which stores computer-executable instructions, wherein the computer-executable instructions are used for executing the construction method for configuring the tool software.
The embodiment of the invention comprises the following steps: defining an architecture file for the configuration file; defining a typical configuration file; creating a configuration file format, designating the extension and the version number of the configuration file format, and adding an architecture file and a typical configuration file of the configuration file, thereby realizing front configuration; the configuration file builder imports a plurality of configuration file formats to generate configuration tool software executable programs; the development efficiency of the configuration tool is improved, and the development and maintenance workload of the configuration tool is reduced; a uniform, simple and efficient configuration software interface is provided, a file editor can be constrained through a regular expression, the attribute value range is limited through a drop-down list, the configuration working efficiency is improved, and configuration errors are reduced; the configuration file checking function is provided, and problem positioning and solving are facilitated.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
FIG. 1 is an overall flow chart of the construction method for configuration tool software according to the embodiment of the present invention;
fig. 2 is a flowchart of the method for reporting data information according to the embodiment of the present invention.
Fig. 3 is a schematic diagram of the hierarchical structure of the configuration file content according to the embodiment of the present invention.
FIG. 4 is a diagram illustrating parsing of a representative configuration file, in accordance with an embodiment of the present invention.
Detailed Description
Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.
The steps illustrated in the flow charts of the figures may be performed in a computer system such as a set of computer-executable instructions. Also, while a logical order is shown in the flow diagrams, in some cases, the steps shown or described may be performed in an order different than here.
The existing software intensive system generally adopts the same basic constituent elements of various configuration files in a platform development mode, but due to the difference of the hierarchical structure, the data type and the constraint conditions of the file contents, software platform developers need to respectively develop a configuration management component and matched configuration tool software aiming at different configuration files. In such a mode, a software platform developer is required to spend a great deal of energy on developing configuration tool software, and an application developer needs to learn to use various configuration tool software, so that waste of manpower and financial resources is brought, and the working efficiency is reduced. Since the basic constituent elements of the configuration file are the same and the requirements of the configuration tool software on the graphical interface are similar, the embodiment of the invention provides a quick construction method for the configuration tool software to solve the problem.
As shown in fig. 1, an embodiment of the present invention provides a method for constructing configuration tool software, which specifically includes:
step 101, defining an architecture file of a configuration file.
In one embodiment, the configuration files include configuration files in a platform development mode adopted by a software intensive system in a development process, and the configuration files include: the method comprises the steps that a hierarchical structure, an element type, an attribute type and a limiting condition of the content of the configuration file are defined, and the association relationship between each element and each attribute is defined, specifically, a developer defines an architecture file of the configuration file by using an XSD file and a PRD file (XML format) according to the configuration function requirement, the architecture file is used for appointing the hierarchical structure, the element type and the constraint condition serving as the limiting condition of the information of the configuration file, and the association relationship between the attributes of the configuration elements in the XSD file is defined through the PRD file. For example, as shown in fig. 3, the hierarchical structure of the profile content includes: a root node CONFIG; a first head of a child node, a second HARDCFG of the child node and a third SOFTCFG of the child node on the next layer of the root node; a leaf node TYPE at a layer below the child node-Header, and so on; the lower layer of the leaf node TYPE comprises an attribute of one Devtype, an attribute of two Name, an attribute of three RateSysFreq, an attribute of four SamCntPerCycle and an attribute of five Version; an attribute, Devtype, can be a model that is an intelligent electronic device, which can be an intelligent electronic device such as a relay protection device or a power measurement and control device; the attribute diname can be a set identifier of the intelligent electronic device; the attribute three RateSysFreq can be the power system frequency of the application occasion of the intelligent electronic device; the attribute four SamCntPerCycle can be the weekly wave sampling rate of the smart electronic device; attribute five Version is the Version number of the configuration file; the root node CONFIG, the first Header of the child node, the second HARDCFG of the child node, the third SOFTCFG of the child node or the TYPE of the leaf node belong to elements, the element TYPEs of the root node CONFIG, the first Header of the child node, the second HARDCFG of the child node, the third SOFDCFG of the child node or the TYPE of the leaf node are respectively set as custom TYPEs tCONFIG, tHeader, tHARDCFG, tSOFTCFG, tTYPE, an attribute of one DevType, an attribute of two Name, an attribute of three RateSysFreq, an attribute of four SamCitPercle or an attribute of five Version belong to attributes, and the attribute TYPEs of the attribute of one DevType, the attribute of two Name, the attribute of three RasFreq, the attribute of four SamCitCyPercle or the attribute of five Version can be set as a string TYPE, an integer TYPE or an enumeration TYPE; the limiting condition is further limitation for each element and attribute, for example, limiting the range of the number of elements in which each element can be added, and limiting a default value or a numerical value of whether each attribute can be empty; the association relation defined between each element and each attribute is the relation of each layer in the hierarchical structure. The hierarchy is defined using XSD files and PRD files (in XML format).
At step 102, a profile is defined.
Wherein, in one embodiment, the defining a typical configuration file includes: aiming at a typical application scene, a typical configuration file is defined according to configuration file architecture requirements, specifically, an XML or JSON data exchange format is selected to define the typical configuration file according to business logic, and the format of the typical configuration file needs to meet the format requirements defined in an XSD file and a PRD file. For example, as an application scenario of the service logic, in the case that the intelligent electronic device is an HCS-622 active inverter controller, the application scenario can be that it has information such as a sampling rate of each cycle wave, a frequency, a model, an identifier, an operating current, and an operating voltage; according to the hierarchy of configuration file architecture requirements, as shown in fig. 4, a typical configuration file is defined (the format of the typical configuration file must satisfy the format requirements defined in the XSD file or the PRD file) as follows:
<CONFIG xsi:noNamespaceSchemaLocation="config.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Header>
< TYPE Version ═ 1.10"Devtype ═ HCS-622" Name ═ active inverter controller "RateSysFreq ═ 50" SamCntPerCycle ═ 120"/>, and
<TASK Level1="5"Level2="25"Level3="120"Level4="768000"/></Header>
</CONFIG>
wherein xsi, the name of the XSD file is "config.xsd";
xmlns, xsi ═ http:// www.w.3. org/2001/XMLSchema-instance, "is the default web address; CONFIG represents a root node; header represents a child node; TYPE represents a leaf node; attributes Version ═ 1.10, "samcnpercycle ═ 120," RateSysFreq ═ 50, "Name ═ active inverter controller" Devtype ═ HCS-622 "represent the Version of the configuration file, the per-cycle sampling rate of the HCS-622 active inverter controller, the power system frequency of the HCS-622 active inverter controller, the identifier of the HCS-622 active inverter controller, and the model of the HCS-622 active inverter controller, respectively; TASK stands for leaf node; attributes of Level4 being "76800" Level3 being "120" Level2 being "25" and Level1 being "5" represent scanning periods of four different tasks of the HCS-622 active inverter controller, respectively.
Step 103, creating a configuration file format, specifying the extension and version number thereof, and adding the architecture file and the typical configuration file of the configuration file to the configuration file, thereby realizing the front configuration from the step 101 to the step 103.
Wherein a configuration file format is created, an extension and version number of the configuration file format are specified, and an architecture file and a typical configuration file of the configuration file previously defined using an XSD file and a PRD file (XML format) are added. For example, the schema file and the typical configuration file of the configuration file defined using the XSD file and the PRD file (XML format) are inverted with a TYP file (XML format) as the configuration file format, and the extension and version number of the TYP file (XML format) are added.
At step 104, the configuration file builder imports multiple configuration file formats as templates, thereby generating configuration tool software executables.
In one embodiment, the method for generating the configuration tool software executable program by importing a plurality of configuration file formats by the configuration file builder comprises the following steps:
step 201, the front configuration is repeatedly executed, so as to define a plurality of configuration file formats.
The number of the plurality of configuration file formats is determined according to specific requirements, and is not limited herein.
Step 202, a packaging tool script is run.
Wherein the packaging tool script is like an NSIS packaging script.
Step 203, packing the general configuration file editor and the configuration file format through the packing tool script to generate an executable program of the configuration tool software.
The generated configuration tool software is quickly constructed through the steps, can support various configuration file formats and can be stored in XML and JSON data exchange formats.
In one embodiment, as shown in fig. 2, the configuration tool such as the universal configuration file editor supports functions of creating, editing, checking, and saving a plurality of configuration files, and the operation steps include the following steps:
step 301, newly creating or opening the configuration file. The configuration files include configuration file formats, architecture files, and typical configuration files. These may be placed in the default specified path folder in advance.
Wherein, the configuration tool software is operated, and the existing configuration file can be directly created or opened in the default appointed path folder.
Step 302, parsing the configuration file and the corresponding configuration file architecture file, and first generating a node tree in the tree navigation area according to the information content of the configuration file.
In an embodiment, the method for parsing a configuration file and a configuration file architecture file corresponding to the configuration file first generates a node tree in a tree navigation area according to information content of the configuration file, and includes:
and analyzing the typical configuration file by combining the corresponding XSD file and the PRD file according to the configuration file format, wherein the typical configuration file is firstly displayed on an interface in the form of a tree diagram. For example, as shown in fig. 4, a node tree diagram of the typical configuration file is generated on the left side of the interface of fig. 4, that is, the tree navigation area, after a certain leaf node is clicked, the attribute and the attribute value of the next layer of the leaf node can be displayed in the middle of the interface of fig. 4, an element list is formed, after a certain attribute is clicked, the edit box of the attribute is displayed on the right side of the interface of fig. 4, an element attribute edit control is formed, and modification of the attribute value can be performed in the edit box.
And 303, generating an element list according to the current node information of the tree navigation area and by combining the lower-level element information and the type of the current node.
Wherein, in the middle of the configuration tool software interface, an element list under the current node is generated.
And 304, generating an element attribute editing control according to the current element information of the element list and by combining the attribute information and the type of the element.
The method comprises the steps that an attribute editor list under a current node is generated on the right side of a configuration working software interface, the attribute editor is divided into a required attribute and an optional attribute, and the required attribute is an essential attribute, such as a version number; the selectable attribute is a selectable attribute such as a supply voltage or an operating current of an active inverter controller of HCS-622 type.
And step 306, editing the configuration file by using the graphical interface.
The user edits the configuration file, nodes and elements can be added, deleted and copied in the tree navigation interface, the attribute values can be modified in the element attribute editing control, and the attribute values can be modified in batches in a batch replacement mode.
Step 307, checking the configuration file through the configuration file architecture file information, and outputting configuration error information.
The configuration tool software checks the configuration file format and outputs configuration error information including the location and reason of the error. For example, if there is a mismatch in the configuration file when it is opened or saved, an error message is displayed on the interface indicating which row and column the error message is for, and why the error occurred.
Step 308, save the configuration file.
The configuration file can be stored in an XML or JSON format.
In summary, the method of the embodiment of the invention mainly achieves the following technical effects:
the development efficiency of the configuration tool is improved, and the development and maintenance workload of the configuration tool is reduced; a uniform, simple and efficient configuration software interface is provided, a file editor can be constrained through a regular expression supported by an XSD (extensible service definition) and an attribute value range is limited through a drop-down list, so that the configuration working efficiency is improved and configuration errors are reduced; the configuration file checking function is provided, and problem positioning and solving are facilitated.
The embodiment of the invention also provides a construction device for configuring tool software, which comprises:
a first definition module, configured to define an architecture file of a configuration file, where the architecture file of the configuration file includes: the hierarchical structure, element type, attribute type and limiting condition of the content of the configuration file are defined with the incidence relation between each element and each attribute;
a second defining module, configured to define a typical configuration file, where the defining typical configuration file includes: aiming at a typical application scene, defining a typical configuration file according to the configuration file architecture requirement;
the creating module is used for creating a configuration file format, designating the extension and the version number of the configuration file format, and adding an architecture file and a typical configuration file of the configuration file, thereby realizing front configuration;
the configuration file builder is used for importing a plurality of configuration file formats and generating a configuration tool software executable program; and is also used for: repeatedly executing the front configuration to define a plurality of configuration file formats; compiling a packaging tool script; packing the general configuration file editor and the configuration file format through a packing tool script to generate an executable program of the configuration tool software;
the universal configuration file editor is to: newly creating or opening a configuration file; analyzing the configuration file and a corresponding configuration file framework file, and firstly generating a node tree in a tree-shaped navigation area according to the information content of the configuration file; generating an element list according to the current node information of the tree navigation area by combining the subordinate element information and the type of the current node; generating an element attribute editing control according to the current element information of the element list and by combining the attribute information and the type of the element; editing the configuration file by using a graphical interface; verifying the configuration file through configuration file architecture file information, and outputting configuration error information; and saving the configuration file.
The technical effects of the device of the embodiment of the invention are as follows:
the development efficiency of the configuration tool software is improved, and the graphical interface of the working software is uniformly configured.
The embodiment of the invention also provides a construction device for the configuration tool software, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the construction method for the configuration tool software when executing the program.
The embodiment of the invention also provides a computer-readable storage medium, which stores computer-executable instructions, wherein the computer-executable instructions are used for executing the construction method for configuring the tool software.
In this embodiment, the storage medium may include, but is not limited to: a U-disk, a Read Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, or other various media capable of storing program codes.
It will be understood by those of ordinary skill in the art that all or some of the steps of the methods, systems, functional modules/units in the devices disclosed above may be implemented as software, firmware, hardware, and suitable combinations thereof. In a hardware implementation, the division between functional modules/units mentioned in the above description does not necessarily correspond to the division of physical components; for example, one physical component may have multiple functions, or one function or step may be performed by several physical components in cooperation. Some or all of the components may be implemented as software executed by a processor, such as a digital signal processor or microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit. Such software may be distributed on computer readable media, which may include computer storage media (or non-transitory media) and communication media (or transitory media). The term computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data, as is well known to those of ordinary skill in the art. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, Digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by a computer. In addition, communication media typically embodies computer readable instructions, data structures, program modules or modulated data signals such as a carrier wave or other transport mechanism and includes any information delivery media.

Claims (8)

1. A construction method for configuration tool software, comprising:
defining an architecture file for the configuration file;
defining a typical configuration file;
creating a configuration file format, designating the extension and the version number of the configuration file format, and adding an architecture file and a typical configuration file of the configuration file, thereby realizing front configuration;
the configuration file builder imports a plurality of configuration file formats and generates a configuration tool software executable program.
2. The method of claim 1, wherein the configuration file architecture file comprises: the hierarchical structure, element type, attribute type and limiting condition of the content of the configuration file are defined with the association relationship among the elements and the attributes.
3. The method of claim 2, wherein defining a typical configuration file comprises: for a typical application scenario, a typical profile is defined according to the profile architecture requirements.
4. The method of claim 2, wherein said configuration file builder imports a plurality of configuration file formats and generates a configuration tool software executable program, comprising:
repeatedly executing the front configuration to define a plurality of configuration file formats;
compiling a packaging tool script;
and packaging the general configuration file editor and the configuration file format through a packaging tool script to generate an executable program of the configuration tool software.
5. The method of claim 4, wherein the step of operating the general configuration file editor comprises the steps of:
newly creating or opening a configuration file;
analyzing the configuration file and a corresponding configuration file framework file, and firstly generating a node tree in a tree-shaped navigation area according to the information content of the configuration file;
generating an element list according to the current node information of the tree navigation area by combining the subordinate element information and the type of the current node;
generating an element attribute editing control according to the current element information of the element list and by combining the attribute information and the type of the element;
editing the configuration file by using a graphical interface;
verifying the configuration file through configuration file architecture file information, and outputting configuration error information;
and saving the configuration file.
6. A construction apparatus for a configuration tool software, comprising:
a first definition module, configured to define an architecture file of a configuration file, where the architecture file of the configuration file includes: the hierarchical structure, element type, attribute type and limiting condition of the content of the configuration file are defined with the incidence relation between each element and each attribute;
a second defining module, configured to define a typical configuration file, where the defining typical configuration file includes: aiming at a typical application scene, defining a typical configuration file according to the configuration file architecture requirement;
the creating module is used for creating a configuration file format, designating the extension and the version number of the configuration file format, and adding an architecture file and a typical configuration file of the configuration file, thereby realizing front configuration;
the configuration file builder is used for importing a plurality of configuration file formats and generating a configuration tool software executable program; and is also used for: repeatedly executing the front configuration to define a plurality of configuration file formats; compiling a packaging tool script; packing the general configuration file editor and the configuration file format through a packing tool script to generate an executable program of the configuration tool software;
the universal configuration file editor is to: newly creating or opening a configuration file; analyzing the configuration file and a corresponding configuration file framework file, and firstly generating a node tree in a tree-shaped navigation area according to the information content of the configuration file; generating an element list according to the current node information of the tree navigation area by combining the subordinate element information and the type of the current node; generating an element attribute editing control according to the current element information of the element list and by combining the attribute information and the type of the element; editing the configuration file by using a graphical interface; verifying the configuration file through configuration file architecture file information, and outputting configuration error information; and saving the configuration file.
7. A construction apparatus for configuring tool software, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the construction method for configuring tool software according to any one of claims 1 to 5 when executing the program.
8. A computer-readable storage medium storing computer-executable instructions for performing the construction method for configuring tool software according to any one of claims 1 to 5.
CN202110029337.5A 2021-01-11 2021-01-11 Construction method, device, equipment and storage medium for configuration tool software Pending CN112764800A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110029337.5A CN112764800A (en) 2021-01-11 2021-01-11 Construction method, device, equipment and storage medium for configuration tool software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110029337.5A CN112764800A (en) 2021-01-11 2021-01-11 Construction method, device, equipment and storage medium for configuration tool software

Publications (1)

Publication Number Publication Date
CN112764800A true CN112764800A (en) 2021-05-07

Family

ID=75701244

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110029337.5A Pending CN112764800A (en) 2021-01-11 2021-01-11 Construction method, device, equipment and storage medium for configuration tool software

Country Status (1)

Country Link
CN (1) CN112764800A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101794226A (en) * 2010-03-08 2010-08-04 山东大学 Service software construction method and system adapting to multiple business abstraction levels
CN102622215A (en) * 2011-01-27 2012-08-01 腾讯科技(深圳)有限公司 Method for editing image-text units based on script
US8255357B1 (en) * 2006-04-24 2012-08-28 Sprint Communications Company L.P. Systems and methods of configuration management for enterprise software
CN105302015A (en) * 2014-07-23 2016-02-03 爱默生过程管理电力和水解决方案公司 Process control system using typical and adapter components
CN106371869A (en) * 2016-08-29 2017-02-01 西电通用电气自动化有限公司 Realizing method for IEC61850 configuration software of compartment equipment of intelligent substation
CN109683953A (en) * 2018-12-26 2019-04-26 苏州思必驰信息科技有限公司 A kind of method and device carrying out configuration file processing based on visualization interface
CN111026451A (en) * 2019-10-31 2020-04-17 许昌许继软件技术有限公司 Parameter configuration method and configuration tool for transformer substation terminal interval

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8255357B1 (en) * 2006-04-24 2012-08-28 Sprint Communications Company L.P. Systems and methods of configuration management for enterprise software
CN101794226A (en) * 2010-03-08 2010-08-04 山东大学 Service software construction method and system adapting to multiple business abstraction levels
CN102622215A (en) * 2011-01-27 2012-08-01 腾讯科技(深圳)有限公司 Method for editing image-text units based on script
CN105302015A (en) * 2014-07-23 2016-02-03 爱默生过程管理电力和水解决方案公司 Process control system using typical and adapter components
CN106371869A (en) * 2016-08-29 2017-02-01 西电通用电气自动化有限公司 Realizing method for IEC61850 configuration software of compartment equipment of intelligent substation
CN109683953A (en) * 2018-12-26 2019-04-26 苏州思必驰信息科技有限公司 A kind of method and device carrying out configuration file processing based on visualization interface
CN111026451A (en) * 2019-10-31 2020-04-17 许昌许继软件技术有限公司 Parameter configuration method and configuration tool for transformer substation terminal interval

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
柴晟: "《ADO.NET数据库访问技术案例式教程》", 30 November 2006, 北京航空航天大学出版社 *

Similar Documents

Publication Publication Date Title
CN111241454B (en) Method, system and device for generating webpage codes
US7694272B2 (en) Method, a language and a system for the definition and implementation of software solutions by using a visualizable computer executable modeling language
US8392873B2 (en) Methods and apparatus for implementing model-based software solution development and integrated change management
EP3835968B1 (en) Creating data in a data store using a dynamic ontology
US7721304B2 (en) Method and apparatus providing programmable network intelligence
US11379497B2 (en) Data model database
US7499902B2 (en) Method and apparatus for data model prediction
US20080120521A1 (en) Automated Testing and Control of Networked Devices
CN111399828B (en) Model-driven logic device modeling method and terminal
CN103853650A (en) Test case generating method and device for fuzz testing
CN108563431B (en) Software development method and device, computer-readable storage medium and electronic equipment
US20090198727A1 (en) Trace-based database schema evolution method and system
CN112069129A (en) Configuration file format conversion method, device and medium based on domestic CPU
CN104378362B (en) For carrying out the method and device of message interface conversion
EP3637690A1 (en) Service configuration-driven flow table method and device
CN113608903A (en) Fault management method based on XML language
US20080320412A1 (en) Document Processing Device and Document Processing Method
CN112764800A (en) Construction method, device, equipment and storage medium for configuration tool software
CN107832088A (en) Control application method and device, computing device, computer-readable storage medium
CN112306622A (en) VNF template construction method and device
US20070208842A1 (en) Methods and systems for pushing and pulling network data in user interface design
CN115904480A (en) Code reconstruction method and device, electronic equipment and storage medium
US20050177788A1 (en) Text to XML transformer and method
CN114116900A (en) Efficient trading system and development method based on MDD model
US20080263444A1 (en) Document Processing Device and Document Processing Method

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20210507

RJ01 Rejection of invention patent application after publication