CN111200654A - Client request error processing method and device - Google Patents

Client request error processing method and device Download PDF

Info

Publication number
CN111200654A
CN111200654A CN201911422266.4A CN201911422266A CN111200654A CN 111200654 A CN111200654 A CN 111200654A CN 201911422266 A CN201911422266 A CN 201911422266A CN 111200654 A CN111200654 A CN 111200654A
Authority
CN
China
Prior art keywords
information
error
response information
response
client
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
CN201911422266.4A
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN201911422266.4A priority Critical patent/CN111200654A/en
Publication of CN111200654A publication Critical patent/CN111200654A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0823Errors, e.g. transmission errors

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Environmental & Geological Engineering (AREA)
  • Computer And Data Communications (AREA)

Abstract

The application discloses a client request error processing method and device, wherein the method comprises the following steps: intercepting service request information sent by a client to a server; forwarding the service request information to a server to acquire response information of the server to the service request information; analyzing the response information, and determining whether the response information contains error information; and if the response information contains error information, selecting to send the response information to the client or terminate the service request according to the interface requirement of the preset client for receiving the response information. The method and the device can solve the problems that when the current interface is developed, different interfaces are configured with the same or similar codes, so that code redundancy is caused, and the similar codes are difficult to maintain in a later period due to the fact that the styles of the similar codes are inconsistent.

Description

Client request error processing method and device
Technical Field
The present application relates to the field of communications technologies, and in particular, to a method and an apparatus for processing a client request error.
Background
This section is intended to provide a background or context to the embodiments of the invention that are recited in the claims. The description herein is not admitted to be prior art by inclusion in this section.
With the continuous temperature rise of the user experience demand, a good client can no longer provide the functions required by the user, but needs to reduce the use difficulty, optimize the user interface and provide accurate and timely server response on the basis of providing the perfect functions. The server side often brings bad experience when responding to the client side request, and plays a very important role in timely processing the client side request error in order to reduce the influence of the bad experience.
The server side and the client side are communicated through a plurality of interfaces. In the front-end code development stage, after the interface receives the response of the server to the request of the client, the developer needs to judge whether the request is normal or has an error for each request and response, perform corresponding logic branch processing according to different judgment results, and perform error processing, error prompt and other operations for the request with the error, so that different interfaces may configure a lot of codes for the same request. Under the condition that multiple persons cooperate to carry out interface configuration development, the styles of the final codes processed by similar logics are inconsistent due to different styles of the persons, and great troubles are brought to later-stage interface maintenance.
Disclosure of Invention
The embodiment of the application provides a client request error processing method, which is used for solving the problems that when a current interface is developed, different interfaces are configured with the same or similar codes, so that code redundancy is caused, and the later maintenance is difficult due to the fact that the possible styles of the similar codes are inconsistent, and comprises the following steps:
intercepting service request information sent by a client to a server;
forwarding the service request information to a server to acquire response information of the server to the service request information;
analyzing the response information, and determining whether the response information contains error information;
and if the response information contains error information, selecting to send the response information to the client or terminate the service request according to the interface requirement of the preset client for receiving the response information.
The embodiment of the present application further provides a device for processing a client request error, so as to solve the problems that when a current interface is developed, different interfaces are configured with the same or similar codes, so that code redundancy is caused, and the similar codes are difficult to maintain in a later period due to possible inconsistent styles, the device including:
the request intercepting module is used for intercepting service request information sent by the client to the server;
the request intercepting module is also used for forwarding the service request information to the server and acquiring the response information of the server to the service request information;
the analysis module is used for analyzing the response information intercepted by the request interception module and determining whether the response information contains error information;
and the error processing module is used for selecting to send the response information to the client or terminate the service request according to the interface requirement of the preset client for receiving the response information when the analysis module determines that the response information contains the error information.
In the embodiment of the application, the client and the server are not communicated directly, but the processing device intercepts the service request information sent by the client to the server and the response information of the server to the service request information, judges whether the response information is wrong, and selects to perform unified processing on the intercepted response information according to the judgment result, wherein the unified processing can be to transmit or terminate the service request to the client. Therefore, the logic judgment process completed by the current interface is centralized to be completed by the processing device, processing logic does not need to be configured on each interface, the redundancy of codes is reduced, the codes are configured only once, the style of the codes can be kept uniform, meanwhile, the cost of later maintenance is reduced to a great extent, wrong response information is continuously transmitted downwards, the special requirements of certain interfaces can be met, and all requirements are covered as far as possible.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
FIG. 1 is a flowchart illustrating a method for handling an error of a client request according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of a client request error handling apparatus according to an embodiment of the present disclosure.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present application more apparent, the embodiments of the present application are further described in detail below with reference to the accompanying drawings. The exemplary embodiments and descriptions of the present application are provided herein to explain the present application and not to limit the present application.
An embodiment of the present application provides a method for processing a client request error, as shown in fig. 1, the method includes steps 101 to 104:
step 101, service request information sent by a client to a server is intercepted.
Specifically, the service request information can be intercepted through an interface for monitoring communication between the client and the server.
And 102, forwarding the service request information to the server, and acquiring response information of the server to the service request information.
In addition to directly forwarding the received service request information to the server, the service request information may be processed, such as format change and adding preset information, and then the processed service request information is forwarded to the server. Whether to process the service request information and what processing method to process the service request information can be configured by a developer according to requirements.
Step 103, analyzing the response information, and determining whether the response information contains error information.
And analyzing the response information according to the configuration file. The configuration file is provided with an error code, a reference field name, and a value of a field indicated by the reference field name when the server normally responds, that is, a reference field value. For example, when the client requests to browse a web page from the server, the server cannot normally provide information, or the server cannot respond, an error code "404" is added to the response information to identify the error. Type, error code also includes 401, 403, and so on. The error code is defined by the server and added to the response message, and its specific value and corresponding error type are not limited herein.
Specifically, when the response information is parsed, the error code, the reference field name, and the reference field value are read from the configuration file. On one hand, whether the response information contains the error codes which are the same as the error codes in the configuration file is determined through comparison; on the other hand, an actual field value of the same field as the reference field name is extracted from the response information in accordance with the reference field name, and it is compared whether the actual field value is the same as the reference field value.
If the response information contains the same error code as the error code in the configuration file and/or the actual field value is different from the reference field value, determining that the response information contains the error information; an error code and/or a reference field name and an actual field value contained in the response information are added as error information. And/or the error code is used for indicating that the response message contains the same error code as the error code in the configuration file, and the actual field value is different from the reference field value, wherein the occurrence of either condition means that the response message contains the error message.
If the response message does not include the same error code as the error code in the configuration file and the actual field value is the same as the reference field value, it is determined that no error message is included in the response message.
If the response information does not contain error information, the response is a normal response, and the response information is forwarded to the client so that the client can make a normal response according to the response information.
In the embodiment of the application, parameters such as error codes are configured in the form of the configuration file, so that the flexibility of program use and the portability of the program are greatly improved.
And step 104, if the response information contains error information, selecting to send the response information to the client or terminate the service request according to the interface requirement of the preset client for receiving the response information.
In some cases, the interface needs to display response information containing error information to the user or provide the user for the user to perform problem detection, and under the interface requirement, the response information containing the error information needs to be sent to the client; in other cases, if the interface requirement is that no response information containing error information is needed, the processing device terminates the service request.
It should be noted that the interface requirement can be defined by the developer according to the actual situation.
After response information is sent to the client or the service request is ended according to the interface requirement of the preset client for receiving the response information, whether a corresponding solution is stored or not can be searched according to error information; if the solution corresponding to the error information is found, processing the error information according to the solution; and if the solution corresponding to the error information is not found, recording the error information as an unsolved problem, and prompting a developer to process the unsolved problem.
Whether the current error information can be processed according to a pre-stored solution or not is judged, the error information is recorded, and therefore data support is provided for a developer to search for errors and for behaviors such as later-stage server analysis.
Considering that error information is written in a code form, and a developer may have difficulty in knowing what each error code or each field error corresponds to, in order to enable the developer to easily read and understand the error information, in the embodiment of the present application, a text description corresponding to each piece of error information is also stored in advance, and when the received response information contains the error information, the text description corresponding to the error information is searched according to the error information; the error information and the text explanation are recorded as the unresolved problem. For example, the text corresponding to the error code "404" is interpreted as "the server cannot normally provide information, or the server cannot respond". Therefore, when a developer checks the unsolved problem, the current error type can be quickly determined according to the text explanation, and the use experience of the developer is improved.
In some implementation manners of the embodiment of the application, the text explanation corresponding to the error information may not be stored, and the text explanation cannot be provided to the developer, in this case, the developer may be prompted that the meaning of the current error information is ambiguous, and the explanation of the error information may be added, so that the stored text explanation may be further improved, and when the same error information occurs subsequently, the text explanation added this time may be provided to the developer, which facilitates the use of the subsequent developer.
In the embodiment of the application, the client and the server are not communicated directly, but the processing device intercepts the service request information sent by the client to the server and the response information of the server to the service request information, judges whether the response information is wrong, and selects to perform unified processing on the intercepted response information according to the judgment result, wherein the unified processing can be to transmit or terminate the service request to the client. Therefore, the logic judgment process completed by the current interface is centralized to be completed by the processing device, processing logic does not need to be configured on each interface, the redundancy of codes is reduced, the codes are configured only once, the style of the codes can be kept uniform, meanwhile, the cost of later maintenance is reduced to a great extent, wrong response information is continuously transmitted downwards, the special requirements of certain interfaces can be met, and all requirements are covered as far as possible.
An embodiment of the present application further provides a client request error processing apparatus, as shown in fig. 2, the apparatus 200 includes a request intercepting module 201, a parsing module 202, and an error processing module 203.
The request intercepting module 201 is configured to intercept service request information sent by a client to a server.
The request intercepting module 201 is further configured to forward the service request information to the server, and acquire response information of the server to the service request information.
The parsing module 202 is configured to parse the response information intercepted by the request intercepting module 201, and determine whether the response information includes error information.
And the error processing module 203 is configured to, when the parsing module 202 determines that the response information includes error information, select to send the response information to the client or terminate the service request according to a preset interface requirement for the client to receive the response information.
In an implementation manner of the embodiment of the present application, the parsing module 202 is configured to:
reading an error code, a reference field name and a reference field value from a configuration file;
comparing and determining whether the response information contains the error codes which are the same as the error codes in the configuration file; extracting an actual field value of a field with the same name as the reference field from the response information according to the reference field name, and comparing whether the actual field value is the same as the reference field value;
if the response information contains the same error code as the error code in the configuration file and/or the actual field value is different from the reference field value, determining that the response information contains the error information; adding error codes and/or reference field names and actual field values contained in the response information as error information;
if the response message does not include the same error code as the error code in the configuration file and the actual field value is the same as the reference field value, it is determined that no error message is included in the response message.
In an implementation manner of the embodiment of the present application, the error processing module 203 is further configured to:
searching whether to store a corresponding solution or not according to the error information;
if the solution corresponding to the error information is found, processing the error information according to the solution;
and if the solution corresponding to the error information is not found, recording the error information as an unsolved problem, and prompting a developer to process the unsolved problem.
In an implementation manner of the embodiment of the present application, the error processing module 203 is configured to:
searching a text explanation corresponding to the error information according to the error information;
the error information and the text explanation are recorded as the unresolved problem.
In an implementation manner of the embodiment of the present application, the request intercepting module 201 is further configured to:
and when the response information does not contain the error information, forwarding the response information to the client.
In the embodiment of the application, the client and the server are not communicated directly, but the processing device intercepts the service request information sent by the client to the server and the response information of the server to the service request information, judges whether the response information is wrong, and selects to perform unified processing on the intercepted response information according to the judgment result, wherein the unified processing can be to transmit or terminate the service request to the client. Therefore, the logic judgment process completed by the current interface is centralized to be completed by the processing device, processing logic does not need to be configured on each interface, the redundancy of codes is reduced, the codes are configured only once, the style of the codes can be kept uniform, meanwhile, the cost of later maintenance is reduced to a great extent, wrong response information is continuously transmitted downwards, the special requirements of certain interfaces can be met, and all requirements are covered as far as possible.
The embodiment of the present application further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, the processor implements any one of the methods in step 101 to step 104.
An embodiment of the present application further provides a computer-readable storage medium, in which a computer program for executing any one of the methods in step 101 to step 104 is stored.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above-mentioned embodiments are further described in detail for the purpose of illustrating the invention, and it should be understood that the above-mentioned embodiments are only illustrative of the present invention and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements, etc. made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (10)

1. A client request error handling method, the method comprising:
intercepting service request information sent by a client to a server;
forwarding the service request information to a server to acquire response information of the server to the service request information;
analyzing the response information, and determining whether the response information contains error information;
and if the response information contains error information, selecting to send the response information to the client or terminate the service request according to the interface requirement of the preset client for receiving the response information.
2. The method of claim 1, wherein parsing the response message to determine whether the response message contains an error message comprises:
reading an error code, a reference field name and a reference field value from a configuration file;
comparing and determining whether the response information contains the error codes which are the same as the error codes in the configuration file; extracting an actual field value of a field with the same name as the reference field from the response information according to the reference field name, and comparing whether the actual field value is the same as the reference field value;
if the response information contains the same error code as the error code in the configuration file and/or the actual field value is different from the reference field value, determining that the response information contains error information; adding error codes and/or the reference field names and actual field values contained in response information as error information;
if the response information does not include the same error code as the error code in the configuration file and the actual field value is the same as the reference field value, it is determined that no error information is included in the response information.
3. The method according to claim 1, wherein after sending the response message to the client or terminating the service request according to a preset interface requirement for the client to receive the response message, the method further comprises:
searching whether a corresponding solution is stored or not according to the error information;
if the solution corresponding to the error information is found, processing the error information according to the solution;
and if the solution corresponding to the error information is not found, recording the error information as an unsolved problem, and prompting a developer to process the unsolved problem.
4. The method of claim 3, wherein the logging the error information into the unresolved issue comprises:
searching a text explanation corresponding to the error information according to the error information;
recording the error information and the text interpretation as an unresolved problem.
5. The method of claim 1, wherein after parsing the response message and determining whether the response message contains an error message, the method further comprises:
and if the response information does not contain error information, forwarding the response information to the client.
6. An apparatus for handling client request errors, the apparatus comprising:
the request intercepting module is used for intercepting service request information sent by the client to the server;
the request intercepting module is also used for forwarding the service request information to the server and acquiring the response information of the server to the service request information;
the analysis module is used for analyzing the response information intercepted by the request interception module and determining whether the response information contains error information;
and the error processing module is used for selecting to send the response information to the client or terminate the service request according to the interface requirement of the preset client for receiving the response information when the analysis module determines that the response information contains the error information.
7. The apparatus of claim 6, wherein the parsing module is configured to:
reading an error code, a reference field name and a reference field value from a configuration file;
comparing and determining whether the response information contains the error codes which are the same as the error codes in the configuration file; extracting an actual field value of a field with the same name as the reference field from the response information according to the reference field name, and comparing whether the actual field value is the same as the reference field value;
if the response information contains the same error code as the error code in the configuration file and/or the actual field value is different from the reference field value, determining that the response information contains error information; adding error codes and/or the reference field names and actual field values contained in response information as error information;
if the response information does not include the same error code as the error code in the configuration file and the actual field value is the same as the reference field value, it is determined that no error information is included in the response information.
8. The apparatus of claim 7, wherein the error handling module is further configured to:
searching whether a corresponding solution is stored or not according to the error information;
if the solution corresponding to the error information is found, processing the error information according to the solution;
and if the solution corresponding to the error information is not found, recording the error information as an unsolved problem, and prompting a developer to process the unsolved problem.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 5 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 1 to 5.
CN201911422266.4A 2019-12-31 2019-12-31 Client request error processing method and device Pending CN111200654A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911422266.4A CN111200654A (en) 2019-12-31 2019-12-31 Client request error processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911422266.4A CN111200654A (en) 2019-12-31 2019-12-31 Client request error processing method and device

Publications (1)

Publication Number Publication Date
CN111200654A true CN111200654A (en) 2020-05-26

Family

ID=70746642

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911422266.4A Pending CN111200654A (en) 2019-12-31 2019-12-31 Client request error processing method and device

Country Status (1)

Country Link
CN (1) CN111200654A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113127108A (en) * 2021-04-22 2021-07-16 京东数科海益信息科技有限公司 Service request processing method and device, storage medium and electronic equipment
CN113268230A (en) * 2021-05-18 2021-08-17 深圳希施玛数据科技有限公司 Feedback information generation method, device, terminal and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101197722A (en) * 2007-12-29 2008-06-11 中国建设银行股份有限公司 Multi-system error code management method, device and system
CN105989064A (en) * 2015-02-09 2016-10-05 阿里巴巴集团控股有限公司 Record information checking method and device
CN107025145A (en) * 2016-11-09 2017-08-08 阿里巴巴集团控股有限公司 Error code analysis method and device
CN108170551A (en) * 2018-01-03 2018-06-15 深圳壹账通智能科技有限公司 Front and back end error handling method, server and storage medium based on crawler system
CN110022227A (en) * 2019-03-07 2019-07-16 阿里巴巴集团控股有限公司 Method for processing business, device, equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101197722A (en) * 2007-12-29 2008-06-11 中国建设银行股份有限公司 Multi-system error code management method, device and system
CN105989064A (en) * 2015-02-09 2016-10-05 阿里巴巴集团控股有限公司 Record information checking method and device
CN107025145A (en) * 2016-11-09 2017-08-08 阿里巴巴集团控股有限公司 Error code analysis method and device
CN108170551A (en) * 2018-01-03 2018-06-15 深圳壹账通智能科技有限公司 Front and back end error handling method, server and storage medium based on crawler system
CN110022227A (en) * 2019-03-07 2019-07-16 阿里巴巴集团控股有限公司 Method for processing business, device, equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
朱琦: ""分布式应用系统运维管理流程"", 《分布式应用系统运维理论与实践》 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113127108A (en) * 2021-04-22 2021-07-16 京东数科海益信息科技有限公司 Service request processing method and device, storage medium and electronic equipment
CN113268230A (en) * 2021-05-18 2021-08-17 深圳希施玛数据科技有限公司 Feedback information generation method, device, terminal and storage medium
CN113268230B (en) * 2021-05-18 2023-09-08 深圳希施玛数据科技有限公司 Feedback information generation method and device, terminal and storage medium

Similar Documents

Publication Publication Date Title
CN107040578B (en) Data synchronization method, device and system
CN107241229B (en) Service monitoring method and device based on interface testing tool
CN109558199B (en) Information pushing method, device, equipment and storage medium
CN107229566B (en) Method and system for maintaining functional consistency of SOA service conversion language
US20210200740A1 (en) System and method for processing logs
CN111339118A (en) Kubernetes-based resource change history recording method and device
CN111200654A (en) Client request error processing method and device
CN111324480A (en) Large host transaction fault positioning system and method
CN109218338B (en) Information processing system, method and device
CN113360413A (en) Code testing method and device
CN110442439B (en) Task process processing method and device and computer equipment
CN109358813B (en) Capacity expansion method and device for distributed storage system
US7739420B2 (en) Communication error information output method, communication error information output device and recording medium therefor
CN114553663B (en) Abnormality detection method, abnormality detection device, abnormality detection equipment and storage medium
CN111427736A (en) Log monitoring method, device, equipment and computer readable storage medium
CN115987821A (en) Gateway routing test method and device
CN111400245B (en) Art resource migration method and device
US20240012831A1 (en) Data exchange method and apparatus, readable storage medium, and data exchange system
CN114330278A (en) Method and equipment for judging consistency of returned data
CN111177100B (en) Training data processing method, device and storage medium
CN110609822B (en) Data stream processing method, device and computer program product
CN110020906B (en) Order information detection method and device
CN110362464B (en) Software analysis method and equipment
CN110717131B (en) Page revising monitoring method and related system
US20070103348A1 (en) Threshold search failure analysis

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

Application publication date: 20200526

RJ01 Rejection of invention patent application after publication