CN113570255A - Quality detection method for batch processing files - Google Patents

Quality detection method for batch processing files Download PDF

Info

Publication number
CN113570255A
CN113570255A CN202110870378.7A CN202110870378A CN113570255A CN 113570255 A CN113570255 A CN 113570255A CN 202110870378 A CN202110870378 A CN 202110870378A CN 113570255 A CN113570255 A CN 113570255A
Authority
CN
China
Prior art keywords
file
check
plug
field
detection
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
CN202110870378.7A
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.)
Shanghai Tonglian Financial Services Co Ltd
Original Assignee
Shanghai Tonglian Financial Services 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 Shanghai Tonglian Financial Services Co Ltd filed Critical Shanghai Tonglian Financial Services Co Ltd
Priority to CN202110870378.7A priority Critical patent/CN113570255A/en
Publication of CN113570255A publication Critical patent/CN113570255A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0639Performance analysis of employees; Performance analysis of enterprise or organisation operations
    • G06Q10/06395Quality analysis or management
    • 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/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Development Economics (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Educational Administration (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Quality & Reliability (AREA)
  • Operations Research (AREA)
  • Game Theory and Decision Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to a method for detecting the quality of batch files, which comprises the following steps: setting an inspection matrix configuration file in a main program, wherein the inspection matrix configuration file comprises batch information of files to be inspected and plugin information corresponding to items to be inspected of the files to be inspected, and the plugins corresponding to the items to be inspected of the files to be inspected comprise a file check value inspection plugin, a file record threshold inspection plugin and a file field inspection plugin; the main program calls and analyzes the check matrix configuration file at regular time; acquiring the file to be inspected according to the information of the file to be inspected; acquiring corresponding plug-ins according to plug-in information corresponding to items to be checked of files to be checked; detecting according to the corresponding plug-in; and outputting the condition that the detection fails to pass to an alarm log. The invention can check the multi-dimension of the field format, the data volume threshold value and the like of the file to be checked so as to reduce the probability of abnormal occurrence of the batch processing program due to the file quality problem.

Description

Quality detection method for batch processing files
Technical Field
The invention relates to the technical field of file processing, in particular to a quality detection method for batch-processed files.
Background
In a conventional batch processing program, the quality of batch files input by an external system cannot be controlled, which easily causes unpredicted abnormality of the batch processing program, especially the batch processing program at night, if the abnormality occurs, many problems such as data inspection, data repair and program repair are involved, and a lot of manpower and time are needed to solve the problems.
Therefore, it is necessary to provide a method for detecting the quality of batch files, which can check the field format, the data amount threshold, and other dimensions of the files to reduce the probability of abnormal occurrence of the batch program due to the problem of file quality.
Disclosure of Invention
The invention aims to provide a method for detecting the quality of batch files, which can be used for checking the field format, the data volume threshold value and other dimensions of the files so as to reduce the probability of abnormal occurrence of a batch program due to the problem of the file quality.
In order to solve the above problems, the present invention provides a method for detecting the quality of batch files, comprising the following steps:
setting an inspection matrix configuration file in a main program, wherein the inspection matrix configuration file comprises batch information of files to be inspected and plugin information corresponding to items to be inspected of the files to be inspected, and the plugins corresponding to the items to be inspected of the files to be inspected comprise a file check value inspection plugin, a file record threshold inspection plugin and a file field inspection plugin;
the main program calls and analyzes the check matrix configuration file at regular time;
acquiring the file to be inspected according to the information of the file to be inspected;
acquiring corresponding plug-ins according to plug-in information corresponding to items to be checked of files to be checked;
detecting according to the corresponding plug-in, wherein the file check value check plug-in checks and detects the content of the current file to be checked, the file recording threshold check plug-in detects the line number of the current file to be checked, and the file field check plug-in detects the length of the field and the content of the field in the current file to be checked;
and outputting the information of the file which is detected to fail and the type of the file which is detected to fail to an alarm log.
Optionally, in the method for detecting quality of batch files, the information of the file to be checked includes a file number, a file name, and a file path.
Optionally, in the method for detecting quality of batch files, a corresponding plug-in is obtained according to plug-in information corresponding to an item to be checked of each file to be checked, where the plug-in includes: a file check value check plug-in, a file record threshold check plug-in, and/or a file field check plug-in.
Optionally, in the method for detecting quality of batch files, when the corresponding plug-in is a file check value check plug-in, the detection method is as follows:
and simultaneously acquiring a check file and a source file according to the information of the file to be checked in the check matrix configuration file, comparing the content of the check file with the content of the source file, if the content of the check file is consistent with the content of the source file, judging that the detection is passed, otherwise, judging that the detection is not passed.
Optionally, in the method for detecting quality of batch files, when the corresponding plug-in is a file record threshold check plug-in, the detection method is as follows:
the method comprises the steps of obtaining line number threshold values of files to be checked preset in the check matrix configuration file, comparing the preset line number threshold values of the files to be checked with actual line number threshold values, judging that the detection is passed if the actual line number threshold values are smaller than or equal to the preset line number threshold values, and judging that the detection is not passed if the actual line number threshold values exceed the preset line number threshold values.
Optionally, in the method for detecting quality of batch files, when the corresponding plug-in is a file field check plug-in, the file field check plug-in includes a content configuration file, where the content configuration file includes detection selection configuration parameters and detection preset parameters, so as to detect the length of a field in a current file to be checked and the content of the field.
Optionally, in the method for detecting the quality of the batch file, a selection manner according to the detection selection configuration parameter is as follows:
the content configuration file provides a sampling switch configuration, and whether the sampling switch is started or not is selected according to the requirements of a full check file or a sampling check file.
Optionally, in the method for detecting quality of batch files, a detection method of a file field check plug-in is as follows:
acquiring a preset character length value in the preset detection parameters, recording an actual character length value of the current file to be detected, comparing, and if matching, judging that the detection is passed, otherwise, judging that the detection is not passed;
acquiring a field position, a field filling attribute and a field content format preset in the detection preset parameters, recording the actual field position, the field filling attribute and the field content format of the current file to be detected, comparing, and if all the field position, the field filling attribute and the field content format are matched, judging that the detection is passed, otherwise, judging that the detection is not passed;
and if any one of the character length, the field position, the field filling attribute and the field content format is not matched, judging that the file field checking plug-in detection fails.
Optionally, in the method for detecting the quality of the batch files, the type of the detection failure includes at least one of a file check value check plug-in detection failure, a file record threshold check plug-in detection failure, and a file field check plug-in detection failure.
Optionally, in the method for detecting the quality of the batch files, a log analysis program monitors and analyzes logs in real time, and sends an early warning in time if an alarm log occurs.
In the method for detecting the quality of the batch files, the detection mode and the detection plug-ins with different dimensions are preset in the detection matrix configuration file and are used for detecting the files to be detected and warning the files which do not pass the detection in the alarm log mode. The method aims to ensure sufficient time to carry out manual intervention processing on the abnormal file in advance, reduces the probability of abnormal occurrence of the existing batch processing program due to file quality problems, is used as a preposed supplementary step of the batch processing program, increases the robustness of the batch processing program, and reduces unnecessary operation and maintenance cost caused by the abnormal batch processing program.
Drawings
Fig. 1 is a flowchart of a quality detection method according to an embodiment of the present invention.
Detailed Description
The following describes in more detail embodiments of the present invention with reference to the schematic drawings. The advantages and features of the present invention will become more apparent from the following description. It is to be noted that the drawings are in a very simplified form and are not to precise scale, which is merely for the purpose of facilitating and distinctly claiming the embodiments of the present invention.
If the method described herein comprises a series of steps, the order in which these steps are presented herein is not necessarily the only order in which these steps may be performed, and some of the described steps may be omitted and/or some other steps not described herein may be added to the method.
In a conventional batch processing program, the quality of batch files input by an external system cannot be controlled, which easily causes unpredicted abnormality of the batch processing program, especially the batch processing program at night, if the abnormality occurs, many problems such as data inspection, data repair and program repair are involved, and a lot of manpower and time are needed to solve the problems.
Therefore, it is necessary to provide a quality detection method for batch files, as shown in fig. 1, fig. 1 is a flowchart of the quality detection method provided by an embodiment of the present invention, where the quality detection method includes the following steps:
setting an inspection matrix configuration file in a main program, wherein the inspection matrix configuration file comprises batch information of files to be inspected and plugin information corresponding to items to be inspected of the files to be inspected, and the plugins corresponding to the items to be inspected of the files to be inspected comprise a file check value inspection plugin, a file record threshold inspection plugin and a file field inspection plugin;
the main program calls and analyzes the check matrix configuration file at regular time;
acquiring the file to be inspected according to the information of the file to be inspected;
acquiring corresponding plug-ins according to plug-in information corresponding to items to be checked of files to be checked;
detecting according to the corresponding plug-in, wherein the file check value check plug-in checks and detects the content of the current file to be checked, the file recording threshold check plug-in detects the line number of the current file to be checked, and the file field check plug-in detects the length of the field and the content of the field in the current file to be checked;
and outputting the information of the file which is detected to fail and the type of the file which is detected to fail to an alarm log.
In general, the files to be checked and the plug-ins may be stored in a computer storage device, not in the check matrix configuration file, which only stores names, search paths (plug-in entries), and the like of the files to be checked and the plug-ins. And between the regular calling of the check matrix configuration file, the main program loads a plug-in inlet program in advance so as to call the plug-in directly in the following.
Preferably, the invention can check the multi-dimension of the field format, the data volume threshold value and the like of the file, and can expand the self-defined check logic (for example, adding check plug-ins with different dimensions) along with the change of the monitoring requirement so as to monitor the file to be checked before the batch processing program is executed and give an alarm in advance for the exception. The invention only needs to invest lower operation and maintenance cost to intervene in advance to process abnormal files so as to reduce the probability of abnormal occurrence of batch processing programs caused by file quality problems.
Typically, the information of the file to be checked includes a file number, a file name, and a file path.
In one embodiment, the format of the check matrix configuration file is as follows:
Figure BDA0003188695840000051
the contents of the check matrix configuration file are described below:
the first behavior configuration header of the matrix configuration file is checked. Configuring the first three columns of the file to be checked as the position information of the file to be checked, including the file number (fileId), the file name (fileName) and the file path (filePath); the configuration header is a plug-in number from the fourth column to the end, the plug-in number corresponds to each plug-in, and the main program loads a specified plug-in from the plug-in package according to the plug-in number, for example, the main program loads the plug-in "FUN _ checkok.sh" from the plug-in package according to the plug-in number "CHECKOK" in the sample.
Starting from the second row of the check matrix configuration file, the content is the file body, the first three columns are the file number, the file name and the file path, in which wildcard "? "and" - "replace ambiguous one or more characters; the content starting from the fourth column is the input parameter of the plug-in corresponding to the plug-in program number in the file header. And traversing the file header and the file body of the matrix configuration file by the main program, and performing corresponding inspection on the file corresponding to each row of the file body by using a plug-in program according to the plug-in input parameters.
Preferably, the corresponding plug-in is obtained according to the plug-in information corresponding to the to-be-checked item of each file to be checked, and the plug-in includes: a file check value check plug-in, a file record threshold check plug-in, and/or a file field check plug-in. That is, the plug-in corresponding to the to-be-checked item of the file to be checked may be at least one of a file check value check plug-in, a file record threshold check plug-in, and a file field check plug-in, or may be multiple plug-ins.
Optionally, in the method for detecting quality of batch files, when the corresponding plug-in is a file check value check plug-in, the detection method is as follows:
and simultaneously acquiring a check file and a source file according to the information of the file to be checked in the check matrix configuration file, comparing the content of the check file with the content of the source file, if the content of the check file is consistent with the content of the source file, judging that the detection is passed, otherwise, judging that the detection is not passed.
In one embodiment, the checking logic of the file check value checking plug-in relies on the source file and accompanying check file of the file to be checked. For example, a file with the file name "card" has a "card.ok" check file in addition to the source file, and the check file holds a string of check information. And the file check value check plug-in calculates to obtain a check value, the check value is compared with check information in the check file, and if the check value is inconsistent with the check information, the detection is not passed.
Further, when the corresponding plug-in is a file record threshold check plug-in, the detection mode is as follows:
the method comprises the steps of obtaining line number threshold values of files to be checked preset in the check matrix configuration file, comparing the preset line number threshold values of the files to be checked with actual line number threshold values, judging that the detection is passed if the actual line number threshold values are smaller than or equal to the preset line number threshold values, and judging that the detection is not passed if the actual line number threshold values exceed the preset line number threshold values.
And further, when the corresponding plug-in is a file field check plug-in, the file field check plug-in comprises a content configuration file, and the content configuration file comprises detection selection configuration parameters and detection preset parameters so as to detect the length of the field in the current file to be checked and the content of the field.
Specifically, the selection mode according to the detection selection configuration parameters is as follows: the content configuration file provides a sampling switch configuration, and whether the sampling switch is started or not is selected according to the requirements of a full check file or a sampling check file. And traversing the full file during full inspection, and inspecting file records line by line. And during sampling inspection, three record samples in the front, middle and rear of the file are extracted through a specified formula to be inspected.
The file field check plug-in detection mode is as follows: acquiring a preset character length value in the preset detection parameters, recording an actual character length value of the current file to be detected, comparing, and if matching, judging that the detection is passed, otherwise, judging that the detection is not passed; acquiring a field position, a field filling attribute and a field content format preset in the detection preset parameter, recording the actual field position, the field filling attribute and the field content format of the current file to be detected (the actual field position is determined by positioning and adding offset, the actual field filling attribute is determined by judging whether filling is performed or not, and the actual field content format is represented by a regular expression), comparing, if all matching is performed, judging that the detection is passed, otherwise, judging that the detection is not passed; and if any one of the character length, the field position, the field filling attribute and the field content format is not matched, judging that the file field checking plug-in detection fails.
Preferably, the type of the detection failure includes at least one of a file check value check plug-in detection failure, a file record threshold check plug-in detection failure, and a file field check plug-in detection failure.
Further, the log analysis program monitors and analyzes the log in real time, and if the log is alarmed, the log sends early warning in time and informs operation and development personnel to process the log in time.
In summary, in the quality detection method for batch processing files provided by the present invention, the detection mode and the detection plug-ins with different dimensions are preset in the detection matrix configuration file to detect the files to be detected, and the files which do not pass the detection are warned in the alarm log mode. The method aims to ensure sufficient time to carry out manual intervention processing on the abnormal file in advance, reduces the probability of abnormal occurrence of the existing batch processing program due to file quality problems, is used as a preposed supplementary step of the batch processing program, increases the robustness of the batch processing program, and reduces unnecessary operation and maintenance cost caused by the abnormal batch processing program.
The above description is only a preferred embodiment of the present invention, and does not limit the present invention in any way. It will be understood by those skilled in the art that various changes, substitutions and alterations can be made herein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (10)

1. A method for detecting the quality of batch files is characterized by comprising the following steps:
setting an inspection matrix configuration file in a main program, wherein the inspection matrix configuration file comprises batch information of files to be inspected and plugin information corresponding to items to be inspected of the files to be inspected, and the plugins corresponding to the items to be inspected of the files to be inspected comprise a file check value inspection plugin, a file record threshold inspection plugin and a file field inspection plugin;
the main program calls and analyzes the check matrix configuration file at regular time;
acquiring the file to be inspected according to the information of the file to be inspected;
acquiring corresponding plug-ins according to plug-in information corresponding to items to be checked of files to be checked;
detecting according to the corresponding plug-in, wherein the file check value check plug-in checks and detects the content of the current file to be checked, the file recording threshold check plug-in detects the line number of the current file to be checked, and the file field check plug-in detects the length of the field and the content of the field in the current file to be checked;
and outputting the information of the file which is detected to fail and the type of the file which is detected to fail to an alarm log.
2. The method for detecting the quality of the batch files according to claim 1, wherein the information of the files to be checked includes a file number, a file name, and a file path.
3. The method for detecting the quality of the batch files according to claim 1, wherein the plug-ins are obtained according to the plug-in information corresponding to the items to be checked of each file to be checked, and the plug-ins comprise: a file check value check plug-in, a file record threshold check plug-in, and/or a file field check plug-in.
4. The method for detecting the quality of the batch files according to claim 3, wherein when the corresponding plug-in is a file check value check plug-in, the detection mode is as follows:
and simultaneously acquiring a check file and a source file according to the information of the file to be checked in the check matrix configuration file, comparing the content of the check file with the content of the source file, if the content of the check file is consistent with the content of the source file, judging that the detection is passed, otherwise, judging that the detection is not passed.
5. The method for detecting the quality of the batch files according to claim 3, wherein when the corresponding plug-in is a file recording threshold check plug-in, the detection mode is as follows:
the method comprises the steps of obtaining line number threshold values of files to be checked preset in the check matrix configuration file, comparing the preset line number threshold values of the files to be checked with actual line number threshold values, judging that the detection is passed if the actual line number threshold values are smaller than or equal to the preset line number threshold values, and judging that the detection is not passed if the actual line number threshold values exceed the preset line number threshold values.
6. The method as claimed in claim 3, wherein when the corresponding plug-in is a file field check plug-in, the file field check plug-in includes a content configuration file, and the content configuration file includes a detection selection configuration parameter and a detection preset parameter, so as to detect the length of the field and the content of the field in the current file to be checked.
7. The method for quality inspection of batch files according to claim 6, wherein the selection based on the inspection selection configuration parameters is performed by:
the content configuration file provides a sampling switch configuration, and whether the sampling switch is started or not is selected according to the requirements of a full check file or a sampling check file.
8. The method for quality inspection of batch files according to claim 6, wherein the file field check plug-ins are detected in the following manner:
acquiring a preset character length value in the preset detection parameters, recording an actual character length value of the current file to be detected, comparing, and if matching, judging that the detection is passed, otherwise, judging that the detection is not passed;
acquiring a field position, a field filling attribute and a field content format preset in the detection preset parameters, recording the actual field position, the field filling attribute and the field content format of the current file to be detected, comparing, and if all the field position, the field filling attribute and the field content format are matched, judging that the detection is passed, otherwise, judging that the detection is not passed;
and if any one of the character length, the field position, the field filling attribute and the field content format is not matched, judging that the file field checking plug-in detection fails.
9. The method of claim 1, wherein the type of the non-passing detection comprises at least one of a file check value check plug-in detection non-passing, a file record threshold check plug-in detection non-passing, and a file field check plug-in detection non-passing.
10. The method for detecting the quality of the batch files according to claim 1, wherein a log analysis program monitors and analyzes the log in real time, and sends an early warning in time if an alarm log occurs.
CN202110870378.7A 2021-07-30 2021-07-30 Quality detection method for batch processing files Pending CN113570255A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110870378.7A CN113570255A (en) 2021-07-30 2021-07-30 Quality detection method for batch processing files

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110870378.7A CN113570255A (en) 2021-07-30 2021-07-30 Quality detection method for batch processing files

Publications (1)

Publication Number Publication Date
CN113570255A true CN113570255A (en) 2021-10-29

Family

ID=78169419

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110870378.7A Pending CN113570255A (en) 2021-07-30 2021-07-30 Quality detection method for batch processing files

Country Status (1)

Country Link
CN (1) CN113570255A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114500517A (en) * 2022-03-14 2022-05-13 北京计算机技术及应用研究所 Method for realizing control file uploading based on API gateway

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102929585A (en) * 2012-09-25 2013-02-13 上海证券交易所 Batch processing method and system supporting multi-master distributed data processing
CN106547658A (en) * 2016-10-28 2017-03-29 合网络技术(北京)有限公司 A kind of automated testing method and device
CN107844400A (en) * 2017-10-16 2018-03-27 阿里巴巴集团控股有限公司 The method of calibration and device of a kind of daily record data
WO2020012571A1 (en) * 2018-07-11 2020-01-16 株式会社島津製作所 Analysis system, auto sampler, and template sheet for auto sampler
CN111159003A (en) * 2018-11-07 2020-05-15 马上消费金融股份有限公司 Batch processing test method and device
CN112799945A (en) * 2021-01-29 2021-05-14 中国工商银行股份有限公司 Batch file verification method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102929585A (en) * 2012-09-25 2013-02-13 上海证券交易所 Batch processing method and system supporting multi-master distributed data processing
CN106547658A (en) * 2016-10-28 2017-03-29 合网络技术(北京)有限公司 A kind of automated testing method and device
CN107844400A (en) * 2017-10-16 2018-03-27 阿里巴巴集团控股有限公司 The method of calibration and device of a kind of daily record data
WO2020012571A1 (en) * 2018-07-11 2020-01-16 株式会社島津製作所 Analysis system, auto sampler, and template sheet for auto sampler
CN111159003A (en) * 2018-11-07 2020-05-15 马上消费金融股份有限公司 Batch processing test method and device
CN112799945A (en) * 2021-01-29 2021-05-14 中国工商银行股份有限公司 Batch file verification method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114500517A (en) * 2022-03-14 2022-05-13 北京计算机技术及应用研究所 Method for realizing control file uploading based on API gateway

Similar Documents

Publication Publication Date Title
CN109474488B (en) Interface testing method and device and computer equipment
US8867848B2 (en) Display test device, display test method, and storage medium
US7814369B2 (en) System and method for detecting combinations of perfomance indicators associated with a root cause
US20090222492A1 (en) Logging Device and Recording Medium
CN113570255A (en) Quality detection method for batch processing files
CN108304276B (en) Log processing method and device and electronic equipment
CN112100035A (en) Page abnormity detection method, system and related device
CN111309584B (en) Data processing method, device, electronic equipment and storage medium
CN112632330A (en) Method and device for routing inspection of ATM equipment, computer equipment and storage medium
CN113392000B (en) Test case execution result analysis method, device, equipment and storage medium
CN111371647A (en) Data center monitoring data preprocessing method and device
CN111124809B (en) Test method and device for server sensor system
CN112328173A (en) Distributed storage system disk fault repairing method and device
CN118057771A (en) Test analysis method and device
CN115186001A (en) Patch processing method and device
KR100924519B1 (en) File format analysis system and method for unknown file format to use software security testing
CN113037521B (en) Method for identifying state of communication equipment, communication system and storage medium
CN113112036A (en) Data processing method and device for vehicle and computer equipment
CN113127003A (en) Code abnormity warning method, device, equipment and storage medium
CN117076327B (en) Automatic interface detection and repair method and system
CN117407207B (en) Memory fault processing method and device, electronic equipment and storage medium
CN115514630B (en) Self-adaptive fault analysis method, device, equipment and storage medium
CN111953544B (en) Fault detection method, device, equipment and storage medium of server
CN115543920B (en) File format detection method and device, electronic equipment and medium
CN110795414B (en) Alarm analysis method and device for semiconductor equipment

Legal Events

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

Application publication date: 20211029