CN114650222A - Parameter configuration method and device, electronic equipment and storage medium - Google Patents

Parameter configuration method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN114650222A
CN114650222A CN202210249029.8A CN202210249029A CN114650222A CN 114650222 A CN114650222 A CN 114650222A CN 202210249029 A CN202210249029 A CN 202210249029A CN 114650222 A CN114650222 A CN 114650222A
Authority
CN
China
Prior art keywords
configuration
item
composite
gateway interface
name
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
CN202210249029.8A
Other languages
Chinese (zh)
Other versions
CN114650222B (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.)
Beijing Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and 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 Beijing Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN202210249029.8A priority Critical patent/CN114650222B/en
Publication of CN114650222A publication Critical patent/CN114650222A/en
Application granted granted Critical
Publication of CN114650222B publication Critical patent/CN114650222B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/085Retrieval of network configuration; Tracking network configuration history
    • H04L41/0859Retrieval of network configuration; Tracking network configuration history by keeping history of different configuration generations or by rolling back to previous configuration versions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/085Retrieval of network configuration; Tracking network configuration history
    • H04L41/0859Retrieval of network configuration; Tracking network configuration history by keeping history of different configuration generations or by rolling back to previous configuration versions
    • H04L41/0863Retrieval of network configuration; Tracking network configuration history by keeping history of different configuration generations or by rolling back to previous configuration versions by rolling back to previous configuration versions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0893Assignment of logical groups to network elements

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The disclosure provides a parameter configuration method and device, electronic equipment and a storage medium, and relates to the technical field of computers, in particular to a cloud computing technology. The specific implementation scheme is as follows: responding to the parameter configuration operation of the gateway interface configuration interface, and determining a configuration path of a configured target gateway interface; determining a configuration item composite name of the target gateway interface according to the configuration path; and generating a composite configuration table for storage according to the composite name of the configuration item and the value of the configuration item. Through the technology disclosed by the invention, the storage space can be liberated, and the waste of storage resources is reduced.

Description

Parameter configuration method and device, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a method and an apparatus for configuring parameters, an electronic device, and a storage medium.
Background
An API (Application Programming Interface) gateway is a common Application layer product in the field of cloud computing, and is responsible for receiving an API request, executing service logics such as authentication and flow control, and then forwarding the API request. API configuration data is key data in the API gateway that explains to the gateway program which business logic the current API request should perform, and where to forward.
Disclosure of Invention
The disclosure provides a parameter configuration method, a parameter configuration device, an electronic device and a storage medium.
According to an aspect of the present disclosure, there is provided a parameter configuration method, including:
responding to the parameter configuration operation of the gateway interface configuration interface, and determining a configuration path of a configured target gateway interface;
determining a configuration item composite name of a target gateway interface according to the configuration path;
and generating a composite configuration table for storage according to the composite name of the configuration item and the value of the configuration item.
According to another aspect of the present disclosure, there is provided an electronic device including:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform any one of the parameter configuration methods of the embodiments of the present disclosure.
According to yet another aspect of the present disclosure, there is provided a non-transitory computer readable storage medium having stored thereon computer instructions for causing a computer to perform any one of the parameter configuration methods described in the embodiments of the present disclosure.
According to the technical scheme of the embodiment of the disclosure, the configuration item composite name of each parameter corresponding to the target gateway interface is generated according to the determined configuration path of the configured target gateway interface, and the composite configuration table is generated based on the configuration item composite name and the parameter value. The advantage of doing so is that the construction of the composite configuration table can be performed by the composite name of the configuration item corresponding to each parameter, so that each parameter item in the table has a value corresponding to it. In the prior art, all configuration items of different gateway interfaces are recorded in a header field of a configuration table, but each gateway interface does not need to perform parameter configuration on the configuration items corresponding to all the fields, so that fields corresponding to a large number of configuration items in the configuration table need to be filled with default values, and waste of storage resources is caused.
It should be understood that the statements in this section are not intended to identify key or critical features of the embodiments of the present disclosure, nor are they intended to limit the scope of the present disclosure. Other features of the present disclosure will become apparent from the following description.
Drawings
The drawings are included to provide a better understanding of the present solution and are not to be construed as limiting the present disclosure. Wherein:
fig. 1 is a flowchart of a parameter configuration method provided according to an embodiment of the present disclosure;
FIG. 2 is a flow chart of another parameter configuration method provided in accordance with an embodiment of the present disclosure;
FIG. 3 is a flow chart of yet another parameter configuration method provided in accordance with an embodiment of the present disclosure;
fig. 4 is a block diagram of a parameter configuration apparatus provided according to an embodiment of the present disclosure;
fig. 5 is a block diagram of an electronic device for implementing a parameter configuration method according to an embodiment of the present disclosure.
Detailed Description
Exemplary embodiments of the present disclosure are described below with reference to the accompanying drawings, in which various details of the embodiments of the disclosure are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the present disclosure. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
The parameter configuration method and the parameter configuration device provided by the disclosure can be suitable for the condition of performing parameter configuration on the gateway interface. Each parameter configuration method provided by the embodiments of the present disclosure may be executed by a parameter configuration apparatus, which may be implemented in a hardware and/or software manner and may be configured in an electronic device.
For ease of understanding, the present disclosure first details each parameter configuration method.
The parameter configuration method shown in fig. 1 includes:
and S110, responding to the parameter configuration operation of the gateway interface configuration interface, and determining the configuration path of the configured target gateway interface.
The gateway Interface configuration Interface may be a human-machine interaction Interface for performing parameter setting on the gateway Interface, and parameter configuration operations (i.e., parameter setting operations and the like) may be performed on the gateway Interface (e.g., an Application Programming Interface (API)).
For example, assume that configuration items of an API gateway interface Q include A, B and C, where item a includes two sub-configuration items M and N that need to be configured, and item M includes parameters X, Y and Z that need to be configured. Accordingly, the configuration path corresponding to the setting information configuring the parameter X should be "a/M/X".
And S120, determining the composite name of the configuration item of the target gateway interface according to the configuration path.
The composite name of the configuration item may be a name of a unique representation configuration item in the gateway device, which is determined comprehensively according to information in the configuration path, and is used for representing parameters, which need to be configured, of the target gateway interface from the whole dimension of the gateway device.
Continuing the previous example, after the parameter X is configured, the composite name of the configuration item corresponding to the generated parameter X can be 'A-M-X'; similarly, after the parameter Z is configured, the composite name of the configuration item corresponding to the generated parameter Z may be "a-M-Z". The named format is only for illustration and is not to be understood as a limitation on the composite name of the configuration item.
And S130, generating a composite configuration table for storage according to the composite name of the configuration item and the value of the configuration item.
The configuration item value is a value of a parameter to be configured. And combining the parameters corresponding to the composite names of the configuration items with the values of the parameters to generate and store a corresponding composite configuration table so as to carry out operations such as calling, inquiring or updating of the gateway interface at a later stage. The format of the generated composite configuration table is not limited by the embodiments of the present disclosure.
It is worth noting that, in the prior art, the generation of the configuration table is performed according to all parameters to be configured, all parameter configuration items are placed in the header, and when different gateway interfaces generate the configuration table, a large number of configuration items in the header are set as default values, for example, NULL (NULL) occurs, and a large amount of blank space occurs in the configuration table, and when the configuration table is stored, more storage space is additionally occupied.
According to the technical scheme of the embodiment of the disclosure, the configuration item composite name of each parameter corresponding to the target gateway interface is generated according to the determined configuration path of the configured target gateway interface, and the composite configuration table is generated based on the configuration item composite name and the parameter value. The advantage of doing so is that the construction of the composite configuration table can be performed by the composite name of the configuration item corresponding to each parameter, so that each parameter item in the table has a value corresponding to it. In the prior art, all configuration items of different gateway interfaces are recorded in a header field of a configuration table, but each gateway interface does not need to perform parameter configuration on the configuration items corresponding to all the fields, so that fields corresponding to a large number of configuration items in the configuration table need to be filled with default values, and waste of storage resources is caused.
On the basis of the above technical solutions, the present disclosure also provides an alternative embodiment. In the optional embodiment, the composite name of the configuration item of the target gateway interface is determined according to the hierarchical relationship among the configuration items in the configuration path, so that the space occupation in the configuration table is reduced, and the redundancy waste is reduced.
Further referring to the parameter configuration method shown in fig. 2, the method includes:
s210, responding to the parameter configuration operation of the gateway interface configuration interface, and determining the configuration path of the configured target gateway interface.
And S220, determining the composite name of the configuration item of the target gateway interface according to the hierarchical relation among the configuration items in the configuration path.
The hierarchical relationship between the configuration items may be understood as an organizational structure relationship in which the configuration items are classified according to a level, for example, the hierarchical relationship may be a parent-child relationship (i.e., a superior-subordinate relationship) or a parallel relationship (i.e., a peer-level relationship). And generating the configuration item composite name of the corresponding gateway interface according to the organizational structure relationship of the configuration items in the configuration path according to the level division.
For example, a parent-child relationship may be understood as a top-bottom relationship, that is, a relationship between two configuration items includes a relationship with an included configuration item, for example, a configuration item a includes two child configuration items, that is, B and C, so that a and B have a parent-child relationship, and B and C have a parallel relationship.
In an alternative embodiment, the hierarchical relationship may include parent-child relationships; determining the composite name of the configuration item of the target gateway interface according to the hierarchical relationship between the configuration items in the configuration path may include: and sequentially connecting each configuration item with a parent-child relationship in the configuration path through a first preset marker to generate a configuration item composite name of the target gateway interface.
The first preset marker may be a preset connector for connecting the names of parent-child relationship configuration items, and may be, for example, "\", "-", or "", or the like. And sequentially connecting the configuration item names with parent-child relationship in series from parent to child through the first preset marker to form a configuration item composite name.
For example, assuming that the current target configuration item is a Request, the sub-configuration items of the Request are params (parameters), and the sub-configuration items of the params are types, corresponding parameter values can be configured for the sub-configuration item types. At this time, the above configuration item names may be sequentially arranged from parent configuration item to child configuration item according to the first preset marker ". to generate the configuration item composite name as request.
In the above embodiment, the configuration items having a parent-child relationship in the configuration path are sequentially connected by the first preset marker, so that the composite name of the configuration item is generated quickly and efficiently, the configuration item names are connected in sequence, the defects that the names of the configuration items are easy to confuse and repeat can be effectively overcome, and the error rate of parameter configuration is reduced.
In another alternative embodiment, the hierarchical relationship may include a parallel relationship; determining the composite name of the configuration item of the target gateway interface according to the hierarchical relationship between the configuration items in the configuration path may include: and connecting the general name and the parallel sequence identification of the configuration items with the parallel relationship through a second preset marker to generate a configuration item composite name of the target gateway interface.
The second preset marker may be a preset connector for connecting names of the configuration items in the parallel relationship, and may be, for example, "\", "-", or "", or the like. It should be noted that the first preset flag and the second preset flag are only distinguished from the connection purpose of each configuration item in the parent-child relationship and the parallel relationship, and the specific symbols used in the first preset flag and the second preset flag may be the same or different, which is not limited in this embodiment of the disclosure.
The common name may be the name of the common parent configuration item for different child configuration items at the same level. For example, if the configuration item a includes two sub-configuration items, which are two parameters, and the two parameters include two sub-configuration items B and C, respectively, then the common name may be set to P (i.e., parameter).
The parallel sequence identifier may be a serial number mark for distinguishing different configuration items in the parallel level, and as a continuation of the foregoing example, two kinds of parameters of the a kinds may be respectively assigned with different parallel sequence identifiers, for example, a first kind of parameter is assigned with identifier 1, and a second kind of parameter is assigned with identifier 2. Then, the configuration item composite names are formed by connecting the configuration item names of the different levels through a second preset marker. For example, the name of configuration item B under the first parameter in a may be "a.p.1.b", and the name of configuration item C under the first parameter in a may be "a.p.1.c"; similarly, the name of configuration item B under the second parameter in a may be "a.p.2. B" and the name of configuration item C under the second parameter in a may be "a.p.2. C".
The above illustrates how configuration items at the same level should be distinguished by parallel sequence identifiers, where the parallel sequence identifiers may use numbers or letters, and the specific expression form of the parallel sequence identifiers is not limited in the embodiment of the present disclosure. The parallel sequence identifier may be allocated according to actual situations, for example, according to the priority of the configuration item, or may be allocated randomly, or may be set manually, which is not limited in the embodiment of the present disclosure.
For example, assume that the current target configuration item is a Request (Request configuration), and the child configuration items of the Request are params (parameters); meanwhile, the sub configuration items of the Request also have other params, and if the parameter configuration items belong to a parallel relationship, different parallel sequence identifiers are given to the different params, and the identifiers are also generated in the names. For example, the name of the first parameter of a Request may be "request.param.1"; similarly, the name of the second parameter of a Request may be "Request.
In the above embodiment, the second preset marker is used to connect the common name and the parallel sequence identifier of the configuration item having the parallel relationship, so as to generate the configuration composite name. The use of the common name and the parallel sequence identifier can effectively prevent the defects of configuration confusion and repetition when at least two parallel configuration items with the same common name are subjected to parameter configuration, and reduce the error rate of parameter configuration.
In particular, in both embodiments, the identification of the composite name of the parent-child relationship and the parallel relationship configuration item is generated by the configuration path of each configuration item. In practice, there is a case where the configuration path includes both the parent-child relationship and the parallel relationship, for example, the configuration item a includes a child configuration item B and a child configuration item C, the child configuration item B includes a secondary child configuration item D and a secondary child configuration item E, and the child configuration item C includes a secondary child configuration item F and a secondary child configuration item G, and then both the parent-child relationship and the parallel relationship exist in this case. However, there are configuration items with only parent-child relationships and no parallel relationships, such as configuration item a having and only child configuration item B, and child configuration item B having and only secondary child configuration item C. Therefore, according to the parent-child relationship and the parallel relationship in the configuration path of each configuration item, the composite name of the configuration item can be generated based on the combination of two hierarchical relationships or based on a single hierarchical relationship according to the actual existence of the hierarchical relationship.
And S230, generating a composite configuration table for storage according to the composite name of the configuration item and the value of the configuration item.
When the latest composite configuration table is generated, the composite configuration table of the previous version can be modified and updated to be the composite configuration table of the latest version based on the composite configuration table of the previous version and the change of the composite name of the configuration item and the change of the value of the configuration item. However, if the entity of the composite configuration table is directly modified and saved as an updated version, the record of the previous version is lost, which is not beneficial to version tracing and restoring.
In an optional implementation manner, the generating a composite configuration table according to the composite name of the configuration item and the value of the configuration item may include: creating a copy of the composite configuration table which stores the latest version; updating the copy of the composite configuration table according to the composite name of the configuration item and the value of the configuration item; and updating the version information of the copy of the composite configuration table.
Wherein, the copy of the composite configuration table is a copy based on the composite configuration table which stores the latest version. Because the configuration parameters may be changed during the use of the gateway interface, the copy of the composite configuration table is updated according to the composite name of the configuration item and the value of the configuration item, and the version information of the copy is updated, that is, the updated copy is saved as a new version of the composite configuration table. It will be appreciated that each update is replicated using the latest version of the composite configuration table, thereby avoiding duplicate configuration of configured parameters.
According to the technical scheme of the embodiment, the latest copy of the composite configuration table is generated, and the configuration updating operation is performed on the copy, so that the historical version of the composite configuration table can be effectively reserved, the historical composite configuration table can be traced, called or returned to the previous version in case of error, and the like, and the fault tolerance rate of the composite configuration table in use is improved.
In an optional implementation manner, the generating a composite configuration table according to the composite name of the configuration item and the value of the configuration item may include: and generating a composite configuration table according to the interface identifier, the composite name of the configuration item and the value of the configuration item of the target gateway interface.
The interface identifier of the target gateway interface may be an identifier of the target gateway interface itself, such as API-01. And the interface identification of the target gateway interface is used as one item of data in the composite configuration table, so as to distinguish the composite name and value of the configuration item belonging to different gateway interfaces. As shown in table 1, in a composite configuration table, if configuration items under different gateway interfaces all have an item of configuration parameter name, an interface identifier of the gateway interface is added to the table for distinguishing.
TABLE 1
Interface identification Configuration item compound name Configuration item value
API-01 Request.param.1.name 000
API-02 Request.param.1.name 001
According to the embodiment, the interface distinguishing capability is provided for the composite configuration table through the interface identification of the target gateway interface, the situation that configuration errors are caused due to the fact that different gateway interfaces contain the same configuration is effectively avoided, the error rate of parameter configuration is reduced, and the use safety of the gateway interfaces is guaranteed.
According to the technical scheme of the embodiment of the disclosure, the composite name of the configuration item of the target gateway interface is determined according to the hierarchical relationship among the configuration items in the configuration path, so that a composite configuration table is constructed, a simple naming mode is provided, and the hierarchical relationship among the configuration items can be covered by naming, so that more configuration item information can be carried in the composite name of the configuration item, different configuration items can be distinguished conveniently, and the positioning of the configuration item information is facilitated.
On the basis of the technical schemes, the disclosure provides an alternative embodiment. In the optional embodiment, by determining the configuration type of the configured item of the configured target gateway interface and configuring the parameter according to different conditions, the space occupation in the configuration table can be reduced, and the redundancy waste is reduced.
Further referring to the parameter configuration method shown in fig. 3, the method includes:
s310, responding to the parameter configuration operation on the gateway interface configuration interface, and determining the configuration type of the configured item of the configured target gateway interface; the configuration types include a general type and a non-general type.
The configuration type of the configured item may refer to a classification of the configuration item corresponding to the configured item, and is classified into a general type and a non-general type. The general type can be understood as the type of configuration items that most gateway interfaces need to be configured; non-generic may be understood as the type of configuration items that a few or individual gateway interfaces need to be configured. For example, the gateway interface description, the request mode, the request path, and the like all belong to a general configuration item; the parameter type, the back-end address, etc. belong to the non-universal configuration items.
And S320, if the configured item is not universal, determining a configuration path of the target gateway interface.
In an alternative embodiment, the method may further comprise: if the configured item is of a universal type, setting a field value of the configured item of the target gateway interface in the universal configuration table according to the configured parameter for storage; the configuration row of the general configuration table comprises an interface identifier of the configurable gateway interface and various general type configuration items of the configurable gateway interface.
The general configuration table is different from the composite configuration table, and may be an initial general configuration table generated by using general configuration items of different gateway interfaces as header fields of the general configuration table. It is understood that different gateway interfaces may have the same general configuration items, and the field values of the general configuration items are added to the table and stored. The configuration row of the general configuration table may be understood as the header of the general configuration table, i.e. the row storing the name of the general type configuration item. The row may include an interface identification of the configurable gateway interface and various generic configuration items.
In the above embodiment, by setting the general configuration table, the general configuration item with high reuse rate in the composite configuration table can be separated, and different gateway interfaces are recorded by the general configuration table, thereby saving storage resources on the basis of the composite configuration table. Meanwhile, the universal configuration table and the composite configuration table are used in a combined mode, and therefore the query efficiency of the gateway interface is improved.
In an optional embodiment, the setting a field value of a configured item of the target gateway interface in the common configuration table according to the configured parameter may include: creating a copy of the common configuration table which stores the latest version; updating the field value of the configured item of the target gateway interface in the copy of the general configuration table according to the configured parameter; and updating the version information of the common configuration table copy.
In the same way as the updating of the composite configuration table, the latest version of the stored general configuration table is copied to obtain a copy, then the field values of all the general configuration items in the copy are updated according to the current configuration parameters, and the version information of the copy is updated at the same time, so that the copy can be used as the updated general configuration table.
It should be noted that the updating of the composite configuration table and the updating of the general configuration table may be synchronous or asynchronous, so that the version information of the composite configuration table and the general configuration table may be consistent or inconsistent, and only the latest version of the composite configuration table and the general configuration table are used when the composite configuration table and the general configuration table are used, and if a use error is found, the respective coat versions of the composite configuration table and the general configuration table are returned for use.
In the above embodiment, by generating a copy of the latest general configuration table and performing a field update operation on the copy, the historical version of the general configuration table can be effectively retained, so that operations such as tracing, calling, or returning to the previous version in case of an error can be performed on the historical general configuration table in the following process, and the fault tolerance rate of the general configuration table in use is improved.
S330, determining a configuration item composite name of the target gateway interface according to the configuration path;
and S340, generating a composite configuration table for storage according to the composite name of the configuration item and the value of the configuration item.
According to the technical scheme of the embodiment of the disclosure, the general configuration table and the composite configuration table are distinguished according to the configuration types of the configured items, and through the cooperative use of the general configuration table and the composite configuration table, the efficiency of parameter query is ensured while the storage resources are occupied as little as possible, and meanwhile, if any one configuration table in the two configuration tables goes wrong, the use of the other configuration table is not influenced, so that the fault tolerance of the gateway interface is improved.
On the basis of the technical schemes, the disclosure also provides a preferred embodiment.
In the management and use of the actual gateway interface, the API configuration data set can be centrally stored in the Mysql database for unified management.
Analyzing configuration items corresponding to the functions of the API gateway, summarizing the configuration items into 'universal configuration items' for the configuration items used by all APIs, and summarizing the configuration items into 'composite configuration items' for the configuration items used by part of APIs and unused by part of APIs; two data tables, namely a universal configuration table and a composite configuration table, are established to respectively store the universal configuration items and the composite configuration items.
The structure of the general configuration table may be: one column of fields is a configuration item, one row of data is an API, and all fields in a row are mandatory items, such as a general configuration table shown in table 2:
TABLE 2
Figure BDA0003546229510000101
From Table 2, it can be seen that the interface is identified as "API-12345" with the API name "query employee compensation", with the objective of "query employee compensation" by "enter specific employee number" and "employee name". The request mode of the API request is a "GET" method (i.e., an acquisition method) for requesting data from a specified resource, the request path is "/user/salary", and the authentication mode is a Basic mode (i.e., a Basic mode). Other API interfaces also have corresponding configuration items in table 2, such as "API identification", "API description", "request mode", "request path", and "authentication mode", which are not limited in this disclosure.
A K/V table structure may be introduced into the structure of the composite configuration table, for example, 3 columns may be set in the composite configuration table, where the columns respectively include "API identifiers", "composite names of configuration items", and "dereferencing configuration items", and each row represents a specific composite configuration item, such as a composite configuration table shown in table 3:
TABLE 3
Figure BDA0003546229510000111
In the compound configuration table, a character string with ". multidot." may be used to name a compound configuration item, if a character string follows the ". multidot.m. represents a specific configuration item, and if a number follows the". multidot.m. represents that multiple configurations may exist for the same configuration item, the number represents a few configurations. Taking table 3 as an example, balance denotes { backend configuration. load balancing algorithm }, that is, if there are multiple backend, then the API-12345 uses "polling mode" for load balancing between the backend; the backhaul.1. address indicates that { backend configuration. 1 st. address } namely API-12345 has a plurality of backend, the address of the 1 st backend is xx. By using the method for configuration, some fields which are not needed can be directly not filled in, thereby avoiding the waste of space redundancy.
The general configuration table and the compound configuration table are associated through the API identification, when the API configuration data is read, at least one row of data is extracted from the 'through use configuration table', then all configuration item lists are taken out from the 'compound configuration table' according to the API identification, all configuration items are analyzed through the naming rule of 'compound name of the configuration items', and then the complete API configuration data can be assembled.
Meanwhile, for the retrieval speed of the API data, an index may be added to the field to be retrieved in the "general configuration table", and an index may be added to all the preset fields in the "composite configuration table". Since there is one row for each configuration item in the "composite configuration table" and the maximum length of each column is limited, it can be set to "fixed length character string (VARCHAR)" for the preset field type.
In addition, fields such as "version number", "validation" and "enable description" may be added to the "general configuration table", and a "version number" field may be added to the "composite configuration table". After the API configuration data is filled in for the first time, the "enabling description" is filled in through the "enabling" function, so that the current API configuration data becomes effective, at this time, the API gateway allocates a version number to the current API configuration data, and then copies the current API configuration data as an "editable copy".
On subsequent modifications, the modification is recorded on the "editable copy" instead of modifying the version already in effect on the line. After the modification is finished, the latest data is enabled to take effect in the online environment through the 'enabling' function, so that a 'version number' can be obtained in the current version, and a piece of current API configuration data is copied as an 'editable copy' for subsequent editing.
Therefore, when a new configuration is enabled each time, the current configuration is actually saved, the historical API data configuration is also reserved, and if the modification is wrong, the version can be switched quickly and enabled again without manually changing back the configuration items one by one.
As an implementation of each of the above parameter configuration methods, the present disclosure also provides an optional embodiment of an execution device that implements each of the above parameter configuration methods. Further referring to the parameter configuration apparatus 400 shown in fig. 4, the apparatus specifically includes: a configuration path determination module 410, a configuration item composite name determination module 420, and a composite configuration table generation module 430, wherein,
a configuration path determining module 410, configured to determine a configuration path of the configured target gateway interface in response to a parameter configuration operation at the gateway interface configuration interface;
a configuration item composite name determining module 420, configured to determine a configuration item composite name of the target gateway interface according to the configuration path;
and a composite configuration table generating module 430, configured to generate a composite configuration table according to the composite name of the configuration item and the value of the configuration item, so as to store the composite configuration table.
According to the technical scheme of the embodiment of the disclosure, the configuration item composite name of each parameter corresponding to the target gateway interface is generated according to the determined configuration path of the configured target gateway interface, and the composite configuration table is generated based on the configuration item composite name and the parameter value. The advantage of doing so is that the construction of the composite configuration table can be performed by the composite name of the configuration item corresponding to each parameter, so that each parameter item in the table has a value corresponding to it. In the prior art, all configuration items of different gateway interfaces are recorded in a header field of a configuration table, but each gateway interface does not need to perform parameter configuration on the configuration items corresponding to all the fields, so that fields corresponding to a large number of configuration items in the configuration table need to be filled with default values, and waste of storage resources is caused.
In an alternative embodiment, the configuration item composite name determining module 420 may include:
and the configuration item composite name determining unit is used for determining the composite name of the configuration item of the target gateway interface according to the hierarchical relationship among the configuration items in the configuration path.
In an alternative embodiment, the hierarchical relationship comprises a parent-child relationship;
the configuration item composite name determining unit may include:
and the first name generation subunit is used for sequentially connecting the configuration items with parent-child relationship in the configuration path through a first preset marker to generate a configuration item composite name of the target gateway interface.
In an alternative embodiment, the hierarchical relationship comprises a parallel relationship;
the configuration item composite name determining unit may include:
and the second name generation subunit is used for connecting the general name and the parallel sequence identifier of the configuration item with the parallel relationship through a second preset marker to generate a configuration item composite name of the target gateway interface.
In an optional implementation manner, the composite configuration table generating module 430 may include:
a composite configuration table copy creating unit, configured to create a composite configuration table copy of the stored latest version;
the composite configuration table copy updating unit is used for updating the composite configuration table copy according to the composite name of the configuration item and the value of the configuration item;
and the composite configuration table version updating unit is used for updating the version information of the composite configuration table copy.
In an alternative, the composite configuration table generating module 430 may include:
and the configuration table generating unit is used for generating a composite configuration table according to the interface identifier, the composite name of the configuration item and the value of the configuration item of the target gateway interface.
In an alternative embodiment, the configuration path determining module 410 may include:
the configuration type determining unit is used for responding to the parameter configuration operation of the gateway interface configuration interface and determining the configuration type of the configured item of the configured target gateway interface; the configuration types comprise a general type and a non-general type;
and the configuration path determining unit is used for determining the configuration path of the target gateway interface if the configured item is non-universal.
In an optional implementation manner, the parameter configuration apparatus 400 may further include:
a configuration parameter field setting module, configured to set, according to the configured parameter, a field value of a configured item of the target gateway interface in the general configuration table for storage if the configured item is of a general type;
the configuration row of the general configuration table comprises an interface identifier of the configurable gateway interface and various general type configuration items of the configurable gateway interface.
In an optional implementation manner, the configuration parameter field setting module may include:
the universal configuration table copy creating unit is used for creating the universal configuration table copy with the stored latest version;
the universal configuration table copy updating unit is used for updating the field value of the configured item of the target gateway interface in the universal configuration table copy according to the configured parameter;
and the universal configuration table version updating unit is used for updating the version information of the universal configuration table copy.
The product can execute the method provided by any embodiment of the disclosure, and has corresponding functional modules and beneficial effects of the execution method.
In the technical scheme of the disclosure, the related parameter configuration operation and the collection, storage, use, processing, transmission, provision, disclosure and other processing of the configuration item values all conform to the regulations of related laws and regulations and do not violate the good customs of the public order.
The present disclosure also provides an electronic device, a readable storage medium, and a computer program product according to embodiments of the present disclosure.
FIG. 5 illustrates a schematic block diagram of an example electronic device 500 that can be used to implement embodiments of the present disclosure. Electronic devices are intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. The electronic device may also represent various forms of mobile devices, such as personal digital processing, cellular phones, smart phones, wearable devices, and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be examples only, and are not intended to limit implementations of the disclosure described and/or claimed herein.
As shown in fig. 5, the apparatus 500 comprises a computing unit 501 which may perform various appropriate actions and processes in accordance with a computer program stored in a Read Only Memory (ROM)502 or a computer program loaded from a storage unit 508 into a Random Access Memory (RAM) 503. In the RAM 503, various programs and data required for the operation of the device 500 can also be stored. The calculation unit 501, the ROM 502, and the RAM 503 are connected to each other by a bus 504. An input/output (I/O) interface 505 is also connected to bus 504.
A number of components in the device 500 are connected to the I/O interface 505, including: an input unit 506 such as a keyboard, a mouse, or the like; an output unit 507 such as various types of displays, speakers, and the like; a storage unit 508, such as a magnetic disk, optical disk, or the like; and a communication unit 509 such as a network card, modem, wireless communication transceiver, etc. The communication unit 509 allows the device 500 to exchange information/data with other devices through a computer network such as the internet and/or various telecommunication networks.
The computing unit 501 may be a variety of general-purpose and/or special-purpose processing components having processing and computing capabilities. Some examples of the computing unit 501 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various dedicated Artificial Intelligence (AI) computing chips, various computing units running machine learning model algorithms, a Digital Signal Processor (DSP), and any suitable processor, controller, microcontroller, and so forth. The calculation unit 501 performs the various methods and processes described above, such as a parameter configuration method. For example, in some embodiments, the parameter configuration method may be implemented as a computer software program tangibly embodied in a machine-readable medium, such as storage unit 508. In some embodiments, part or all of the computer program may be loaded and/or installed onto device 500 via ROM 502 and/or communications unit 509. When the computer program is loaded into the RAM 503 and executed by the computing unit 501, one or more steps of a parameter configuration method as described above may be performed. Alternatively, in other embodiments, the computing unit 501 may be configured to perform a parameter configuration method by any other suitable means (e.g., by means of firmware).
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuitry, Field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), system on a chip (SOCs), Complex Programmable Logic Devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs that are executable and/or interpretable on a programmable system including at least one programmable processor, which may be special or general purpose, receiving data and instructions from, and transmitting data and instructions to, a storage system, at least one input device, and at least one output device.
Program code for implementing the methods of the present disclosure may be written in any combination of one or more programming languages. These program codes may be provided to a processor or controller of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the program codes, when executed by the processor or controller, cause the functions/operations specified in the flowchart and/or block diagram to be performed. The program code may execute entirely on the machine, partly on the machine, as a stand-alone software package partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of this disclosure, a machine-readable 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. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable 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 machine-readable 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 portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on a computer having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and a pointing device (e.g., a mouse or a trackball) by which a user can provide input to the computer. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user can be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic, speech, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a back-end component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such back-end, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), Wide Area Networks (WANs), and the Internet.
The computer system may include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. The server can be a cloud server, also called a cloud computing server or a cloud host, and is a host product in a cloud computing service system, so that the defects of high management difficulty and weak service expansibility in the traditional physical host and VPS service are overcome. The server may also be a server of a distributed system, or a server incorporating a blockchain.
Cloud computing (cloud computing) refers to a technology system that accesses a flexibly extensible shared physical or virtual resource pool through a network, where resources may include servers, operating systems, networks, software, applications, storage devices, and the like, and may be deployed and managed in a self-service manner as needed. Through the cloud computing technology, high-efficiency and strong data processing capacity can be provided for technical application such as artificial intelligence and block chains and model training.
It should be understood that various forms of the flows shown above may be used, with steps reordered, added, or deleted. For example, the steps described in this disclosure may be performed in parallel or sequentially or in a different order, as long as the desired results of the technical solutions provided by this disclosure can be achieved, and are not limited herein.
The above detailed description should not be construed as limiting the scope of the disclosure. It should be understood by those skilled in the art that various modifications, combinations, sub-combinations and substitutions may be made in accordance with design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present disclosure should be included in the protection scope of the present disclosure.

Claims (21)

1.A method of parameter configuration, comprising:
responding to the parameter configuration operation of the gateway interface configuration interface, and determining a configuration path of a configured target gateway interface;
determining a configuration item composite name of the target gateway interface according to the configuration path;
and generating a composite configuration table for storage according to the composite name of the configuration item and the value of the configuration item.
2. The method of claim 1, wherein the determining a configuration item composite name of the target gateway interface according to the configuration path comprises:
and determining the composite name of the configuration items of the target gateway interface according to the hierarchical relationship among the configuration items in the configuration path.
3. The method of claim 2, wherein the hierarchical relationship comprises a parent-child relationship;
the determining the composite name of the configuration item of the target gateway interface according to the hierarchical relationship among the configuration items in the configuration path includes:
and sequentially connecting each configuration item with a parent-child relationship in the configuration path through a first preset marker to generate a configuration item composite name of the target gateway interface.
4. The method of claim 2, wherein the hierarchical relationship comprises a parallel relationship;
determining the composite name of the configuration item of the target gateway interface according to the hierarchical relationship among the configuration items in the configuration path, including:
and connecting the general name and the parallel sequence identifier of the configuration item with the parallel relation through a second preset marker to generate a configuration item composite name of the target gateway interface.
5. The method of claim 1, wherein generating a composite configuration table according to the composite name of the configuration item and the value of the configuration item comprises:
creating a copy of the composite configuration table which stores the latest version;
updating the copy of the composite configuration table according to the composite name of the configuration item and the value of the configuration item;
and updating the version information of the composite configuration table copy.
6. The method of claim 1, wherein generating a composite configuration table according to the composite name of the configuration item and the value of the configuration item comprises:
and generating the composite configuration table according to the interface identifier of the target gateway interface, the composite name of the configuration item and the value of the configuration item.
7. The method of any one of claims 1-6, wherein the determining a configuration path for the configured target gateway interface in response to a parameter configuration operation at the gateway interface configuration interface comprises:
responding to the parameter configuration operation of the gateway interface configuration interface, and determining the configuration type of the configured item of the configured target gateway interface; wherein the configuration types include a generic type and a non-generic type;
and if the configured item is not universal, determining a configuration path of the target gateway interface.
8. The method of claim 7, further comprising:
if the configured item is of a general type, setting a field value of the configured item of the target gateway interface in a general configuration table according to the configured parameter for storage;
and the configuration row of the general configuration table comprises an interface identifier of the configurable gateway interface and various general type configuration items of the configurable gateway interface.
9. The method of claim 8, wherein the setting a field value of the configured entry of the target gateway interface in a generic configuration table according to the configured parameter comprises:
creating a copy of the general configuration table which stores the latest version;
updating a field value of the configured item of the target gateway interface in the common configuration table copy according to the configured parameter;
and updating the version information of the copy of the general configuration table.
10. A parameter configuration apparatus, comprising:
the configuration path determining module is used for responding to the parameter configuration operation of the gateway interface configuration interface and determining the configuration path of the configured target gateway interface;
a configuration item composite name determining module, configured to determine a configuration item composite name of the target gateway interface according to the configuration path;
and the composite configuration table generating module is used for generating a composite configuration table according to the composite name of the configuration item and the value of the configuration item for storage.
11. The apparatus of claim 10, wherein the configuration item composite name determination module comprises:
and the configuration item composite name determining unit is used for determining the configuration item composite name of the target gateway interface according to the hierarchical relationship among the configuration items in the configuration path.
12. The apparatus of claim 11, wherein the hierarchical relationship comprises a parent-child relationship;
the configuration item composite name determining unit comprises:
and the first name generation subunit is configured to sequentially connect, through a first preset marker, the configuration items having a parent-child relationship in the configuration path, and generate a configuration item composite name of the target gateway interface.
13. The apparatus of claim 11, wherein the hierarchical relationship comprises a side-by-side relationship;
the configuration item composite name determining unit comprises:
and the second name generating subunit is configured to connect, through a second preset identifier, the common name and the parallel sequence identifier of the configuration item having the parallel relationship, and generate a configuration item composite name of the target gateway interface.
14. The apparatus of claim 10, wherein the composite configuration table generation module comprises:
a composite configuration table copy creating unit, configured to create a composite configuration table copy of the stored latest version;
the composite configuration table copy updating unit is used for updating the composite configuration table copy according to the composite name of the configuration item and the value of the configuration item;
and the composite configuration table version updating unit is used for updating the version information of the composite configuration table copy.
15. The apparatus of claim 10, wherein the composite configuration table generation module comprises:
and the configuration table generating unit is used for generating the composite configuration table according to the interface identifier of the target gateway interface, the composite name of the configuration item and the value of the configuration item.
16. The apparatus of any of claims 10-15, wherein the configuration path determination module comprises:
the configuration type determining unit is used for responding to the parameter configuration operation of the gateway interface configuration interface and determining the configuration type of the configured item of the configured target gateway interface; wherein the configuration types include a generic type and a non-generic type;
a configuration path determining unit, configured to determine a configuration path of the target gateway interface if the configured item is a non-universal type.
17. The apparatus of claim 16, wherein the apparatus further comprises:
a configuration parameter field setting module, configured to set, according to the configuration parameter, a field value of the configured item of the target gateway interface in a general configuration table for storage if the configured item is of a general type;
and the configuration row of the general configuration table comprises an interface identifier of the configurable gateway interface and various general type configuration items of the configurable gateway interface.
18. The apparatus of claim 17, wherein the configuration parameter field setting module comprises:
the universal configuration table copy creating unit is used for creating the universal configuration table copy with the stored latest version;
a common configuration table copy updating unit, configured to update, according to the configured parameter, a field value of the configured item of the target gateway interface in the common configuration table copy;
and the universal configuration table version updating unit is used for updating the version information of the universal configuration table copy.
19. An electronic device, comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the parameter configuration method of any of claims 1-9.
20. A non-transitory computer-readable storage medium storing computer instructions for causing a computer to perform the parameter configuration method according to any one of claims 1 to 9.
21. A computer program product comprising computer programs/instructions which, when executed by a processor, implement the steps of the method of any one of claims 1-9.
CN202210249029.8A 2022-03-14 2022-03-14 Parameter configuration method, device, electronic equipment and storage medium Active CN114650222B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210249029.8A CN114650222B (en) 2022-03-14 2022-03-14 Parameter configuration method, device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210249029.8A CN114650222B (en) 2022-03-14 2022-03-14 Parameter configuration method, device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN114650222A true CN114650222A (en) 2022-06-21
CN114650222B CN114650222B (en) 2024-03-01

Family

ID=81993804

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210249029.8A Active CN114650222B (en) 2022-03-14 2022-03-14 Parameter configuration method, device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114650222B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5913218A (en) * 1995-11-06 1999-06-15 Sun Microsystems, Inc System and method for retrieving and updating configuration parameter values for application programs in a computer network
US20130339370A1 (en) * 2012-06-19 2013-12-19 Mary Holstege Apparatus and Method for Executing Different Query Language Queries on Tree Structured Data Using Pre-Computed Indices of Selective Document Paths
US20180034726A1 (en) * 2016-07-26 2018-02-01 Alcatel-Lucent Usa Inc. Systems and methods for multi-path communication over multiple radio access technologies
CN107733708A (en) * 2017-10-16 2018-02-23 平安科技(深圳)有限公司 Device parameter collocation method, device, computer equipment and storage medium
US20180109450A1 (en) * 2016-10-14 2018-04-19 Cisco Technology, Inc. Creating and maintaining segment routed traffic engineering policies via border gateway protocol
CN108984622A (en) * 2018-06-14 2018-12-11 烽火通信科技股份有限公司 Home gateway quickly accesses the storage access method and system of configuration data
CN111399890A (en) * 2020-02-21 2020-07-10 网易(杭州)网络有限公司 Game hot updating method, device and system and electronic equipment
CN111651405A (en) * 2020-04-28 2020-09-11 中国平安财产保险股份有限公司 Configuration file management method, device, equipment and storage medium
CN111897818A (en) * 2020-07-31 2020-11-06 平安普惠企业管理有限公司 Data storage method and device, electronic equipment and storage medium
WO2021003975A1 (en) * 2019-07-11 2021-01-14 深圳壹账通智能科技有限公司 Gateway interface test method, terminal device, storage medium and apparatus
CN113271307A (en) * 2021-05-18 2021-08-17 中国工商银行股份有限公司 Data assembling method, device, computer system and storage medium

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5913218A (en) * 1995-11-06 1999-06-15 Sun Microsystems, Inc System and method for retrieving and updating configuration parameter values for application programs in a computer network
US20130339370A1 (en) * 2012-06-19 2013-12-19 Mary Holstege Apparatus and Method for Executing Different Query Language Queries on Tree Structured Data Using Pre-Computed Indices of Selective Document Paths
US20180034726A1 (en) * 2016-07-26 2018-02-01 Alcatel-Lucent Usa Inc. Systems and methods for multi-path communication over multiple radio access technologies
US20180109450A1 (en) * 2016-10-14 2018-04-19 Cisco Technology, Inc. Creating and maintaining segment routed traffic engineering policies via border gateway protocol
CN107733708A (en) * 2017-10-16 2018-02-23 平安科技(深圳)有限公司 Device parameter collocation method, device, computer equipment and storage medium
CN108984622A (en) * 2018-06-14 2018-12-11 烽火通信科技股份有限公司 Home gateway quickly accesses the storage access method and system of configuration data
WO2021003975A1 (en) * 2019-07-11 2021-01-14 深圳壹账通智能科技有限公司 Gateway interface test method, terminal device, storage medium and apparatus
CN111399890A (en) * 2020-02-21 2020-07-10 网易(杭州)网络有限公司 Game hot updating method, device and system and electronic equipment
CN111651405A (en) * 2020-04-28 2020-09-11 中国平安财产保险股份有限公司 Configuration file management method, device, equipment and storage medium
CN111897818A (en) * 2020-07-31 2020-11-06 平安普惠企业管理有限公司 Data storage method and device, electronic equipment and storage medium
CN113271307A (en) * 2021-05-18 2021-08-17 中国工商银行股份有限公司 Data assembling method, device, computer system and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
郑树泉;王倩;丁志刚;: "基于Web服务以物为中心的物联网中间件的研究与设计", 计算机应用, no. 07, 1 July 2013 (2013-07-01) *

Also Published As

Publication number Publication date
CN114650222B (en) 2024-03-01

Similar Documents

Publication Publication Date Title
CN114202027B (en) Method for generating execution configuration information, method and device for model training
CN113051446A (en) Topological relation query method, device, electronic equipment and medium
CN112528067A (en) Graph database storage method, graph database reading method, graph database storage device, graph database reading device and graph database reading equipment
CN114218266A (en) Data query method and device, electronic equipment and storage medium
CN113312560A (en) Group detection method and device and electronic equipment
CN112433757A (en) Method and device for determining interface calling relationship
CN115905322A (en) Service processing method and device, electronic equipment and storage medium
CN116009847A (en) Code generation method, device, electronic equipment and storage medium
CN114168119B (en) Code file editing method, device, electronic equipment and storage medium
CN114650222A (en) Parameter configuration method and device, electronic equipment and storage medium
CN113360689B (en) Image retrieval system, method, related device and computer program product
CN115480704A (en) Method, device and equipment for constructing data block group migration mapping table and storage medium
CN114995719A (en) List rendering method, device, equipment and storage medium
CN115422275A (en) Data processing method, device, equipment and storage medium
CN113344074A (en) Model training method, device, equipment and storage medium
CN115168291A (en) Hierarchical directory implementation method and device, electronic equipment and storage medium
CN114969444A (en) Data processing method and device, electronic equipment and storage medium
CN113691403A (en) Topological node configuration method, related device and computer program product
CN112948246B (en) AB test control method, device and equipment of data platform and storage medium
CN116561106B (en) Configuration item data management method and system
CN114691761A (en) Method, device, equipment and storage medium for generating hierarchical structure diagram
CN115221216A (en) Data processing method and device, electronic equipment and storage medium
CN115408547A (en) Dictionary tree construction method, device, equipment and storage medium
CN114416881A (en) Real-time synchronization method, device, equipment and medium for multi-source data
CN114417071A (en) Node state determination method, device, equipment and storage medium

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