CN106815001B - Method and device for detecting configuration file information - Google Patents

Method and device for detecting configuration file information Download PDF

Info

Publication number
CN106815001B
CN106815001B CN201510862175.8A CN201510862175A CN106815001B CN 106815001 B CN106815001 B CN 106815001B CN 201510862175 A CN201510862175 A CN 201510862175A CN 106815001 B CN106815001 B CN 106815001B
Authority
CN
China
Prior art keywords
target
state information
configuration file
instance
task program
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
CN201510862175.8A
Other languages
Chinese (zh)
Other versions
CN106815001A (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 Gridsum Technology Co Ltd
Original Assignee
Beijing Gridsum 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 Gridsum Technology Co Ltd filed Critical Beijing Gridsum Technology Co Ltd
Priority to CN201510862175.8A priority Critical patent/CN106815001B/en
Publication of CN106815001A publication Critical patent/CN106815001A/en
Application granted granted Critical
Publication of CN106815001B publication Critical patent/CN106815001B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • G06F9/4451User profiles; Roaming
    • 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/4401Bootstrapping
    • G06F9/4416Network booting; Remote initial program loading [RIPL]
    • 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/448Execution paradigms, e.g. implementations of programming paradigms

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)
  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a method and a device for detecting configuration file information. The method comprises the following steps: determining a plurality of target instances in a target task program; respectively acquiring a target remote network address corresponding to each target instance in a plurality of target instances from a preset database, wherein the target remote network address stores a configuration file of the corresponding target instance; and opening the configuration file of each target instance in a preset opening mode, and detecting target state information in the configuration file of each target instance. By the method and the device, the problem that efficiency of detecting the state information of the configuration file of the program is low in the related technology is solved.

Description

Method and device for detecting configuration file information
Technical Field
The present application relates to the field of information detection, and in particular, to a method and an apparatus for detecting configuration file information.
Background
In some application scenarios, the task program may write its state information directly into the configuration file of the task program, such as the state information of the date, time, etc., which is critical to the operation of the task program. In an actual production environment, a task program comprises a plurality of instances, each instance is distributed on a plurality of servers, that is, a configuration file of the task program is distributed on a plurality of servers, and when the program needs to be updated each time, state information of the program in the configuration file of the task program needs to be detected one by one, then the state information of the program on the production environment is adjusted according to the state of the configuration file of the program to be issued, and then the state information is copied to the online. However, the related art detects the profile status information of the program one by one, which results in low efficiency of detecting the profile information of the program.
Aiming at the problem of low efficiency of detecting the configuration file state information of the program in the related technology, no effective solution is provided at present.
Disclosure of Invention
The present application mainly aims to provide a method and an apparatus for detecting profile information, so as to solve the problem of low efficiency of detecting the profile status information of a program in the related art.
In order to achieve the above object, according to one aspect of the present application, there is provided a method of detecting profile information. The method comprises the following steps: determining a plurality of target instances in a target task program; respectively acquiring a target remote network address corresponding to each target instance in a plurality of target instances from a preset database, wherein the target remote network address stores a configuration file of the corresponding target instance; and opening the configuration file of each target instance in a preset opening mode, and detecting target state information in the configuration file of each target instance.
Further, after detecting the target state information in the configuration file of each target instance, the method further comprises: acquiring a state information set consisting of target state information in a configuration file of each target instance; outputting the state information set to a target log; and correspondingly changing the historical state information of the configuration file of each target instance in the target task program according to the target state information in the configuration file of each target instance in the target log.
Further, changing the historical state information of the configuration file of each target instance in the target task program according to the target state information in the configuration file of each target instance of the target log correspondingly comprises: determining target time, wherein the target time is the time when the state information set is displayed on the target log; displaying each target state information in the state information set on a target log within a target time; and correspondingly changing the historical state information of the configuration file of each target instance in the target task program according to each target state information in the state information set.
Further, before determining the plurality of target instances in the target task program, the method further comprises: determining a plurality of instances in a plurality of task programs to obtain an instance set; acquiring a remote network address corresponding to each instance in an instance set to obtain a plurality of remote network addresses; and storing the plurality of remote network addresses in a preset database.
Further, before determining the plurality of target instances in the target task program, the method further comprises: determining a task program which needs to update the historical state information of the configuration file in a plurality of task programs; and taking a task program which needs to update the historical state information of the configuration file as a target task program.
In order to achieve the above object, according to another aspect of the present application, there is provided a device for detecting profile information. The device includes: a first determining unit, configured to determine a plurality of target instances in a target task program; the system comprises a first acquisition unit, a second acquisition unit and a third acquisition unit, wherein the first acquisition unit is used for respectively acquiring a target remote network address corresponding to each target instance in a plurality of target instances from a preset database, and the target remote network addresses store configuration files of the corresponding target instances; and the detection unit is used for opening the configuration file of each target instance in a preset opening mode and detecting the target state information in the configuration file of each target instance.
Further, the apparatus further comprises: a second obtaining unit, configured to obtain a state information set composed of the target state information in the configuration file of each target instance; an output unit for outputting the state information set to a target log; and the changing unit is used for correspondingly changing the historical state information of the configuration file of each target instance in the target task program according to the target state information in the configuration file of each target instance of the target log.
Further, the changing unit includes: the determining module is used for determining target time, wherein the target time is the time when the state information set is displayed on the target log; the display module is used for displaying each target state information in the state information set on the target log in the target time; and the changing module is used for correspondingly changing the historical state information of the configuration file of each target instance in the target task program according to each target state information in the state information set.
Further, the apparatus further comprises: the second determining unit is used for determining a plurality of instances in the plurality of task programs to obtain an instance set; the third acquisition unit is used for acquiring the remote network address corresponding to each instance in the instance set to obtain a plurality of remote network addresses; and the storage unit is used for storing the remote network addresses into a preset database.
Further, the apparatus further comprises: a third determining unit, configured to determine, among the plurality of task programs, a task program for which the historical state information of the configuration file needs to be updated; and a fourth determination unit configured to take a task program requiring updating of the historical state information of the configuration file as a target task program.
Through the application, the following steps are adopted: determining a plurality of target instances in a target task program; respectively acquiring a target remote network address corresponding to each target instance in a plurality of target instances from a preset database, wherein the target remote network address stores a configuration file of the corresponding target instance; and opening the configuration file of each target instance in a preset opening mode, detecting the target state information in the configuration file of each target instance, solving the problem of low efficiency of detecting the configuration file state information of the program in the related technology, and reading the state information of the configuration file of each instance by using an application programming interface, thereby achieving the effect of improving the efficiency of detecting the configuration file state information of the program.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, illustrate embodiments of the application and, together with the description, serve to explain the application and are not intended to limit the application. In the drawings:
FIG. 1 is a flow chart of a method of detecting profile information according to an embodiment of the present application; and
fig. 2 is a schematic diagram of a device for detecting profile information according to an embodiment of the present application.
Detailed Description
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all embodiments. 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 application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be used. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
For convenience of description, terms referred to in the embodiments of the present application are explained below:
configuration Management (Configuration Management) involves many aspects of network Management, in its simplest form, network Management personnel maintain a database with various information about bridges, routers, workstations, servers, and other devices on the network. They can refer to this information when it is necessary to change the network configuration or to determine the cause of some fault. This database can contain important permanent information such as physical connections and accessory components. Configuration management is a series of measures for controlling and standardizing software products and development processes and life cycles thereof through technical or administrative means. The goal of configuration management is to record the evolution process of a software product and ensure that a software developer can obtain accurate product configuration at each stage in the software lifecycle.
According to an embodiment of the application, a method for detecting profile information is provided.
Fig. 1 is a flowchart of a method for detecting profile information according to an embodiment of the present application. As shown in fig. 1, the method comprises the steps of:
step S101, a plurality of target instances in the target task program are determined.
Optionally, in the method for detecting configuration file information provided in the embodiment of the present application, before determining a plurality of target instances in a target task program, the method further includes: determining a plurality of instances in a plurality of task programs to obtain an instance set; acquiring a remote network address corresponding to each instance in an instance set to obtain a plurality of remote network addresses; and storing the plurality of remote network addresses in a preset database.
The remote network addresses are stored in the preset database in advance, and when the target remote network address corresponding to each target instance in the target instances needs to be acquired subsequently, the target remote network address can be acquired from the preset database quickly, and the acquisition efficiency is improved.
Optionally, in the method for detecting configuration file information provided in the embodiment of the present application, before determining a plurality of target instances in a target task program, the method further includes: determining a task program which needs to update the historical state information of the configuration file in a plurality of task programs; and taking a task program which needs to update the historical state information of the configuration file as a target task program.
And determining the task program which needs to update the historical state information of the configuration file from the plurality of task programs, so that the configuration file state of the target task program is adjusted to be consistent with the state of the production environment (on a remote server) in the subsequent processing, and the task program is ensured to be copied to the on-line normal operation.
Step S102, a target remote network address corresponding to each target instance in the multiple target instances is respectively obtained from a preset database, wherein the target remote network address stores a configuration file of the corresponding target instance.
The Configuration parameters in the target task program include remote network addresses of Configuration files of the target task program, the remote network addresses are stored in a preset database in advance, and the target remote network addresses in the preset database are read through a Configuration Manager in the application.
Step S103, opening the configuration file of each target instance in a preset opening mode, and detecting target state information in the configuration file of each target instance.
Optionally, in the method for detecting configuration file information provided in the embodiment of the present application, after detecting target state information in a configuration file of each target instance, the method further includes: acquiring a state information set consisting of target state information in a configuration file of each target instance; outputting the state information set to a target log; and correspondingly changing the historical state information of the configuration file of each target instance in the target task program according to the target state information in the configuration file of each target instance in the target log.
Optionally, in the method for detecting configuration file information provided in the embodiment of the present application, changing the historical state information of the configuration file of each target instance in the target task program according to the target state information in the configuration file of each target instance of the target log correspondingly includes: determining target time, wherein the target time is the time when the state information set is displayed on the target log; displaying each target state information in the state information set on a target log within a target time; and correspondingly changing the historical state information of the configuration file of each target instance in the target task program according to each target state information in the state information set.
The NET xml configuration file is opened in a configuration manager. And calling a Console. Readline method at the end of the program, and finishing displaying the state information after waiting for the input of the user so as to ensure that the user has enough time to observe the state information.
It should be noted that since the program is called locally to access the remote file, a number of preconditions are required, such as corresponding processing for the network and the permission in advance, to ensure that the requirement for remote access is met.
Through the steps, an Application Programming Interface (API for short) provided by a system configuration namespace is applied, so that the state information of each instance configuration file is conveniently read, and the effect of improving the efficiency of detecting the state information of the configuration files of the program is achieved.
According to the detection method of the configuration file information, a plurality of target examples in a target task program are determined; respectively acquiring a target remote network address corresponding to each target instance in a plurality of target instances from a preset database, wherein the target remote network address stores a configuration file of the corresponding target instance; and opening the configuration file of each target instance in a preset opening mode, detecting the target state information in the configuration file of each target instance, solving the problem of low efficiency of detecting the configuration file state information of the program in the related technology, and reading the state information of the configuration file of each instance by using an application programming interface, thereby achieving the effect of improving the efficiency of detecting the configuration file state information of the program.
It should be noted that the steps illustrated in the flowcharts of the figures may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowcharts, in some cases, the steps illustrated or described may be performed in an order different than presented herein.
The embodiment of the present application further provides a device for detecting configuration file information, and it should be noted that the device for detecting configuration file information of the embodiment of the present application may be used to execute the method for detecting configuration file information provided in the embodiment of the present application. The following describes a device for detecting profile information provided in an embodiment of the present application.
Fig. 2 is a schematic diagram of a device for detecting profile information according to an embodiment of the present application. As shown in fig. 2, the apparatus includes: a first determination unit 10, a first acquisition unit 20 and a detection unit 30.
The first determining unit 10 is used for determining a plurality of target instances in the target task program.
The first obtaining unit 20 is configured to obtain, from a preset database, a target remote network address corresponding to each target instance in the multiple target instances, where the target remote network address stores a configuration file of the corresponding target instance.
The detecting unit 30 is configured to open the configuration file of each target instance in a preset opening manner, and detect target state information in the configuration file of each target instance.
According to the detection device for the configuration file information, a first determination unit 10 is used for determining a plurality of target instances in a target task program; the first obtaining unit 20 obtains a target remote network address corresponding to each target instance in the multiple target instances from a preset database, wherein the target remote network address stores a configuration file of the corresponding target instance; and the detection unit 30 opens the configuration file of each target instance in a preset opening manner, and detects the target state information in the configuration file of each target instance, so that the problem of low efficiency of detecting the configuration file state information of the program in the related art is solved, and the application programming interface is used for reading the state information of the configuration file of each instance, thereby achieving the effect of improving the efficiency of detecting the configuration file state information of the program.
Optionally, in the apparatus for detecting configuration file information provided in the embodiment of the present application, the apparatus further includes: a second obtaining unit, configured to obtain a state information set composed of the target state information in the configuration file of each target instance; an output unit for outputting the state information set to a target log; and the changing unit is used for correspondingly changing the historical state information of the configuration file of each target instance in the target task program according to the target state information in the configuration file of each target instance of the target log.
Optionally, in the apparatus for detecting configuration file information provided in the embodiment of the present application, the changing unit includes: the determining module is used for determining target time, wherein the target time is the time when the state information set is displayed on the target log; the display module is used for displaying each target state information in the state information set on the target log in the target time; and the changing module is used for correspondingly changing the historical state information of the configuration file of each target instance in the target task program according to each target state information in the state information set.
Optionally, in the apparatus for detecting configuration file information provided in the embodiment of the present application, the apparatus further includes: the second determining unit is used for determining a plurality of instances in the plurality of task programs to obtain an instance set; the third acquisition unit is used for acquiring the remote network address corresponding to each instance in the instance set to obtain a plurality of remote network addresses; and the storage unit is used for storing the remote network addresses into a preset database.
Optionally, in the apparatus for detecting configuration file information provided in the embodiment of the present application, the apparatus further includes: a third determining unit, configured to determine, among the plurality of task programs, a task program for which the historical state information of the configuration file needs to be updated; and a fourth determination unit configured to take a task program requiring updating of the historical state information of the configuration file as a target task program.
The device for detecting the configuration file information comprises a processor and a memory, wherein the first determining unit, the first acquiring unit, the detecting unit and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions. The preset database and the preset opening mode can be stored in the memory.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to one or more, and the configuration file information is detected by adjusting the kernel parameters.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or Flash memory (Flash RAM), and the memory includes at least one memory chip.
The present application further provides an embodiment of a computer program product, which, when being executed on a data processing device, is adapted to carry out program code for initializing the following method steps: determining a plurality of target instances in a target task program; respectively acquiring a target remote network address corresponding to each target instance in a plurality of target instances from a preset database, wherein the target remote network address stores a configuration file of the corresponding target instance; and opening the configuration file of each target instance in a preset opening mode, and detecting target state information in the configuration file of each target instance.
It should be noted that, for simplicity of description, the above-mentioned method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present application is not limited by the order of acts described, as some steps may occur in other orders or concurrently depending on the application. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required in this application.
In the foregoing embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus may be implemented in other manners. For example, the above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one type of division of logical functions, and there may be other divisions when actually implementing, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or not implemented.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
It will be apparent to those skilled in the art that the modules or steps of the present application described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and they may alternatively be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, or fabricated separately as individual integrated circuit modules, or fabricated as a single integrated circuit module from multiple modules or steps. Thus, the present application is not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (8)

1. A method for detecting configuration file information is characterized by comprising the following steps:
determining a plurality of target instances in a target task program;
respectively acquiring a target remote network address corresponding to each target instance in the target instances from a preset database, wherein the target remote network address stores a configuration file of the corresponding target instance; and
opening the configuration file of each target instance in a preset opening mode, and detecting target state information in the configuration file of each target instance;
wherein after detecting the target state information in the configuration file of each target instance, the method further comprises:
acquiring a state information set consisting of target state information in the configuration file of each target instance;
outputting the set of state information to a target log; and
and correspondingly changing the historical state information of the configuration file of each target instance in the target task program according to the target state information in the configuration file of each target instance of the target log.
2. The method of claim 1, wherein changing the historical state information of the configuration file of each target instance in the target task program according to the target state information in the configuration file of each target instance in the target log comprises:
determining a target time, wherein the target time is the time when the state information set is displayed on the target log;
displaying each target state information in the state information set on the target log within the target time; and
and correspondingly changing the historical state information of the configuration file of each target instance in the target task program according to each target state information in the state information set.
3. The method of claim 1, wherein prior to determining the plurality of target instances in the target task program, the method further comprises:
determining a plurality of instances in a plurality of task programs to obtain an instance set;
obtaining a remote network address corresponding to each instance in the instance set to obtain a plurality of remote network addresses; and
storing the plurality of remote network addresses in the preset database.
4. The method of claim 1, wherein prior to determining the plurality of target instances in the target task program, the method further comprises: determining a task program which needs to update the historical state information of the configuration file in a plurality of task programs; and taking a task program which needs to update the historical state information of the configuration file as a target task program.
5. An apparatus for detecting profile information, comprising:
a first determining unit, configured to determine a plurality of target instances in a target task program;
the first obtaining unit is used for obtaining a target remote network address corresponding to each target instance in the multiple target instances from a preset database respectively, wherein the target remote network address stores a configuration file of the corresponding target instance; and
the detection unit is used for opening the configuration file of each target instance in a preset opening mode and detecting target state information in the configuration file of each target instance;
wherein the apparatus further comprises:
a second obtaining unit, configured to obtain a state information set composed of the target state information in the configuration file of each target instance;
an output unit configured to output the set of state information to a target log; and
and the changing unit is used for correspondingly changing the historical state information of the configuration file of each target instance in the target task program according to the target state information in the configuration file of each target instance of the target log.
6. The apparatus of claim 5, wherein the changing unit comprises:
a determining module, configured to determine a target time, where the target time is a time when the state information set is displayed on the target log;
a display module, configured to display each target status information in the status information set on the target log within the target time; and
and the changing module is used for correspondingly changing the historical state information of the configuration file of each target instance in the target task program according to each target state information in the state information set.
7. The apparatus of claim 5, further comprising:
the second determining unit is used for determining a plurality of instances in the plurality of task programs to obtain an instance set;
a third obtaining unit, configured to obtain a remote network address corresponding to each instance in the instance set, to obtain multiple remote network addresses; and
and the storage unit is used for storing the remote network addresses into the preset database.
8. The apparatus of claim 5, further comprising: a third determining unit, configured to determine, among the plurality of task programs, a task program for which the historical state information of the configuration file needs to be updated; and a fourth determination unit configured to take a task program requiring updating of the historical state information of the configuration file as a target task program.
CN201510862175.8A 2015-11-30 2015-11-30 Method and device for detecting configuration file information Active CN106815001B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510862175.8A CN106815001B (en) 2015-11-30 2015-11-30 Method and device for detecting configuration file information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510862175.8A CN106815001B (en) 2015-11-30 2015-11-30 Method and device for detecting configuration file information

Publications (2)

Publication Number Publication Date
CN106815001A CN106815001A (en) 2017-06-09
CN106815001B true CN106815001B (en) 2020-03-03

Family

ID=59108163

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510862175.8A Active CN106815001B (en) 2015-11-30 2015-11-30 Method and device for detecting configuration file information

Country Status (1)

Country Link
CN (1) CN106815001B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109831521B (en) * 2019-03-11 2021-08-31 深圳市珍爱捷云信息技术有限公司 Cache instance management method and device, computer equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6947955B2 (en) * 2002-09-23 2005-09-20 International Business Machines Corporation Run-time augmentation of object code to facilitate object data caching in an application server
US7552420B1 (en) * 2004-09-01 2009-06-23 Intuit Inc. Externally defined application configuration

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102402441B (en) * 2010-09-16 2014-08-20 腾讯科技(深圳)有限公司 System and method for configuring multiple computers
CN102455925B (en) * 2010-11-02 2014-01-08 金蝶软件(中国)有限公司 Method, device and terminal for software automatic deployment
CN103631921B (en) * 2013-12-03 2017-11-07 国家电网公司 A kind of configuration information of transformer substation detection method and device
CN104536784B (en) * 2014-12-23 2018-02-23 北京国双科技有限公司 Real-time system update method and device
CN104536785B (en) * 2014-12-23 2018-04-06 北京国双科技有限公司 Real-time system update method and device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6947955B2 (en) * 2002-09-23 2005-09-20 International Business Machines Corporation Run-time augmentation of object code to facilitate object data caching in an application server
US7552420B1 (en) * 2004-09-01 2009-06-23 Intuit Inc. Externally defined application configuration

Also Published As

Publication number Publication date
CN106815001A (en) 2017-06-09

Similar Documents

Publication Publication Date Title
CN104899126B (en) The local method, apparatus and system monitored in real time is carried out to container in host
CN104950757B (en) The method and system of monitoring of containers
CN107203462B (en) Data generation method and device
US20200322442A1 (en) Multi-dimensional tagging namespace for cloud resource management
US10671061B2 (en) Devices, methods, and systems for a distributed rule based automated fault detection
US9898258B2 (en) Versioning of build environment information
US11048577B2 (en) Automatic correcting of computing cluster execution failure
US10949215B2 (en) Rebooting timing adjustment for improved performance
CN109033466B (en) Page sharing method calculates equipment and computer storage medium
CN106155806A (en) A kind of multi-task scheduling method and server
WO2019148721A1 (en) Electronic device, risk early warning method for internet service system, and storage medium
CN109117141A (en) Simplify method, apparatus, the electronic equipment, computer readable storage medium of programming
CN109062799A (en) Regression testing method, the apparatus and system of advertising scenarios
CN106815001B (en) Method and device for detecting configuration file information
US20180260447A1 (en) Advanced anomaly correlation pattern recognition system
JP6679491B2 (en) System and method for managing additional calendar periods in retail
CN108509460A (en) Data consistent check in distributed system
CN111078418A (en) Operation synchronization method and device, electronic equipment and computer readable storage medium
US10305740B2 (en) System and method for performing mass renaming of list of items at run-time with variable differentiation factor
CN108052335A (en) Data managing method, device, computing device and storage medium
CN106708706B (en) Alarm information processing method and device for task program abnormity
CN110891097B (en) Cross-device user identification method and device
US20180004629A1 (en) Run time smf/rmf statistical formula methodology for generating enhanced workload data points for customer profiling visualization
CN111966286A (en) Multi-data pool hierarchical migration method and system
WO2021096346A1 (en) A computer-implemented system for management of container logs and its method thereof

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
CB02 Change of applicant information

Address after: 100083 No. 401, 4th Floor, Haitai Building, 229 North Fourth Ring Road, Haidian District, Beijing

Applicant after: Beijing Guoshuang Technology Co.,Ltd.

Address before: 100086 Cuigong Hotel, 76 Zhichun Road, Shuangyushu District, Haidian District, Beijing

Applicant before: Beijing Guoshuang Technology Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant