CN112698883A - Configuration data processing method, device, terminal and storage medium - Google Patents

Configuration data processing method, device, terminal and storage medium Download PDF

Info

Publication number
CN112698883A
CN112698883A CN202011597402.6A CN202011597402A CN112698883A CN 112698883 A CN112698883 A CN 112698883A CN 202011597402 A CN202011597402 A CN 202011597402A CN 112698883 A CN112698883 A CN 112698883A
Authority
CN
China
Prior art keywords
configuration
difference
target
configuration data
data
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
CN202011597402.6A
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 CN202011597402.6A priority Critical patent/CN112698883A/en
Publication of CN112698883A publication Critical patent/CN112698883A/en
Pending legal-status Critical Current

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The embodiment of the application discloses a configuration data processing method, a device, a terminal and a storage medium, and relates to the technical field of data processing. By implementing the method, the configuration data can be automatically processed, the difference points are determined and corrected, and the efficiency and the accuracy of processing the configuration data are improved. The present application relates to a blockchain technique, for example, corrected second initial configuration data after processing can be written into a blockchain for a display terminal to display the corrected second initial configuration data.

Description

Configuration data processing method, device, terminal and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a terminal, and a storage medium for processing configuration data.
Background
In the development and application process of a system, in order to ensure the correct and stable operation of the system, a developer needs to perform a very comprehensive test on the system, and if the configuration data of the test environment is inconsistent with the configuration data of the production environment, the system may not operate normally, and even may cause a production accident, so that comparison and processing of the configuration data for the test environment and the production environment are increasingly important.
In the existing configuration data comparison and processing mode, a developer needs to arrange all configuration data first, then an automatic comparison tool is used for comparing difference points, and then the developer corrects the configuration data in time, so that the time consumption is long, the efficiency is low, and the correction accuracy can be influenced to a certain extent.
Disclosure of Invention
The embodiment of the application provides a configuration data processing method, a configuration data processing device, a terminal and a storage medium, which can be used for automatically processing different configuration data, comparing difference points and correcting the difference points, and improving the efficiency and accuracy of configuration data processing.
In one aspect, an embodiment of the present application provides a method for processing configuration data, where the method includes:
acquiring first initial configuration data and second initial configuration data to be compared, wherein the first initial configuration data are configuration data of a production environment, the second initial configuration data are configuration data of a test environment, and the first initial configuration data and the second initial configuration data both comprise at least one configuration item and configuration item data corresponding to each configuration item;
preprocessing the first initial configuration data to obtain first target configuration data, and preprocessing the second initial configuration data to obtain second target configuration data;
comparing the first target configuration data with the second target configuration data;
when the first target configuration data and the second target configuration data are inconsistent, determining a plurality of different configuration items with differences between the first target configuration data and the second target configuration data;
screening a target difference configuration item to be corrected from the plurality of difference configuration items, and acquiring difference information corresponding to the target difference configuration item, wherein the difference information represents a configuration type and a difference type corresponding to the target difference configuration item;
and correcting the second initial configuration data according to the difference information.
In one aspect, an embodiment of the present application provides a device for processing configuration data, where the device includes:
an obtaining module, configured to obtain first initial configuration data and second initial configuration data to be compared, where the first initial configuration data is configuration data of a production environment, the second initial configuration data is configuration data of a test environment, and both the first initial configuration data and the second initial configuration data include at least one configuration item and configuration item data corresponding to the configuration item;
the preprocessing module is used for preprocessing the first initial configuration data to obtain first target configuration data and preprocessing the second initial configuration data to obtain second target configuration data;
a comparison module for comparing the first target configuration data with the second target configuration data;
a determining module, configured to determine, when the first target configuration data and the second target configuration data are inconsistent, a plurality of different configuration items having a difference between the first target configuration data and the second target configuration data;
the screening module is used for screening a target difference configuration item to be corrected from the plurality of difference configuration items and acquiring difference information corresponding to the target difference configuration item, wherein the difference information represents a configuration type and a difference type corresponding to the target difference configuration item;
and the correcting module is used for correcting the second initial configuration data according to the difference information.
In one aspect, an embodiment of the present application provides a terminal, including a processor, an input interface, an output interface, and a memory, where the processor, the input interface, the output interface, and the memory are connected to each other, where the memory is used to store a computer program, the computer program includes program instructions, and the processor is configured to call the program instructions to execute the configuration data processing method.
In one aspect, the present embodiments provide a computer-readable storage medium storing a computer program, the computer program comprising program instructions, which, when executed by a processor, cause the processor to execute the configuration data processing method.
In the embodiment of the application, a terminal obtains first initial configuration data and second initial configuration data to be compared, the first initial configuration data is configuration data of a production environment, the second initial configuration data is configuration data of a test environment, the first initial configuration data and the second initial configuration data both include at least one configuration item and configuration item data corresponding to each configuration item, the first initial configuration data is preprocessed to obtain first target configuration data, the second initial configuration data is preprocessed to obtain second target configuration data, the terminal compares the first target configuration data with the second target configuration data, and when the first target configuration data is inconsistent with the second target configuration data, a plurality of different configuration items with differences existing between the first target configuration data and the second target configuration data are determined, the terminal screens target difference configuration items to be corrected from the plurality of difference configuration items, obtains difference information corresponding to the target difference configuration items, represents configuration types and difference types corresponding to the target difference configuration items, and corrects the second initial configuration data according to the difference information. By implementing the method, different configuration data can be automatically processed, the difference points are compared and corrected, and the efficiency and the accuracy of configuration data processing are improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flowchart of a configuration data processing method according to an embodiment of the present application;
fig. 2 is a schematic flow chart of another configuration data processing method according to an embodiment of the present disclosure;
fig. 3a is a schematic view of a visualization interface provided in an embodiment of the present application;
FIG. 3b is a schematic view of another visualization interface provided by the embodiments of the present application;
FIG. 3c is a schematic view of another visualization interface provided by the embodiments of the present application;
FIG. 4 is a schematic structural diagram of a configuration data processing apparatus according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of a terminal according to an embodiment of the present application.
Detailed Description
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 some, but not all, embodiments of the present application. 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 also be understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
The embodiment of the application provides a configuration data processing method, which can be used for automatically processing different configuration data, comparing difference points and correcting the difference points, and improving the efficiency and accuracy of configuration data processing.
The embodiment of the application provides a configuration data processing method implemented in a terminal, where the terminal includes an electronic device such as a smart phone, a tablet computer, a notebook computer, a palm computer, a Portable Media Player (PMP), a Personal Digital Assistant (PDA), a Digital audio and video Player, an electronic reader, a handheld game console or a vehicle-mounted electronic device.
Fig. 1 is a schematic flow chart of a configuration data processing method according to an embodiment of the present application, and as shown in fig. 1, a flow of the configuration data processing method according to the embodiment may include:
s101: and acquiring first initial configuration data and second initial configuration data to be compared.
In this embodiment of the application, the first initial configuration data to be compared may refer to configuration data of a production environment, and the second initial configuration data to be compared may refer to configuration data of a test environment, where the first initial configuration data and the second initial configuration data each include at least one configuration item and configuration item data corresponding to the at least one configuration item.
In one embodiment, the specific way of obtaining the first initial configuration data and the second initial configuration data may be that the terminal receives a system test request, which may be issued by a user in various ways, for example, text input, voice input, or selection of an interface selection box, the system test request may include an identifier of the system to be tested, an identifier of the version of the system to be tested, an identifier of the test environment, and an identifier of the production environment, wherein, the system identification to be tested can be used for the terminal to search the system to be tested from a plurality of systems, the system version identification to be tested can be used for the terminal to search the version to be tested from a plurality of versions in the system to be tested, the test environment identification and the generation environment identification can be used for the terminal to determine the test environment and the production environment from the version to be tested, and obtaining first initial configuration data from the determined production environment and second initial configuration data from the determined test environment.
S102: and preprocessing the first initial configuration data to obtain first target configuration data, and preprocessing the second initial configuration data to obtain second target configuration data.
In the embodiment of the application, the terminal respectively preprocesses the first initial configuration data and the second initial configuration data, and respectively obtains first target configuration data and second target configuration data, wherein the first target configuration data and the second target configuration data may be configuration item data corresponding to only configuration item portions in the first initial configuration data and the second initial configuration data, and the configuration item data is extracted.
In an embodiment, the specific manner of preprocessing the first initial configuration data by the terminal may be that the first initial configuration data is traversed, configuration item data corresponding to each configuration item is extracted from the first initial configuration data, the extracted configuration item data is analyzed, the terminal determines the configuration type of each configuration item based on the analysis result, a type tag matched with the configuration type of each configuration item is added to each configuration item, and the terminal generates the first target configuration data based on the configuration item to which the type tag is added and the corresponding configuration item data. The step of preprocessing the second initial configuration data may be the same as the step of preprocessing the first initial configuration data, and the embodiment of the present application is not described herein again. Wherein, the configuration types may include: database configuration, apollo configuration, gateway configuration, security configuration, general configuration, etc., and the embodiments of the present invention are not limited herein.
In one embodiment, after the first target configuration data and the second target configuration data are generated, the generated first target configuration data and the second target configuration data may be further encrypted and stored in the database. Further, the terminal may periodically delete the historical first target configuration data and the historical second target configuration data according to the generation time of the first target configuration data and the second target configuration data.
S103: the first target configuration data and the second target configuration data are compared.
In the embodiment of the application, the terminal compares the first target configuration data with the second target configuration data to obtain a comparison result, and the comparison result can be used for representing a plurality of different configuration items with differences between the first target configuration data and the second target configuration data.
In one embodiment, a specific way of comparing the first target configuration data with the second target configuration data may be:
the key value pairs corresponding to the configuration items included in the first target configuration data and the second target configuration data are read, the difference between the key value pairs of the first target configuration data and the second target configuration data is compared by using a loop statement in a computer language, and the configuration items corresponding to the key value pairs with the difference are output as a comparison result, for example, a for loop statement in a python language can be used.
It should be noted that, if the comparison finds that the first target configuration data and the second target configuration data are not different, it indicates that the first initial configuration data and the second initial configuration data are correctly configured, that is, the comparison result is not output, and the terminal does not execute S104-S106.
S104: and determining a plurality of difference configuration items having a difference between the first target configuration data and the second target configuration data when the first target configuration data and the second target configuration data are inconsistent.
In the embodiment of the application, when the first target configuration data and the second target configuration data have differences, the terminal determines a plurality of different configuration items having the differences.
S105: and screening target difference configuration items to be corrected from the plurality of difference configuration items, and acquiring difference information corresponding to the target difference configuration items.
In the embodiment of the application, the terminal analyzes the configuration item data corresponding to the plurality of difference configuration items, screens out a target difference configuration item to be corrected from the plurality of difference configuration items based on an analysis result, and acquires difference information corresponding to the target difference configuration item, wherein the difference information represents a configuration type and a difference type corresponding to the target difference configuration item.
In an embodiment, a specific manner of screening the plurality of difference configuration items to obtain the target difference configuration item to be corrected may be:
the importance level of the configuration item is set according to the configuration type of the configuration item, and the importance level can represent the importance degree of the configuration item in the system. The importance level may be determined according to whether the configuration item may cause a production accident during system operation, for example, if the configuration item with the configuration type of the safety configuration has an error and the system operation may cause a generation accident, the importance level of the configuration item is the highest level. In addition, the importance level may also be determined according to the severity level of the production accident caused by the configuration item, for example, if an error occurs in the configuration item with the configuration type being the database configuration, which may cause the system to be unable to store important data, the importance level of the configuration item is the highest level;
determining the importance levels corresponding to the plurality of difference configuration items according to the set importance levels;
the screening manner may be to screen a difference configuration item, of which the corresponding importance level is greater than a preset level, from the plurality of difference configuration items, and use the screened difference configuration item as a target difference configuration item.
In an embodiment, a specific manner of obtaining the configuration type in the difference information corresponding to the target difference configuration item may be: identifying the type tag added to the target difference configuration item to determine the configuration type corresponding to the target difference configuration item, for example, if the type tag of the target difference configuration item is a security configuration, determining that the configuration type corresponding to the target difference configuration item is a security configuration type.
In one embodiment, the specific manner of obtaining the difference type in the difference information corresponding to the target difference configuration item may be: searching a first key-value pair corresponding to the target difference configuration item in the first target configuration data and a second key-value pair corresponding to the target difference configuration item in the second target configuration data, comparing the first key-value pair with the second key-value pair, and determining a difference type corresponding to the target difference configuration item based on a key-value pair comparison result, wherein the difference type may include: adding difference types, deleting difference types and modifying difference types.
S106: and correcting the second initial configuration data according to the difference information.
In the embodiment of the application, the terminal takes the first target configuration data as reference configuration data and corrects the second initial configuration data according to the difference information.
In one embodiment, the specific manner of correcting the second initial configuration data may be: and generating difference prompt information according to the difference information, and correcting the second initial configuration data by the user according to the output difference prompt information, wherein the difference prompt information is used for prompting the user of a correction mode of the target difference configuration item. The specific way of generating the difference prompt information may be as follows:
if the difference type of the target difference configuration item is the new difference type, generating new difference prompt information, wherein the new difference prompt information is used for indicating that the target difference configuration item and corresponding configuration data are added into second initial configuration data, and the key value pair contained in the configuration data corresponding to the added target difference configuration item is at least the same as the key value pair corresponding to the target difference configuration item in the first target configuration data; or if the difference type of the target difference configuration item is a deletion difference type, generating deletion difference prompt information, wherein the deletion difference prompt information is used for indicating that the target difference configuration item and the corresponding configuration data are deleted in the second initial configuration data; or, if the difference type of the target difference configuration item is the modification difference type, generating modification difference prompt information, where the modification difference prompt information is used to instruct to modify the target difference configuration item and the corresponding configuration data in the second initial configuration data, where a key value pair included in the configuration data corresponding to the modified target difference configuration item at least corresponds to be modified to be the same as a key value pair corresponding to the target difference configuration item in the first target configuration data.
In an embodiment, the specific manner of correcting the second initial configuration data may be that the terminal corrects the second initial configuration data according to the difference information, and outputs the corrected second initial configuration data to the user. The specific way for the terminal to correct the second initial configuration data according to the difference information may be:
if the difference information represents that the difference type corresponding to the target difference configuration item is the newly added difference type, adding the target difference configuration item and configuration item data corresponding to the target difference configuration item in second initial configuration data, wherein the key value pair contained in the configuration data corresponding to the added target difference configuration item at least corresponds to the same key value pair as the key value pair corresponding to the target difference configuration item in the first target configuration data; or if the difference information represents that the difference type corresponding to the target difference configuration item is the deletion difference type, deleting the target difference configuration item and the configuration item data corresponding to the target difference configuration item from the second initial configuration data; or if the difference information represents that the difference type corresponding to the target difference configuration item is the modification difference type, modifying the target difference configuration item and the configuration item data corresponding to the target difference configuration item in the second initial configuration data, wherein the key value pair contained in the configuration data corresponding to the modified target difference configuration item at least corresponds to be modified to be the same as the key value pair corresponding to the target difference configuration item in the first target configuration data.
For example, if the target difference configuration item is an apollo configuration item and the difference type is a delete difference type, then the apollo configuration item and the corresponding configuration data are added to the second initial configuration data, and the configuration data corresponding to the configuration item in the second initial configuration data may be the same as the configuration data corresponding to the first initial configuration data.
In the embodiment of the application, a terminal acquires first initial configuration data and second initial configuration data to be compared, the terminal preprocesses the first initial configuration data to obtain first target configuration data and preprocesses the second initial configuration data to obtain second target configuration data, the terminal compares the first target configuration data with the second target configuration data, when the first target configuration data is inconsistent with the second target configuration data, the terminal determines a plurality of difference configuration items with differences between the first target configuration data and the second target configuration data, the terminal screens the target difference configuration items to be corrected from the plurality of difference configuration items and acquires difference information corresponding to the target difference configuration items, and the terminal corrects the second initial configuration data according to the difference information. By implementing the method, the configuration data of the production environment and the configuration data of the test environment can be automatically processed, the difference points are compared and corrected, and the efficiency and the accuracy of processing the configuration data are improved.
Fig. 2 is a schematic flow chart of a configuration data processing method according to an embodiment of the present application, and as shown in fig. 2, the flow of the configuration data processing method according to the embodiment may include:
s201: and acquiring first initial configuration data and second initial configuration data to be compared. For a specific implementation of step S201, reference may be made to the related description of step S101 in the foregoing embodiment, and details are not described here again.
S202: and preprocessing the first initial configuration data to obtain first target configuration data, and preprocessing the second initial configuration data to obtain second target configuration data.
In the embodiment of the application, the terminal extracts each configuration item and corresponding configuration data included in the first initial configuration data, analyzes the corresponding configuration data to obtain the configuration type of each configuration item, adds a corresponding type label to each configuration item according to the configuration type of each configuration item, and generates first target configuration data based on each configuration item added with the corresponding type label. The steps of preprocessing the second initial configuration data and the steps of preprocessing the first initial configuration data are not described herein again. Wherein, the configuration types may include: database configuration, apollo configuration, gateway configuration, security configuration, normal configuration, etc., and the embodiments of the present invention are not limited herein.
In an embodiment, before generating the first target configuration data, the configuration items may be sorted according to a preset sorting rule according to the added type tag, and the first target configuration data is generated based on the sorted configuration items and the corresponding configuration item data, for example, each configuration item data in the first initial configuration file is extracted, the configuration types of the configuration items obtained through parsing include database configuration, security configuration, common configuration, and the like, and after the corresponding type tag is added to each configuration item, the configuration items may be sorted according to the initial letter of the type tag, and then the first target configuration file is generated.
S203: the first target configuration data and the second target configuration data are compared.
In the embodiment of the application, the terminal compares the first target configuration data with the second target configuration data, and an obtained comparison result is used for indicating the difference between the first target configuration data and the second target configuration data.
In one embodiment, a specific way of comparing the first target configuration data with the second target configuration data may be: the first target configuration data and the second target configuration data are subjected to type label adding operation and sorting operation, when comparison is carried out, type labels corresponding to target difference configuration items can be compared according to a ranking sequence, configuration items corresponding to inconsistent type labels are directly used as difference configuration items, configuration items corresponding to consistent type labels compare configuration items corresponding to the configuration items in the first target configuration data with configuration item data corresponding to the second target configuration data, and difference points obtained by comparing the type labels are output as comparison results.
For example, the type tag in the first target configuration data includes apollo configuration and security configuration, the type tag in the second target configuration data includes security configuration and normal configuration, the differential configuration item obtained according to the inconsistent type tag is an apollo configuration item and a normal configuration item, and the configuration item obtained according to the consistent type tag is a security configuration item, and the configuration item data corresponding to the security configuration item in the first target configuration file and the configuration item data corresponding to the second target configuration file are further compared.
In one embodiment, the first target configuration data and the second target configuration data may be visually displayed, and when a user wants to view contents in the first target configuration data and the second target configuration data, a target configuration data button below the function bar may be clicked in the interface as shown in fig. 3a, so as to view the type tag and the corresponding configuration item data corresponding to each configuration item in the first target configuration data and the second target configuration data.
It should be noted that if no difference is found between the first target configuration data and the second target configuration data, the terminal does not execute S204-S207.
S204: and determining a plurality of difference configuration items having a difference between the first target configuration data and the second target configuration data when the first target configuration data and the second target configuration data are inconsistent. The specific implementation of step S204 may refer to the related description of step S104 in the above embodiment, and is not described herein again.
S205: and screening target difference configuration items to be corrected from the plurality of difference configuration items, and acquiring difference information corresponding to the target difference configuration items.
In the embodiment of the application, the terminal screens out target difference configuration items to be corrected from the plurality of difference configuration items and acquires corresponding difference information, wherein the difference information comprises a configuration type and a difference type. The configuration type of the target difference configuration item can be determined by the type tag added before, and the difference type can be determined by comparing a first key-value pair corresponding to the target difference configuration item in the first target configuration data with a second key-value pair corresponding to the target difference configuration item in the second target configuration data.
In one embodiment, the specific way of determining the difference type of the target difference configuration item may be:
comparing a first key value pair corresponding to the target difference configuration item in the first target configuration data with a second key value pair corresponding to the target difference configuration item in the second target configuration data to obtain a key value pair comparison result;
if the key-value pair comparison result indicates that the first target configuration data does not comprise the first key-value pair and the second target configuration data comprises the second key-value pair, the terminal determines that the difference type corresponding to the target difference configuration item is the newly added difference type;
if the key-value pair comparison result indicates that the first target configuration data comprises the first key-value pair and the second target configuration data does not comprise the second key-value pair, the terminal determines that the difference type corresponding to the target difference configuration item is the deletion difference type;
and if the key-value pair comparison result indicates that the first target configuration data comprises the first key-value pair, the second target configuration data comprises the second key-value pair, and the value corresponding to the first key-value pair is different from the value corresponding to the second key-value pair, the terminal determines that the difference type corresponding to the target difference configuration item is the newly added difference type.
For example, if the target difference configuration item is an apollo configuration item, the first target configuration data includes a first key-value pair corresponding to the apollo configuration item, and the second target configuration data does not include a second key-value pair corresponding to the apollo configuration item, the difference type of the configuration item is a deletion difference type.
S206: and correcting the second initial configuration data according to the difference information. The specific implementation of step S206 may refer to the related description of step S106 in the above embodiment, and is not described herein again.
S207: and displaying the corrected second initial configuration data in a display mode matched with the difference type corresponding to the target difference configuration item.
In the embodiment of the invention, after the second initial configuration data is corrected, the second initial configuration data is visually displayed. The display mode can be determined according to the difference type corresponding to the target difference configuration item.
In one embodiment, the display mode determined by the corresponding difference type may specifically be: in the corrected second initial configuration data, the configuration item data corresponding to the target difference configuration item of which the difference type is the newly added difference type can be marked by a red font, the configuration item data corresponding to the target difference configuration item of which the difference type is the deleted difference type can be marked by a blue font, and the configuration item data corresponding to the target difference configuration item of which the difference type is the modified difference type can be marked by a yellow font; or, a horizontal line may be added to the configuration item data corresponding to the target difference configuration item whose difference type is the new difference type, a middle-drawn line may be added to the configuration item data corresponding to the target difference configuration item whose difference type is the delete difference type, and a double underline may be added to the configuration item data corresponding to the target difference configuration item whose difference type is the modification difference type.
When the user wants to view the contents in the corrected second initial configuration data, the user can click the initial configuration data button below the function bar in the interface shown in fig. 3b, and further click the corrected initial configuration button below the initial configuration data button, so as to view the contents.
In an embodiment, after the corrected second initial configuration data is visually displayed, the target difference configuration item may be separately displayed, wherein a display interface of the target difference configuration item may be displayed in a corresponding interface according to different difference types. When the user wants to view the target difference configuration item, the user can click on the difference type button below the function bar in the interface as shown in fig. 3c, and further click on the different difference type button below the difference type button, so as to view the target difference configuration item. For example, when the user wants to view the target difference configuration item for the delete difference type, the user clicks a delete difference type button below the difference type button to view.
In the embodiment of the application, the terminal acquires first initial configuration data and second initial configuration data to be compared, the terminal preprocesses the first initial configuration data to obtain first target configuration data, and preprocessing the second initial configuration data to obtain second target configuration data, comparing the first target configuration data with the second target configuration data by the terminal, when the first target configuration data is inconsistent with the second target configuration data, the terminal determines a plurality of difference configuration items with differences between the first target configuration data and the second target configuration data, the terminal filters the target difference configuration items to be corrected from the plurality of difference configuration items, and obtaining difference information corresponding to the target difference configuration item, the terminal corrects the second initial configuration data according to the difference information, and displaying the corrected second initial configuration data in a display mode matched with the difference type corresponding to the target difference configuration item. By implementing the method, the configuration data can be automatically processed, and the processed result can be visually displayed to the user for the user to check.
A configuration data processing apparatus according to an embodiment of the present application will be described in detail with reference to fig. 4. It should be noted that, the processing device of configuration data shown in fig. 4 is used for executing the method of the embodiment shown in fig. 1 and fig. 2 of the present application, for convenience of description, only the portion related to the embodiment of the present application is shown, and details of the specific technology are not disclosed, and reference is made to the embodiment shown in fig. 1 and fig. 2 of the present application.
Referring to fig. 4, a schematic structural diagram of a configuration data processing apparatus 400 according to the present application is shown, where the configuration data processing apparatus 400 includes: the device comprises an acquisition module 401, a preprocessing module 402, a comparison module 403, a determination module 404, a screening module 405 and a correction module 406.
An obtaining module 401, configured to obtain first initial configuration data and second initial configuration data to be compared, where the first initial configuration data is configuration data of a production environment, the second initial configuration data is configuration data of a test environment, and both the first initial configuration data and the second initial configuration data include at least one configuration item and configuration item data corresponding to the configuration item;
a preprocessing module 402, configured to preprocess the first initial configuration data to obtain first target configuration data, and preprocess the second initial configuration data to obtain second target configuration data;
a comparison module 403, configured to compare the first target configuration data with the second target configuration data;
a determining module 404, configured to determine, when the first target configuration data and the second target configuration data are inconsistent, a plurality of different configuration items having a difference between the first target configuration data and the second target configuration data;
a screening module 405, configured to screen a target difference configuration item to be corrected from the plurality of difference configuration items, and obtain difference information corresponding to the target difference configuration item, where the difference information represents a difference type corresponding to the target difference configuration item;
a correcting module 406, configured to correct the second initial configuration data according to the difference information.
In an embodiment, the preprocessing module 402 is specifically configured to traverse the first initial configuration data, extract configuration item data corresponding to each configuration item from the first initial configuration data, analyze the configuration item data to determine a configuration type of each configuration item, add a type tag to the configuration item according to the configuration type, and use the configuration item to which the type tag is added and the corresponding configuration item data as the first target configuration data.
In an embodiment, the configuration item data includes key value pairs corresponding to the configuration items, and the screening module 405 is specifically configured to identify a type tag of the target difference configuration item to determine a configuration type corresponding to the target difference configuration item, search for a first key value pair corresponding to the target difference configuration item in the first target configuration data and a second key value pair corresponding to the target difference configuration item in the second target configuration data, compare the first key value pair and the second key value pair, and determine a difference type corresponding to the target difference configuration item based on a key value pair comparison result.
In an embodiment, the configuration item data includes key-value pairs corresponding to the configuration items, and the screening module 405 is specifically configured to determine that the difference type corresponding to the target difference configuration item is a new difference type if the key-value-pair comparison result indicates that the first target configuration data does not include a first key-value pair and the second target configuration data includes a second key-value pair, or determine that the difference type corresponding to the target difference configuration item is a deleted difference type if the key-value-pair comparison result indicates that the first target configuration data includes a first key-value pair and the second target configuration data does not include a second key-value pair, or determine that the first target configuration data includes a first key-value pair and the second target configuration data includes a second key-value pair if the key-value-pair comparison result indicates that the first target configuration data includes a first key-value pair and the second target configuration data includes a second key-value pair, and if the first key-value pair is different from the second key-value pair, determining that the difference type corresponding to the target difference configuration item is a modification difference type.
In an embodiment, the correcting module 406 is specifically configured to generate difference prompt information according to the difference information, output the difference prompt information, and correct the second initial configuration data based on a user operation.
In an embodiment, the correcting module 406 is specifically configured to, if the difference type corresponding to the target difference configuration item represented by the difference information is a new difference type, adding the target difference configuration item and the configuration item data corresponding to the target difference configuration item in the second initial configuration data, or, if the difference type corresponding to the target difference configuration item represented by the difference information is a deletion difference type, deleting the target difference configuration item and the configuration item data corresponding to the target difference configuration item in the second initial configuration data, or, if the difference type corresponding to the target difference configuration item represented by the difference information is a modified difference type, modifying the target difference configuration item and the configuration item data corresponding to the target difference configuration item in the second initial configuration data.
In one embodiment, the correcting module 406 then displays the corrected second initial configuration data in a display mode matched with the difference type corresponding to the target difference configuration item.
In this embodiment of the application, an obtaining module 401 obtains first initial configuration data and second initial configuration data to be compared, where the first initial configuration data is configuration data of a production environment, the second initial configuration data is configuration data of a test environment, the first initial configuration data and the second initial configuration data both include at least one configuration item and configuration item data corresponding to the configuration item, a preprocessing module 402 preprocesses the first initial configuration data to obtain first target configuration data, and preprocesses the second initial configuration data to obtain second target configuration data, a comparing module 403 compares the first target configuration data with the second target configuration data, a determining module 404 is configured to determine a plurality of different configuration items where a difference exists between the first target configuration data and the second target configuration data when the first target configuration data is inconsistent with the second target configuration data, the screening module 405 screens a target differential configuration item to be corrected from the plurality of differential configuration items, and obtains differential information corresponding to the target differential configuration item, where the differential information represents a differential type corresponding to the target differential configuration item, and the correcting module 406 corrects the second initial configuration data according to the differential information. By implementing the method, the configuration data in the test environment can be corrected by comparing the difference configuration items of the configuration data in the production environment and the test environment and according to the information corresponding to the difference configuration items, so that the automatic processing of the configuration data is realized, and the efficiency and the accuracy of the configuration data processing are effectively improved.
Please refer to fig. 5, which is a schematic structural diagram of a terminal according to an embodiment of the present disclosure. As shown in fig. 5, the terminal 500 includes: at least one processor 501, an input device 502, an output device 503, a memory 504, at least one communication bus 505. The input device 502 may be a control panel or a microphone, and the output device 503 may be a display screen. The memory 504 may be a high-speed RAM memory or a non-volatile memory (non-volatile memory), such as at least one disk memory. Wherein a communication bus 505 is used to enable connectivity communication between these components. The memory 504 may optionally be at least one storage device located remotely from the processor 501. Wherein the processor 501 may be combined with the apparatus described in fig. 5, the memory 504 stores a set of program codes, and the processor 501, the input device 502, and the output device 503 call the program codes stored in the memory 504 to perform the following operations:
the processor 501 is configured to obtain first initial configuration data and second initial configuration data to be compared, where the first initial configuration data is configuration data of a production environment, the second initial configuration data is configuration data of a test environment, and both the first initial configuration data and the second initial configuration data include at least one configuration item and configuration item data corresponding to each configuration item;
a processor 501, configured to pre-process the first initial configuration data to obtain first target configuration data, and pre-process the second initial configuration data to obtain second target configuration data;
a processor 501 for comparing the first target configuration data with the second target configuration data;
a processor 501, configured to determine, when the first target configuration data and the second target configuration data are inconsistent, a plurality of different configuration items having a difference between the first target configuration data and the second target configuration data;
a processor 501, configured to filter a target difference configuration item to be corrected from the plurality of difference configuration items, and obtain difference information corresponding to the target difference configuration item, where the difference information represents a configuration type and a difference type corresponding to the target difference configuration item;
a processor 501, configured to correct the second initial configuration data according to the difference information.
In an embodiment, the processor 501 is specifically configured to:
traversing the first initial configuration data, and extracting configuration item data corresponding to each configuration item from the first initial configuration data;
analyzing the configuration item data to determine the configuration type of each configuration item;
adding a type label to the configuration item according to the configuration type;
and taking the configuration item added with the type label and the corresponding configuration item data as the first target configuration data.
In an embodiment, the configuration item data includes key-value pairs corresponding to the configuration items, and the processor 501 is specifically configured to:
identifying a type tag of the target difference configuration item to determine a configuration type corresponding to the target difference configuration item;
searching a first key-value pair corresponding to the target difference configuration item in the first target configuration data and a second key-value pair corresponding to the target difference configuration item in the second target configuration data;
and comparing the first key-value pair with the second key-value pair, and determining the difference type corresponding to the target difference configuration item based on the comparison result of the key-value pairs.
In an embodiment, the configuration item data includes key-value pairs corresponding to the configuration items, and the processor 501 is specifically configured to:
if the key-value pair comparison result indicates that the first key-value pair is not included in the first target configuration data and the second key-value pair is included in the second target configuration data, determining that the difference type corresponding to the target difference configuration item is a newly added difference type;
or, if the key-value pair comparison result indicates that the first target configuration data includes the first key-value pair and the second target configuration data does not include the second key-value pair, determining that the difference type corresponding to the target difference configuration item is a deletion difference type;
or, if the key-value-pair comparison result indicates that the first target configuration data includes the first key-value pair and the second target configuration data includes the second key-value pair, and the first key-value pair is different from the second key-value pair, determining that the difference type corresponding to the target difference configuration item is the modification difference type.
In an embodiment, the processor 501 is specifically configured to:
generating difference prompt information according to the difference information;
and outputting the difference prompt information, and correcting the second initial configuration data based on user operation.
In an embodiment, the processor 501 is specifically configured to:
if the difference type corresponding to the target difference configuration item represented by the difference information is a newly added difference type, adding the target difference configuration item and configuration item data corresponding to the target difference configuration item in the second initial configuration data;
or, if the difference type corresponding to the target difference configuration item represented by the difference information is a deletion difference type, deleting the target difference configuration item and the configuration item data corresponding to the target difference configuration item from the second initial configuration data;
or, if the difference type corresponding to the target difference configuration item represented by the difference information is a modification difference type, modifying the target difference configuration item and the configuration item data corresponding to the target difference configuration item in the second initial configuration data.
In an embodiment, after the correcting the second initial configuration data according to the difference information, the processor 501 is specifically configured to:
and displaying the corrected second initial configuration data in a display mode matched with the difference type corresponding to the target difference configuration item.
In this embodiment, the processor 501 obtains first initial configuration data and second initial configuration data to be compared, where the first initial configuration data is configuration data of a production environment, the second initial configuration data is configuration data of a test environment, the first initial configuration data and the second initial configuration data both include at least one configuration item and configuration item data corresponding to each configuration item, the processor 501 preprocesses the first initial configuration data to obtain first target configuration data, and preprocesses the second initial configuration data to obtain second target configuration data, the processor 501 compares the first target configuration data with the second target configuration data, and when the first target configuration data is inconsistent with the second target configuration data, the processor 501 determines a plurality of different configuration items where a difference exists between the first target configuration data and the second target configuration data, the processor 501 filters a target difference configuration item to be corrected from the plurality of difference configuration items, and obtains difference information corresponding to the target difference configuration item, where the difference information represents a configuration type and a difference type corresponding to the target difference configuration item, and the processor 501 is configured to correct the second initial configuration data according to the difference information. By implementing the mode, the automatic processing of the configuration data in the production environment and the test environment can be realized, the difference point between the production environment and the test environment is compared, the configuration data in the test environment is corrected, and the efficiency and the accuracy of the configuration data processing are improved.
The modules described in the embodiments of the present application may be implemented by a general-purpose Integrated Circuit, such as a CPU (central Processing Unit), or an ASIC (application Specific Integrated Circuit).
It should be understood that, in the embodiment of the present application, the Processor 501 may be a Central Processing Unit (CPU), and may also be other general-purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, and the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The communication bus 505 may be an Industry Standard Architecture (ISA) bus, a Peripheral Component Interconnect (PCI) bus, an Extended ISA (EISA) bus, or the like, and the communication bus 505 may be divided into an address bus, a data bus, a control bus, or the like, and fig. 5 shows only one thick line for convenience of illustration, but does not show only one bus or one type of bus.
An embodiment of the present application further provides a computer storage medium (Memory), which is a Memory component in the terminal and is used for storing programs and data. It is understood that the computer storage medium herein may include a built-in storage medium in the terminal, and may also include an extended storage medium supported by the terminal. The computer storage medium provides a storage space that stores an operating system of the terminal. Also stored in this memory space are one or more instructions, which may be one or more computer programs (including program code), suitable for loading and execution by processor 501. It should be noted that the computer storage medium may be a magnetic disk, an optical disk, a Read-only Memory (ROM) or a Random Access Memory (RAM), a non-volatile Memory (non-volatile Memory), and the like, such as at least one magnetic disk Memory, at least one high-speed RAM Memory, and optionally at least one computer storage medium located remotely from the processor.
The computer storage medium mainly comprises a storage program area and a storage data area, wherein the storage program area can store an operating system, an application program required by at least one function and the like; the storage data area may store data created according to the use of the blockchain node, and the like.
The block chain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism and an encryption algorithm. A block chain (Blockchain), which is essentially a decentralized database, is a series of data blocks associated by using a cryptographic method, and each data block contains information of a batch of network transactions, so as to verify the validity (anti-counterfeiting) of the information and generate a next block. The blockchain may include a blockchain underlying platform, a platform product service layer, an application service layer, and the like.
The embodiments of the present application are described above with reference to the drawings, but various features of the above embodiments may be arbitrarily combined, and for the sake of brevity, all possible combinations of the features in the above embodiments are not described, but should be considered as being within the scope of the description, as long as there is no contradiction between the combinations of the features. The above examples only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A method for processing configuration data, comprising:
acquiring first initial configuration data and second initial configuration data to be compared, wherein the first initial configuration data are configuration data of a production environment, the second initial configuration data are configuration data of a test environment, and the first initial configuration data and the second initial configuration data both comprise at least one configuration item and configuration item data corresponding to each configuration item;
preprocessing the first initial configuration data to obtain first target configuration data, and preprocessing the second initial configuration data to obtain second target configuration data;
comparing the first target configuration data with the second target configuration data;
when the first target configuration data and the second target configuration data are inconsistent, determining a plurality of different configuration items with differences between the first target configuration data and the second target configuration data;
screening a target difference configuration item to be corrected from the plurality of difference configuration items, and acquiring difference information corresponding to the target difference configuration item, wherein the difference information represents a configuration type and a difference type corresponding to the target difference configuration item;
and correcting the second initial configuration data according to the difference information.
2. The method of claim 1, wherein the preprocessing the first initial configuration data to obtain first target configuration data comprises:
traversing the first initial configuration data, and extracting configuration item data corresponding to each configuration item from the first initial configuration data;
analyzing the configuration item data to determine the configuration type of each configuration item;
adding a type label to the configuration item according to the configuration type;
and taking the configuration item added with the type label and the corresponding configuration item data as the first target configuration data.
3. The method of claim 1, wherein the configuration item data includes key-value pairs corresponding to the configuration items, and the obtaining difference information corresponding to the target difference configuration item includes:
identifying a type tag of the target difference configuration item to determine a configuration type corresponding to the target difference configuration item;
searching a first key-value pair corresponding to the target difference configuration item in the first target configuration data and a second key-value pair corresponding to the target difference configuration item in the second target configuration data;
and comparing the first key-value pair with the second key-value pair, and determining the difference type corresponding to the target difference configuration item based on the comparison result of the key-value pairs.
4. The method of claim 3, wherein the configuration item data comprises key-value pairs corresponding to the configuration items, and the determining the difference type corresponding to the target difference configuration item based on the key-value pair comparison result comprises:
if the key-value pair comparison result indicates that the first key-value pair is not included in the first target configuration data and the second key-value pair is included in the second target configuration data, determining that the difference type corresponding to the target difference configuration item is a newly added difference type;
or, if the key-value pair comparison result indicates that the first target configuration data includes the first key-value pair and the second target configuration data does not include the second key-value pair, determining that the difference type corresponding to the target difference configuration item is a deletion difference type;
or, if the key-value-pair comparison result indicates that the first target configuration data includes the first key-value pair and the second target configuration data includes the second key-value pair, and the first key-value pair is different from the second key-value pair, determining that the difference type corresponding to the target difference configuration item is the modification difference type.
5. The method of claim 1, wherein said correcting said second initial-configuration data based on said difference information comprises:
generating difference prompt information according to the difference information;
and outputting the difference prompt information, and correcting the second initial configuration data based on user operation.
6. The method of claim 1 or 4, wherein said correcting said second initial-configuration data based on said difference information comprises:
if the difference type corresponding to the target difference configuration item represented by the difference information is a newly added difference type, adding the target difference configuration item and configuration item data corresponding to the target difference configuration item in the second initial configuration data;
or, if the difference type corresponding to the target difference configuration item represented by the difference information is a deletion difference type, deleting the target difference configuration item and the configuration item data corresponding to the target difference configuration item from the second initial configuration data;
or, if the difference type corresponding to the target difference configuration item represented by the difference information is a modification difference type, modifying the target difference configuration item and the configuration item data corresponding to the target difference configuration item in the second initial configuration data.
7. The method of claim 1, wherein after said correcting said second initial-configuration data based on said difference information, said method further comprises:
and displaying the corrected second initial configuration data in a display mode matched with the difference type corresponding to the target difference configuration item.
8. A configuration data processing apparatus, comprising:
an obtaining module, configured to obtain first initial configuration data and second initial configuration data to be compared, where the first initial configuration data is configuration data of a production environment, the second initial configuration data is configuration data of a test environment, and both the first initial configuration data and the second initial configuration data include at least one configuration item and configuration item data corresponding to the configuration item;
the preprocessing module is used for preprocessing the first initial configuration data to obtain first target configuration data and preprocessing the second initial configuration data to obtain second target configuration data;
a comparison module for comparing the first target configuration data with the second target configuration data;
a determining module, configured to determine, when the first target configuration data and the second target configuration data are inconsistent, a plurality of different configuration items having a difference between the first target configuration data and the second target configuration data;
the screening module is used for screening a target difference configuration item to be corrected from the plurality of difference configuration items and acquiring difference information corresponding to the target difference configuration item, wherein the difference information represents a configuration type and a difference type corresponding to the target difference configuration item;
and the correcting module is used for correcting the second initial configuration data according to the difference information.
9. A terminal, comprising a processor, an input interface, an output interface, and a memory, the processor, the input interface, the output interface, and the memory being interconnected, wherein the memory is configured to store a computer program comprising program instructions, the processor being configured to invoke the program instructions to perform the method of any of claims 1-7.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program comprising program instructions that, when executed by a processor, cause the processor to carry out the method according to any one of claims 1-7.
CN202011597402.6A 2020-12-29 2020-12-29 Configuration data processing method, device, terminal and storage medium Pending CN112698883A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011597402.6A CN112698883A (en) 2020-12-29 2020-12-29 Configuration data processing method, device, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011597402.6A CN112698883A (en) 2020-12-29 2020-12-29 Configuration data processing method, device, terminal and storage medium

Publications (1)

Publication Number Publication Date
CN112698883A true CN112698883A (en) 2021-04-23

Family

ID=75512084

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011597402.6A Pending CN112698883A (en) 2020-12-29 2020-12-29 Configuration data processing method, device, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN112698883A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113505078A (en) * 2021-07-26 2021-10-15 平安普惠企业管理有限公司 Configuration file updating method, device, equipment and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100211851A1 (en) * 2009-02-17 2010-08-19 Robert William Dixon Data storage system with non-volatile memory for error correction
CN106557557A (en) * 2016-11-09 2017-04-05 上海轻维软件有限公司 CMDB accord methods and device based on configuration item priority
CN109815111A (en) * 2018-12-13 2019-05-28 深圳壹账通智能科技有限公司 Gray scale test method, device, computer equipment and storage medium
CN110287116A (en) * 2019-06-27 2019-09-27 苏宁消费金融有限公司 Multiple database bearing calibration
CN110806979A (en) * 2019-10-31 2020-02-18 北京东软望海科技有限公司 Interface return value checking method, device, equipment and storage medium
CN110851167A (en) * 2019-11-15 2020-02-28 腾讯科技(深圳)有限公司 Container environment updating method, device, equipment and storage medium
US10831744B1 (en) * 2018-03-16 2020-11-10 Amazon Technologies, Inc. System for processing modifications to data records

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100211851A1 (en) * 2009-02-17 2010-08-19 Robert William Dixon Data storage system with non-volatile memory for error correction
CN106557557A (en) * 2016-11-09 2017-04-05 上海轻维软件有限公司 CMDB accord methods and device based on configuration item priority
US10831744B1 (en) * 2018-03-16 2020-11-10 Amazon Technologies, Inc. System for processing modifications to data records
CN109815111A (en) * 2018-12-13 2019-05-28 深圳壹账通智能科技有限公司 Gray scale test method, device, computer equipment and storage medium
CN110287116A (en) * 2019-06-27 2019-09-27 苏宁消费金融有限公司 Multiple database bearing calibration
CN110806979A (en) * 2019-10-31 2020-02-18 北京东软望海科技有限公司 Interface return value checking method, device, equipment and storage medium
CN110851167A (en) * 2019-11-15 2020-02-28 腾讯科技(深圳)有限公司 Container environment updating method, device, equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113505078A (en) * 2021-07-26 2021-10-15 平安普惠企业管理有限公司 Configuration file updating method, device, equipment and storage medium
CN113505078B (en) * 2021-07-26 2024-05-28 深圳市大梦龙途网络科技有限公司 Configuration file updating method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
US9690788B2 (en) File type recognition analysis method and system
Guerrouj et al. The influence of app churn on app success and stackoverflow discussions
CN109033772B (en) Verification information input method and device
CN111352907A (en) Method and device for analyzing pipeline file, computer equipment and storage medium
CN111176996A (en) Test case generation method and device, computer equipment and storage medium
CN113450147B (en) Product matching method, device, equipment and storage medium based on decision tree
CN109242307B (en) Anti-fraud policy analysis method, server, electronic device and storage medium
CN112612756A (en) Abnormal file repairing method, device, equipment and storage medium
CN112306495A (en) Picture verification method and device, computer equipment and computer-readable storage medium
CN112698883A (en) Configuration data processing method, device, terminal and storage medium
CN111538542A (en) System configuration method and related device
CN110598115A (en) Sensitive webpage identification method and system based on artificial intelligence multi-engine
CN107071553B (en) Method, device and computer readable storage medium for modifying video and voice
JP2016057715A (en) Graphic type program analyzer
CN112464237B (en) Static code security diagnosis method and device
CN114065762A (en) Text information processing method, device, medium and equipment
CN113805861A (en) Code generation method based on machine learning, code editing system and storage medium
CN115618350A (en) Industrial control asset vulnerability detection method, equipment, storage medium and device
CN112686732A (en) Abnormal address data identification method, device, equipment, medium and product
CN113704122B (en) UI (user interface) automatic test system and method based on standard interface
CN113722208B (en) Project progress verification method and device for software test report
JP2018185601A (en) Information processing apparatus and information processing program
KR101900026B1 (en) Cross-validation system for mobile forensic solution that can prevent false detection and improve integrity
CN113779065A (en) Verification method and device for data comparison, terminal equipment and medium
CN112685303A (en) Code circle complexity detection method and device, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination