CN106055429B - A kind of information processing method and device - Google Patents

A kind of information processing method and device Download PDF

Info

Publication number
CN106055429B
CN106055429B CN201610352231.8A CN201610352231A CN106055429B CN 106055429 B CN106055429 B CN 106055429B CN 201610352231 A CN201610352231 A CN 201610352231A CN 106055429 B CN106055429 B CN 106055429B
Authority
CN
China
Prior art keywords
exception
abnormal
code
information
responsible person
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201610352231.8A
Other languages
Chinese (zh)
Other versions
CN106055429A (en
Inventor
倪秉炬
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nubia Technology Co Ltd
Original Assignee
Nubia Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nubia Technology Co Ltd filed Critical Nubia Technology Co Ltd
Priority to CN201610352231.8A priority Critical patent/CN106055429B/en
Publication of CN106055429A publication Critical patent/CN106055429A/en
Application granted granted Critical
Publication of CN106055429B publication Critical patent/CN106055429B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1479Generic software techniques for error detection or fault masking

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses a kind of information processing unit, described device includes: detection unit, whether generates exception during each of traversal processing process processed in units for detecting;Processing unit filters out the exception generated in each processed in units process, and obtain information relevant to the exception if abnormal for generating;Response unit filters out the abnormal result to client return after to traversal processing process.The present invention further simultaneously discloses a kind of information processing method.Using technical solution of the present invention, server interface fault-tolerance and error and solution efficiency can be improved.

Description

A kind of information processing method and device
Technical field
The present invention relates to the information processing technology more particularly to a kind of information processing methods and device.
Background technique
Currently, the exception captured is usually dished out outward, i.e., last exception code can be returned in the interface processing of server Return to client there.Exception is an event, it is appeared in program process, will affect the normal stream of program instruction Journey.Using the processing mode of outside throw exception, brought problem is, if interface is when being related to traversal processing, When wherein primary processing appearance exception, it will lead to entire interface and return to exception.That is, it is assumed that client is needed to clothes Business device obtains 10 datas, and 9 correctly can normally show in this 10 data, but because 1 data is problematic, Result in all data that can not all show in client.
Summary of the invention
In view of this, being applied to server the main purpose of the present invention is to provide a kind of information processing method and device End, can improve server interface fault-tolerance and error and solution efficiency.
In order to achieve the above objectives, the technical scheme of the present invention is realized as follows:
The present invention provides a kind of information processing unit, described device includes:
Whether detection unit generates exception during each of traversal processing process processed in units for detecting;
Processing unit filters out the exception generated in each processed in units process, and obtain if abnormal for generating Information relevant to the exception;
Response unit filters out the abnormal result to client return after to traversal processing process.
In above scheme, optionally, the processing unit is also used to:
Judge the abnormal type;
The corresponding code of the exception is inquired, determines the tune of packet name, the specific location of code belonging to the code, code With sequence;
Obtain the contact method of the corresponding responsible person of the code.
In above scheme, optionally, described device further include:
Storage unit, for storing information relevant to the exception;
Transmission unit, for reading information relevant to the exception, and will be described abnormal when meeting trigger condition Exception information notifies the corresponding responsible person of the exception.
In above scheme, optionally, the transmission unit is also used to: will be described in the abnormal exception information notice Before abnormal corresponding responsible person,
Each exception is grouped according to Exception Type, abnormal specific location, abnormal calling sequence.
In above scheme, optionally, the transmission unit is also used to:
The number of same type in each group occurred extremely is counted, and duplicate exception is merged;
Extract the time occurred extremely;
Read the contact method of responsible person corresponding to the corresponding code of the exception;
The abnormal exception information is sent to responsible person institute holding equipment by the contact method;
Wherein, the exception information includes:
Packet name belonging to the number that occurs extremely, the time occurred extremely, abnormal corresponding code and the code, The calling sequence of the specific location of code, code.
The present invention also provides a kind of information processing methods, which comprises
Whether detection generates exception during each of traversal processing process processed in units;
If so, filtering out the exception generated in each processed in units process, and obtain letter relevant to the exception Breath;
After to traversal processing process, the abnormal result is filtered out to client return.
It is optionally, described to obtain information relevant to the exception in above scheme, comprising:
Judge the abnormal type;
The corresponding code of the exception is inquired, determines the tune of packet name, the specific location of code belonging to the code, code With sequence;
Obtain the contact method of the corresponding responsible person of the code.
In above scheme, optionally, it is described obtain relevant to exception information after, further includes:
Store information relevant to the exception;
When meeting trigger condition, information relevant to the exception is read, and the abnormal exception information is notified The corresponding responsible person of the exception.
It is optionally, described that the abnormal exception information is notified into the corresponding responsible person of the exception in above scheme Before, further includes:
Each exception is grouped according to Exception Type, abnormal specific location, abnormal calling sequence.
It is optionally, described that the abnormal exception information is notified into the corresponding responsible person of the exception in above scheme, Include:
The number of same type in each group occurred extremely is counted, and duplicate exception is merged;
Extract the time occurred extremely;
Read the contact method of responsible person corresponding to the corresponding code of the exception;
The abnormal exception information is sent to responsible person institute holding equipment by the contact method;
Wherein, the exception information includes:
Packet name belonging to the number that occurs extremely, the time occurred extremely, abnormal corresponding code and the code, The calling sequence of the specific location of code, code.
In the technical solution of embodiment provided by the present invention, detect in each of traversal processing process processed in units Whether generate exception in the process;If so, filter out each processed in units process generate exception, and obtain with it is described different Normal relevant information;After to traversal processing process, the abnormal result is filtered out to client return.By to this hair The implementation of bright embodiment technical solution can improve server interface fault-tolerance and error and solution efficiency.
Detailed description of the invention
Fig. 1 is the flow diagram of information processing method provided in an embodiment of the present invention;
Fig. 2 is the abnormal implementation process schematic diagram of capture and storage provided in an embodiment of the present invention;
Fig. 3 is the implementation process schematic diagram provided in an embodiment of the present invention that exception information is sent to responsible person;
Fig. 4 is the composed structure schematic diagram of information processing unit provided in an embodiment of the present invention.
Specific embodiment
In order to more fully hereinafter understand the features of the present invention and technology contents, with reference to the accompanying drawing to reality of the invention It is now described in detail, appended attached drawing purposes of discussion only for reference, is not used to limit the present invention.
Fig. 1 is the implementation process schematic diagram of information processing method provided in an embodiment of the present invention, the information in the present embodiment Processing method can be applied to server side, as shown in Figure 1, this method mainly comprises the steps that
Step 101: whether detection generates exception during each of traversal processing process processed in units.
Wherein, the traversal processing process includes at least a processed in units process.
Here, the exception refers to an event, it is appeared in program process, will affect program instruction just Chang Liucheng.
Step 102: if so, filtering out the exception generated in each processed in units process, and obtaining and the exception Relevant information.
For example, the exception captured may be bugs or lack system resource.
If server uses the processing mode of outside throw exception, brought problem is, if interface is to be related to time When going through processing, when wherein primary processing appearance exception, it will lead to entire interface and return to exception;For example, it is assumed that client End needs to obtain 10 datas, and 9 correctly can normally show in this 10 data, but because 1 data is asked Topic, results in all data that can not all show in client.And technical solution described in the present embodiment is used, it is different due to that will have That normal data filters out, and can show 9 correct data in client terminals.
In one embodiment, described to obtain information relevant to the exception, may include:
Judge the abnormal type;
The corresponding code of the exception is inquired, determines the tune of packet name, the specific location of code belonging to the code, code With sequence;
Obtain the contact method of the corresponding responsible person of the code.
Optionally, the contact method of the corresponding responsible person of the code is obtained from code annotation.
Here, the contact method can refer to email address, contact telephone number, instant messaging account code, etc..
Step 103: after to traversal processing process, filtering out the abnormal result to client return.
In this way, reducing as much as possible abnormal to entire traversal when generating abnormal during server carries out traversal processing The influence of process flow, to guarantee that not influencing user normally uses.
In above scheme, it is described obtain relevant to exception information after, can also include:
Store information relevant to the exception;
When meeting trigger condition, information relevant to the exception is read, and the abnormal exception information is notified The corresponding responsible person of the exception.
Optionally, information relevant to the exception is stored into presetting database, alternatively, will be related to the exception Information store into exception information list.
In one embodiment, the trigger condition are as follows: periodically feed back it to responsible person at set intervals The exception information being responsible for.Alternatively, when abnormal number reaches preset threshold, it will be described in the abnormal exception information notice Abnormal corresponding responsible person.Here, the length, preset threshold of the time can be set according to the actual situation.
In another embodiment, the trigger condition are as follows:, will be described when receiving the query messages of the first equipment transmission Abnormal exception information notifies the corresponding responsible person of the exception.Here, optionally, first equipment is responsible person institute Holding equipment.
In above scheme, the responsible person includes at least one or more of following: project leader, exploit person Member.
Generally, the responsible person refers to when receiving exception information, and institute can be directed within the scope of certain time State the people to handle it extremely.
In one embodiment, described that the abnormal exception information is notified into the corresponding responsible person of the exception, it can To include:
The number of same type in each group occurred extremely is counted, and duplicate exception is merged;
Extract the time occurred extremely;
Read the contact method of responsible person corresponding to the corresponding code of the exception;
The abnormal exception information is sent to responsible person institute holding equipment by the contact method;
Wherein, the exception information includes:
Packet name belonging to the number that occurs extremely, the time occurred extremely, abnormal corresponding code and the code, The calling sequence of the specific location of code, code.
In embodiments of the present invention, whether detection generates different during each of traversal processing process processed in units Often;If so, filtering out the exception generated in each processed in units process, and obtain information relevant to the exception;To After traversal processing process, the abnormal result is filtered out to client return.By to technical side of the embodiment of the present invention The implementation of case when generating abnormal during server carries out traversal processing, reduces abnormal to entire traversal processing as much as possible The influence of process, to guarantee that not influencing user normally uses, to improve server interface fault-tolerance;It is determined by server side The exception informations such as which and abnormal concrete type of code are anomaly occurred in, saving developer, to inquire these different Time of normal information, and then got more processing times for developer improves when developer solves the problems, such as this Efficiency.In addition, particular problem to be notified to the efficiency and error and solution efficiency that improve problem appointment to specific developer.
Embodiment two
Fig. 2 is the abnormal implementation process schematic diagram of capture and storage provided in an embodiment of the present invention, as shown in Fig. 2, this is caught Abnormal process is obtained and stores to mainly comprise the steps that
Step 201: invoking server interface;
Step 202: the loop body of traversal processing;
Step 203: judging whether circulation is completed, if so, executing step 210;Otherwise, step 204 is executed;
Step 204: executing next single treatment in circulation, then execute step 205;
Step 205: carrying out the processing that catchs the exception, then execute step 206;
Step 206: judging whether exception occur in the single treatment, if there is execution step 207;If not Occur, return step 202.
Step 207: then the specific location that recording exceptional occurs executes step 208;
Step 208: then the email address of specific developer in parsing code annotation executes step 209;
Step 209: will be recorded in database to abnormal relevant information, then return step 202;
Step 210: to client return filter out abnormal data as a result, subsequently into step 211;
Step 211: terminating.
In this way, having in the interface of traversal processing, increases exception catching in single processing, filters single wrong data, To guarantee to nor affect on user when only a small number of data occur abnormal and normally use.Also, pass through the solution to exception information Analysis, come determine anomaly occur in code which, and abnormal concrete type solves this in order to improving developer and asks Efficiency when topic.In addition, developer's email address in parsing code annotation, in order to realize that particular problem is notified to specific Developer, to improve the efficiency of problem appointment.
Embodiment three
Fig. 3 is the implementation process schematic diagram provided in an embodiment of the present invention that exception information is sent to responsible person, such as Fig. 3 institute Show, which mainly comprises the steps that
Step 301: timed task starting;
Here, the timed task is used to indicate to responsible person and sends exception information.
Step 302: according to specific location, abnormal type and the calling sequence occurred extremely to being grouped;
Step 303: traversal processing.
Here, the traversal processing can refer to successively handle the exception in each grouping.
Step 304: judging whether circulation is completed, if so, executing step 312;If not, executing step 305;
Here, if the circulation includes multiple groupings, judge whether circulation is completed to refer to whether the last one grouping is located Reason finishes.
Step 305: counting such number occurred extremely, execute step 306;
Step 306: extracting the time occurred extremely;Subsequently into step 307;
Step 307: extracting abnormal specifying information;Then step 308 is executed;
Wherein, the abnormal specifying information, includes at least: the number that occurs extremely, the time occurred extremely, abnormal right The calling sequence of packet name belonging to the code and the code answered, the specific location of code, code;
Step 308: reading the email address of the project leader and related personnel, then execute step 309;
Step 309: reading the email address of specific developer;Then step 310 is executed;
Step 310: exception information being sent to responsible person, related personnel and specific developer, then executes step 311;
For example, exception information type is null pointer, sequence consensus is called, and occur in cn.nubia.store.api.co Number in the 100th row of ntroller.TestController.java has 100 times, then, then record this 100 times abnormal hairs The raw time, and its Exception Type, exception information, the calling of exception sequence are sent together as the content of mail.
Step 311: the exception information sent being marked, then return step 303;
Step 312: terminating.
In this way, the exception information counted is sent to relevant responsible person, relevant responsible person's statistics is saved The time of these exception informations, and then more processing abnormal time has been got for relevant responsible person, improve correlation Efficiency of responsible person when solving the problems, such as this.In addition, particular problem is notified to improve problem appointment to specific developer Efficiency and error and solution efficiency.
Example IV
Fig. 4 is the composed structure schematic diagram of information processing unit provided in an embodiment of the present invention, as shown in figure 4, the letter Ceasing processing unit includes detection unit 41, processing unit 42, response unit 43;Wherein,
Whether the detection unit 41 generates during each of traversal processing process processed in units for detecting It is abnormal;
The processing unit 42 filters out the exception generated in each processed in units process if abnormal for generating, And obtain information relevant to the exception;
The response unit 43 filters out described abnormal after to traversal processing process to client return As a result.
In above scheme, the processing unit 42 is also used to:
Judge the abnormal type;
The corresponding code of the exception is inquired, determines the tune of packet name, the specific location of code belonging to the code, code With sequence;
Obtain the contact method of the corresponding responsible person of the code.
In above scheme, optionally, described device further include:
Storage unit 44, for storing information relevant to the exception;
Transmission unit 45 reads information relevant to the exception for when meeting trigger condition, and by the exception Exception information notify the corresponding responsible person of the exception.
Optionally, the transmission unit 44, is also used to: notifying the exception corresponding the abnormal exception information Before responsible person, each exception is grouped according to Exception Type, abnormal specific location, abnormal calling sequence.
Optionally, the transmission unit 44, is also used to:
The number of same type in each group occurred extremely is counted, and duplicate exception is merged;
Extract the time occurred extremely;
Read the contact method of responsible person corresponding to the corresponding code of the exception;
The abnormal exception information is sent to responsible person institute holding equipment by the contact method;
Wherein, the exception information includes:
Packet name belonging to the number that occurs extremely, the time occurred extremely, abnormal corresponding code and the code, The calling sequence of the specific location of code, code.
Above- mentioned information processing unit may be disposed in server.
It will be appreciated by those skilled in the art that managing the realization function of unit everywhere in information processing unit shown in Fig. 4 Can, it can refer to the associated description of aforementioned information processing method and understand.It will be appreciated by those skilled in the art that letter shown in Fig. 4 Each processing unit in processing unit is ceased, can be realized and running on the program on processor, specifically logic electricity can also be passed through Road and realize.
In practical applications, the detection unit 41 in the information processing unit, processing unit 42, response unit 43, Storage unit 44, transmission unit 45 specific structure may both correspond to processor.During the specific structure of processor can be Central processor (CPU, Central Processing Unit), digital signal processor (DSP, Digital Signal Processor) or programmable gate array (FPGA, Field-Programmable Gate Array) etc. is with processing function The set of electronic component or electronic component.Wherein, the processor includes executable code, the executable code storage In storage medium, the processor can be specific executing by being connected in the communication interfaces such as bus and the storage medium Each module corresponding function when, read from the storage medium and run the executable code.The storage medium is used In the part for storing the executable code be preferably non-moment storage medium.
The detection unit 41, processing unit 42, response unit 43, storage unit 44, transmission unit 45 can integrate pair Should be in same processor, or respectively correspond different processors;When integrating corresponding to same processor, the processor is used Time-division handles the detection unit 41, processing unit 42, response unit 43, storage unit 44, the corresponding function of transmission unit 45.
Information processing unit described in the present embodiment, when generating abnormal during server carries out traversal processing, as far as possible Ground reduces the abnormal influence to entire traversal processing process, to guarantee that not influencing user normally uses, to improve server Interface fault-tolerance;The exception informations such as the concrete type of which for anomaly occurring in code and exception are determined by server side, The time that developer inquires these exception informations is saved, and then has been got more processing times for developer, is improved Developer solves the problems, such as efficiency when this.In addition, particular problem is notified to improve problem appointment to specific developer Efficiency and error and solution efficiency.
It should be noted that, in this document, the terms "include", "comprise" or its any other variant are intended to non-row His property includes, so that the process, method, article or the device that include a series of elements not only include those elements, and And further include other elements that are not explicitly listed, or further include for this process, method, article or device institute it is intrinsic Element.In the absence of more restrictions, the element limited by sentence "including a ...", it is not excluded that including being somebody's turn to do There is also other identical elements in the process, method of element, article or device.
The serial number of the above embodiments of the invention is only for description, does not represent the advantages or disadvantages of the embodiments.
Through the above description of the embodiments, those skilled in the art can be understood that above-described embodiment side Method can be realized by means of software and necessary general hardware platform, naturally it is also possible to by hardware, but in many cases The former is more preferably embodiment.Based on this understanding, technical solution of the present invention substantially in other words does the prior art The part contributed out can be embodied in the form of software products, which is stored in a storage medium In (such as ROM/RAM, magnetic disk, CD), including some instructions are used so that a terminal device (can be mobile phone, computer, clothes Business device, air conditioner or the network equipment etc.) execute method described in each embodiment of the present invention.
The above is only a preferred embodiment of the present invention, is not intended to limit the scope of the invention, all to utilize this hair Equivalent structure or equivalent flow shift made by bright specification and accompanying drawing content is applied directly or indirectly in other relevant skills Art field, is included within the scope of the present invention.

Claims (10)

1. a kind of information processing unit, which is characterized in that described device includes:
Whether detection unit generates exception during each of traversal processing process processed in units for detecting;
Processing unit filters out the exception generated in each processed in units process, and acquisition and institute if abnormal for generating State abnormal relevant information;
Response unit filters out the abnormal result to client return after to traversal processing process.
2. the apparatus according to claim 1, which is characterized in that the processing unit is also used to:
Judge the abnormal type;
The corresponding code of the exception is inquired, determines the calling of packet name, the specific location of code and code belonging to the code Sequentially;
Obtain the contact method of the corresponding responsible person of the code.
3. the apparatus of claim 2, which is characterized in that described device further include:
Storage unit, for storing information relevant to the exception;
Transmission unit reads information relevant to the exception for when meeting trigger condition, and by the abnormal exception Information notifies the corresponding responsible person of the exception.
4. device according to claim 3, which is characterized in that transmission unit is also used to: believing by the abnormal exception Before breath notifies the corresponding responsible person of the exception,
Each exception is grouped according to the calling of Exception Type, abnormal specific location and exception sequence.
5. device according to claim 4, which is characterized in that the transmission unit is also used to:
The number of same type in each group occurred extremely is counted, and duplicate exception is merged;
Extract the time occurred extremely;
Read the contact method of responsible person corresponding to the corresponding code of the exception;
The abnormal exception information is sent to responsible person institute holding equipment by the contact method;
Wherein, the exception information includes:
Extremely packet name, code belonging to the number that occurs, the time occurred extremely, abnormal corresponding code and the code Specific location, code calling sequence.
6. a kind of information processing method, which is characterized in that the described method includes:
Whether detection generates exception during each of traversal processing process processed in units;
If so, filtering out the exception generated in each processed in units process, and obtain information relevant to the exception;
After to traversal processing process, the abnormal result is filtered out to client return.
7. according to the method described in claim 6, it is characterized in that, described obtain information relevant to the exception, comprising:
Judge the abnormal type;
The corresponding code of the exception is inquired, determines the calling of packet name, the specific location of code and code belonging to the code Sequentially;
Obtain the contact method of the corresponding responsible person of the code.
8. the method according to the description of claim 7 is characterized in that being gone back after acquisition information relevant to the exception Include:
Store information relevant to the exception;
When meeting trigger condition, information relevant to the exception is read, and will be described in the abnormal exception information notice Abnormal corresponding responsible person.
9. according to the method described in claim 8, it is characterized in that, described notify the exception for the abnormal exception information Before corresponding responsible person, further includes:
Each exception is grouped according to the calling of Exception Type, abnormal specific location and exception sequence.
10. according to the method described in claim 9, it is characterized in that, it is described the abnormal exception information is notified it is described different Normal corresponding responsible person, comprising:
The number of same type in each group occurred extremely is counted, and duplicate exception is merged;
Extract the time occurred extremely;
Read the contact method of responsible person corresponding to the corresponding code of the exception;
The abnormal exception information is sent to responsible person institute holding equipment by the contact method;
Wherein, the exception information includes:
Extremely packet name, code belonging to the number that occurs, the time occurred extremely, abnormal corresponding code and the code Specific location, code calling sequence.
CN201610352231.8A 2016-05-24 2016-05-24 A kind of information processing method and device Active CN106055429B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610352231.8A CN106055429B (en) 2016-05-24 2016-05-24 A kind of information processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610352231.8A CN106055429B (en) 2016-05-24 2016-05-24 A kind of information processing method and device

Publications (2)

Publication Number Publication Date
CN106055429A CN106055429A (en) 2016-10-26
CN106055429B true CN106055429B (en) 2019-05-24

Family

ID=57174328

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610352231.8A Active CN106055429B (en) 2016-05-24 2016-05-24 A kind of information processing method and device

Country Status (1)

Country Link
CN (1) CN106055429B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111199323A (en) * 2018-11-19 2020-05-26 苏州精易会信息技术有限公司 Abnormal call management method and device
CN109726081A (en) * 2019-01-02 2019-05-07 深圳壹账通智能科技有限公司 Method, apparatus, computer equipment and the storage medium of service exception processing

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5761513A (en) * 1996-07-01 1998-06-02 Sun Microsystems, Inc. System and method for exception handling in dynamically linked programs
US7937695B2 (en) * 2007-04-27 2011-05-03 International Business Machines Corporation Reducing number of exception checks
CN102117228A (en) * 2011-02-28 2011-07-06 复旦大学 Dynamic and static combined Java program exception handling and optimization method
CN102422261A (en) * 2009-05-06 2012-04-18 微软公司 Exception raised notification
US8285580B2 (en) * 2004-06-30 2012-10-09 Sap Ag System and method for filtering exceptions generated by forecasting and replenishment engine
US8365198B2 (en) * 2008-12-09 2013-01-29 Microsoft Corporation Handling exceptions in a data parallel system
KR101234701B1 (en) * 2011-08-24 2013-02-19 주식회사 미니게이트 Error processing system for server platform
US8464033B2 (en) * 2003-04-02 2013-06-11 Guillermo J. Rozas Setting a flag bit to defer event handling to one of multiple safe points in an instruction stream
CN103810076A (en) * 2012-11-15 2014-05-21 国家电网公司 Monitoring method and device for data reproduction
CN104967540A (en) * 2014-06-10 2015-10-07 腾讯科技(深圳)有限公司 Server status detection method and apparatus thereof

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100077385A1 (en) * 2008-09-23 2010-03-25 Microsoft Corporation Debugger exception filtering with target-based rules

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5761513A (en) * 1996-07-01 1998-06-02 Sun Microsystems, Inc. System and method for exception handling in dynamically linked programs
US8464033B2 (en) * 2003-04-02 2013-06-11 Guillermo J. Rozas Setting a flag bit to defer event handling to one of multiple safe points in an instruction stream
US8285580B2 (en) * 2004-06-30 2012-10-09 Sap Ag System and method for filtering exceptions generated by forecasting and replenishment engine
US7937695B2 (en) * 2007-04-27 2011-05-03 International Business Machines Corporation Reducing number of exception checks
US8365198B2 (en) * 2008-12-09 2013-01-29 Microsoft Corporation Handling exceptions in a data parallel system
CN102422261A (en) * 2009-05-06 2012-04-18 微软公司 Exception raised notification
CN102117228A (en) * 2011-02-28 2011-07-06 复旦大学 Dynamic and static combined Java program exception handling and optimization method
KR101234701B1 (en) * 2011-08-24 2013-02-19 주식회사 미니게이트 Error processing system for server platform
CN103810076A (en) * 2012-11-15 2014-05-21 国家电网公司 Monitoring method and device for data reproduction
CN104967540A (en) * 2014-06-10 2015-10-07 腾讯科技(深圳)有限公司 Server status detection method and apparatus thereof

Also Published As

Publication number Publication date
CN106055429A (en) 2016-10-26

Similar Documents

Publication Publication Date Title
CN107038107A (en) A kind of method and device for obtaining application interim card information
Pejovic et al. InterruptMe: designing intelligent prompting mechanisms for pervasive applications
CN105955881B (en) A kind of automatic test step is recorded and back method and device
CN109358602A (en) A kind of failure analysis methods, device and relevant device
CN106373063A (en) Automatic triage treatment control method based on interactive communication and system
CN104765689B (en) A kind of interface capability data supervise method and apparatus in real time
CN109918141A (en) Thread execution method, device, terminal and storage medium
CN110347716A (en) Daily record data processing method, device, terminal and storage medium
CN107295082A (en) Running software processing method, apparatus and system
CN109635564A (en) A kind of method, apparatus, medium and equipment detecting Brute Force behavior
CN110851324B (en) Log-based routing inspection processing method and device, electronic equipment and storage medium
CN111641677B (en) Message reminding method, message reminding device and electronic equipment
CN106096034A (en) application log management method and device
CN106055429B (en) A kind of information processing method and device
CN110502366A (en) Case executes method, apparatus, equipment and computer readable storage medium
CN110347568A (en) The treating method and apparatus of user behavior data
CN110110306A (en) Method for exhibiting data, device, terminal and computer readable storage medium
CN109166025A (en) A kind of checking method and relevant apparatus
CN109783385A (en) A kind of product test method and apparatus
CN109523396A (en) Medical insurance fund air control method, apparatus, server and medium based on data analysis
CN108520043A (en) Data object acquisition method, apparatus and system, computer readable storage medium
CN112671878B (en) Block chain information subscription method, device, server and storage medium
CN114385437A (en) Data quality analysis system and method
CN109634822A (en) A kind of function time-consuming statistical method, device, storage medium and terminal device
CN110336791A (en) A kind of breakpoint data transmission method, device, equipment and computer storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant