CN110879757A - Restarting method and device for abnormal operation of client and computer equipment - Google Patents

Restarting method and device for abnormal operation of client and computer equipment Download PDF

Info

Publication number
CN110879757A
CN110879757A CN201811030510.8A CN201811030510A CN110879757A CN 110879757 A CN110879757 A CN 110879757A CN 201811030510 A CN201811030510 A CN 201811030510A CN 110879757 A CN110879757 A CN 110879757A
Authority
CN
China
Prior art keywords
com component
web
page information
client
web end
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.)
Granted
Application number
CN201811030510.8A
Other languages
Chinese (zh)
Other versions
CN110879757B (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.)
Guangzhou Hong Du Information Technology Co Ltd
Original Assignee
Guangzhou Hong Du Information 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 Guangzhou Hong Du Information Technology Co Ltd filed Critical Guangzhou Hong Du Information Technology Co Ltd
Priority to CN201811030510.8A priority Critical patent/CN110879757B/en
Publication of CN110879757A publication Critical patent/CN110879757A/en
Application granted granted Critical
Publication of CN110879757B publication Critical patent/CN110879757B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0706Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
    • G06F11/0709Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in a distributed system consisting of a plurality of standalone computer nodes, e.g. clusters, client-server systems
    • 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/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0793Remedial or corrective actions

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Debugging And Monitoring (AREA)
  • Retry When Errors Occur (AREA)

Abstract

The invention relates to a method and a device for restarting a client when the client abnormally operates and computer equipment, wherein the method comprises the following steps: when the WEB end page information of the client is updated, acquiring and storing the current WEB end page information; monitoring the running of a COM component of a client and the WEB side; when the COM component or the WEB end is monitored to be abnormal in operation, closing the COM component and the WEB end and restarting the COM component; and sending a recovery instruction and the stored current WEB end page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB end and sending the current WEB end page information to the WEB end. By adopting the scheme of the invention, the client can be recovered to the interface of the last normal operation after being abnormally quitted.

Description

Restarting method and device for abnormal operation of client and computer equipment
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for restarting a client when the client abnormally operates and computer equipment.
Background
The embedded WEB desktop client program is an application which encapsulates a WEB kernel in the desktop client program, combines a rapid development mode of the Internet with the high performance advantage of the traditional desktop application program, and is a program frequently used in daily work of people.
In the prior art, a dump file or log record crash information is mainly generated, and then a client is restarted, wherein the dump file is a memory mirror image of a process and can store the execution state of a program into the dump file through a debugger, the dump file is used for debugging the driver for a driver writer, and the file needs to be opened by special tool software.
In the prior art, when a client abnormally exits, only the error condition of the abnormal exit can be recorded, and the interface of the last normal operation cannot be recovered.
Disclosure of Invention
The invention aims to provide a restarting method for the abnormal operation of a client, which can restore the interface of the last normal operation after the client exits abnormally.
The purpose of the invention is realized by the following technical scheme:
when the WEB end page information of the client is updated, acquiring and storing the current WEB end page information;
monitoring the running of a COM component of a client and the WEB side;
when the COM component or the WEB end is monitored to be abnormal in operation, closing the COM component and the WEB end and restarting the COM component;
and sending a recovery instruction and the stored current WEB end page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB end and sending the current WEB end page information to the WEB end.
In one embodiment, the monitoring of the COM component operation of the client comprises:
receiving an operation message sent by a COM component, and judging that the COM component operates abnormally when the operation message sent by the COM component is not received within preset time.
In one embodiment, the monitoring the operation of the WEB side includes:
and monitoring the network communication state of the WEB side, and judging that the operation of the WEB side is abnormal when the network communication of the WEB side is abnormal.
In one embodiment, the acquiring and storing the current WEB page information includes:
and acquiring current WEB end page information, and replacing the last stored WED end page information with the current WEB end page information.
A reboot apparatus when a client abnormally operates, the apparatus comprising:
the storage module is used for acquiring and storing the current WEB side page information when the WEB side page information of the client is updated;
the monitoring module is used for monitoring the running of the COM component of the client and the WEB side;
the restarting module is used for closing the COM component and the WEB side and restarting the COM component when monitoring that the COM component or the WEB side operates abnormally;
and the recovery module is used for sending a recovery instruction and the stored current WEB side page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB side and sending the current WEB side page information to the WEB side.
In one embodiment, the monitoring module includes a first monitoring unit, configured to receive an operation message sent by a COM component, and determine that the COM component operates abnormally when the operation message sent by the COM component is not received within a preset time.
In one embodiment, the monitoring module further includes a second monitoring unit, configured to monitor a network communication state of the WEB end, and when the network communication of the WEB end is abnormal, determine that the WEB end is abnormal in operation.
In one embodiment, the storage module is specifically configured to acquire current WEB page information, and replace last stored WEB page information with the current WEB page information.
A computer device comprising a memory and a processor, the memory storing a computer program, the processor implementing the following steps when executing the computer program:
when the WEB end page information of the client is updated, acquiring and storing the current WEB end page information;
monitoring the running of a COM component of a client and the WEB side;
when the COM component or the WEB end is monitored to be abnormal in operation, closing the COM component and the WEB end and restarting the COM component;
and sending a recovery instruction and the stored current WEB end page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB end and sending the current WEB end page information to the WEB end.
A computer-readable storage medium, on which a computer program is stored which, when executed by a processor, carries out the steps of:
when the WEB end page information of the client is updated, acquiring and storing the current WEB end page information;
monitoring the running of a COM component of a client and the WEB side;
when the COM component or the WEB end is monitored to be abnormal in operation, closing the COM component and the WEB end and restarting the COM component;
and sending a recovery instruction and the stored current WEB end page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB end and sending the current WEB end page information to the WEB end.
According to the scheme of the invention, when the page information of the WEB end is updated, the current page information of the WEB end is acquired and stored, the page information of the WEB end before the restart of the client can be reserved, the running of the COM component and the WEB end is monitored, when the running of the COM component or the WEB end is monitored to be abnormal, the COM component and the WEB end are closed and restarted, a recovery instruction and the stored current page information of the WEB end are sent to the COM component, and the recovery instruction is used for indicating the COM component to restart the WEB end and sending the current page information of the WEB end to the WEB end, so that the WEB end is recovered to the running page before the restart.
Drawings
FIG. 1 is a diagram of an application environment for a restart method during an abnormal operation of a client in one embodiment;
FIG. 2 is a flowchart illustrating a method for restarting a client during an abnormal operation in one embodiment;
FIG. 3 is a flowchart illustrating a method for restarting a client during an abnormal operation in another embodiment;
FIG. 4 is a block diagram of a reboot device during an abnormal operation of a client in one embodiment;
FIG. 5 is a block diagram of a reboot apparatus during an abnormal operation of a client in another embodiment;
FIG. 6 is a diagram illustrating an internal structure of a computer device according to an embodiment;
fig. 7 is an internal structural view of a computer device in another embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the detailed description and specific examples, while indicating the scope of the invention, are intended for purposes of illustration only and are not intended to limit the scope of the invention.
Fig. 1 is a schematic diagram of an internal structure of a server in one embodiment. The server comprises a processor, a nonvolatile storage medium, a network interface, an internal memory and an input device which are connected through a device bus. The non-volatile storage medium of the server is provided with an operating device and further comprises a restarting device when the client abnormally operates, and the restarting device when the client abnormally operates is used for realizing a restarting method when the client abnormally operates. The processor is used for providing calculation and control capacity and supporting the operation of the whole server. The internal memory in the server provides an environment for the operation of the restarting device when the client in the nonvolatile storage medium operates abnormally, and the network interface is used for communicating with other servers or terminals, such as when the server responds to click operation, a control command can be generated and sent to other servers or terminals. The input device is a keyboard, a mouse or a touch screen. Specifically, when the WEB page information of the client is updated, the server acquires and stores the current WEB page information; monitoring the running of a COM component and a WEB end of a client, and closing the COM component and the WEB end and restarting the COM component when the running of the COM component or the WEB end is monitored to be abnormal; and sending a recovery instruction and the stored current WEB end page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB end and sending the current WEB end page information to the WEB end. The server may be implemented by an independent server or a server cluster composed of a plurality of servers. A WEB end (World Wide WEB, also called World Wide WEB) is a network service, and provides a graphical and easily accessible visual interface for a browser to search and browse information on the internet; COM Component (Component Object Model) is a new software development technology developed by microsoft corporation for software production in computer industry to be more consistent with human behavior. Under the COM framework, one can develop a variety of functionally specific components, which can then be combined as desired to form complex application devices. Those skilled in the art can understand that the method for restarting the client when the client runs abnormally provided by the present application can be applied not only to the application environment shown in fig. 1, but also to various computers or servers.
In one embodiment, as shown in fig. 2, there is provided a restart when the client abnormally operates, which is described by taking the method applied to the server in fig. 1 as an example, and includes the following steps:
step S101, when the WEB side page information of the client is updated, acquiring and storing the current WEB side page information;
specifically, the server obtains WEB page information, such as WEB login information, registration information, user operation information, and the like, by accessing a background program of the client, stores the current WEB page information whenever the WEB page is updated, and restores the restarted WEB page by using the stored current WEB page information after the restart.
Step S102, monitoring the running of a COM component and the WEB side of a client;
specifically, the COM component operation exception or the WEB network exception belongs to the client operation exception.
Step S103, when the running of the COM component or the WEB side is monitored to be abnormal, closing the COM component and the WEB side and restarting the COM component;
specifically, in the process of closing the COM component, an error prompt window of the operating system may also be closed, so as to improve user experience.
And step S104, sending a recovery instruction and the stored current WEB side page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB side and sending the current WEB side page information to the WEB side.
Specifically, when the WEB end receives the current WEB end page information, the WEB end can restore to the page before the client operates abnormally.
In the method for restarting the client in abnormal operation, when the page information of the WEB end is updated, the current page information of the WEB end is acquired and stored, the page information of the WEB end before the client is restarted can be reserved, the running of a COM component and the WEB end is monitored, when the running of the COM component or the WEB end is monitored to be abnormal, the COM component and the WEB end are closed and restarted, a recovery instruction and the stored current page information of the WEB end are sent to the COM component, and the recovery instruction is used for indicating the COM component to restart the WEB end and sending the current page information of the WEB end to the WEB end, so that the WEB end is recovered to the running page before the restart.
In one embodiment, as shown in fig. 3, the monitoring of the COM component operation of the client includes:
and step S1021, receiving an operation message sent by the COM component, and judging that the COM component is abnormal in operation when the operation message sent by the COM component is not received within a preset time.
Specifically, running messages are sent to the server by the COM component at preset time intervals, and when the running messages sent by the COM component are not received within the preset time, the server judges that the COM component runs abnormally.
In one embodiment, as shown in fig. 3, the monitoring the operation of the WEB side includes:
step S1022, monitoring the network communication state of the WEB end, and when the network communication of the WEB end is abnormal, determining that the WEB end is abnormal in operation.
In one embodiment, the acquiring and storing the current WEB page information includes:
and acquiring current WEB end page information, and replacing the last stored WED end page information with the current WEB end page information.
Specifically, when the current WEB page information is acquired, the previously stored WEB page information can be replaced, so that resources are saved.
It should be understood that although the various steps in the flow charts of fig. 2-3 are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in fig. 2-3 may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, and the order of performance of the sub-steps or stages is not necessarily sequential, but may be performed in turn or alternating with other steps or at least some of the sub-steps or stages of other steps.
According to the method for restarting the client in abnormal operation, when the page information of the WEB end is updated, the current page information of the WEB end is obtained and stored, the page information of the WEB end before the client is restarted can be reserved, the running of a COM component and the WEB end is monitored, when the running of the COM component or the WEB end is monitored to be abnormal, the COM component and the WEB end are closed and restarted, a recovery instruction and the stored current page information of the WEB end are sent to the COM component, the recovery instruction is used for indicating the COM component to restart the WEB end and sending the current page information of the WEB end to the WEB end, and the WEB end is recovered to the running page before the restart.
In one embodiment, as shown in fig. 4, there is provided a reboot apparatus when a client abnormally operates, the apparatus including:
the storage module 401 is configured to, when WEB page information of a client is updated, obtain and store current WEB page information;
a monitoring module 402, configured to monitor operation of a COM component of a client and the WEB side;
a restart module 403, configured to close the COM component and the WEB end and restart the COM component when it is monitored that the COM component or the WEB end operates abnormally;
a recovery module 404, configured to send a recovery instruction and the stored current WEB page information to the COM component, where the recovery instruction is used to instruct the COM component to restart the WEB side and send the current WEB page information to the WEB side.
In one embodiment, as shown in fig. 5, the monitoring module 402 includes a first monitoring unit 4021, configured to receive an operation message sent by a COM component, and determine that the COM component operates abnormally when the operation message sent by the COM component is not received within a preset time.
In one embodiment, as shown in fig. 5, the monitoring module 402 further includes a second monitoring unit 4022, configured to monitor a network communication state of the WEB end, and determine that the WEB end is abnormal when the network communication of the WEB end is abnormal.
In one embodiment, the storage module is specifically configured to acquire current WEB page information, and replace last stored WEB page information with the current WEB page information.
In one embodiment, a computer device is provided, which may be a server, and its internal structure diagram may be as shown in fig. 6. The computer apparatus includes a processor, a memory, a network interface, and a database connected by a device bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The nonvolatile storage medium stores an operating device, a computer program, and a database. The internal memory provides an environment for the operation device in the nonvolatile storage medium and the execution of the computer program. The database of the computer device is used for storing data related to performance assessment. The network interface of the computer device is used for communicating with an external client through a network connection. The computer program is executed by a processor to implement a method of restarting a client when running abnormally.
In one embodiment, a computer device is provided, which may be a client, and its internal structure diagram may be as shown in fig. 7. The computer apparatus includes a processor, a memory, a network interface, a display screen, and an input device connected by a device bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The nonvolatile storage medium stores an operating device and a computer program. The internal memory provides an environment for the operation device in the nonvolatile storage medium and the execution of the computer program. The network interface of the computer device is used for communicating with an external client through a network connection. The computer program is executed by a processor to implement a method of restarting a client when running abnormally. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, a key, a track ball or a touch pad arranged on the shell of the computer equipment, an external keyboard, a touch pad or a mouse and the like.
It will be appreciated by those skilled in the art that the configurations shown in fig. 6-7 are only block diagrams of some of the configurations relevant to the present disclosure, and do not constitute a limitation on the computing devices to which the present disclosure may be applied, and that a particular computing device may include more or less components than shown in the figures, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided, comprising a memory and a processor, the memory having a computer program stored therein, the processor implementing the following steps when executing the computer program: when the WEB end page information of the client is updated, acquiring and storing the current WEB end page information; monitoring the running of a COM component of a client and the WEB side; when the COM component or the WEB end is monitored to be abnormal in operation, closing the COM component and the WEB end and restarting the COM component; and sending a recovery instruction and the stored current WEB end page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB end and sending the current WEB end page information to the WEB end.
In one embodiment, the monitoring the COM component of the client to run when the processor executes the computer program comprises: receiving an operation message sent by a COM component, and judging that the COM component operates abnormally when the operation message sent by the COM component is not received within preset time.
In one embodiment, the monitoring the operation of the WEB side when the processor executes the computer program includes: and monitoring the network communication state of the WEB side, and judging that the operation of the WEB side is abnormal when the network communication of the WEB side is abnormal.
In one embodiment, the obtaining and storing the current WEB page information when the processor executes the computer program includes: and acquiring current WEB end page information, and replacing the last stored WED end page information with the current WEB end page information.
In one embodiment, a computer-readable storage medium is provided, having a computer program stored thereon, which when executed by a processor, performs the steps of: when the WEB end page information of the client is updated, acquiring and storing the current WEB end page information; monitoring the running of a COM component of a client and the WEB side; when the COM component or the WEB end is monitored to be abnormal in operation, closing the COM component and the WEB end and restarting the COM component; and sending a recovery instruction and the stored current WEB end page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB end and sending the current WEB end page information to the WEB end.
In one embodiment, the monitoring of COM component execution of the client when the computer program is executed by the processor comprises: receiving an operation message sent by a COM component, and judging that the COM component operates abnormally when the operation message sent by the COM component is not received within preset time.
In one embodiment, the monitoring the operation of the WEB side when the computer program is executed by the processor comprises: and monitoring the network communication state of the WEB side, and judging that the operation of the WEB side is abnormal when the network communication of the WEB side is abnormal.
In one embodiment, the obtaining and storing current WEB page information when the computer program is executed by the processor includes: and acquiring current WEB end page information, and replacing the last stored WED end page information with the current WEB end page information.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A method for restarting a client when running abnormally, the method comprising:
when the WEB end page information of the client is updated, acquiring and storing the current WEB end page information;
monitoring the running of a COM component of a client and the WEB side;
when the COM component or the WEB end is monitored to be abnormal in operation, closing the COM component and the WEB end and restarting the COM component;
and sending a recovery instruction and the stored current WEB end page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB end and sending the current WEB end page information to the WEB end.
2. The method for restarting when the client abnormally operates according to claim 1, wherein the monitoring the COM component operation of the client comprises:
receiving an operation message sent by a COM component, and judging that the COM component operates abnormally when the operation message sent by the COM component is not received within preset time.
3. The method for restarting when the client runs abnormally according to claim 1, wherein the monitoring the running of the WEB side comprises:
and monitoring the network communication state of the WEB side, and judging that the operation of the WEB side is abnormal when the network communication of the WEB side is abnormal.
4. The method for restarting when the client runs abnormally according to claim 1, wherein the obtaining and storing the current WEB page information comprises:
and acquiring current WEB end page information, and replacing the last stored WED end page information with the current WEB end page information.
5. A reboot apparatus when a client abnormally operates, the apparatus comprising:
the storage module is used for acquiring and storing the current WEB side page information when the WEB side page information of the client is updated;
the monitoring module is used for monitoring the running of the COM component of the client and the WEB side;
the restarting module is used for closing the COM component and the WEB side and restarting the COM component when monitoring that the COM component or the WEB side operates abnormally;
and the recovery module is used for sending a recovery instruction and the stored current WEB side page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB side and sending the current WEB side page information to the WEB side.
6. The device according to claim 5, wherein the monitoring module includes a first monitoring unit, configured to receive a running message sent by a COM component, and determine that the COM component runs abnormally when the running message sent by the COM component is not received within a preset time.
7. The apparatus according to claim 5, wherein the monitoring module further includes a second monitoring unit, configured to monitor a network communication state of the WEB peer, and determine that the WEB peer operates abnormally when the network communication of the WEB peer is abnormal.
8. The apparatus for restarting the client during abnormal operation according to claim 5, wherein the storage module is specifically configured to obtain current WEB page information, and replace last stored WED page information with the current WEB page information.
9. A computer device comprising a memory and a processor, the memory storing a computer program, wherein the processor implements the steps of the method of any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 4.
CN201811030510.8A 2018-09-05 2018-09-05 Restarting method and device for abnormal operation of client and computer equipment Active CN110879757B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811030510.8A CN110879757B (en) 2018-09-05 2018-09-05 Restarting method and device for abnormal operation of client and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811030510.8A CN110879757B (en) 2018-09-05 2018-09-05 Restarting method and device for abnormal operation of client and computer equipment

Publications (2)

Publication Number Publication Date
CN110879757A true CN110879757A (en) 2020-03-13
CN110879757B CN110879757B (en) 2024-02-27

Family

ID=69727375

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811030510.8A Active CN110879757B (en) 2018-09-05 2018-09-05 Restarting method and device for abnormal operation of client and computer equipment

Country Status (1)

Country Link
CN (1) CN110879757B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112333497A (en) * 2020-09-28 2021-02-05 深圳Tcl新技术有限公司 User data display method, device, equipment and readable storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1156415A2 (en) * 2000-05-18 2001-11-21 Microsoft Corporation Server-side control objects for processing client-side user interface elements
JP2007087404A (en) * 2001-03-30 2007-04-05 Seiko Epson Corp Network technology for troubleshooting of equipment
CN102215215A (en) * 2010-08-02 2011-10-12 深圳市深信服电子科技有限公司 Method for recovering page and electronic terminal
CN102768630A (en) * 2012-06-29 2012-11-07 腾讯科技(深圳)有限公司 Method and device for detecting webpage running environment and storage medium
CN103064750A (en) * 2012-12-25 2013-04-24 北京奇虎科技有限公司 Interrupt restoring method and device for browser control
CN103077092A (en) * 2012-12-25 2013-05-01 北京奇虎科技有限公司 Browser control recovering method and system
CN103412812A (en) * 2013-08-23 2013-11-27 北京奇虎科技有限公司 Method and device for monitoring running status of browser
US20150358413A1 (en) * 2014-06-09 2015-12-10 International Business Machines Corporation Saving and restoring a state of a web application

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1156415A2 (en) * 2000-05-18 2001-11-21 Microsoft Corporation Server-side control objects for processing client-side user interface elements
JP2007087404A (en) * 2001-03-30 2007-04-05 Seiko Epson Corp Network technology for troubleshooting of equipment
CN102215215A (en) * 2010-08-02 2011-10-12 深圳市深信服电子科技有限公司 Method for recovering page and electronic terminal
CN102768630A (en) * 2012-06-29 2012-11-07 腾讯科技(深圳)有限公司 Method and device for detecting webpage running environment and storage medium
CN103064750A (en) * 2012-12-25 2013-04-24 北京奇虎科技有限公司 Interrupt restoring method and device for browser control
CN103077092A (en) * 2012-12-25 2013-05-01 北京奇虎科技有限公司 Browser control recovering method and system
CN103412812A (en) * 2013-08-23 2013-11-27 北京奇虎科技有限公司 Method and device for monitoring running status of browser
US20150358413A1 (en) * 2014-06-09 2015-12-10 International Business Machines Corporation Saving and restoring a state of a web application

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
MOHAMED: ""State-of-the-art remote laboratories for industrial electronics applications"", 《2012 TECHNOLOGIES APPLIED TO ELECTRONICS TEACHING》 *
王其乐: ""B/S架构下MIS保护系统的研究与实现"", 《中国优秀硕士学位论文全文数据库信息科技辑》, vol. 2019, no. 11, pages 138 - 333 *
黄志业: ""COM组件的备份和恢复引擎研究"", 《计算机与数字工程》, vol. 32, no. 5, pages 89 - 93 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112333497A (en) * 2020-09-28 2021-02-05 深圳Tcl新技术有限公司 User data display method, device, equipment and readable storage medium

Also Published As

Publication number Publication date
CN110879757B (en) 2024-02-27

Similar Documents

Publication Publication Date Title
US10152382B2 (en) Method and system for monitoring virtual machine cluster
CN108834086B (en) Method and device for sending short message, computer equipment and storage medium
CA3175302A1 (en) System, method, apparatus, and computer program product for providing mobile device support services
CN109413153B (en) Data crawling method and device, computer equipment and storage medium
CN111859224A (en) Server rendering method and device based on node server and computer equipment
CN113407383B (en) Main and standby system switching method and device, server and main and standby system
CN110457907B (en) Firmware program detection method and device
CN110119290A (en) The spare page switching method of application program, device, computer equipment and storage medium
CN110659435A (en) Page data acquisition processing method and device, computer equipment and storage medium
CN111026988A (en) Page loading method, device and system and computer equipment
CN110879757B (en) Restarting method and device for abnormal operation of client and computer equipment
CN111966701A (en) Metadata updating method, device, equipment and storage medium
CN111417019A (en) Method and device for processing plug-in abnormity, computer equipment and storage medium
CN111176986A (en) Thread script debugging method and device, computer equipment and storage medium
CN112559248B (en) Preprocessing service recovery method, device, equipment and storage medium
CN110704218B (en) Data processing method, data processing device, computer equipment and storage medium
CN114157582A (en) Switch port state monitoring method and device and network communication system
CN114185920A (en) Log data processing method and device, computer equipment and storage medium
CN112347304A (en) Device monitoring picture history playback method and device, computer device and storage medium
CN108021475B (en) Data recovery method and device
CN112486838A (en) Interface testing method and device, computer equipment and storage medium
CN111563005B (en) Cookie data processing method and device, computer equipment and storage medium
CN110908725A (en) Application program starting method and device, electronic equipment and readable medium
CN109614128B (en) Program upgrading method and device, computer equipment and storage medium
US20230004476A1 (en) Application failure tracking features

Legal Events

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