CN108156201B - Method and device for uniformly managing configuration data of application system - Google Patents

Method and device for uniformly managing configuration data of application system Download PDF

Info

Publication number
CN108156201B
CN108156201B CN201611107716.7A CN201611107716A CN108156201B CN 108156201 B CN108156201 B CN 108156201B CN 201611107716 A CN201611107716 A CN 201611107716A CN 108156201 B CN108156201 B CN 108156201B
Authority
CN
China
Prior art keywords
configuration data
database
application system
calling
information
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.)
Active
Application number
CN201611107716.7A
Other languages
Chinese (zh)
Other versions
CN108156201A (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 Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information 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 Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201611107716.7A priority Critical patent/CN108156201B/en
Publication of CN108156201A publication Critical patent/CN108156201A/en
Application granted granted Critical
Publication of CN108156201B publication Critical patent/CN108156201B/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
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to a method for uniformly managing application system configuration data, which comprises the following steps: the server side judges whether the configuration data meeting the session request exists in the variable cache in the program, the memory cache of the server side, the memory cache in the different places and the database cache or not in sequence according to the calling request of the configuration data of the application system from the client side, and stops judging and calls the corresponding configuration data once the configuration data which meets the session request exists; otherwise, calling corresponding configuration data from the relational database; and the server side sends the corresponding configuration data to the client side. According to the method, the server side can uniformly call corresponding configuration data from the database comprising all the application system configuration data according to the call request sent by the client side, so that the uniform management of the configuration data is realized. The invention also relates to a device and a system for uniformly managing the configuration data of the application system.

Description

Method and device for uniformly managing configuration data of application system
Technical Field
The invention relates to the technical field of computer networks, in particular to a method and a device for uniformly managing configuration data of an application system.
Background
In the prior art, configuration parameters, system switches and the like of each service system in a science and technology company are respectively stored and accessed by configuring corresponding files or databases, and the corresponding files or databases cannot be mutually sensed, so that a large amount of redundancy is caused, and the operation and maintenance cost and complexity of a program are increased.
Furthermore, when a program is configured using a configuration file or a relational database manager, there are also the following problems: independent code implementation is needed, and certain development cost is consumed; the configuration item is not flexible to modify, and operation and maintenance personnel who do not know the program deeply cannot modify the configuration actively; the configuration cannot be shared with other systems.
Disclosure of Invention
In view of this, the present invention provides a method and an apparatus for uniformly managing configuration data of application systems, which can collect configuration data of all related application systems in one database, so as to uniformly manage the configuration data in the database, thereby greatly improving flexible configuration capability of programs and reducing difficulty in operation and maintenance, and simultaneously making batch configuration management and flexible dynamic configuration among the programs possible.
To achieve the above object, according to one aspect of the present invention, there is provided a method for uniformly managing application system configuration data.
The method for uniformly managing the configuration data of the application system comprises the following steps:
the server side judges whether the configuration data meeting the session request exists in the variable cache in the program, the memory cache of the server side, the memory cache in the different places and the database cache or not in sequence according to the calling request of the configuration data of the application system from the client side, and stops judging and calls the corresponding configuration data once the configuration data which meets the session request exists; otherwise, calling corresponding configuration data from the relational database; and the server side sends the corresponding configuration data to the client side.
Optionally, the method further comprises: inputting the configuration data of all application systems and the information of the configuration data into the database; and adding, deleting or modifying the configuration data in the database.
Optionally, the method further comprises: classifying the configuration data in the database according to types, and binding the server with the keys; sending the monitoring instruction to a server through the client; the server side selects a mode of configuration data in a monitoring database according to the monitoring instruction, wherein the mode comprises monitoring according to the type and the key; and the server monitors whether the configuration data in the database changes or not, and if so, the changed configuration data is pushed to a corresponding application system through the client.
Optionally, the method further comprises: inputting information of all application systems into a database connected with the server; and adding, deleting or modifying the information of the application systems in the database, wherein the information of the application systems includes but is not limited to: application system ID, unique key, and description field; the server side verifies the verification information of the application system in the calling request according to the information of the application system; and the server side judges the calling authority of the application system according to the verification information so that the server side can call corresponding configuration data from a database according to the calling authority and the calling request.
Optionally, inputting configuration data of all application systems into the database in a key and value mode; inputting the configuration data of all application systems into the database in batch; and exporting the configuration data from the database in batches.
According to another aspect of the present invention, there is provided an apparatus for uniformly managing application system configuration data.
The device for uniformly managing the configuration data of the application system comprises the following components: the system comprises a data calling module and a data configuration module; the data calling module is used for sequentially judging whether configuration data meeting a session request exists in an intra-program variable cache, a server-side memory cache, a remote memory cache and a database cache according to a calling request of application system configuration data from a client, stopping judging once the configuration data meeting the session request exists, and calling corresponding configuration data; otherwise, calling corresponding configuration data from the relational database; and the data configuration module is used for sending corresponding configuration data to the client.
Optionally, the device further includes a configuration data entry module, where the configuration data entry module is configured to enter configuration data of all application systems and information of the configuration data into the database; and the configuration data entry module is also used for adding, deleting or modifying the configuration data in the database.
Optionally, the device further includes a monitoring module, where the monitoring module is configured to classify the configuration data in the database according to type, and bind the server with the key; the monitoring system is also used for selecting a mode of configuration data in a monitoring database according to the monitoring instruction, wherein the mode comprises monitoring according to the type and the key; and the system is also used for monitoring whether the configuration data in the database changes or not, and if so, pushing the changed configuration data to the corresponding application system through the client.
Optionally, the device further includes an application system information entry module, where the application system information entry module is configured to enter information of all application systems into a database connected to the server; and also for adding, deleting or modifying information of application systems in the database, wherein the information of application systems includes but is not limited to: application system ID, unique key, and description field; the verification module is used for verifying the verification information of the application system in the calling request according to the information of the application system; and judging the calling authority of the application system according to the verification information so as to call corresponding configuration data from a database according to the calling authority and the calling request.
Optionally, the working mode of the configuration data entry module includes: inputting the configuration data of all application systems into the database in a key and value mode; inputting the configuration data of all application systems into the database in batch; and exporting the configuration data from the database in batches.
According to another aspect of the present invention, a system for uniformly managing application system configuration data is provided.
The system for uniformly managing the configuration data of the application system comprises the following components: a memory and a processor, wherein the memory is to store instructions; the processor is configured to perform the above method according to the instructions.
According to another aspect of the present invention, there is provided a computer readable medium having stored thereon a computer program, characterized in that said program, when executed by a processor, implements the above method of unified management of application system configuration data.
According to the technical scheme of the invention, the server side calls corresponding configuration data from the database according to the call request sent by the client side, and sends the corresponding configuration data to the client side, and the client side sends the corresponding configuration data to the application system. The method is characterized in that all configuration data are uniformly accessed into a unique database, and a uniform universal and shared configuration platform is further built for the whole application system, so that the problems that the operation and maintenance cannot be simultaneously performed on the same configuration of multiple systems at the present stage, and the configuration data management needs independent code implementation and consumes certain development cost are effectively solved. Further, the server side adopts a multi-level cache mechanism when calling the configuration data, sequentially judges whether the configuration data which accords with the session request exists in the variable cache in the program, the memory cache of the server side, the memory cache in the different places and the database cache, stops judging once the configuration data which accords with the session request exists, and calls the corresponding configuration data; otherwise, the corresponding configuration data is called from the relational database, so that the high-efficiency data access speed can be provided, and the access pressure of millions/second can be borne.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
FIG. 1 is a schematic diagram of the main steps of a method of unified management of application system configuration data according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a four-level caching mechanism according to an embodiment of the invention;
FIG. 3 is a schematic diagram of the main modules of an apparatus for unified management of application system configuration data according to an embodiment of the present invention;
fig. 4 is a main part schematic diagram of a system for uniformly managing application system configuration data according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention 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 invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
Fig. 1 is a schematic diagram of main steps of a method for uniformly managing application system configuration data according to an embodiment of the present invention.
As shown in fig. 1, the method for uniformly managing configuration data of an application system according to an embodiment of the present invention includes the following main steps:
the server side calls corresponding configuration data from the database according to a call request of the application system configuration data from the client side;
and the server side sends the corresponding configuration data to the client side.
Sending a calling request of the application system configuration data to a server side through a client side, and inputting the configuration data of all related application systems into a database before sending the calling request. The configuration data comprises configuration items, program parameters, function switches and the like, wherein the configuration items mainly refer to static parameters and cannot be changed after the program is started; the program parameters and the function switches are dynamic parameters generally, and can be changed after the program is started, and the running mode of the program can be adjusted after the program is changed. So in the case of configuration data already existing in the database, additions, deletions or modifications can be made to the configuration data in the database.
When inputting the configuration data, in order to facilitate the user to check and edit the configuration data, the information of the configuration data is also required to be input into the database, wherein the information of the configuration data comprises keys, values, the ID of the application system to which the configuration data belongs, description fields and the like. If a program token is present, the program token can be entered into a database, and the program token can be used as a unique identifier for a single instance in the distributed system. Of course, when configuration data is added, deleted or modified, configuration data information may be added, deleted or modified accordingly.
The configuration data can be input into the database in a key and value mode so as to be convenient for later retrieval and management. And, the configuration data can also be input into the database in batches or be exported from the database in batches.
In the process that the server side calls corresponding configuration data from the database according to the calling request, the server side provides an HTTP protocol interface, the application system calls an SDK tool package on the client side to access the server side, and the server side calls the configuration data through the calling request. However, before the server side calls the configuration data, the server side needs to perform authentication processing on the application system, and only after the application system passes the authentication, all configurations within the authority range of the application system can be acquired. Therefore, before a call request of application system configuration data is sent to a server through a client, information of all application systems is recorded into a database connected with the server, or information of the application systems in the database is added, deleted or modified, wherein the information of the application systems comprises application system IDs, unique keys (unique check codes), description fields and the like. The server side verifies the verification information of the application system in the calling request according to the information of the input application system; and the server judges the calling authority of the application system according to the verification information so that the server calls corresponding configuration data from the database according to the calling authority and the calling request.
If the called configuration data contains changed configuration data, the server side can push the changed configuration data to the application system through the client side. The specific process is as follows: classifying the configuration data in the database according to types, and binding the server with the keys; sending the monitoring instruction to a server through the client; the server side selects a mode of configuration data in the monitoring database according to the monitoring instruction, wherein the mode comprises monitoring according to types and keys; and the server monitors whether the configuration data in the database changes or not, and if so, pushes the changed configuration data to a corresponding application system through the client. When monitoring according to the type, the client reads all the configurations in the type at intervals, compares the configurations with the configuration data in the cache, and informs the application system to update the configuration as long as any one configuration data is changed or newly added. When the type and the key are pressed for monitoring, the client reads the configuration data of the type and the key at intervals, and if the configuration data is changed or newly added, the application system is informed. Meanwhile, the time interval of comparison can be set. Most cases may be to employ type-by-type listening, and the situation of type-by-type and key listening may not be too much, for example: in distributed deployment, different servers need different parameters, and the server can be bound by using keys to define personalized configurations belonging to the server.
Furthermore, the client supports the mode of actively and passively connecting the server, and has a reconnection mechanism, when the synchronous connection fails or the connection with the server is disconnected in the subsequent use, the configuration client automatically starts reconnection, and the current connection state can be obtained.
The configuration data is recorded into the database in three recording modes, and different recording modes are used according to different requirements. The method comprises the steps of inputting configuration data in a mode of batch import (program initialization use) by using keys and values (common configuration use), marking key adding and values (different configuration use of the same program), and writing the data into a database cache and a relational database by a management module at the same time to provide call for a server in order to ensure the consistency of the data. The server transmits the configuration data to the client initiating the call, and the client provides the configuration data to the application system. Key and value: simple key-value pair configuration (e.g., key: Flag, value: 1). Program tag keyed and value: the same program is used in a scenario with different configurations (e.g., with the same program X, domestic data is collected using configuration A, foreign data is collected using configuration B, e.g., program Flag: A, key: Flag, value: 1, program Flag: B, key: Flag, value: 2). Batch import: and when a plurality of deployed scenes need to be initialized, performing batch initialization configuration.
When the server side calls the configuration data from the application system configuration data of the client side, a four-level cache mechanism is adopted: the server side judges whether the configuration data which accords with the session request exists in the variable cache in the program, the memory cache of the server side, the memory cache in different places and the database cache or not in sequence according to the calling request, and stops judging and calls the corresponding configuration data once the configuration data which accords with the session request exists; otherwise, calling corresponding configuration data in the relational database. Namely as shown in fig. 2: when a client side initiates a call request, configuration data can be obtained from the client side locally firstly, when a variable cache in a program does not exist, a remote call request is initiated, a server side memory cache is requested, if the variable cache in the program does not exist (is still penetrated), a call request for a remote memory cache is initiated, if the variable cache in the server side does not exist (is still penetrated), the configuration data is obtained from a database cache, and when the database cache cannot hit the data, a relational database is inquired. After the request result appears in any layer, the request result is returned to the application system calling the client side, deeper calling is not carried out, the pressure of the server side can be better ensured, and higher concurrent access is borne.
Fig. 3 is a schematic diagram of main modules of an apparatus for uniformly managing application system configuration data according to an embodiment of the present invention.
As shown in fig. 3, the apparatus for uniformly managing configuration data of an application system according to an embodiment of the present invention mainly includes: the system comprises a data calling module and a data configuration module; the data calling module is used for calling corresponding configuration data from the database according to a calling request of the application system configuration data from the client; the data configuration module is used for sending corresponding configuration data to the client.
The device for uniformly managing the configuration data of the application systems also comprises a configuration data entry module, wherein the configuration data entry module is used for entering the configuration data of all the application systems and the information of the configuration data into a database; and/or the configuration data entry module is also used for adding, deleting or modifying the configuration data in the database. The working mode of the configuration data entry module comprises the following steps: inputting the configuration data into a database in a key and value mode; inputting the configuration data of all application systems into a database in batch; and exporting the configuration data from the database in batches.
The device for uniformly managing the configuration data of the application system also comprises a monitoring module. The monitoring module is used for classifying the configuration data in the database according to types and binding the server with the keys; the method is also used for selecting a mode of configuration data in the monitoring database according to the monitoring instruction, wherein the mode comprises monitoring according to types and keys; and the system is also used for monitoring whether the configuration data in the database changes or not, and if so, pushing the changed configuration data to the corresponding application system through the client.
The working modes of the client comprise an active mode and a passive mode: active mode (READ _ AND _ CACHE) CACHEs the invoked configuration data locally for the client; the passive mode (READ _ AND _ LISTEN) is that the client sends the monitoring instruction to the server, AND then the server selects a mode of monitoring the configuration data in the database according to the monitoring instruction, wherein the mode includes monitoring according to the type AND the key. The two operating modes can operate simultaneously, and if the two operating modes share the same configuration cache region, the determination can be made according to the priority, wherein the priority: passive mode (READ _ AND _ LISTEN) > (READ _ AND _ CACHE). Also, the default operation mode may be set to an active mode (READ _ AND _ CACHE), AND a passive mode (READ _ AND _ list) is used by the switch being turned on or off.
The device for uniformly managing the configuration data of the application system also comprises an application system information entry module and a verification module. The application system information input module is used for inputting information of all application systems into a database connected with the server; and is also used for adding, deleting or modifying the information of the application system in the database; the information of the application system includes but is not limited to: application system ID, unique key, and description field. The verification module is used for verifying the verification information of the application system in the calling request according to the information of the application system; and judging the calling authority of the application system according to the verification information so as to call corresponding configuration data from a database according to the calling authority and the calling request.
The data calling module calls corresponding configuration data from the database by adopting a quadruple cache mechanism, wherein the quadruple cache mechanism is as follows: the data calling module judges whether the configuration data which accords with the session request exists in the variable cache in the program, the memory cache of the server side, the memory cache in the different places and the database cache or not in sequence according to the calling request, and stops judging and calls the corresponding configuration data once the configuration data which accords with the session request exists; otherwise, calling corresponding configuration data in the relational database.
The specific principle of the apparatus for uniformly managing application system configuration data is the same as the principle of the method for uniformly managing application system configuration data, and therefore, the detailed description is not given.
Fig. 4 is a main part schematic diagram of a system for uniformly managing application system configuration data according to an embodiment of the present invention.
The main part of the system for uniformly managing the configuration data of the application system comprises a memory and a processor, wherein the memory is used for storing instructions; the processor is configured to perform the method involved in the method of unified management of application system configuration data of an embodiment of the present invention according to the instructions. Before a client sends a call request, the configuration data of all the related application systems are recorded into a database, then a server provides an HTTP protocol interface, the application systems call an SDK tool pack on the client to access the server, and the server calls the configuration data from the database through the call request. Thus, unified management of configuration data is achieved. And when the client side calls workers from the database to call the configuration data, a four-level cache mechanism can be adopted, so that the operation and maintenance efficiency is effectively improved.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (12)

1. A method for uniformly managing application system configuration data, comprising:
the server side judges whether the configuration data meeting the session request exists in the variable cache in the program, the memory cache of the server side, the memory cache in the different places and the database cache or not in sequence according to the calling request of the configuration data of the application system from the client side, and stops judging and calls the corresponding configuration data once the configuration data which meets the session request exists; otherwise, calling corresponding configuration data from the relational database;
the server side sends the corresponding configuration data to the client side;
the method further comprises the following steps:
classifying the configuration data in the database according to types, and binding the server with the keys;
sending the monitoring instruction to a server through the client; and the server side selects a mode of configuration data in a monitoring database according to the monitoring instruction, wherein the mode comprises monitoring according to the type and the key.
2. The method of claim 1, further comprising:
inputting the configuration data of all application systems and the information of the configuration data into the database; and is
Adding, deleting or modifying the configuration data in the database.
3. The method of claim 1, further comprising:
and the server monitors whether the configuration data in the database changes or not, and if so, the changed configuration data is pushed to a corresponding application system through the client.
4. The method of claim 1, further comprising:
inputting information of all application systems into a database connected with the server; and adding, deleting or modifying information of application systems in the database, wherein the information of application systems includes but is not limited to: application system ID, unique key and description field, and
the server side verifies the verification information of the application system in the calling request according to the information of the application system; and judging the calling authority of the application system according to the verification information so as to call corresponding configuration data from a database according to the calling authority and the calling request.
5. The method of claim 2,
inputting the configuration data of all application systems into the database in a key and value mode;
inputting the configuration data into the database in batches; and
and exporting the configuration data from the database in batches.
6. The device for uniformly managing the configuration data of the application system is characterized by comprising a data calling module, a data configuration module and a monitoring module, wherein the data calling module, the data configuration module and the monitoring module are arranged in the device
The data calling module is used for sequentially judging whether configuration data meeting the session request exist in the variable cache in the program, the memory cache of the server side, the memory cache in the different places and the database cache according to a calling request of the configuration data of the application system from the client side, stopping judging once the configuration data are found to exist, and calling the corresponding configuration data; otherwise, calling corresponding configuration data from the relational database;
the data configuration module is used for sending corresponding configuration data to the client;
the monitoring module is used for classifying the configuration data in the database according to types and binding the server with the keys; and the method is also used for selecting a mode of monitoring the configuration data in the database according to the monitoring instruction sent by the client, wherein the mode comprises monitoring according to the type and the key.
7. The device of claim 6, further comprising a configuration data entry module, wherein the configuration data entry module is used for entering configuration data of all application systems and information of the configuration data into a database; and the configuration data entry module is also used for adding, deleting or modifying the configuration data in the database.
8. The apparatus according to claim 6, wherein the monitoring module is further configured to monitor whether the configuration data in the database changes, and if so, push the changed configuration data to the corresponding application system through the client.
9. The apparatus of claim 6, further comprising:
the application system information input module is used for inputting the information of all application systems into a database connected with the server; and also for adding, deleting or modifying information of application systems in the database, wherein the information of application systems includes but is not limited to: application system ID, unique key, and description field; and
the verification module is used for verifying the verification information of the application system in the calling request according to the information of the application system; and judging the calling authority of the application system according to the verification information so as to call corresponding configuration data from a database according to the calling authority and the calling request.
10. The apparatus of claim 7, wherein the configuration data entry module operates by: inputting configuration data into the database in a key and value mode; inputting the configuration data of all application systems into the database in batch; and exporting the configuration data from the database in batches.
11. A system for uniformly managing application system configuration data, comprising a memory and a processor, wherein,
the memory is to store instructions;
the processor is configured to perform the method of any of claims 1-5 in accordance with the instructions.
12. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1-5.
CN201611107716.7A 2016-12-06 2016-12-06 Method and device for uniformly managing configuration data of application system Active CN108156201B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611107716.7A CN108156201B (en) 2016-12-06 2016-12-06 Method and device for uniformly managing configuration data of application system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611107716.7A CN108156201B (en) 2016-12-06 2016-12-06 Method and device for uniformly managing configuration data of application system

Publications (2)

Publication Number Publication Date
CN108156201A CN108156201A (en) 2018-06-12
CN108156201B true CN108156201B (en) 2021-01-26

Family

ID=62469761

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611107716.7A Active CN108156201B (en) 2016-12-06 2016-12-06 Method and device for uniformly managing configuration data of application system

Country Status (1)

Country Link
CN (1) CN108156201B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110300109B (en) * 2019-06-28 2022-08-09 合肥高维数据技术有限公司 Method for managing client by server
CN110868320A (en) * 2019-11-13 2020-03-06 武汉微派网络科技有限公司 Dynamic configuration distribution method, device, apparatus and system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101079763A (en) * 2006-06-12 2007-11-28 腾讯科技(深圳)有限公司 A remote configuration and management system and method of servers
CN102255752A (en) * 2011-06-30 2011-11-23 北京新媒传信科技有限公司 Configuration management system and method of server cluster
CN103488677A (en) * 2013-07-22 2014-01-01 广州唯品会信息科技有限公司 Project configuration method and device
CN105138343A (en) * 2015-10-10 2015-12-09 携程计算机技术(上海)有限公司 Management service configuration method and system
CN106021414A (en) * 2016-05-13 2016-10-12 中国建设银行股份有限公司 Method and system for accessing multilevel cache parameter information

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7864709B2 (en) * 2004-06-25 2011-01-04 Apple Inc. Method and apparatus for looking up configuration information for a network node

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101079763A (en) * 2006-06-12 2007-11-28 腾讯科技(深圳)有限公司 A remote configuration and management system and method of servers
CN102255752A (en) * 2011-06-30 2011-11-23 北京新媒传信科技有限公司 Configuration management system and method of server cluster
CN103488677A (en) * 2013-07-22 2014-01-01 广州唯品会信息科技有限公司 Project configuration method and device
CN105138343A (en) * 2015-10-10 2015-12-09 携程计算机技术(上海)有限公司 Management service configuration method and system
CN106021414A (en) * 2016-05-13 2016-10-12 中国建设银行股份有限公司 Method and system for accessing multilevel cache parameter information

Also Published As

Publication number Publication date
CN108156201A (en) 2018-06-12

Similar Documents

Publication Publication Date Title
US10324711B2 (en) System and method for the data management in the interaction between machines
KR101431333B1 (en) System and method of data federation module for sociality storage service on cloud computing
CN108108286A (en) Method of data capture and device, server, storage medium
CN102202087B (en) Method for identifying storage equipment and system thereof
CN111447102B (en) SDN network device access method and device, computer device and storage medium
US20050278384A1 (en) External authentication against a third-party directory
CN105119966A (en) Official account management method and device
CN111382985B (en) Integrated pushing system and working method for message to be handled
CN111274268A (en) Internet of things data transmission method, device, medium and electronic equipment
CN110289965B (en) Application program service management method and device
CN103885865A (en) Method and device for managing sensors
CN112543222B (en) Data processing method and device, computer equipment and storage medium
CN102917006A (en) Method and device for achieving uniform control management of computing resource and object authority
KR101357135B1 (en) Apparatus for Collecting Log Information
CN108156201B (en) Method and device for uniformly managing configuration data of application system
CN103812881A (en) Offline downloading control method and apparatus
CN104780202A (en) End-to-end cloud service database virtualization and management framework and method
CN112052227A (en) Data change log processing method and device and electronic equipment
CN113590433B (en) Data management method, data management system, and computer-readable storage medium
CN102118247A (en) System and method for password management
CN110661851A (en) Data exchange method and device
CN103744880B (en) A kind of DNA data managing methods and system based on cloud computing
CN110798358B (en) Distributed service identification method and device, computer readable medium and electronic equipment
CN114443940A (en) Message subscription method, device and equipment
CN115982133A (en) Data processing method and device

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