CN110580181A - Cloud distributed configuration management method, electronic device and computer equipment - Google Patents

Cloud distributed configuration management method, electronic device and computer equipment Download PDF

Info

Publication number
CN110580181A
CN110580181A CN201910630492.5A CN201910630492A CN110580181A CN 110580181 A CN110580181 A CN 110580181A CN 201910630492 A CN201910630492 A CN 201910630492A CN 110580181 A CN110580181 A CN 110580181A
Authority
CN
China
Prior art keywords
configuration file
configuration
modified
cloud
server
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
CN201910630492.5A
Other languages
Chinese (zh)
Inventor
苏渊博
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ping An Puhui Enterprise Management Co Ltd
Original Assignee
Ping An Puhui Enterprise Management 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 Ping An Puhui Enterprise Management Co Ltd filed Critical Ping An Puhui Enterprise Management Co Ltd
Priority to CN201910630492.5A priority Critical patent/CN110580181A/en
Publication of CN110580181A publication Critical patent/CN110580181A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a cloud-based distributed configuration management method. Constructing a visual centralized configuration management platform based on cloud; providing at least one first configuration file to a first application of the system based on the visual centralized configuration management platform; judging whether the first configuration file needs to be modified or not; if the first configuration file needs to be modified, pushing modified content to the first application program of the system in real time based on a message bus so as to modify the first configuration file; uploading the first configuration file to a cloud server; and dynamically generating a report of the modified first configuration file. The cloud-based distributed configuration management method and the electronic device provided by the invention enable the configuration file to conveniently and uniformly manage configuration, and a report can be generated every time the configuration is modified, so that the configuration file is convenient to look up in the future.

Description

Cloud distributed configuration management method, electronic device and computer equipment
Technical Field
The invention relates to the technical field of cloud deployment, in particular to a cloud-based distributed configuration management method, an electronic device, computer equipment and a storage medium.
Background
Currently, the configuration file modification of each application program cannot be updated in real time and needs to be restarted. The application program configuration management is scattered, history tracing is not needed, and errors are easy to occur. For many configurations of multiple applications, multiple environments, a significant amount of human maintenance is required.
Disclosure of Invention
In view of this, the invention provides a cloud-based distributed configuration management method, so that configuration files can be conveniently and uniformly managed and configured, and a report can be generated every time configuration modification is carried out, thereby facilitating future reference.
In order to achieve the above object, the present invention provides a cloud-based distributed configuration management method, applied to an electronic device, the method including the steps of:
Further, when the parameters of the application program need to be modified, modifying the parameters of the configuration file on the configuration management platform through the main server; pushing the modified parameters to the first server corresponding to the application program; and when the first server receives the push, finishing the parameter modification of the application program according to the push.
Further, the first profile or the second profile may be recycled.
further, the parameters in the first configuration file or the second configuration file include a port value (server.port), an application name (spring.application.name), whether a device is started (apollo.bootable.enabled), a device namespace (apollo.bootable.namespaces), log printing (log.kafaka.servers), whether a log is printed (log.kafka.level), and whether a log is printed at a control panel (log.content.level).
Further, the visualization centralized configuration management platform refers to the first configuration file and changes the content of the first configuration file.
Further, the contents of the report, which specifies who modified what files or which attributes, are presented in a list, the fields of the report include: a modification column, a modification configuration file column, a modification attribute column, a corresponding value column and a corresponding time column.
In order to achieve the above object, the present invention further provides an electronic apparatus, which includes a building module, a determining module, a modifying module, an uploading module, and a dynamic generating module. The building module is used for building a configuration management platform and providing at least one first configuration file to a first application program of the system based on the visual centralized configuration management platform. The judging module is used for judging whether the first configuration file needs to be modified. The modification module is used for pushing modification content to the first application program of the system in real time based on a message bus to modify the first configuration file when the first configuration file needs to be modified. The uploading module is used for uploading the first configuration file to a cloud-end server. The dynamic generation module is used for dynamically generating the modified report of the first configuration file.
further, when the parameters of the application program need to be modified, the modification module modifies the parameters of the configuration file on the configuration management platform through the main server; pushing the modified parameters to the first server corresponding to the application program; and when the pushing is received, the first server completes the parameter modification of the application program according to the pushing.
Further, the parameters of the configuration file include a port value, an application name, whether the device is started, a device namespace, log printing, whether the log is printed, and whether the log is printed on the control panel.
in order to achieve the above object, the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor implements the steps of the cloud-based distributed configuration management method when executing the computer program.
To achieve the above object, the present invention further provides a computer-readable storage medium having a computer program stored thereon, which, when executed by a processor, implements the steps of the cloud-based distributed configuration management method described above.
compared with the prior art, the cloud-based distributed configuration management method enables the configuration files to be conveniently and uniformly managed and configured, and the report forms can be generated every time configuration modification is carried out, so that the configuration files are convenient to look up in the future.
Drawings
FIG. 1 is a diagram illustrating a hardware architecture of an electronic device according to an embodiment of the invention;
FIG. 2 is a functional block diagram of an electronic device according to an embodiment of the invention; and
Fig. 3 is a flowchart illustrating steps of a cloud-based distributed configuration management method according to an embodiment of the present invention.
Reference numerals:
Electronic device 10
Memory device 110
Processor with a memory having a plurality of memory cells 120
cloud-based distributed configuration management system 130
Building block 210
judging module 220
Modification module 230
Upload module 240
Dynamic generation module 250
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the descriptions relating to "first", "second", etc. in the present invention are for descriptive purposes only and are not to be construed as indicating or implying relative importance or implying any number of indicated technical features. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In addition, technical solutions between various embodiments may be combined with each other, but must be realized by a person skilled in the art, and when the technical solutions are contradictory or cannot be realized, such a combination should not be considered to exist, and is not within the protection scope of the present invention.
FIG. 1 is a diagram illustrating a hardware architecture of an electronic device according to an embodiment of the invention. The electronic device 10, but not limited to, may communicatively couple the memory 110, the processor 120, and the cloud-based distributed configuration management system 130 to each other via a system bus, and fig. 1 illustrates only the electronic device 10 having the components 110 and 130, but it is to be understood that not all of the illustrated components are required and that more or fewer components may alternatively be implemented.
the memory 110 includes at least one type of readable storage medium including a flash memory, a hard disk, a multimedia card, a card type memory (e.g., SD or DX memory, etc.), a Random Access Memory (RAM), a Static Random Access Memory (SRAM), a Read Only Memory (ROM), an Electrically Erasable Programmable Read Only Memory (EEPROM), a Programmable Read Only Memory (PROM), a magnetic memory, a magnetic disk, an optical disk, etc. In some embodiments, the storage 110 may be an internal storage unit of the electronic device 10, such as a hard disk or a memory of the electronic device 10. In other embodiments, the memory may also be an external storage device of the electronic apparatus 10, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), or the like, provided on the electronic apparatus 10. Of course, the memory 110 may also include both an internal storage unit and an external storage device of the electronic apparatus 100. In this embodiment, the memory 110 is generally used for storing an operating system and various application software installed in the electronic device 10, such as program codes of the cloud-based distributed configuration management system 130. In addition, the memory 110 may also be used to temporarily store various types of data that have been output or are to be output.
The processor 120 may be a Central Processing Unit (CPU), controller, microcontroller, microprocessor, or other data Processing chip in some embodiments. The processor 120 is generally used to control the overall operation of the electronic device 10. In this embodiment, the processor 120 is configured to run the program code stored in the memory 110 or process data, for example, run the cloud-based distributed configuration management system 130.
FIG. 2 is a functional block diagram of an electronic device according to an embodiment of the invention. The electronic device 10 of the embodiment of the invention includes a construction module 210, a determination module 220, a modification module 230, an upload module 240, and a dynamic generation module 250.
the building module 210 builds a configuration management platform in the electronic device 10 and provides at least one configuration file to an application (e.g., a microservice) of each server, e.g., an application (e.g., a microservice) of a first server, based on the visual centralized configuration management platform. Each profile is reusable.
The cloud-based distributed Configuration management platform of the embodiment of the invention can be realized by Application Configuration Management (ACM), and comprises an ACM server, an ACM client and a use scene.
The ACM server is ACM distributed service nodes, and each node comprises the following parts: service protocol layer: used for protocol conversion, authentication, etc.; a consistency management layer: consistency management and configuration push for configuration; configuring a cache layer: the configuration query and push efficiency is improved through the distributed cache; a storage layer: the background is a distributed storage, is used for storing configuration and has high performance and high expansibility; and a control console: and the ACM console is used for configuration management.
The ACM client is designed based on the RESTful API, and thus can implement cross-language access. The ACM provides Java Native API and a configuration reading interface based on Spring Cloud Config, and is convenient to develop. In some scenarios, the ACM provides an Agent to dynamically replace the configuration file on the host machine, and the correspondence between the ACM configuration item and the configuration file needs to be manually specified.
The usage scenario includes at least: the method comprises the steps of micro-service application architecture, service management under distributed architecture, dynamic pushing of application service scenes, big data real-time calculation algorithm adjustment and remote multi-activity of enterprise-level internet architecture.
The administrator can consult the configuration file of the application program of each system through the visual centralized configuration management platform, and can change the content of the configuration file.
Each application (e.g., microservice) has a configuration file whose contents are as follows:
Parameters in the configuration file include: port value (port), application name (spring), whether the device is started (apollo. bootstrap. enabled), device name space (apollo. bootstrap. namespaces), log printing (log. kafaka. servers), log printing (log. kafka. level), and log printing on the control panel (log. contol. level).
Parameters of each configuration file except for the port value are the same, different configuration files have different port values, and if the port of each configuration file is modified to 9000, the configuration file can be edited to 9000 through a webpage to confirm. The common file directory that manages all applications is common and the database is db _ database type _ system. For example: db _ oracle _ cms, the other inputs will be error reported.
The determining module 220 determines whether the configuration file needs to be modified.
If the configuration file needs to be modified, the modification module 230 pushes the change (i.e., the content to be modified) to the application program of the first server in real time based on a Message bus (MQ) to modify the configuration file, so that the application program can read the latest configuration file in real time without sensing.
For example, when it is determined that a parameter (e.g., purchase amount) of a certain micro-service (e.g., order service) needs to be modified, the main server of the electronic device 10 modifies the parameter of the configuration file corresponding to the order service in the management platform. For example, the main server monitors whether a parameter in each configuration file is modified in real time, and when a parameter in a certain configuration file is found to be modified, corresponding modification operation is adopted in real time.
after the modification, the management platform pushes the modified parameters out to a server (e.g., a first server) corresponding to the order service (application program) through a network link, and the server corresponding to the order service completes the parameter modification of the order service after receiving the pushing, so that the server corresponding to the order service can read the latest configuration file without sensing.
In other words, the application program does not need to be concerned with whether the configuration file of the system is updated or not, and only needs to read.
After the configuration file is modified, the uploading module 240 uploads the configuration file to the cloud server. The configuration file has a plurality of configurations, and a single configuration can be modified.
The dynamic generation module 250 dynamically generates a report of the modified configuration file. The report can be used to check and trace the contents of the configuration file. The report content indicates who modified what files or which attributes, and is presented in a list. The fields of the report include: a modification column, a modification configuration file column, a modification attribute column, a corresponding value column and a corresponding time column.
the report of the configuration file may be dynamically generated by, but is not limited to, the following steps: setting a functional framework of a dynamic report according to requirements, wherein the functional framework is provided with report basic information, report dimensions, a report data query engine, a report query page generation engine and a report generation engine; constructing a data model of the dynamic report based on the functional framework; generating a report query page according to the report configuration data, and selectively showing a report style according to a query condition input by a user; report data query: according to the obtained query conditions, a selection style comprises a header and index data; generating a report: and inquiring the data of the relevant dimension table according to the user selected style to generate a two-dimensional table of report display results, filling report result data, and generating a final report style.
Fig. 3 is a flowchart illustrating steps of a cloud-based distributed configuration management method according to an embodiment of the present invention.
Step 301, a configuration management platform is constructed.
the cloud-based distributed Configuration management platform of the embodiment of the invention can be realized by Application Configuration Management (ACM), and comprises an ACM server, an ACM client and a use scene.
The ACM server is ACM distributed service nodes, and each node comprises the following parts: service protocol layer: used for protocol conversion, authentication, etc.; a consistency management layer: consistency management and configuration push for configuration; configuring a cache layer: the configuration query and push efficiency is improved through the distributed cache; a storage layer: the background is a distributed storage, is used for storing configuration and has high performance and high expansibility; and a control console: and the ACM console is used for configuration management.
the ACM client is designed based on the RESTful API, and thus can implement cross-language access. The ACM provides Java Native API and a configuration reading interface based on Spring Cloud Config, and is convenient to develop. In some scenarios, the ACM provides an Agent to dynamically replace the configuration file on the host machine, and the correspondence between the ACM configuration item and the configuration file needs to be manually specified.
The usage scenario includes at least: the method comprises the steps of micro-service application architecture, service management under distributed architecture, dynamic pushing of application service scenes, big data real-time calculation algorithm adjustment and remote multi-activity of enterprise-level internet architecture.
At step 302, at least one configuration file is provided to an application (e.g., microservice) of each system, e.g., an application (microservice) of a first server, based on the visual centralized configuration management platform. Each profile is reusable.
The administrator can consult the configuration file of the application program of each system through the visual centralized configuration management platform, and can change the content of the configuration file.
Each application (e.g., microservice) has a configuration file whose contents are as follows:
Parameters in the configuration file include: port value (port), application name (spring), whether the device is started (apollo. bootstrap. enabled), device name space (apollo. bootstrap. namespaces), log printing (log. kafaka. servers), log printing (log. kafka. level), and log printing on the control panel (log. contol. level).
Parameters of each configuration file except for the port value are the same, different configuration files have different port values, and if the port of each configuration file is modified to 9000, the configuration file can be edited to 9000 through a webpage to confirm. The common file directory that manages all applications is common and the database is db _ database type _ system. For example: db _ oracle _ cms, the other inputs will be error reported.
step 303, determine if the configuration file needs to be modified.
step 304, if the configuration file needs to be modified, pushing the change (i.e. the content to be modified) to the application program of the first server in real time based on a Message bus (MQ) to modify the configuration file, so that the application program can read the latest configuration file in real time without sensing.
For example, when it is determined that a parameter (e.g., purchase amount) of a certain micro service (e.g., order service) needs to be modified, the parameter of the configuration file corresponding to the order service is modified on the management platform through the main server. After the modification, the management platform pushes the modified parameters out to a server (for example, a first server) corresponding to the order service (application program), and the server corresponding to the order service completes the parameter modification of the order service after receiving the pushing, so that the server corresponding to the order service can read the latest configuration file without sensing.
In other words, the application program does not need to be concerned with whether the configuration file of the system is updated or not, and only needs to read.
And 305, uploading the configuration file to a cloud server after the configuration file is modified. The configuration file has a plurality of configurations, and a single configuration can be modified.
Step 306, dynamically generating a report of the modified configuration file. The content of the configuration file can be checked and traced according to the report. The report contents indicate who modifies what files or which attributes, and are presented in a list. The fields of the report include: a modification column, a modification configuration file column, a modification attribute column, a corresponding value column and a corresponding time column.
The distributed configuration management method based on the safe cloud has the advantages that: configuration is managed conveniently and uniformly, a report can be generated every time configuration modification is carried out, and the report is convenient to look up in the future.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, it is clearly understood that the above embodiment method can be implemented by means of software plus a necessary general hardware platform, and certainly can also be implemented by means of hardware, but in many cases, the former is a better embodiment. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
the above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by the contents of the present specification and drawings, or used directly or indirectly in other related fields, are included in the scope of the present invention.

Claims (10)

1. A cloud-based distributed configuration management method is applied to an electronic device, and is characterized by comprising the following steps:
Constructing a configuration management platform;
Providing at least one configuration file to the application of the first server based on the configuration management platform;
Judging whether the configuration file needs to be modified or not;
If the configuration file needs to be modified, pushing modified content to the application program of the first server in real time through the main server based on a message bus so as to modify the configuration file;
Uploading the configuration file to a cloud server; and
And generating a report of the modified configuration file through the cloud server.
2. The cloud-based distributed configuration management method of claim 1, wherein said method further comprises the steps of:
When the parameters of the application program need to be modified, modifying the parameters of the configuration file on the configuration management platform through the main server;
Pushing the modified parameters to the first server corresponding to the application program; and
And when the first server receives the push, finishing the parameter modification of the application program according to the push.
3. The cloud-based distributed configuration management method of claim 2, wherein the configuration file is reusable.
4. the cloud-based distributed configuration management method of claim 1, wherein the parameters of the configuration file include port value, application name, whether the device is started, device namespace, log printing, whether the log is printed, and whether the log is printed at the control panel.
5. The cloud-based distributed configuration management method of claim 1, wherein said method further comprises consulting said configuration file and modifying the contents of said configuration file via said configuration management platform.
6. An electronic device, comprising:
The configuration management module is used for providing at least one configuration file to the application program of the first server based on the configuration management platform;
The judging module is used for judging whether the configuration file needs to be modified or not;
the modification module is used for pushing modification content to the application program of the first server in real time based on a message bus to modify the configuration file when the configuration file needs to be modified;
The uploading module is used for uploading the configuration file to a cloud server; and
And the dynamic generation module is used for generating the modified report of the configuration file.
7. the electronic device of claim 6, further comprising:
When the parameters of the application program need to be modified, the modification module modifies the parameters of the configuration file on the configuration management platform through the main server, pushes the modified parameters to the first server corresponding to the application program, and when the pushing is received, the first server completes the parameter modification of the application program according to the pushing.
8. The electronic device of claim 6, wherein the parameters of the configuration file include port value, application name, whether the device is started, device namespace, log printing, whether the log is printed, and whether the log is printed at the control panel.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps of the cloud based distributed configuration management method of any of claims 1 to 5 when executing the computer program.
10. A computer-readable storage medium having stored thereon a computer program, characterized in that: the computer program when executed by a processor performs the steps of the cloud based distributed configuration management method of any of claims 1 to 5.
CN201910630492.5A 2019-07-12 2019-07-12 Cloud distributed configuration management method, electronic device and computer equipment Pending CN110580181A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910630492.5A CN110580181A (en) 2019-07-12 2019-07-12 Cloud distributed configuration management method, electronic device and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910630492.5A CN110580181A (en) 2019-07-12 2019-07-12 Cloud distributed configuration management method, electronic device and computer equipment

Publications (1)

Publication Number Publication Date
CN110580181A true CN110580181A (en) 2019-12-17

Family

ID=68811073

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910630492.5A Pending CN110580181A (en) 2019-07-12 2019-07-12 Cloud distributed configuration management method, electronic device and computer equipment

Country Status (1)

Country Link
CN (1) CN110580181A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113220271A (en) * 2021-04-07 2021-08-06 深圳震有科技股份有限公司 Service configuration modification method, terminal and computer readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010148714A1 (en) * 2009-11-10 2010-12-29 中兴通讯股份有限公司 Control method and system for remote configuration
CN104199666A (en) * 2014-09-09 2014-12-10 北京京东尚科信息技术有限公司 Dynamic configuration method and device for application program
CN107483250A (en) * 2017-08-21 2017-12-15 郑州云海信息技术有限公司 Decentralized configuration management method, device and the system for realizing decentralized configuration management
CN109391487A (en) * 2017-08-07 2019-02-26 贵州白山云科技股份有限公司 A kind of configuration update method and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010148714A1 (en) * 2009-11-10 2010-12-29 中兴通讯股份有限公司 Control method and system for remote configuration
CN104199666A (en) * 2014-09-09 2014-12-10 北京京东尚科信息技术有限公司 Dynamic configuration method and device for application program
CN109391487A (en) * 2017-08-07 2019-02-26 贵州白山云科技股份有限公司 A kind of configuration update method and system
CN107483250A (en) * 2017-08-21 2017-12-15 郑州云海信息技术有限公司 Decentralized configuration management method, device and the system for realizing decentralized configuration management

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113220271A (en) * 2021-04-07 2021-08-06 深圳震有科技股份有限公司 Service configuration modification method, terminal and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN108427705B (en) Electronic device, distributed system log query method and storage medium
CN108416679B (en) Device and method for issuing orders of multiple insurance products and computer readable storage medium
CN111342992B (en) Method and system for processing equipment information change record
CN110968478A (en) Log collection method, server and computer storage medium
CN112506870A (en) Data warehouse increment updating method and device and computer equipment
CN110738038A (en) Contract text generation method, device, equipment and computer readable storage medium
CN111737227A (en) Data modification method and system
CN111177121A (en) Order data feedback method and device, computer equipment and storage medium
CN112422450A (en) Computer equipment, and flow control method and device for service request
CN107357588B (en) Object code generation method and device
CN110580181A (en) Cloud distributed configuration management method, electronic device and computer equipment
CN113656098A (en) Configuration acquisition method and system
CN110233842B (en) Request verification method and related device
CN111736930B (en) Program front-back end interface calling method and device, computer equipment and storage medium
CN113076086B (en) Metadata management system and method for modeling model object using the same
CN114860806A (en) Data query method and device of block chain, computer equipment and storage medium
CN109582680B (en) Business processing method based on new product development, electronic device and readable storage medium
CN112528189A (en) Data-based component packaging method and device, computer equipment and storage medium
CN111857736A (en) Cloud computing product generation method, device, equipment and storage medium
CN112860755B (en) Service identifier generation method, device, computer equipment and medium
CN114268540B (en) Rule engine optimization method, device and equipment
CN109962883B (en) Information indication method, network equipment and user equipment
CN110413644B (en) Data caching method, electronic device and computer readable storage medium
CN113778423A (en) Interface document generation method and system
CN114710334A (en) Access policy adjustment method and system for server

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20191217