CN114722008A - File checking method and device, electronic equipment and storage medium - Google Patents

File checking method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN114722008A
CN114722008A CN202210425244.9A CN202210425244A CN114722008A CN 114722008 A CN114722008 A CN 114722008A CN 202210425244 A CN202210425244 A CN 202210425244A CN 114722008 A CN114722008 A CN 114722008A
Authority
CN
China
Prior art keywords
checking
object file
file
information
checked
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
CN202210425244.9A
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.)
Industrial and Commercial Bank of China Ltd ICBC
Original Assignee
Industrial and Commercial Bank of China Ltd ICBC
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 Industrial and Commercial Bank of China Ltd ICBC filed Critical Industrial and Commercial Bank of China Ltd ICBC
Priority to CN202210425244.9A priority Critical patent/CN114722008A/en
Publication of CN114722008A publication Critical patent/CN114722008A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems

Abstract

The disclosure provides a file checking method which can be applied to the fields of software operation and maintenance and finance. The method comprises the following steps: responding to the operation and maintenance environment information check request, and analyzing the test environment identification information and the production environment identification information in the operation and maintenance environment information check request; acquiring a first object file from a distributed storage system according to the test environment identification information, wherein the first object file comprises contents to be checked of the test environment; acquiring a second object file from the distributed storage system according to the production environment identification information, wherein the second object file comprises content to be checked of the production environment; checking the first object file and the second object file according to a checking rule in a preset rule configuration table to obtain a checking result; and sending the check result to the distributed storage system. The disclosure also provides a file checking device, equipment and a storage medium.

Description

File checking method and device, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of software operation and maintenance and the field of finance, and more particularly, to a method, apparatus, device, medium, and program product for document checking.
Background
The system test is an important stage in the project development process, and meanwhile, important basis is provided for production implementation, parameter setting and the like. When the project is put into production and implemented, the project is handed over to the production environment through the test environment, and the production environment is guided to complete the system implementation according to the implementation experience of the test stage.
In carrying out the inventive concept of the present disclosure, the inventors have found that there are at least the following problems in the related art: due to the fact that a certain difference exists between the production environment and the test environment, insufficient testing is easy to cause, the problem of difficulty in timely exposure exists, and potential production hazards exist.
Disclosure of Invention
In view of the above, the present disclosure provides a file collation method, apparatus, device, medium, and program product.
According to a first aspect of the present disclosure, there is provided a file checking method applied to an operation and maintenance environment information checking system, including:
responding to the operation and maintenance environment information check request, and analyzing the test environment identification information and the production environment identification information in the operation and maintenance environment information check request;
acquiring a first object file from a distributed storage system according to the test environment identification information, wherein the first object file comprises contents to be checked of the test environment;
acquiring a second object file from the distributed storage system according to the production environment identification information, wherein the second object file comprises content to be checked of the production environment;
checking the first object file and the second object file according to a checking rule in a preset rule configuration table to obtain a checking result; and
and sending the check result to the distributed storage system.
According to the embodiment of the disclosure, the operation and maintenance environment information checking request further comprises content information to be checked;
the method further comprises the following steps:
acquiring a first content to be checked corresponding to the content information to be checked in the test environment according to the test environment identification information and the content information to be checked;
generating the first object file according to the first content to be checked and a preset format;
acquiring second content to be checked corresponding to the content information to be checked in the production environment according to the production environment identification information and the content information to be checked;
generating the second object file according to the second content to be checked and a preset format;
and sending the first object file and the second object file to the distributed storage system.
According to an embodiment of the present disclosure, the file checking method further includes:
before the first object file and the second object file are sent to the distributed storage system, encrypting the second object file by using a preset encryption mode to obtain an encrypted second object file;
wherein the sending the first object file and the second object file to the distributed storage system includes:
and sending the first object file and the encrypted second object file to the distributed storage system.
According to an embodiment of the present disclosure, the file checking method further includes:
after the first object file and the second object file are checked according to the checking rules in the preset rule configuration table to obtain a checking result, marking the checking result which does not meet the checking rules to obtain a marked checking result;
wherein the sending the collation result to the distributed storage system includes:
and sending the marked checking result to the distributed storage system.
According to an embodiment of the present disclosure, the file checking method further includes:
storing the marked check result into a preset file to generate a check result file;
encrypting the check result file to obtain an encrypted check result file;
wherein the sending the collation result to the distributed storage system includes:
and sending the encrypted verification result file to the distributed storage system.
According to an embodiment of the present disclosure, the file checking method further includes:
responding to the authority configuration request of the encrypted verification result file, and analyzing the authority configuration information in the authority configuration request;
and configuring the viewing authority of the encrypted checking result file according to the authority configuration information.
According to the embodiment of the disclosure, the content information to be checked includes parameter information, data information, file information, authority information, and load policy information.
A second aspect of the present disclosure provides a document collating apparatus including:
the first analysis module is used for responding to the operation and maintenance environment information check request and analyzing the test environment identification information and the production environment identification information in the operation and maintenance environment information check request;
a first obtaining module, configured to obtain a first object file from a distributed storage system according to the testing environment identification information, where the first object file includes content to be checked of a testing environment;
a second obtaining module, configured to obtain a second object file from the distributed storage system according to the production environment identification information, where the second object file includes content to be checked of a production environment;
the checking module is used for checking the first object file and the second object file according to the checking rule in a preset rule configuration table to obtain a checking result; and
and the first sending module is used for sending the check result to the distributed storage system.
A third aspect of the present disclosure provides an electronic device, comprising: one or more processors; a memory for storing one or more programs, wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to perform the document checking method.
The fourth aspect of the present disclosure also provides a computer-readable storage medium having stored thereon executable instructions that, when executed by a processor, cause the processor to perform the above-described document checking method.
A fifth aspect of the present disclosure also provides a computer program product comprising a computer program which, when executed by a processor, implements the above-described document checking method.
According to the embodiment of the disclosure, the operation and maintenance environment information checking system responds to the operation and maintenance environment information checking request, and analyzes the test environment identification information and the production environment identification information in the operation and maintenance environment information checking request; then acquiring a first object file containing the content to be checked of the test environment from the distributed storage system according to the identification information of the test environment, and acquiring a second object file containing the content to be checked of the production environment from the distributed storage system according to the information of the production environment; and then, according to the checking rule in the preset rule configuration table, checking the first object file and the second object file to obtain a checking result, and sending the checking result to the distributed storage system. Therefore, the accuracy of the testing environment information and the accuracy of the production environment information are verified according to a certain checking rule, and the difference between the testing environment and the production environment is reduced, so that problems are found in advance, and the production hidden danger is reduced.
Drawings
The foregoing and other objects, features and advantages of the disclosure will be apparent from the following description of embodiments of the disclosure, which proceeds with reference to the accompanying drawings, in which:
FIG. 1 schematically illustrates an application scenario diagram of a document reconciliation method, apparatus, device, medium and program product according to an embodiment of the present disclosure;
FIG. 2 schematically illustrates a flow chart of a document reconciliation method according to an embodiment of the present disclosure;
FIG. 3 schematically illustrates a flow diagram of a document reconciliation method according to another embodiment of the present disclosure;
FIG. 4 is a block diagram schematically showing the configuration of a document collating apparatus according to an embodiment of the present disclosure;
FIG. 5 is a block diagram schematically showing the configuration of a document collating apparatus according to another embodiment of the present disclosure;
FIG. 6 is a diagram schematically illustrating an architecture of an operation and maintenance environment information checking system according to an embodiment of the present disclosure; and
FIG. 7 schematically illustrates a block diagram of an electronic device adapted to implement a document reconciliation method according to an embodiment of the present disclosure.
Detailed Description
Hereinafter, embodiments of the present disclosure will be described with reference to the accompanying drawings. It should be understood that the description is illustrative only and is not intended to limit the scope of the present disclosure. In the following detailed description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the embodiments of the disclosure. It may be evident, however, that one or more embodiments may be practiced without these specific details. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present disclosure.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. The terms "comprises," "comprising," and the like, as used herein, specify the presence of stated features, steps, operations, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, or components.
All terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art unless otherwise defined. It is noted that the terms used herein should be interpreted as having a meaning that is consistent with the context of this specification and should not be interpreted in an idealized or overly formal sense.
Where a convention analogous to "at least one of A, B and C, etc." is used, in general such a construction is intended in the sense one having skill in the art would understand the convention (e.g., "a system having at least one of A, B and C" would include but not be limited to systems that have a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.).
The system test is a more important stage in the project development process, and simultaneously provides important basis for production implementation, parameter setting and the like. When the project is put into production and implemented, the project is handed over to the production environment through the test environment, and the production environment is guided to complete the system implementation according to the implementation experience of the test stage.
However, the prior art mode of testing a hand-off production environment has the following problems:
1. the adaptability test environment has a plurality of sets, the parameter setting is different, the parameter verification or the authority setting and the like are not strict in production verification, and the condition that the test flow is not influenced but the configuration is irregular exists, so that the problem cannot be found in time.
2. For the production content which is not subjected to the adaptability test and is directly implemented in the production environment, the subsequent test environment is not synchronously operated, so that the test and the production environment have larger difference and the continuity test effect is influenced. For example, parameters are modified or deleted, jar package version upgrading or deleting and the like need special operation contents.
3. The testing environment is different from the production environment, so that the testing is insufficient, the problem of timely exposure is not solved, and the hidden danger of production exists.
4. The difference between the test environment and the production environment is not favorable for the reproduction and the solution of the production problem.
In view of the above, the present disclosure is directed to the above technical problem, by obtaining a first object file corresponding to a test environment and containing a content to be checked and a second object file corresponding to a production environment and containing a content to be checked from a distributed storage system according to an operation and maintenance environment information check request, then checking the first object file and the second object file according to a preset check rule to obtain a check result, and sending the check result to the distributed storage system for storage. Through the accuracy of strict check test environment and production environment, the reduction does not accord with the setting of production standard and appears in test environment, reduces the condition that production set up the irregularity equally, discovers in advance and solves the problem. Meanwhile, the technical scheme disclosed by the invention can be used for carrying out consistency check on the production project which is not subjected to the adaptability test and is directly implemented in the production environment, so that the data consistency of the test and production environments is improved, the hidden danger caused by synchronous omission of the test and production environments is avoided, and the production problem is favorably reproduced and verified.
Specifically, an embodiment of the present disclosure provides a file checking method, including: responding to the operation and maintenance environment information check request, and analyzing the test environment identification information and the production environment identification information in the operation and maintenance environment information check request; acquiring a first object file from a distributed storage system according to the test environment identification information, wherein the first object file comprises the content to be checked of the test environment; acquiring a second object file from the distributed storage system according to the production environment identification information, wherein the second object file comprises content to be checked of the production environment; checking the first object file and the second object file according to a checking rule in a preset rule configuration table to obtain a checking result; and sending the check result to the distributed storage system.
It should be noted that the file checking method and device provided by the embodiment of the disclosure can be used in the fields of software operation and maintenance and finance. The file checking method and device provided by the embodiment of the disclosure can also be used in any fields except the software operation and maintenance field and the financial field. The application fields of the file checking method and the file checking device provided by the embodiment of the disclosure are not limited.
In the technical scheme of the disclosure, before the personal information of the user is obtained or collected, the authorization or the consent of the user is obtained.
In the technical scheme of the disclosure, the data acquisition, collection, storage, use, processing, transmission, provision, disclosure, application and other processing are all in accordance with the regulations of relevant laws and regulations, necessary security measures are taken, and the public order and good custom are not violated.
Fig. 1 schematically shows an application scenario diagram of a file collation method, apparatus, device, medium, and program product according to an embodiment of the present disclosure.
As shown in fig. 1, the application scenario 100 according to this embodiment may include a network, a terminal device, and a server. The network 104 serves as a medium for providing communication links between the terminal devices 101, 102, 103 and the server 105. Network 104 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
The user may use the terminal devices 101, 102, 103 to interact with the server 105 via the network 104 to receive or send messages or the like. The terminal devices 101, 102, 103 may have installed thereon various communication client applications, such as shopping-like applications, web browser applications, search-like applications, instant messaging tools, mailbox clients, social platform software, etc. (by way of example only).
The terminal devices 101, 102, 103 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 105 may be a server providing various services, such as a background management server (for example only) providing support for websites browsed by users using the terminal devices 101, 102, 103. The background management server may analyze and perform other processing on the received data such as the user request, and feed back a processing result (e.g., a webpage, information, or data obtained or generated according to the user request) to the terminal device.
It should be noted that the file checking method provided by the embodiment of the present disclosure may be generally executed by the server 105. Accordingly, the file collating apparatus provided by the embodiment of the present disclosure may be generally disposed in the server 105. The file collation method provided by the embodiment of the present disclosure may also be performed by a server or a server cluster different from the server 105 and capable of communicating with the terminal apparatuses 101, 102, 103 and/or the server 105. Accordingly, the file collating device provided by the embodiment of the present disclosure may also be disposed in a server or a server cluster different from the server 105 and capable of communicating with the terminal devices 101, 102, 103 and/or the server 105. Alternatively, the file matching method provided by the embodiment of the present disclosure may also be executed by the terminal device 101, 102, or 103, or may also be executed by another terminal device different from the terminal device 101, 102, or 103. Accordingly, the file checking apparatus provided by the embodiment of the present disclosure may also be disposed in the terminal device 101, 102, or 103, or in another terminal device different from the terminal device 101, 102, or 103.
It should be understood that the number of terminal devices, networks, and servers in fig. 1 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
The document matching method of the disclosed embodiment will be described in detail below with reference to fig. 2 to 3 based on the scenario described in fig. 1.
FIG. 2 schematically shows a flow chart of a document reconciliation method according to an embodiment of the present disclosure.
As shown in fig. 2, the file verification method of this embodiment is applied to an operation and maintenance environment information verification system, and includes operations S210 to S250, and the file verification method may be executed by a server or a terminal device.
In operation S210, in response to the operation and maintenance environment information checking request, the test environment identification information and the production environment identification information in the operation and maintenance environment information checking request are parsed.
According to the embodiment of the disclosure, the operation and maintenance environment information check request may include, for example, a check application form submitted by a user, where the check application form includes the test environment identification information and the production environment identification information.
According to an embodiment of the present disclosure, the test environment identification information may include, for example, address information of the test environment, a number of the test environment, a name of the test environment, and the like. The production environment identification information may include, for example, address information of the production environment, a number of the production environment, a name of the production environment, and the like.
According to the embodiment of the present disclosure, the content to be checked of the test environment and the content to be checked of the production environment are obtained in accordance with the test environment identification information and the production environment identification information.
In operation S220, a first object file is obtained from the distributed storage system according to the testing environment identification information, where the first object file includes content to be verified of the testing environment.
According to an embodiment of the present disclosure, the first object file may include, for example, a file of contents to be collated of the test environment. The content to be checked of the test environment may include, for example, parameters, data, files, user rights, and the like of the test environment.
In operation S230, a second object file is obtained from the distributed storage system according to the production environment identification information, where the second object file includes content to be checked of the production environment.
According to an embodiment of the present disclosure, the second object file may include, for example, a file of contents to be collated of the production environment. The content to be checked of the production environment may include, for example, parameters, data, files, user rights, and the like of the production environment.
In operation S240, the first object file and the second object file are checked according to the checking rule in the preset rule configuration table to obtain a checking result.
According to embodiments of the present disclosure, the rule configuration table may include different types of collation rules, for example. The collation rules may include, for example, for a parameter that should be a URL (uniform resource locator), whether configuration in a domain name format is required to be checked; for the password parameters, whether the man-machine password separation and transformation is completed or not needs to be verified; for the user authority, it is necessary to check whether the current configuration user meets the production requirements, and the like.
According to the embodiment of the disclosure, each check rule has a separate program module to support checking, and the serial number of the check rule is configured in the rule configuration table. The number of the collation rules may be defined in ascending order according to the rule category (1-URL; 2-IP; 3-password; 4-switch; 5-user authority; 6-file binary), for example. For example, Rule number Rule001001, where Rule is a fixed symbol, 001 represents a check Rule of URL, and 001 represents a serial number of such check Rule. For example, Rule number Rule005004 represents the 4 th Rule for user rights verification.
According to the embodiment of the present disclosure, the content to be collated in the first object file and the content to be collated in the second object file are collated according to the collation rule, thereby obtaining the collation result. So as to expose problems and risks and avoid test or production problems caused by inconsistent settings of parameters, files, authorities and the like in advance.
In operation S250, the result of the collation is transmitted to the distributed storage system.
According to the embodiment of the disclosure, the check result is stored in the distributed storage system, on one hand, the check result can be checked at any time, on the other hand, the storage burden of the operation and maintenance environment information check system can be reduced, and the system performance is improved.
According to the embodiment of the disclosure, the operation and maintenance environment information checking system responds to the operation and maintenance environment information checking request, and analyzes the test environment identification information and the production environment identification information in the operation and maintenance environment information checking request; then acquiring a first object file containing the content to be checked of the test environment from the distributed storage system according to the identification information of the test environment, and acquiring a second object file containing the content to be checked of the production environment from the distributed storage system according to the information of the production environment; and then, according to the checking rule in the preset rule configuration table, checking the first object file and the second object file to obtain a checking result, and sending the checking result to the distributed storage system. Therefore, the accuracy of the test environment information and the accuracy of the production environment information are verified according to a certain checking rule, and the difference between the test environment and the production environment is reduced, so that problems are found in advance, and potential production hazards are reduced.
According to the embodiment of the disclosure, the operation and maintenance environment information checking request further comprises content information to be checked; the method further comprises the following steps: acquiring a first content to be checked corresponding to the content information to be checked in the test environment according to the test environment identification information and the content information to be checked; generating the first object file according to the first content to be checked and a preset format; acquiring second content to be checked corresponding to the content information to be checked in the production environment according to the production environment identification information and the content information to be checked; generating the second object file according to the second content to be checked and a preset format; and transmitting the first object file and the second object file to the distributed storage system.
According to the embodiment of the disclosure, the content information to be checked includes parameter information, data information, file information, authority information, and load policy information.
According to an embodiment of the present disclosure, the first content to be checked may include, for example, parameters of a test environment, data, files, user rights, load policies, and the like. The second content to be checked may include, for example, parameters of a production environment, data, files, user rights, load policies, and the like.
According to an embodiment of the present disclosure, the preset format may include, for example, storing in the form of a key-value, where the key is an ID of the first object file or the second object file, and the value is the first content to be collated or the second content to be collated.
According to the embodiment of the present disclosure, according to the information of the contents to be checked, the first contents to be checked corresponding to the test environment and the second contents to be checked corresponding to the production environment are acquired, and then the first contents to be checked and the second contents to be checked are stored in a key-value form, and the first object file and the second object file are generated.
According to the embodiment of the disclosure, the first object file and the second object file are stored in different domains through the distributed storage system, and the file security is improved.
According to an embodiment of the present disclosure, the first object file and the second object file may be stored, for example, using the structure of table 1:
TABLE 1
Figure BDA0003607390160000101
Figure BDA0003607390160000111
According to an embodiment of the present disclosure, the first object file storage structure corresponding to the test environment may be as shown in table 2 below:
TABLE 2
Figure BDA0003607390160000112
According to an embodiment of the present disclosure, the second object file storage structure corresponding to the production environment may be as shown in table 3 below:
TABLE 3
Figure BDA0003607390160000113
According to an embodiment of the present disclosure, the file checking method further includes: before the first object file and the second object file are sent to the distributed storage system, encrypting the second object file by using a preset encryption mode to obtain an encrypted second object file; wherein the sending the first object file and the second object file to the distributed storage system includes: and sending the first object file and the encrypted second object file to the distributed storage system.
According to the embodiment of the present disclosure, the preset encryption manner may be encrypted by using a general encryption algorithm, for example, and the encryption manner is not specifically limited in the present application.
According to the embodiment of the disclosure, the second object file is encrypted by adopting a preset encryption mode before being uploaded to the distributed system, so that the safety of the production environment data is improved.
FIG. 3 schematically shows a flowchart of a document reconciliation method according to another embodiment of the present disclosure.
As shown in fig. 3, the file collation method includes operations S301 to S313.
In operation S301, an operation and maintenance environment checking request submitted by a user is received, where the operation and maintenance environment checking request includes a checking request form, and the checking request form includes test environment identification information, production environment identification information, and content information to be checked.
In operation S302, the contents in the check application form are audited.
In operation S303, it is determined whether the check application form is approved. In the case where the audit of the check application form is not passed, operations S304 to S305 are performed; in the case where the check of the check application form is passed, operations S306 to S313 are performed.
In operation S304, the check application form is returned for modification by the user.
In operation S305, the user modifies the application form and resubmits the operation and maintenance environment checking request, and then performs operations S301 to S303.
In operation S306, a first content to be checked corresponding to the content information to be checked in the test environment is acquired according to the test environment identification information and the content information to be checked.
In operation S307, the first object file is generated in a preset format from the first content to be checked.
In operation S308, a second content to be checked corresponding to the content information to be checked in the production environment is acquired according to the production environment identification information and the content information to be checked.
In operation S309, a second object file is generated according to a preset format from the second content to be checked.
In operation S310, the second object file is encrypted by using a preset encryption method, so as to obtain an encrypted second object file.
In operation S311, the first object file and the encrypted second object file are transmitted to the distributed storage system.
In operation S312, the first object file and the second object file are checked according to the checking rule in the preset rule configuration table, and a checking result is obtained.
In operation S313, the collation result is transmitted to the distributed storage system for storage.
According to an embodiment of the present disclosure, the file checking method further includes: after the first object file and the second object file are checked according to the checking rules in the preset rule configuration table to obtain a checking result, marking the checking result which does not meet the checking rules to obtain a marked checking result; wherein the sending the collation result to the distributed storage system includes: and sending the marked checking result to the distributed storage system.
According to the embodiment of the disclosure, the checking result which does not meet the checking rule is marked, so that the operation and maintenance personnel can check the checking result quickly, and the checking result can be modified quickly.
According to an embodiment of the present disclosure, the file checking method further includes: storing the marked check result into a preset file to generate a check result file; encrypting the check result file to obtain an encrypted check result file; wherein the sending the collation result to the distributed storage system includes: and sending the encrypted verification result file to the distributed storage system.
According to an embodiment of the present disclosure, the preset file may include, for example, an excel file or a csv file.
According to the embodiment of the present disclosure, the encryption manner adopts a general encryption algorithm, and the present disclosure does not specifically limit the encryption manner.
According to the embodiment of the present disclosure, security of the collation result file is provided by encrypting the collation result file.
According to an embodiment of the present disclosure, the file checking method further includes: responding to the authority configuration request of the encrypted verification result file, and analyzing the authority configuration information in the authority configuration request; and configuring the viewing authority of the encrypted checking result file according to the authority configuration information.
According to the embodiment of the disclosure, the checking authority is further set for the encrypted checking result file, so that the safety of the checking result is effectively improved.
According to the embodiment of the disclosure, the viewing authority may include, for example, viewing only by a person who submits the operation and maintenance environment information check request, or viewing only by the project principal, and the like.
It should be noted that, unless explicitly stated that there is an execution sequence between different operations or there is an execution sequence between different operations in technical implementation, the execution sequence between multiple operations may not be sequential, or multiple operations may be executed simultaneously in the flowchart in this disclosure.
Based on the file checking method, the disclosure also provides a file checking device. The apparatus will be described in detail below with reference to fig. 4.
Fig. 4 schematically shows a block diagram of the configuration of the document collating apparatus according to the embodiment of the present disclosure.
As shown in fig. 4, the document collating apparatus 400 of this embodiment includes a first parsing module 401, a first obtaining module 402, a second obtaining module 403, a collating module 404, and a first transmitting module 405.
The first parsing module 401 is configured to parse, in response to the operation and maintenance environment information checking request, the testing environment identification information and the production environment identification information in the operation and maintenance environment information checking request. In an embodiment, the first parsing module 401 may be configured to perform the operation S210 described above, which is not described herein again.
The first obtaining module 402 is configured to obtain a first object file from a distributed storage system according to the testing environment identification information, where the first object file includes content to be checked of a testing environment. In an embodiment, the first obtaining module 402 may be configured to perform the operation S220 described above, which is not described herein again.
The second obtaining module 403 is configured to obtain a second object file from the distributed storage system according to the production environment identification information, where the second object file includes content to be checked of the production environment. In an embodiment, the second obtaining module 403 may be configured to perform the operation S230 described above, which is not described herein again.
The checking module 404 is configured to check the first object file and the second object file according to a checking rule in a preset rule configuration table to obtain a checking result. In an embodiment, the checking module 404 may be configured to perform the operation S240 described above, which is not described herein again.
The first sending module 405 is configured to send the checking result to the distributed storage system. In an embodiment, the first sending module 405 may be configured to perform the operation S250 described above, and is not described herein again.
According to the embodiment of the disclosure, the operation and maintenance environment information checking request further includes content information to be checked.
Fig. 5 schematically shows a block diagram of the configuration of a document collating apparatus according to another embodiment of the present disclosure.
As shown in fig. 5, the file collating apparatus 400 of this embodiment includes, in addition to the first parsing module 401, the first obtaining module 402, the second obtaining module 403, the collating module 404, and the first sending module 405, a third obtaining module 406, a first generating module 407, a fourth obtaining module 408, a second generating module 409, and a second sending module 410.
A third obtaining module 406, configured to obtain, according to the testing environment identification information and the content information to be checked, a first content to be checked corresponding to the content information to be checked in the testing environment.
A first generating module 407, configured to generate the first object file according to a preset format from the first content to be checked.
A fourth obtaining module 408, configured to obtain, according to the production environment identification information and the content information to be checked, a second content to be checked corresponding to the content information to be checked in the production environment.
A second generating module 409, configured to generate the second object file according to a preset format from the second content to be checked.
A second sending module 410, configured to send the first object file and the second object file to the distributed storage system.
According to an embodiment of the present disclosure, the above-mentioned document checking apparatus further includes: a first encryption module.
And the first encryption module is used for encrypting the second object file by using a preset encryption mode before the first object file and the second object file are sent to the distributed storage system to obtain the encrypted second object file.
According to an embodiment of the present disclosure, the sending the first object file and the second object file to the distributed storage system includes: and sending the first object file and the encrypted second object file to the distributed storage system.
According to an embodiment of the present disclosure, the above-mentioned document checking apparatus further includes: and a marking module.
The marking module is used for checking the first object file and the second object file according to the checking rule in the preset rule configuration table to obtain a checking result, and then marking the checking result which does not meet the checking rule to obtain a marked checking result.
According to an embodiment of the present disclosure, the sending the verification result to the distributed storage system includes: and sending the marked checking result to the distributed storage system.
According to an embodiment of the present disclosure, the above-mentioned document checking apparatus further includes: the device comprises a storage module and a second encryption module.
And the storage module is used for storing the marked checking result into a preset file to generate a checking result file.
And the second encryption module is used for encrypting the verification result file to obtain an encrypted verification result file.
According to an embodiment of the present disclosure, the sending the check result to the distributed storage system includes: and sending the encrypted verification result file to the distributed storage system.
According to an embodiment of the present disclosure, the above-mentioned document checking apparatus further includes: a second parsing module and a configuration module.
And the second analysis module is used for responding to the authority configuration request of the encrypted verification result file and analyzing the authority configuration information in the authority configuration request.
And the configuration module is used for configuring the viewing permission of the encrypted checking result file according to the permission configuration information.
According to the embodiment of the disclosure, the content information to be checked includes parameter information, data information, file information, authority information, and load policy information.
Fig. 6 schematically shows an architecture diagram of an operation and maintenance environment information checking system according to an embodiment of the present disclosure.
As shown in fig. 6, the operation and maintenance environment information checking system 600 includes a user management module 601, a parameter management module 602, a checking management module 603, and a system storage module 604.
The user management module 601 is responsible for overall user management of the system, including operations of adding, verifying, maintaining, deleting and the like for users. The user management module 601 obtains the user specific authority in real time through single sign-on, and provides a displayable functional interface for the user according to the authority information. The user management module 601 performs security access and role access control on the user, and improves the security of system access.
The user management module 601 manages users through a user management table. The user management table may take the form of, for example, table 4 below:
table 4 user management table
Figure BDA0003607390160000171
And the parameter management module 602 is responsible for configuration of system checking rules, checking of environment information entry, and connecting corresponding environments during checking. The parameter management module 602 includes test environment parameter management, production environment parameter management, and verification rule management of the production and test environments. The parameter management module 602 configures the test environment information, the production environment information and the verification rule, and in the verification process, the content to be verified in different environments is pulled, and an object file is generated in a key-value form and stored in different result domains through distributed storage. The parameter management module 602 may also enable the user to select and set the verification rule in the verification rule management according to different contents and purposes to be verified, for example: parameters, data, file binary system, authority and the like, and the system checks the parameters through a checking management module.
The parameter management module 602 configures the production environment or test environment information using the environment configuration table. For example, it may be configured using an environment configuration table as in table 5:
table 5 environment configuration table
Figure BDA0003607390160000172
Figure BDA0003607390160000181
Parameter management module 602 configures the collation rules using a rule configuration table. Configuration of the collation rules may be performed, for example, using a rule configuration table as in table 6:
table 6 rule configuration table
Figure BDA0003607390160000182
The checking management module 603 is a core function module in the operation and maintenance environment information checking system, and is mainly used for creating a checking application, approving the checking application, and checking a checking result. The user establishes the check application form, compares the application each time according to the check application form number mark, and sets the check application form state as the application state. And then, the user with the approval authority approves the content to be checked of the check application form, the state of the check application form is updated to be executed after the approval is passed, and the check application form is directly returned and adjusted to be in a returned state if the approval is not passed. The check application form can be revised for submission.
After the check application form is in a state of waiting for execution, the applicant can trigger execution of comparison and obtain a check result, wherein the check result is encrypted and set with minimum authority. The collation result file structure is stored in a key-value form, key is the collation result file ID, and value is the collation result object. The historical collation result can be inquired by collating the application form number or the collation result file ID.
According to an embodiment of the present disclosure, the collation application form may adopt, for example, a collation information application form as table 7:
table 7 check information application form
Figure BDA0003607390160000191
According to an embodiment of the present disclosure, the collation result file may be stored, for example, in a structure as in table 8:
TABLE 8
Figure BDA0003607390160000192
Figure BDA0003607390160000201
Taking CS001SC 00120210903113030 as an example of the verification result file, the structure of the verification result file is explained as shown in table 9.
TABLE 9
Figure BDA0003607390160000202
In table 9, key1 indicates that the test is icbccs.com, the production is icbcsc.com, and the 1-URL domain name rule is met, so the 0-check is normal.
key2 indicates test 11121314 and production 11.12.13.14, the test environment content does not comply with the 2-IP rule, so test environment 3-does not comply with the verification rule and production environment 0-verifies normal.
Key3 indicates that the test is passford, the production is r4e3w2q1aqswdeq1w2e3r4, the content of the test environment does not conform to the 3-cipher rule (for example, the cipher does not conform to the length of the cipher text), so the test environment is 3-does not conform to the check rule, and the production environment is 0-is normal.
Key4 indicates a test of 0, a production of 1, and a different value, so that the 1-way checkings do not match.
Key5 indicates that the test environment is 0 and conforms to the 4-switch check rule (rule is 0-off, 1-on), but the production has no such parameter, so the test environment is 2-check number mismatch.
key6 represents test user1, production is root, and according to 5-user authority rules, the root authority cannot be configured, so the test environment 0-check is normal, and the production environment 3-does not accord with the check rules.
key7 shows that the test is fileCS, the production is fileSC, the check rule is 6-file binary, and the content of the obtained file analysis file meets the requirement, so the 0-check is normal.
And a system storage module 404, configured to store data records of the user management module, the parameter management module, and the verification management module. And uploading the contents to be checked and the check result files after the data are pulled to the distributed storage system in a file form. The system only stores data records related to the system, and the data and results applied for checking adopt a distributed storage mode, so that the storage burden of the system is reduced, elastic expansion is supported, and the system performance is improved.
According to the embodiment of the disclosure, the operation and maintenance environment information checking system responds to the checking request form submitted by the checking management module, and analyzes the testing environment identification information and the production environment identification information in the checking request form; then acquiring a first object file containing the content to be checked of the test environment from the distributed storage system according to the identification information of the test environment, and acquiring a second object file containing the content to be checked of the production environment from the distributed storage system according to the information of the production environment; and then, according to the checking rule in the preset rule configuration table, checking the first object file and the second object file to obtain a checking result, and sending the checking result to the distributed storage system. Therefore, the accuracy of the test environment information and the accuracy of the production environment information are verified according to a certain checking rule, and the difference between the test environment and the production environment is reduced, so that problems are found in advance, and potential production hazards are reduced.
Any number of modules, sub-modules, units, sub-units, or at least part of the functionality of any number thereof according to embodiments of the present disclosure may be implemented in one module. Any one or more of the modules, sub-modules, units, and sub-units according to the embodiments of the present disclosure may be implemented by being split into a plurality of modules. Any one or more of the modules, sub-modules, units, sub-units according to embodiments of the present disclosure may be implemented at least in part as a hardware circuit, such as a Field Programmable Gate Array (FPGA), a Programmable Logic Array (PLA), a system on a chip, a system on a substrate, a system on a package, an Application Specific Integrated Circuit (ASIC), or may be implemented in any other reasonable manner of hardware or firmware by integrating or packaging a circuit, or in any one of or a suitable combination of software, hardware, and firmware implementations. Alternatively, one or more of the modules, sub-modules, units, sub-units according to embodiments of the disclosure may be implemented at least partly as a computer program module, which when executed, may perform a corresponding function.
According to the embodiment of the present disclosure, any plurality of the first parsing module 401, the first obtaining module 402, the second obtaining module 403, the checking module 404, the first sending module 405, the third obtaining module 406, the first generating module 407, the fourth obtaining module 408, the second generating module 409, and the second sending module 410 may be combined and implemented in one module, or any one of them may be split into a plurality of modules. Alternatively, at least part of the functionality of one or more of these modules may be combined with at least part of the functionality of other modules and implemented in one module. According to the embodiment of the present disclosure, at least one of the first parsing module 401, the first obtaining module 402, the second obtaining module 403, the checking module 404, the first sending module 405, the third obtaining module 406, the first generating module 407, the fourth obtaining module 408, the second generating module 409, and the second sending module 410 may be at least partially implemented as a hardware circuit, such as a Field Programmable Gate Array (FPGA), a Programmable Logic Array (PLA), a system on a chip, a system on a substrate, a system on a package, an Application Specific Integrated Circuit (ASIC), or may be implemented by hardware or firmware in any other reasonable manner of integrating or packaging a circuit, or implemented by any one of three implementations of software, hardware, and firmware, or in a suitable combination of any of them. Alternatively, at least one of the first parsing module 401, the first obtaining module 402, the second obtaining module 403, the checking module 404, the first sending module 405, the third obtaining module 406, the first generating module 407, the fourth obtaining module 408, the second generating module 409 and the second sending module 410 may be at least partially implemented as a computer program module, which may perform corresponding functions when being executed.
It should be noted that the document checking device portion in the embodiment of the present disclosure corresponds to the document checking method portion in the embodiment of the present disclosure, and the description of the document checking device portion specifically refers to the document checking method portion, which is not described herein again.
FIG. 7 schematically illustrates a block diagram of an electronic device adapted to implement a document reconciliation method according to an embodiment of the present disclosure.
As shown in fig. 7, an electronic device 700 according to an embodiment of the present disclosure includes a processor 701, which can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)702 or a program loaded from a storage section 708 into a Random Access Memory (RAM) 703. The processor 701 may include, for example, a general purpose microprocessor (e.g., a CPU), an instruction set processor and/or associated chipset, and/or a special purpose microprocessor (e.g., an Application Specific Integrated Circuit (ASIC)), among others. The processor 701 may also include on-board memory for caching purposes. The processor 701 may comprise a single processing unit or a plurality of processing units for performing the different actions of the method flows according to embodiments of the present disclosure.
In the RAM 703, various programs and data necessary for the operation of the electronic apparatus 700 are stored. The processor 701, the ROM702, and the RAM 703 are connected to each other by a bus 704. The processor 701 performs various operations of the method flows according to the embodiments of the present disclosure by executing programs in the ROM702 and/or the RAM 703. Note that the above-described programs may also be stored in one or more memories other than the ROM702 and the RAM 703. The processor 701 may also perform various operations of the method flows according to embodiments of the present disclosure by executing programs stored in the one or more memories described above.
Electronic device 700 may also include input/output (I/O) interface 705, which input/output (I/O) interface 705 is also connected to bus 704, according to an embodiment of the present disclosure. The electronic device 700 may also include one or more of the following components connected to the I/O interface 705: an input portion 706 including a keyboard, a mouse, and the like; an output section 707 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 708 including a hard disk and the like; and a communication section 709 including a network interface card such as a LAN card, a modem, or the like. The communication section 709 performs communication processing via a network such as the internet. A drive 710 is also connected to the I/O interface 705 as needed. A removable medium 711 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 710 as necessary, so that the computer program read out therefrom is mounted in the storage section 708 as necessary.
The present disclosure also provides a computer-readable storage medium, which may be contained in the apparatus/device/system described in the above embodiments; or may exist separately and not be assembled into the device/apparatus/system. The computer-readable storage medium carries one or more programs which, when executed, implement the method according to an embodiment of the disclosure.
According to embodiments of the present disclosure, the computer-readable storage medium may be a non-volatile computer-readable storage medium, which may include, for example but is not limited to: a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. For example, according to an embodiment of the present disclosure, a computer-readable storage medium may include the above-described ROM702 and/or RAM 703 and/or one or more memories other than the ROM702 and RAM 703.
Embodiments of the present disclosure also include a computer program product comprising a computer program containing program code for performing the method illustrated in the flow chart. When the computer program product runs in a computer system, the program code is used for causing the computer system to realize the file checking method provided by the embodiment of the disclosure.
The computer program performs the above-described functions defined in the system/apparatus of the embodiments of the present disclosure when executed by the processor 701. The systems, apparatuses, modules, units, etc. described above may be implemented by computer program modules according to embodiments of the present disclosure.
In one embodiment, the computer program may be hosted on a tangible storage medium such as an optical storage device, a magnetic storage device, and the like. In another embodiment, the computer program may also be transmitted in the form of a signal on a network medium, distributed, downloaded and installed via the communication section 709, and/or installed from the removable medium 711. The computer program containing program code may be transmitted using any suitable network medium, including but not limited to: wireless, wired, etc., or any suitable combination of the foregoing.
In such an embodiment, the computer program can be downloaded and installed from a network through the communication section 709, and/or installed from the removable medium 711. The computer program, when executed by the processor 701, performs the above-described functions defined in the system of the embodiment of the present disclosure. The systems, devices, apparatuses, modules, units, etc. described above may be implemented by computer program modules according to embodiments of the present disclosure.
In accordance with embodiments of the present disclosure, program code for executing computer programs provided by embodiments of the present disclosure may be written in any combination of one or more programming languages, and in particular, these computer programs may be implemented using high level procedural and/or object oriented programming languages, and/or assembly/machine languages. The programming language includes, but is not limited to, programming languages such as Java, C + +, python, the "C" language, or the like. The program code may execute entirely on the user computing device, partly on the user device, partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
Those skilled in the art will appreciate that various combinations and/or combinations of features recited in the various embodiments and/or claims of the present disclosure can be made, even if such combinations or combinations are not expressly recited in the present disclosure. In particular, various combinations and/or combinations of the features recited in the various embodiments and/or claims of the present disclosure may be made without departing from the spirit or teaching of the present disclosure. All such combinations and/or associations are within the scope of the present disclosure.
The embodiments of the present disclosure have been described above. However, these examples are for illustrative purposes only and are not intended to limit the scope of the present disclosure. Although the embodiments are described separately above, this does not mean that the measures in the embodiments cannot be used in advantageous combination. The scope of the disclosure is defined by the appended claims and equivalents thereof. Various alternatives and modifications can be devised by those skilled in the art without departing from the scope of the present disclosure, and such alternatives and modifications are intended to be within the scope of the present disclosure.

Claims (11)

1. A file checking method is applied to an operation and maintenance environment information checking system and comprises the following steps:
responding to an operation and maintenance environment information checking request, and analyzing test environment identification information and production environment identification information in the operation and maintenance environment information checking request;
acquiring a first object file from a distributed storage system according to the test environment identification information, wherein the first object file comprises content to be checked of the test environment;
acquiring a second object file from the distributed storage system according to the production environment identification information, wherein the second object file comprises content to be checked of the production environment;
checking the first object file and the second object file according to a checking rule in a preset rule configuration table to obtain a checking result; and
and sending the checking result to the distributed storage system.
2. The method according to claim 1, wherein the operation and maintenance environment information check request further includes content information to be checked;
the method further comprises the following steps:
acquiring a first content to be checked corresponding to the content information to be checked in the test environment according to the test environment identification information and the content information to be checked;
generating the first object file according to the first content to be checked and a preset format;
acquiring second content to be checked corresponding to the content information to be checked in the production environment according to the production environment identification information and the content information to be checked;
generating the second object file according to the second content to be checked and a preset format;
sending the first object file and the second object file to the distributed storage system.
3. The method of claim 2, further comprising:
before the first object file and the second object file are sent to the distributed storage system, encrypting the second object file by using a preset encryption mode to obtain an encrypted second object file;
wherein the sending the first object file and the second object file to the distributed storage system comprises:
and sending the first object file and the encrypted second object file to the distributed storage system.
4. The method of claim 1, further comprising:
after the first object file and the second object file are checked according to the checking rules in the preset rule configuration table to obtain a checking result, marking the checking result which does not meet the checking rules to obtain a marked checking result;
wherein the sending the collation result to the distributed storage system comprises:
and sending the marked checking result to the distributed storage system.
5. The method of claim 4, further comprising:
storing the marked check result into a preset file to generate a check result file;
encrypting the check result file to obtain an encrypted check result file;
wherein the sending the collation result to the distributed storage system comprises:
and sending the encrypted verification result file to the distributed storage system.
6. The method of claim 5, further comprising:
responding to a permission configuration request of the encrypted verification result file, and analyzing permission configuration information in the permission configuration request;
and configuring the viewing permission of the encrypted checking result file according to the permission configuration information.
7. The method according to claim 2, wherein the content information to be checked includes parameter information, data information, file information, authority information, load policy information.
8. A document collating apparatus comprising:
the first analysis module is used for responding to the operation and maintenance environment information check request and analyzing the test environment identification information and the production environment identification information in the operation and maintenance environment information check request;
the first acquisition module is used for acquiring a first object file from a distributed storage system according to the test environment identification information, wherein the first object file comprises the content to be checked of the test environment;
a second obtaining module, configured to obtain a second object file from the distributed storage system according to the production environment identification information, where the second object file includes content to be checked of a production environment;
the checking module is used for checking the first object file and the second object file according to a checking rule in a preset rule configuration table to obtain a checking result; and
and the first sending module is used for sending the checking result to the distributed storage system.
9. An electronic device, comprising:
one or more processors;
a storage device for storing one or more programs,
wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to perform the method of any of claims 1-7.
10. A computer readable storage medium having stored thereon executable instructions which, when executed by a processor, cause the processor to perform the method of any one of claims 1 to 7.
11. A computer program product comprising a computer program which, when executed by a processor, implements a method according to any one of claims 1 to 7.
CN202210425244.9A 2022-04-21 2022-04-21 File checking method and device, electronic equipment and storage medium Pending CN114722008A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210425244.9A CN114722008A (en) 2022-04-21 2022-04-21 File checking method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210425244.9A CN114722008A (en) 2022-04-21 2022-04-21 File checking method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114722008A true CN114722008A (en) 2022-07-08

Family

ID=82245179

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210425244.9A Pending CN114722008A (en) 2022-04-21 2022-04-21 File checking method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114722008A (en)

Similar Documents

Publication Publication Date Title
US20200412630A1 (en) Conditioning transmission of electronic communications encoding examination response data based on an assessment of a network connection
US11588855B2 (en) Policy approval layer
US10454906B1 (en) Systems and methods for encryption and authentication
US20200358774A1 (en) Controlling user creation of data resources on a data processing platform
US8341104B2 (en) Method and apparatus for rule-based masking of data
CN114981821A (en) System and method for data driven infrastructure control
CN109598117A (en) Right management method, device, electronic equipment and storage medium
CN110661776B (en) Sensitive data tracing method, device, security gateway and system
US10389685B2 (en) Systems and methods for securely transferring selective datasets between terminals
US10592068B1 (en) Graphic composer for service integration
US20180349983A9 (en) A system for periodically updating backings for resource requests
CN109460363B (en) Automatic testing method and device, electronic equipment and computer readable medium
US10747390B1 (en) Graphical composer for policy management
US20220255914A1 (en) Identity information linking
WO2012172386A1 (en) System and method for on demand data entry
CN109635558B (en) Access control method, device and system
US11093619B2 (en) Automated fixups based on partial goal satisfaction
CN111030816A (en) Authentication method and device for access platform of evidence obtaining equipment and storage medium
CN111767542A (en) Unauthorized detection method and device
CN114722008A (en) File checking method and device, electronic equipment and storage medium
CN110401674B (en) Data access method, device, system, electronic equipment and computer readable medium
CN114816361A (en) Method, device, equipment, medium and program product for generating splicing project
CN113535574A (en) Automatic generation method, device, equipment and medium for test user data
CN113947385A (en) Authority auditing method, device, equipment and storage medium
CN113392004A (en) Interface verification method, device, equipment, medium and program product

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