CN115951822A - Method, system, electronic device and storage medium for storing and rendering atomic capability of vendor YANG file - Google Patents

Method, system, electronic device and storage medium for storing and rendering atomic capability of vendor YANG file Download PDF

Info

Publication number
CN115951822A
CN115951822A CN202211352890.3A CN202211352890A CN115951822A CN 115951822 A CN115951822 A CN 115951822A CN 202211352890 A CN202211352890 A CN 202211352890A CN 115951822 A CN115951822 A CN 115951822A
Authority
CN
China
Prior art keywords
atomic capability
nodes
yang
atomic
tree structure
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
CN202211352890.3A
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.)
China Telecom Digital Intelligence Technology Co Ltd
Original Assignee
China Telecom Digital Intelligence 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 China Telecom Digital Intelligence Technology Co Ltd filed Critical China Telecom Digital Intelligence Technology Co Ltd
Priority to CN202211352890.3A priority Critical patent/CN115951822A/en
Publication of CN115951822A publication Critical patent/CN115951822A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Abstract

The invention discloses an atomic capability storage and rendering method, system, electronic equipment and storage medium for a vendor YANG file. According to the method, the structure of the YANG file of the manufacturer is modified through a tree-shaped modification algorithm, and the atom capacity is stored in a tree-shaped structure after modification. For the problem that iteration of a YANG file of a manufacturer cannot be responded quickly, the method forms an atomic capability template for YANG files of different versions, and the YANG files of the same version can respond quickly after that, so that the distribution rate to the router switch is effectively improved. The method provides a data structure with understandable front end, and renders the atomic capability structure relation at the front end. The above-mentioned system includes: the system comprises a file analysis module, a data processing module, a data storage module and a configuration issuing module; the system realizes the corresponding method. Compared with the prior art, the method has the advantages of reducing the coupling degree of the equipment configuration content, quickly responding different versions of YANG files, supporting multi-scene variables by the equipment configuration issuing template and the like.

Description

Method, system, electronic device and storage medium for storing and rendering atomic capability of vendor YANG file
Technical Field
The invention relates to the field of network communication, in particular to an atomic capability storage and rendering method, an atomic capability storage and rendering system, electronic equipment and a storage medium for a YANG (name based on vendor) file.
Background
In the field of operator network communication, there are two main ways for configuration and control of network devices: and integrating a commercial manual operation and maintenance mode and an SDN controller mode.
The manual operation and maintenance mode of the integrator generally uses a CLI command to directly interact with the equipment to complete operations such as equipment opening, backbone relay opening, service opening, equipment upgrading and maintenance and the like. This approach is greatly affected by space and time, while being limited by the skill level and efficiency of the network engineer. Once the response to a major failure is not rapid enough, an unpredictable loss of customer service may result.
Regarding the manner of an SDN (Software Defined Network) controller, the SDN controller has a globally controllable control plane and an efficient forwarding plane, and a controller user can make a decision based on Network information of the whole Network, and adjust and optimize according to real-time changes of Network traffic. The adjustment and optimization comprise the steps of issuing maintenance change to equipment, opening services and the like. The existing SDN controller-to-device configuration scheme includes: 1) The method is easy for a network engineer to read and has the defects that the CLI command is fused with various protocol contents, no standard exists for the division of a minimum issuing unit, and the practical problem is difficult to accurately solve. 2) Based on the YANG file of the existing manufacturer, the code structure is abstracted, and the relation between the protocols is realized through the mutual reference between the objects. This approach is based on the vendor YANG file and is already well suited to the minimum delivery capability unit supported on the device. However, the support of the vendor version upgrade is not flexible enough, when the change of the YANG file is caused by the vendor version upgrade, codes need to be redeveloped for adaptation, the adjustment period is long, and the change of the vendor version upgrade cannot be responded quickly.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides an atomic capability storage and rendering method, system, electronic equipment and storage medium for a manufacturer YANG file, so as to quickly adapt to the change of the manufacturer YANG file, efficiently complete upgrade iteration, complete versioning management and accord with the reading habit of a user.
In order to achieve the purpose, the invention adopts the following technical scheme:
an atomic capability storage and rendering method for vendor YANG files, comprising:
determining data nodes of a YANG file according to a standard YANG file provided by a manufacturer, and determining the hierarchical relationship and the tree structure of the data nodes;
designing an atomic capability storage table, so that the structure of the atomic capability storage table conforms to the parent-child node relationship of the atomic capability;
analyzing swagger files generated by YANG files of manufacturers to obtain atomic capability and a non-standard tree structure, and reforming the non-standard tree structure into a standard tree structure by using a treelization transformation algorithm;
if the YANG file is an old version, storing the atomic capability corresponding to the YANG file into an atomic capability storage table in a standard tree structure, recording the version of the current atomic capability, and combining the atomic capability according to a template corresponding to the current atomic capability; using a template to issue configuration data to a router switch, and carrying out persistent storage on the issued configuration data;
if the YANG file is a new version, searching the historical template of the atomic capability and forbidding, recording the atomic capability of the previous version into a historical atomic capability storage table in a standard tree structure, and recording the atomic capability of the current version into a new atomic capability storage table in the standard tree structure; combining nodes of the current atomic capability and forming a template, analyzing the content of the template, then issuing configuration data to a router switch, and recording the configuration data in transaction dimensions;
and providing a data structure with understandable front end, returning the data nodes to the front end in json format, and rendering the atomic capability structure relation.
In order to optimize the technical scheme, the specific measures adopted further comprise:
further, the data nodes for determining the existence of the YANG file are specifically a determined leaf node, a leaf list node, a container node and a list node.
Further, the determining the hierarchical relationship and the tree structure of the data nodes specifically includes: the container node and the list node are used as parent nodes, and the leaf node and the leaf list node are used as child nodes.
Further, the design atomic capability storage table is specifically:
identifying node types by using a type field, designing container nodes, leaf nodes, list nodes and leaf list nodes by using container fields, storing parent-child relations among data nodes by using parent fields, and setting uniform root node positions for all atomic capacities; and setting a child _ exit field in cooperation with the parent field to identify whether a child node exists in the current node.
Further, the modifying the non-standard tree structure into the standard tree structure by using the treelization modification algorithm specifically includes:
and identifying the positions of the child nodes of the list and the leaf list through the index, and distinguishing which instantiation object of the list the child nodes belong to under the list to form a standard tree structure.
Further, the combining the nodes of the current atomic capability and forming the template specifically includes:
selecting a leaf node or a leaf list node, combining all parent nodes including child nodes to form a template, adding a calculated _ rule field in the template, and recording variable names.
Further, the issuing of the configuration data to the router switch specifically uses a transaction mechanism, and concurrently or sequentially issues the configuration data.
The present invention also provides an atomic capability storage and rendering system for vendor YANG files, the system comprising: the system comprises a file analysis module, a data processing module, a data storage module and a configuration issuing module;
the file analysis module is used for judging whether the YANG file version is an old version or a new version, determining data nodes of the YANG file, determining the hierarchical relationship and the tree structure of the data nodes, and analyzing swagger files generated by YANG files of manufacturers to obtain atomic capability and a non-standard tree structure;
the data processing module uses a treelization transformation algorithm to transform a non-standard tree structure into a standard tree structure and is also used for searching a historical template of atomic capability;
the data storage module is used for recording the atom capacity of the previous version into a historical atom capacity storage table in a standard tree structure and recording the atom capacity of the new version into a new atom capacity storage table in the standard tree structure; a combined atomic capability; recording an atomic capability version; performing persistent storage on the issued configuration data;
and the configuration issuing module is used for issuing configuration data to the router switch after analyzing the template content.
The invention also proposes an electronic device comprising: a memory, a processor, and a computer program stored on the memory and executable on the processor, when executing the computer program, implementing the atomic capability storage and rendering method as described above with respect to the vendor YANG file.
The present invention also provides a computer readable storage medium storing a computer program that causes a computer to execute the atomic capability storage and rendering method for vendor YANG files as described above.
The invention has the beneficial effects that:
(1) The YANG file of the manufacturer is stored in a tree structure, so that the usability of the user is strong;
(2) The single YANG file of a manufacturer is used as an atomic capability, the atomic capability tree structure of an independent protocol is used as a whole, and data nodes in the atomic capability tree are used as minimum units for adjustment, so that the coupling degree of equipment configuration content is reduced;
(3) When the YANG file versions of multiple manufacturers are upgraded, the method can quickly respond, synchronously iterate the atomic capability structure, timely update the equipment configuration template, not influence service issuing, and effectively reduce the condition of wrong configuration issuing;
(4) For the historical version YANG file, the file can be rolled back, rolled back and traced back, the minimum granularity of version management is one atomic capability, and the trace back of the single atomic capability does not influence the other atomic capabilities;
(5) The equipment configuration issuing template supports multi-scene variables, and the equipment configuration issuing content can be traced back.
Drawings
FIG. 1 is a flow diagram of a method of primitive capability storage and rendering;
fig. 2 is a schematic diagram of tree transformation.
Detailed Description
The present invention will now be described in further detail with reference to the accompanying drawings.
In one embodiment, the present invention provides an atomic capability storage and rendering method for vendor YANG files, the overall flowchart of the method is shown in fig. 1, and the method comprises:
after a vendor YANG file is acquired, judging the YANG file, if the YANG file is not an updated YANG file, performing tree-form transformation on the atomic capability corresponding to the YANG file, falling into an atomic capability storage table in a database, recording the version of the current atomic capability, performing template combination on the atomic capability, issuing configuration to router switch equipment by using a template, and persistently storing the issued configuration; and if the YANG file is an updated YANG file, searching a historical template formed by the atomic capability combination and forbidding, simultaneously recording the atomic capability of the previous version into a historical atomic capability storage table, performing tree-form transformation on the atomic capability corresponding to the new YANG file, finally recording the updated atomic capability into a new atomic capability storage table, and combining to form a template for subsequent configuration and issuing.
Specifically, the data nodes that exist are determined according to the vendor provided specification YANG file. Analyzing the vendor-supplied canonical YANG file, identifies the main four types of data nodes that need to be supported: the system comprises leaf nodes, leaf list nodes, container nodes and list nodes, wherein the four data nodes are in a nested relation. The data structure needs to include information such as node data type, node description information, node enumeration value, value range, default value and the like. In addition, there are interdependencies between data nodes, such as list node mandatory items and list node unique values, and special processing is required for such nodes, which will be explained in the subsequent steps.
According to the determined four types of data nodes, determining the hierarchical relationship and the tree structure among the nodes, wherein the container nodes and the list nodes can be used as parent nodes, the leaf nodes and the leaf list nodes can be used as child nodes, and the relationship among the data nodes conforms to the tree structure, so that the data nodes are stored in a relational database in a tree structure mode. When the list nodes appear as nodes, if the list contains N elements, the N elements are all used as child nodes of the current list nodes.
After the four types of data nodes are determined, a database storage structure conforming to a tree structure is designed. First, a type field is needed to identify a node type, and container, leaf, list and leaf list nodes are designed to represent a container node, a leaf node, a list node and a leaf list node respectively. The parent field is used for storing the parent-child relationship among the nodes, for a plurality of YANG files provided by a manufacturer, each YANG file corresponds to one atomic capability, a uniform root node root bit is set for all the atomic capabilities, and when the root bits are inquired, the full amount of atomic capability information can be obtained. And setting a child _ exit field matched with a parent field for identifying whether a child node exists in the current node, wherein for the nodes of leaf and leaf list types, parent must exist and child must not exist.
All the other database fields are auxiliary fields, and the name of the node is identified by the name of the field; for a leaf node, the default value of the node needs to be saved, and the default value of the current node is recorded by using a default field.
Analyzing swagger files provided by manufacturers, analyzing whether the atomic capacity is newly increased, if the YANG files are not newly increased versions, performing tree-forming transformation on the nodes in the swagger files by using a tree-forming transformation algorithm, and storing the atomic capacity in a warehouse. If the YANG file is a new version, a template using the atomic capability needs to be searched, the template is forbidden, the old atomic capability falls into a historical library, and the new atomic capability is recorded in the current library.
For the YANG file provided by the manufacturer, the relationship between the nodes is not a tree structure in a strict sense, because the nodes of the list and the leaf list types exist, the stored atomic capability and the template formed by combining the atomic capability need to be subjected to treelization transformation, and the positions of the child nodes of the list and the leaf list are identified through the index, so that the instantiation object of the list to which the child nodes belong under the list can be effectively distinguished. As shown in FIG. 2, the left side is a general tree structure, where root is the root node, aaa and acl are the child nodes of root, id and seq are the child nodes of aaa, rule is the child node of acl, and the relationship between nodes is clear. The right structure is a modified tree structure, it can be known from the figure that aaa is a list type node, although the sub-nodes of aaa are id and seq, there are combinations of multiple sets of id and seq, and different sets need to be distinguished by index.
Nodes in atomic capability can be combined as a minimum unit to form a template. One atomic capability acl is as follows:
Figure BDA0003919625030000051
the following nodes of the atomic capability are selected to be combined to form a template:
Figure BDA0003919625030000061
it can be seen that the atomic capability acl has a plurality of child nodes, but when acl is combined with other atomic capabilities, only the nodes required by the target template can be selected, and the whole acl atomic capability does not need to be combined. Note that the fetched node must be a leaf node or leaf list node and must contain all of the parent nodes of the leaf nodes.
In order to enable the template composed of atomic capability to support different values according to different scenes and avoid repeated creation of the template by a user, a calculated _ rule field is added in the template composed of atomic capability and a variable name is recorded. When the template is used in different service scenes, the meaning represented by the variable changes, and the variable in the template is assigned and issued to the equipment when the template is analyzed.
When interacting with the equipment, a transaction mechanism is used, configuration contents are issued concurrently or sequentially, and after the transaction scheduling is completed, the configuration contents of the issued equipment are recorded in a transaction dimension for viewing a history record.
For atomic capabilities stored in a database, the atomic capability structure relationship cannot be intuitively exposed to the user. Therefore, a data structure with understandable front end is provided, and information such as node names, node types, node values and child nodes is returned in a json format.
In another embodiment, the invention provides an atomic capability storage and rendering system for vendor YANG files, the system comprising: the system comprises a file analysis module, a data processing module, a data storage module and a configuration issuing module;
the file analysis module is used for judging whether the YANG file version is an old version or a new version, determining data nodes of the YANG file, determining the hierarchical relationship and the tree structure of the data nodes, and analyzing swagger files generated by YANG files of manufacturers to obtain atomic capability and a non-standard tree structure;
the data processing module uses a treelization transformation algorithm to transform a non-standard tree structure into a standard tree structure and is also used for searching a historical template of the atomic capability;
the data storage module is used for recording the atom capacity of the previous version into a historical atom capacity storage table in a standard tree structure and recording the atom capacity of the new version into a new atom capacity storage table in the standard tree structure; a combined atomic capability; recording an atomic capability version; performing persistent storage on the issued configuration data;
the configuration issuing module is used for issuing configuration data to the router switch after analyzing the template content.
In another embodiment, the present invention provides an electronic device, including: a memory, a processor, and a computer program stored on the memory and executable on the processor, when executing the computer program, implementing the atomic capability storage and rendering method as described above with respect to the vendor YANG file.
In another embodiment, the invention provides a computer readable storage medium storing a computer program that causes a computer to execute the atomic capability storage and rendering method for vendor YANG files as described above.
In the embodiments disclosed herein, a computer storage medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. A computer storage medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a computer storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
Those of ordinary skill in the art would appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The above is only a preferred embodiment of the present invention, and the protection scope of the present invention is not limited to the above-mentioned embodiments, and all technical solutions belonging to the idea of the present invention belong to the protection scope of the present invention. It should be noted that modifications and embellishments within the scope of the invention may be made by those skilled in the art without departing from the principle of the invention.

Claims (10)

1. A method for atomic capability storage and rendering with respect to vendor YANG files, comprising:
determining data nodes of a YANG file according to a standard YANG file provided by a manufacturer, and determining the hierarchical relationship and the tree structure of the data nodes;
designing an atomic capability storage table, so that the structure of the atomic capability storage table conforms to the parent-child node relationship of the atomic capability;
analyzing swagger files generated by YANG files of manufacturers to obtain atomic capability and a non-standard tree structure, and reforming the non-standard tree structure into a standard tree structure by using a treelization transformation algorithm;
if the YANG file is an old version, storing the atomic capability corresponding to the YANG file into an atomic capability storage table in a standard tree structure, recording the version of the current atomic capability, and combining the atomic capability according to a template corresponding to the current atomic capability; using a template to issue configuration data to a router switch, and carrying out persistent storage on the issued configuration data;
if the YANG file is a new version, searching the historical template of the atomic capability and forbidding, recording the atomic capability of the previous version into a historical atomic capability storage table in a standard tree structure, and recording the atomic capability of the current version into a new atomic capability storage table in the standard tree structure; combining nodes of the current atomic capability and forming a template, analyzing the content of the template, then issuing configuration content to a router switch, and recording the configuration content in a transaction dimension;
and providing a data structure with understandable front end, returning the data nodes to the front end in a json format, and rendering the atomic capability structure relation.
2. The method of atomic capability storage and rendering with respect to vendor YANG files of claim 1 wherein: the data nodes for determining the existence of the YANG file are specifically determined leaf nodes, leaf list nodes, container nodes and list nodes.
3. The method of claim 2 for storing and rendering atomic capability on a vendor YANG file, wherein the determining the hierarchical relationship and tree structure of data nodes is specifically: the container node and the list node are used as parent nodes, and the leaf node and the leaf list node are used as child nodes.
4. The method of claim 2 for atomic capability storage and rendering with respect to vendor YANG files, wherein the design atomic capability storage table is specifically:
identifying node types by using a type field, designing container nodes, leaf nodes, list nodes and leaf list nodes by using container fields, storing parent-child relations among data nodes by using parent fields, and setting uniform root node positions for all atomic capacities; and setting a child _ exit field in cooperation with the parent field to identify whether a child node exists in the current node.
5. The method for storing and rendering atomic capability on vendor YANG files of claim 2, wherein the rebuilding the non-standard tree structure into the standard tree structure using the treelizing rebuilding algorithm is specifically:
and identifying the positions of the child nodes of the list and the leaf list through the index, and distinguishing which instantiation object of the list the child nodes belong to under the list to form a standard tree structure.
6. The method of claim 2 for storing and rendering atomic capability with respect to vendor YANG files, wherein the combining nodes of current atomic capability and forming templates is specifically:
selecting a leaf node or a leaf list node, combining all parent nodes including child nodes to form a template, adding a calculated _ rule field in the template, and recording variable names.
7. The method of atomic capability storage and rendering with respect to vendor YANG files of claim 1 wherein: the issuing of the configuration content to the router switch specifically uses a transaction mechanism, and concurrently or sequentially issues the configuration content.
8. An atomic capability storage and rendering system for vendor YANG files, the system comprising: the system comprises a file analysis module, a data processing module, a data storage module and a configuration issuing module;
the file analysis module is used for judging whether the YANG file version is an old version or a new version, determining data nodes of the YANG file, determining the hierarchical relationship and the tree structure of the data nodes, and analyzing swagger files generated by YANG files of manufacturers to obtain atomic capability and a non-standard tree structure;
the data processing module uses a treelization transformation algorithm to transform a non-standard tree structure into a standard tree structure and is also used for searching a historical template of the atomic capability;
the data storage module is used for recording the atom capacity of the previous version into a historical atom capacity storage table in a standard tree structure and recording the atom capacity of the new version into a new atom capacity storage table in the standard tree structure; a combined atomic capability; recording an atomic capability version; performing persistent storage on the issued configuration content;
and the configuration issuing module is used for issuing the configuration content to the router switch after analyzing the template content.
9. An electronic device, comprising: a memory, a processor and a computer program stored on the memory and executable on the processor, the processor when executing the computer program implementing the atomic capability storage and rendering method for vendor YANG files as claimed in any one of claims 1 to 7.
10. A computer-readable storage medium characterized by: a computer program is stored which causes a computer to perform the atomic capability storage and rendering method for vendor YANG files of any of claims 1-7.
CN202211352890.3A 2022-11-01 2022-11-01 Method, system, electronic device and storage medium for storing and rendering atomic capability of vendor YANG file Pending CN115951822A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211352890.3A CN115951822A (en) 2022-11-01 2022-11-01 Method, system, electronic device and storage medium for storing and rendering atomic capability of vendor YANG file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211352890.3A CN115951822A (en) 2022-11-01 2022-11-01 Method, system, electronic device and storage medium for storing and rendering atomic capability of vendor YANG file

Publications (1)

Publication Number Publication Date
CN115951822A true CN115951822A (en) 2023-04-11

Family

ID=87281276

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211352890.3A Pending CN115951822A (en) 2022-11-01 2022-11-01 Method, system, electronic device and storage medium for storing and rendering atomic capability of vendor YANG file

Country Status (1)

Country Link
CN (1) CN115951822A (en)

Similar Documents

Publication Publication Date Title
CN107426023B (en) Cloud platform log collection and forwarding method, system, equipment and storage medium
JP5230645B2 (en) System and method for optimizing data set changes
CN100566357C (en) Communication apparatus batch configuration managerial approach and device thereof
CN108733639A (en) A kind of configuration parameter regulation means, device, terminal device and storage medium
US20080114474A1 (en) Event triggered data capture via embedded historians
US8230384B1 (en) Techniques for generating and processing a schema instance
CN107957713B (en) System and method for generating multiple work table exports
CN106940706B (en) System and method for creating and managing geospatial network models in a customer environment
CN114510267B (en) Program ABI interface compatibility calculation method based on Linux system
CN110990403A (en) Business data storage method, system, computer equipment and storage medium
CN105446705A (en) Method and device used for determining configuration file feature
CN112202909B (en) Online upgrading method and system for computer storage system
CN110389714A (en) Method, apparatus and computer storage medium for data input and output
CN115951822A (en) Method, system, electronic device and storage medium for storing and rendering atomic capability of vendor YANG file
CN103793519A (en) Automatic tool supporting exportation of mass data
CN113434585B (en) Resource preservation method and equipment
CA3138761A1 (en) Method, device, computer equipment and storage medium for verifying inter-system data admission
CN115221360A (en) Tree structure configuration method and system
JP6695847B2 (en) Software parts management system, computer
US20120198373A1 (en) Focus-Driven User Interface
CN111985740A (en) Task processing method and device
CN106293897B (en) Automatic scheduling system of subassembly
US7720827B2 (en) Network meta-data libraries and related methods
CN117009187B (en) CID file incremental compiling method, system and equipment for upper computer monitoring system
KR20160103839A (en) Method and apparatus for providing framework based on metadata

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