CN110879757B - 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
CN110879757B
CN110879757B CN201811030510.8A CN201811030510A CN110879757B CN 110879757 B CN110879757 B CN 110879757B CN 201811030510 A CN201811030510 A CN 201811030510A CN 110879757 B CN110879757 B CN 110879757B
Authority
CN
China
Prior art keywords
com component
web
page information
client
web page
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
CN201811030510.8A
Other languages
Chinese (zh)
Other versions
CN110879757A (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 Hongdu Information Technology Co ltd
Original Assignee
Guangzhou Hongdu 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 Hongdu Information Technology Co ltd filed Critical Guangzhou Hongdu 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

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 restarting method, a restarting device and computer equipment when a client runs abnormally, wherein the method comprises the following steps: when the WEB page information of the client is updated, acquiring and storing the current WEB page information; monitoring running of a COM component of the client and the WEB terminal; when the COM component or the WEB terminal is monitored to run abnormally, closing the COM component and the WEB terminal and restarting the COM component; and sending a recovery instruction and the stored current WEB page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB and sending the current WEB page information to the WEB. By adopting the scheme of the invention, the client can be restored to the interface of the last normal operation after being abnormally exited.

Description

Restarting method and device for abnormal operation of client and computer equipment
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for restarting a client during abnormal operation, and a computer device.
Background
The embedded WEB desktop client program is an application which combines the rapid development mode of the Internet and the high performance advantage of the traditional desktop application program by packaging a WEB core in the desktop client program, is a program frequently used in daily work of people, but cannot be recovered as rapidly as a browser after abnormal breakdown of the client due to program errors caused by loopholes of an operating device, program errors or hardware problems.
In the prior art, crash information is mainly recorded by generating a dump file or a log, and then restarting the client, wherein the dump file is a memory mirror image of a process, and can save the execution state of a program into the dump file through a debugger, and the dump file is used for debugging a driver for a driver writer, and the file must be opened by using special tool software.
In the prior art, when the client abnormally exits, only the error condition of abnormal exits 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 abnormal operation of a client, which can enable the client to recover to the interface of the last normal operation after abnormal exit.
The aim of the invention is realized by the following technical scheme:
when the WEB page information of the client is updated, acquiring and storing the current WEB page information;
monitoring running of a COM component of the client and the WEB terminal;
when the COM component or the WEB terminal is monitored to run abnormally, closing the COM component and the WEB terminal and restarting the COM component;
and sending a recovery instruction and the stored current WEB page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB and sending the current WEB page information to the WEB.
In one embodiment, the monitoring the COM component operation of the client includes:
and 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 WEB side operation includes:
and monitoring the network communication state of the WEB terminal, and judging that the operation of the WEB terminal is abnormal when the network communication of the WEB terminal is abnormal.
In one embodiment, the obtaining and storing the current WEB page information includes:
acquiring current WEB page information, and replacing the last stored WED page information with the current WEB page information.
A restart apparatus when a client is running abnormally, the apparatus comprising:
the storage module is used for acquiring and storing the current WEB page information when the WEB page information of the client is updated;
the monitoring module is used for monitoring the COM component of the client and the WEB terminal to run;
the restarting module is used for closing the COM component and the WEB terminal and restarting the COM component when the COM component or the WEB terminal is monitored to run abnormally;
the recovery module is used for sending a recovery instruction and the stored current WEB page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB and sending the current WEB page information to the WEB.
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 is abnormal 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 terminal, and determine that the WEB terminal is abnormal in operation when the WEB terminal is abnormal in network communication.
In one embodiment, the storage module is specifically configured to obtain current WEB page information, and replace WED page information stored last time with the current WEB page information.
A computer device comprising a memory storing a computer program and a processor which when executing the computer program performs the steps of:
when the WEB page information of the client is updated, acquiring and storing the current WEB page information;
monitoring running of a COM component of the client and the WEB terminal;
when the COM component or the WEB terminal is monitored to run abnormally, closing the COM component and the WEB terminal and restarting the COM component;
and sending a recovery instruction and the stored current WEB page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB and sending the current WEB page information to the WEB.
A computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of:
when the WEB page information of the client is updated, acquiring and storing the current WEB page information;
monitoring running of a COM component of the client and the WEB terminal;
when the COM component or the WEB terminal is monitored to run abnormally, closing the COM component and the WEB terminal and restarting the COM component;
and sending a recovery instruction and the stored current WEB page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB and sending the current WEB page information to the WEB.
According to the scheme of the invention, when the WEB page information is updated, the current WEB page information is acquired and stored, the page information of the WEB before restarting the client can be reserved, the running of the COM component and the WEB is monitored, when the running abnormality of the COM component or the WEB is monitored, the COM component and the WEB are closed, the COM component is restarted, a recovery instruction and the stored current WEB page information are sent to the COM component, the recovery instruction is used for indicating the COM component to restart the WEB and sending the current WEB page information to the WEB, and the WEB is recovered to the running page before restarting.
Drawings
FIG. 1 is an application environment diagram of a restart method at the time of client exception operation in one embodiment;
FIG. 2 is a flowchart of a restart method during abnormal operation of a client in one embodiment;
FIG. 3 is a flowchart of a restart method during abnormal operation of a client according to another embodiment;
FIG. 4 is a block diagram illustrating a restart apparatus during abnormal client operation in one embodiment;
FIG. 5 is a block diagram illustrating a restart apparatus during abnormal client operation according to another embodiment;
FIG. 6 is an internal block diagram of a computer device in one embodiment;
fig. 7 is an internal structural view of a computer device in another embodiment.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the detailed description is presented by way of example only and is 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 includes a processor, a non-volatile storage medium, a network interface, an internal memory, and an input device connected by 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 runs abnormally, wherein the restarting device when the client runs abnormally is used for realizing a restarting method when the client runs abnormally. The processor is used to provide computing and control capabilities, supporting the operation of the entire server. The internal memory in the server provides an environment for the operation of the restarting means when the client in the non-volatile storage medium is operating abnormally, and the network interface is used for communicating with other servers or terminals, such as when the server responds to a click operation, control commands can be generated and sent to other servers or terminals, etc. The input device is a keyboard, a mouse, a touch screen or the like. 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 the WEB terminal of a client, closing the COM component and the WEB terminal and restarting the COM component when the running abnormality of the COM component or the WEB terminal is monitored; and sending a recovery instruction and the stored current WEB page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB and sending the current WEB page information to the WEB. The server may be implemented as a stand-alone server or as a server cluster formed by a plurality of servers. The WEB terminal (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 the purpose of software production in the computer industry that is more consistent with human behavior. Under COM architecture, one can develop a variety of functionally specific components, which are then combined as needed to construct a complex application. Those skilled in the art will appreciate that the method for restarting the client in abnormal operation provided in the present application may be applied not only in the application environment shown in fig. 1, but also in various computers or servers, but not limited to.
In one embodiment, as shown in fig. 2, there is provided a restart of a client during abnormal operation, and the method is applied to the server in fig. 1 for illustration, and includes the following steps:
step S101, when WEB page information of a client is updated, acquiring and storing current WEB page information;
specifically, the server obtains WEB page information, such as WEB login information, registration information, user operation information, and the like, through accessing a background program of the client, stores current WEB page information each time a WEB page is updated, and restores the restarted WEB page by using the stored current WEB page information after restarting.
Step S102, monitoring the running of a COM component of a client and the WEB terminal;
specifically, the COM component operation abnormality or the WEB terminal network abnormality belongs to the client operation abnormality.
Step S103, when the COM component or the WEB terminal is monitored to run abnormally, closing the COM component and the WEB terminal 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.
Step S104, a recovery instruction and the stored current WEB page information are sent to the COM component, wherein the recovery instruction is used for instructing the COM component to restart the WEB and sending the current WEB page information to the WEB.
Specifically, when the WEB terminal receives the current WEB terminal page information, the page before the abnormal operation of the client terminal can be restored.
In the method for restarting the client during abnormal operation, when WEB page information is updated, current WEB page information is acquired and stored, WEB page information of the WEB before restarting the client can be reserved, COM components and WEB operation are monitored, when the COM components or WEB operation is abnormal, the COM components are closed, the WEB is restarted, a recovery instruction and the stored current WEB page information are sent to the COM components, the recovery instruction is used for indicating the COM components to restart the WEB and sending the current WEB page information to the WEB, and the WEB is restored to an operation page before restarting.
In one embodiment, as shown in fig. 3, the monitoring the COM component operation of the client includes:
step S1021, receiving an operation message sent by a 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 preset time.
Specifically, the COM component sends an operation message to the server at intervals of a preset time, and when the operation message sent by the COM component is not received within the preset time, the server determines that the COM component is abnormal in operation.
In one embodiment, as shown in fig. 3, the monitoring the WEB side operation includes:
step S1022, monitoring the network communication state of the WEB terminal, and judging that the operation of the WEB terminal is abnormal when the network communication of the WEB terminal is abnormal.
In one embodiment, the obtaining and storing the current WEB page information includes:
acquiring current WEB page information, and replacing the last stored WED page information with the current WEB page information.
Specifically, the current WEB page information is obtained, so that the previously stored WEB page information can be replaced, and resources are saved.
It should be understood that, although the steps in the flowcharts of fig. 2-3 are shown in order as indicated by the arrows, these steps are not necessarily performed in order as indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in fig. 2-3 may include multiple sub-steps or stages that are not necessarily performed at the same time, but may be performed at different times, nor do the order in which the sub-steps or stages are performed necessarily occur sequentially, but may be performed alternately or alternately with at least a portion of the sub-steps or stages of other steps or steps.
According to the restarting method in the abnormal operation of the client, when the WEB page information is updated, the current WEB page information is acquired and stored, the WEB page information of the WEB before restarting the client can be reserved, the COM component and the WEB operation are monitored, when the COM component or the WEB operation is abnormal, the COM component and the WEB are closed, the COM component is restarted, a restoration instruction and the stored current WEB page information are sent to the COM component, the restoration instruction is used for indicating the COM component to restart the WEB and sending the current WEB page information to the WEB, and the WEB is restored to the operation page before restarting.
In one embodiment, as shown in fig. 4, there is provided a restarting device when a client runs abnormally, the device including:
the storage module 401 is configured to obtain and store current WEB page information when WEB page information of a client is updated;
the monitoring module 402 is configured to monitor running of the COM component of the client and the WEB terminal;
a restarting module 403, configured to close the COM component and the WEB terminal and restart the COM component when the COM component or the WEB terminal is monitored to be abnormal;
and the recovery module 404 is configured to send a recovery instruction and the stored current WEB page information to the COM component, where the recovery instruction is configured to instruct the COM component to restart the WEB and send the current WEB page information to the WEB.
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 is abnormal 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 side, and determine that the WEB side is abnormal in operation when the WEB side is abnormal in network communication.
In one embodiment, the storage module is specifically configured to obtain current WEB page information, and replace WED page information stored last time with the current WEB page information.
In one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 6. The computer device 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 includes a non-volatile 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 of the operating device and the computer program in the non-volatile storage medium. The database of the computer device is used to store data related to performance assessment. The network interface of the computer device is for communicating with an external client via a network connection. The computer program, when executed by a processor, implements a method of restarting when a client is running abnormally.
In one embodiment, a computer device is provided, which may be a client, the internal structure of which may be as shown in FIG. 7. The computer device 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 includes a non-volatile 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 of the operating device and the computer program in the non-volatile storage medium. The network interface of the computer device is for communicating with an external client via a network connection. The computer program, when executed by a processor, implements a method of restarting when a client is 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, can also be keys, a track ball or a touch pad arranged on the shell of the computer equipment, and can also be an external keyboard, a touch pad or a mouse and the like.
It will be appreciated by those skilled in the art that the structures shown in fig. 6-7 are block diagrams of only some of the structures that are relevant to the present application and are not intended to limit the computer device on which the present application may be implemented, and that a particular computer device may include more or fewer components than shown, 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 stored therein a computer program, the processor when executing the computer program performing the steps of: when the WEB page information of the client is updated, acquiring and storing the current WEB page information; monitoring running of a COM component of the client and the WEB terminal; when the COM component or the WEB terminal is monitored to run abnormally, closing the COM component and the WEB terminal and restarting the COM component; and sending a recovery instruction and the stored current WEB page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB and sending the current WEB page information to the WEB.
In one embodiment, the monitoring of COM component operation of the client when the processor executes the computer program comprises: and 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 WEB side operation when the processor executes the computer program includes: and monitoring the network communication state of the WEB terminal, and judging that the operation of the WEB terminal is abnormal when the network communication of the WEB terminal is abnormal.
In one embodiment, the acquiring and storing the current WEB page information when the processor executes the computer program includes: acquiring current WEB page information, and replacing the last stored WED page information with the current WEB 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 page information of the client is updated, acquiring and storing the current WEB page information; monitoring running of a COM component of the client and the WEB terminal; when the COM component or the WEB terminal is monitored to run abnormally, closing the COM component and the WEB terminal and restarting the COM component; and sending a recovery instruction and the stored current WEB page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB and sending the current WEB page information to the WEB.
In one embodiment, the computer program, when executed by the processor, monitors COM component execution of the client, comprising: and 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 WEB side operation when the computer program is executed by the processor includes: and monitoring the network communication state of the WEB terminal, and judging that the operation of the WEB terminal is abnormal when the network communication of the WEB terminal is abnormal.
In one embodiment, the acquiring and storing the current WEB page information when the computer program is executed by the processor includes: acquiring current WEB page information, and replacing the last stored WED page information with the current WEB page information.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the various embodiments provided herein may include non-volatile and/or volatile memory. The nonvolatile 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), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples illustrate only a few embodiments of the invention, which are described in detail and are not to be construed as limiting the scope of the invention. It should be noted that it will be apparent to those skilled in the art that several variations and modifications can be made without departing from the spirit of the invention, which are all within the scope of the invention. Accordingly, the scope of protection of the present invention is to be determined by the appended claims.

Claims (6)

1. A method for restarting a client during abnormal operation, the method comprising:
when the WEB page information of the client is updated, acquiring and storing the current WEB page information;
monitoring running of a COM component of the client and the WEB terminal; the monitoring of the COM component operation of the client comprises the following steps: 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; the monitoring of the WEB terminal operation comprises the following steps: monitoring the network communication state of the WEB terminal, and judging that the operation of the WEB terminal is abnormal when the network communication of the WEB terminal is abnormal;
when the COM component or the WEB terminal is monitored to run abnormally, closing the COM component and the WEB terminal and restarting the COM component;
and sending a recovery instruction and the stored current WEB page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB and sending the current WEB page information to the WEB, so that the WEB is recovered to the operation page before restarting.
2. The method for restarting the abnormal operation of the client according to claim 1, wherein the obtaining and storing the current WEB page information includes:
acquiring current WEB page information, and replacing the last stored WED page information with the current WEB page information.
3. A restart apparatus when a client runs abnormally, the apparatus comprising:
the storage module is used for acquiring and storing the current WEB page information when the WEB page information of the client is updated;
the monitoring module is used for monitoring the COM component of the client and the WEB terminal to run; the monitoring module comprises a first monitoring unit and a second monitoring unit, wherein the first monitoring unit is used for receiving operation information sent by a COM component, and judging that the COM component is abnormal in operation when the operation information sent by the COM component is not received within preset time; the monitoring module further comprises a second monitoring unit for monitoring the network communication state of the WEB terminal, and judging that the operation of the WEB terminal is abnormal when the network communication of the WEB terminal is abnormal;
the restarting module is used for closing the COM component and the WEB terminal and restarting the COM component when the COM component or the WEB terminal is monitored to run abnormally;
the recovery module is used for sending a recovery instruction and stored current WEB page information to the COM component, wherein the recovery instruction is used for indicating the COM component to restart the WEB and sending the current WEB page information to the WEB, so that the WEB is recovered to an operation page before restarting.
4. The restarting device during abnormal operation of a client according to claim 3, wherein the storage module is specifically configured to obtain current WEB page information, and replace WED page information stored last time with the current WEB page information.
5. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any one of claims 1 to 2 when the computer program is executed.
6. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 2.
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 CN110879757A (en) 2020-03-13
CN110879757B true 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)

Families Citing this family (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 (7)

* 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

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10397371B2 (en) * 2014-06-09 2019-08-27 International Business Machines Corporation Saving and restoring a state of a web application

Patent Citations (7)

* 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

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
"B/S架构下MIS保护系统的研究与实现";王其乐;《中国优秀硕士学位论文全文数据库信息科技辑》;第2019年卷(第11期);第I138-333页 *
"COM组件的备份和恢复引擎研究";黄志业;《计算机与数字工程》;第32卷(第5期);第89-93页 *
"State-of-the-art remote laboratories for industrial electronics applications";Mohamed;《2012 Technologies Applied to Electronics Teaching》;全文 *

Also Published As

Publication number Publication date
CN110879757A (en) 2020-03-13

Similar Documents

Publication Publication Date Title
US20200053532A1 (en) System, method, apparatus, and computer program product for providing mobile device support services
US20170116084A1 (en) Method and System for Monitoring Virtual Machine Cluster
US9124669B2 (en) Cooperative client and server logging
CN110119290A (en) The spare page switching method of application program, device, computer equipment and storage medium
CN110879757B (en) Restarting method and device for abnormal operation of client and computer equipment
CN110659435A (en) Page data acquisition processing method and device, computer equipment and storage medium
CN117499412A (en) Cluster optimization processing method based on high-availability link and related equipment thereof
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
CN115118646B (en) Data interaction method and device for switch test system and electronic equipment
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
CN112347304A (en) Device monitoring picture history playback method and device, computer device and storage medium
CN110955647A (en) Database assistance method, database assistance device, computer equipment and storage medium
CN111563005B (en) Cookie data processing method and device, computer equipment and storage medium
CN113986142B (en) Disk fault monitoring method, device, computer equipment and storage medium
CN112257004B (en) Method, device, server and storage medium for page backup
CN110647526B (en) Batch data processing method, device, computer equipment and storage medium
CN109614128B (en) Program upgrading method and device, computer equipment and storage medium
CN115640165A (en) Annular two-place three-center data synchronization method and device and computer equipment
CN116405478A (en) Method, device, equipment and medium for synchronously downloading server RAID card logs
CN114153686A (en) Fault positioning method and device, computer equipment and storage medium
CN115509855A (en) Thread monitoring method and device, computer equipment and storage medium
CN116954820A (en) Dump file management method, device, computer equipment and storage medium
CN113032637A (en) Accident rule saving method, device, equipment and storage medium

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