CN114546758A - WebRPA operation and maintenance method and system based on Chrome plug-in - Google Patents

WebRPA operation and maintenance method and system based on Chrome plug-in Download PDF

Info

Publication number
CN114546758A
CN114546758A CN202210038278.2A CN202210038278A CN114546758A CN 114546758 A CN114546758 A CN 114546758A CN 202210038278 A CN202210038278 A CN 202210038278A CN 114546758 A CN114546758 A CN 114546758A
Authority
CN
China
Prior art keywords
webrpa
fault
web page
instruction
log
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210038278.2A
Other languages
Chinese (zh)
Inventor
刘志海
叶林飞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhuhai Zixun Information Technology Co ltd
Original Assignee
Zhuhai Zixun 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 Zhuhai Zixun Information Technology Co ltd filed Critical Zhuhai Zixun Information Technology Co ltd
Priority to CN202210038278.2A priority Critical patent/CN114546758A/en
Publication of CN114546758A publication Critical patent/CN114546758A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3006Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is distributed, e.g. networked systems, clusters, multiprocessor systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0677Localisation of faults
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]

Abstract

The invention provides a Chrome plug-in based WebRPA operation and maintenance method and a system thereof, belonging to the technical field of WebRPA operation and maintenance, wherein the method comprises the following steps: step S10, arranging a WebRPA through an RPA designer, operating the WebRPA to automatically open a corresponding Web page and execute a preset instruction; step S20, the WebRPA monitors all instructions and generates monitoring results; step S30, the WebRPA captures the Web page to obtain a fault image and obtains a fault log of the Web page based on the monitoring result; and step S40, the WebRPA sends the fault image to the cloud storage server, acquires the network address returned by the cloud storage server, and sends the network address and the fault log to the log server. The invention has the advantages that: the efficiency of WebRPA troubleshooting has greatly been promoted.

Description

WebRPA operation and maintenance method and system based on Chrome plug-in
Technical Field
The invention relates to the technical field of WebRPA operation and maintenance, in particular to a WebRPA operation and maintenance method and system based on Chrome plug-in.
Background
In the cross-border e-commerce operation process, in order to automatically execute some repetitive work, namely, to realize automation of a business process, a WebRPA robot based on a Chrome plug-in needs to be used for replacing manual operation, for example, platform data, reports and the like are periodically exported, so that the overall operation efficiency is improved, and the operation cost is reduced.
However, the operation of the WebRPA robot greatly depends on the version of the current Web page, and the operation of the WebRPA robot fails when the Web page has different layouts due to different roles or different permissions, or when the Web page is subjected to gray level revision, and the like. When the WebRPA robot fails to operate, troubleshooting is needed, but traditionally, troubleshooting can only be performed through a text log, and because the information of the text log is single, the actual operation condition of the current Web page cannot be fed back, problem troubleshooting and positioning are difficult to perform, and a large amount of time and energy are needed for troubleshooting and repairing.
Therefore, how to provide the WebRPA operation and maintenance method and system based on the Chrome plug-in to improve the efficiency of WebRPA troubleshooting becomes a technical problem to be solved urgently.
Disclosure of Invention
The invention aims to provide a method and a system for WebRPA operation and maintenance based on Chrome plug-in, so as to improve the efficiency of WebRPA troubleshooting.
In a first aspect, the invention provides a Chrome plug-in based WebRPA operation and maintenance method, which comprises the following steps:
step S10, arranging a WebRPA through an RPA designer, operating the WebRPA to automatically open a corresponding Web page and execute a preset instruction;
step S20, the WebRPA monitors all instructions and generates monitoring results;
step S30, the WebRPA captures the Web page to obtain a fault image and obtains a fault log of the Web page based on the monitoring result;
and step S40, the WebRPA sends the fault image to the cloud storage server, acquires the network address returned by the cloud storage server, and sends the network address and the fault log to the log server.
Further, the step S10 specifically includes:
step S11, programming a WebRPA through an RPA designer; the WebRPA is used for executing a specified instruction on a specified page according to a preset sequence;
and step S12, the operation of the WebRPA is triggered manually or triggered at regular time through cloud scheduling service, and then the corresponding Web page is opened automatically to execute a preset instruction.
Further, the step S20 is specifically:
the WebRPA monitors each instruction in real time, judges whether each instruction is executed normally and feeds back a corresponding response, and if yes, generates a monitoring result which is executed successfully; if not, generating a monitoring result of execution failure.
Further, the step S30 is specifically:
when the monitoring result is that the execution is successful, continuing to monitor the next instruction; and when the monitoring result is that the execution fails, automatically calling the plug-in screenshot capability of the Chrome to screenshot the Web page with the execution failure to obtain a fault image, and acquiring a fault log of the Web page with the execution failure.
Further, in step S40, the sending, by the WebRPA, the failure image to the cloud storage server specifically includes:
and the WebRPA compresses the fault image into a webp format and then sends the fault image to the cloud storage server.
In a second aspect, the invention provides a Chrome plug-in based WebRPA operation and maintenance system, which comprises the following modules:
the WebRPA editing and executing module is used for editing a WebRPA through an RPA designer, operating the WebRPA to automatically open a corresponding Web page and execute a preset instruction;
the instruction monitoring module is used for monitoring each instruction by the WebRPA and generating a monitoring result;
the Web RPA is used for capturing a Web page based on a monitoring result to obtain a fault image and a fault log of the Web page;
and the WebRPA sends the fault image to the cloud storage server, acquires a network address returned by the cloud storage server, and sends the network address and the fault log to the log server.
Further, the WebRPA orchestration execution module specifically includes:
a WebRPA orchestration unit for orchestrating a WebRPA by an RPA designer; the WebRPA is used for executing a specified instruction on a specified page according to a preset sequence;
and the WebRPA execution unit is used for manually triggering the operation of the WebRPA or regularly triggering the operation of the WebRPA through the cloud scheduling service, and further automatically opening a corresponding Web page to execute a preset instruction.
Further, the instruction monitoring module specifically comprises:
the WebRPA monitors each instruction in real time, judges whether each instruction is executed normally and feeds back a corresponding response, and if yes, generates a monitoring result which is executed successfully; if not, generating a monitoring result of execution failure.
Further, the fault screenshot module specifically includes:
when the monitoring result is that the execution is successful, continuing to monitor the next instruction; and when the monitoring result is that the execution fails, automatically calling the plug-in screenshot capability of the Chrome to screenshot the Web page with the execution failure to obtain a fault image, and acquiring a fault log of the Web page with the execution failure.
Further, in the fault image and log storage module, the sending, by the WebRPA, the fault image to the cloud storage server specifically includes:
and the WebRPA compresses the fault image into a webp format and then sends the fault image to the cloud storage server.
The invention has the advantages that:
1. monitoring an instruction executed by WebRPA on a Web page in real time, monitoring that the instruction execution fails, namely monitoring that a fault exists, automatically capturing a screenshot of the Web page which fails to execute to obtain a fault image, acquiring a fault log, uploading the fault image to a cloud storage server, acquiring a network address returned by the cloud storage server, and uploading the network address and the fault log to a log server; the network address stored by the log server can be used for obtaining the fault image, the scene of the instruction execution failure can be quickly restored by combining the fault image and the fault log, the problem can be quickly positioned and eliminated, and the WebRPA fault elimination efficiency is greatly improved.
2. The fault image is compressed into a webp format and then sent to the cloud storage server, so that the size of the fault image is greatly reduced, and the pressure of the cloud storage server is greatly reduced; by sending the network address and the fault log to the log server instead of sending the fault image and the fault log to the log server, the pressure of the log server is greatly relieved.
Drawings
The invention will be further described with reference to the following examples with reference to the accompanying drawings.
FIG. 1 is a flowchart of a WebRPA operation and maintenance method based on Chrome plug-in.
FIG. 2 is a schematic structural diagram of a WebRPA operation and maintenance system based on Chrome plug-in.
FIG. 3 is a schematic flow diagram of the present invention.
Detailed Description
The technical scheme in the embodiment of the application has the following general idea: when the instruction execution fails, screenshot is automatically carried out on the Web page to obtain a fault image, a fault log is obtained, and the fault image and the fault log are combined to quickly locate and troubleshoot problems, so that the WebRPA troubleshooting efficiency is improved.
Referring to fig. 1 to fig. 3, a preferred embodiment of a WebRPA operation and maintenance method based on Chrome plug-in of the present invention includes the following steps:
step S10, arranging a WebRPA through an RPA designer, operating the WebRPA to automatically open a corresponding Web page and execute a preset instruction;
step S20, the WebRPA monitors all instructions and generates monitoring results;
step S30, the WebRPA captures the Web page to obtain a fault image and obtains a fault log of the Web page based on the monitoring result;
step S40, the WebRPA sends the fault image to the cloud storage server, acquires the network address returned by the cloud storage server, and sends the network address and the fault log to the log server, and the log server binds and stores the received network address and the fault log and feeds back the storage result to the WebRPA; in specific implementation, the network address and the fault log can be encrypted and then sent to a log server to ensure the safety of data transmission;
and step S50, acquiring a fault image through the network address of the log server, and performing fault troubleshooting by combining the fault image and the fault log.
The step S10 specifically includes:
step S11, programming a WebRPA through an RPA designer; the WebRPA is used for executing a specified instruction on a specified page according to a preset sequence;
and step S12, the operation of the WebRPA is triggered manually or triggered at regular time through cloud scheduling service, and then the corresponding Web page is opened automatically to execute a preset instruction.
The step S20 specifically includes:
the WebRPA monitors each instruction in real time, judges whether each instruction is executed normally and feeds back a corresponding response, and if yes, generates a monitoring result which is executed successfully; if not, generating a monitoring result of execution failure.
The step S30 specifically includes:
when the monitoring result is that the execution is successful, continuing to monitor the next instruction; and when the monitoring result is that the execution fails, automatically calling the plug-in screenshot capability of the Chrome to screenshot the Web page with the execution failure to obtain a fault image, and acquiring a fault log of the Web page with the execution failure, namely automatically triggering a fault processing flow.
The instruction execution failure has many reasons, for example, the position or the number of related elements is changed due to the fact that the Web page is modified, the position of the related elements is changed or is lacked due to the fact that the user roles or the permissions are different, some special scenes are not processed when the WebRPA is arranged, and the failure image is obtained by capturing the image of the Web page which is failed to be executed, so that the problems can be assisted and rapidly positioned and eliminated.
In step S40, the step of the WebRPA sending the failure image to the cloud storage server specifically includes:
WebRPA compresses the fault image into a webp format and then sends the fault image to the cloud storage server, so that the size of the fault image is reduced, and the pressure of the cloud storage server is greatly reduced.
The invention relates to a preferred embodiment of a WebRPA operation and maintenance system based on Chrome plug-in, which comprises the following modules:
the WebRPA editing and executing module is used for editing a WebRPA through an RPA designer, operating the WebRPA to automatically open a corresponding Web page and execute a preset instruction;
the instruction monitoring module is used for monitoring each instruction by the WebRPA and generating a monitoring result;
the Web RPA is used for capturing a Web page based on a monitoring result to obtain a fault image and a fault log of the Web page;
the WebRPA sends the fault image to the cloud storage server, acquires a network address returned by the cloud storage server, sends the network address and the fault log to the log server, and the log server binds and stores the received network address and the received fault log and feeds back a storage result to the WebRPA; in specific implementation, the network address and the fault log can be encrypted and then sent to a log server to ensure the safety of data transmission;
and the fault troubleshooting module is used for acquiring a fault image through the network address of the log server and performing fault troubleshooting by combining the fault image and the fault log.
The WebRPA editing execution module specifically comprises:
a WebRPA orchestration unit for orchestrating a WebRPA by an RPA designer; the WebRPA is used for executing a specified instruction on a specified page according to a preset sequence;
and the WebRPA execution unit is used for manually triggering the operation of the WebRPA or regularly triggering the operation of the WebRPA through the cloud scheduling service, and further automatically opening a corresponding Web page to execute a preset instruction.
The instruction monitoring module is specifically as follows:
the WebRPA monitors each instruction in real time, judges whether each instruction is executed normally and feeds back a corresponding response, and if yes, generates a monitoring result which is executed successfully; if not, generating a monitoring result of execution failure.
The fault screenshot module specifically comprises:
when the monitoring result is that the execution is successful, continuing to monitor the next instruction; and when the monitoring result is that the execution fails, automatically calling the plug-in screenshot capability of the Chrome to screenshot the Web page with the execution failure to obtain a fault image, and acquiring a fault log of the Web page with the execution failure, namely automatically triggering a fault processing flow.
The instruction execution failure has many reasons, for example, the position or the number of related elements is changed due to the fact that the Web page is modified, the position of the related elements is changed or is lacked due to the fact that the user roles or the permissions are different, some special scenes are not processed when the WebRPA is arranged, and the failure image is obtained by capturing the image of the Web page which is failed to be executed, so that the problems can be assisted and rapidly positioned and eliminated.
In the fault image and log storage module, the step of sending the fault image to the cloud storage server by the WebRPA specifically includes:
WebRPA compresses the fault image into a webp format and then sends the fault image to the cloud storage server, so that the size of the fault image is reduced, and the pressure of the cloud storage server is greatly reduced.
In summary, the invention has the advantages that:
1. monitoring an instruction executed by WebRPA on a Web page in real time, monitoring that the instruction execution fails, namely monitoring that a fault exists, automatically capturing a screenshot of the Web page which fails to execute to obtain a fault image, acquiring a fault log, uploading the fault image to a cloud storage server, acquiring a network address returned by the cloud storage server, and uploading the network address and the fault log to a log server; the network address stored by the log server can be used for obtaining the fault image, the scene of the instruction execution failure can be quickly restored by combining the fault image and the fault log, the problem can be quickly positioned and eliminated, and the WebRPA fault elimination efficiency is greatly improved.
2. The fault image is compressed into a webp format and then sent to the cloud storage server, so that the size of the fault image is greatly reduced, and the pressure of the cloud storage server is greatly reduced; by sending the network address and the fault log to the log server instead of sending the fault image and the fault log to the log server, the pressure of the log server is greatly relieved.
Although specific embodiments of the invention have been described above, it will be understood by those skilled in the art that the specific embodiments described are illustrative only and are not limiting upon the scope of the invention, and that equivalent modifications and variations can be made by those skilled in the art without departing from the spirit of the invention, which is to be limited only by the appended claims.

Claims (10)

1. A WebRPA operation and maintenance method based on Chrome plug-in is characterized in that: the method comprises the following steps:
step S10, arranging a WebRPA through an RPA designer, operating the WebRPA to automatically open a corresponding Web page and execute a preset instruction;
step S20, the WebRPA monitors all instructions and generates monitoring results;
step S30, the WebRPA captures the Web page to obtain a fault image and obtains a fault log of the Web page based on the monitoring result;
and step S40, the WebRPA sends the fault image to the cloud storage server, acquires the network address returned by the cloud storage server, and sends the network address and the fault log to the log server.
2. The Chrome plugin-based WebRPA operation and maintenance method of claim 1, wherein: the step S10 specifically includes:
step S11, programming a WebRPA through an RPA designer; the WebRPA is used for executing a specified instruction on a specified page according to a preset sequence;
and step S12, the operation of the WebRPA is triggered manually or triggered at regular time through cloud scheduling service, and then the corresponding Web page is opened automatically to execute a preset instruction.
3. The Chrome plugin-based WebRPA operation and maintenance method of claim 1, wherein: the step S20 specifically includes:
the WebRPA monitors each instruction in real time, judges whether each instruction is executed normally and feeds back a corresponding response, and if yes, generates a monitoring result which is executed successfully; if not, generating a monitoring result of execution failure.
4. The Chrome plugin-based WebRPA operation and maintenance method of claim 1, wherein: the step S30 specifically includes:
when the monitoring result is that the execution is successful, continuing to monitor the next instruction; and when the monitoring result is that the execution fails, automatically calling the plug-in screenshot capability of the Chrome to screenshot the Web page with the execution failure to obtain a fault image, and acquiring a fault log of the Web page with the execution failure.
5. The Chrome plugin-based WebRPA operation and maintenance method of claim 1, wherein: in step S40, the step of sending, by the WebRPA, the failure image to the cloud storage server specifically includes:
and the WebRPA compresses the fault image into a webp format and then sends the fault image to the cloud storage server.
6. A WebRPA operation and maintenance system based on Chrome plug-in is characterized in that: the system comprises the following modules:
the WebRPA arranging and executing module is used for arranging a WebRPA through an RPA designer, operating the WebRPA to automatically open a corresponding Web page and execute a preset instruction;
the instruction monitoring module is used for monitoring each instruction by the WebRPA and generating a monitoring result;
the Web RPA is used for capturing a Web page based on a monitoring result to obtain a fault image and a fault log of the Web page;
and the WebRPA sends the fault image to the cloud storage server, acquires a network address returned by the cloud storage server, and sends the network address and the fault log to the log server.
7. The WebRPA operation and maintenance module based on Chrome plug-in of claim 6, wherein: the WebRPA editing execution module specifically comprises:
a WebRPA orchestration unit for orchestrating a WebRPA by an RPA designer; the WebRPA is used for executing a specified instruction on a specified page according to a preset sequence;
and the WebRPA execution unit is used for manually triggering the operation of the WebRPA or regularly triggering the operation of the WebRPA through the cloud scheduling service, and further automatically opening a corresponding Web page to execute a preset instruction.
8. The WebRPA operation and maintenance system based on Chrome plug-in claim 6, wherein: the instruction monitoring module is specifically as follows:
the WebRPA monitors each instruction in real time, judges whether each instruction is executed normally and feeds back a corresponding response, and if yes, generates a monitoring result which is executed successfully; if not, generating a monitoring result of execution failure.
9. The WebRPA operation and maintenance system based on Chrome plug-in claim 6, wherein: the fault screenshot module specifically comprises:
when the monitoring result is that the execution is successful, continuing to monitor the next instruction; and when the monitoring result is that the execution fails, automatically calling the plug-in screenshot capability of the Chrome to screenshot the Web page with the execution failure to obtain a fault image, and acquiring a fault log of the Web page with the execution failure.
10. The WebRPA operation and maintenance system based on Chrome plug-in claim 6, wherein: in the fault image and log storage module, the step of sending the fault image to the cloud storage server by the WebRPA specifically includes:
and the WebRPA compresses the fault image into a webp format and then sends the fault image to the cloud storage server.
CN202210038278.2A 2022-01-13 2022-01-13 WebRPA operation and maintenance method and system based on Chrome plug-in Pending CN114546758A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210038278.2A CN114546758A (en) 2022-01-13 2022-01-13 WebRPA operation and maintenance method and system based on Chrome plug-in

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210038278.2A CN114546758A (en) 2022-01-13 2022-01-13 WebRPA operation and maintenance method and system based on Chrome plug-in

Publications (1)

Publication Number Publication Date
CN114546758A true CN114546758A (en) 2022-05-27

Family

ID=81670830

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210038278.2A Pending CN114546758A (en) 2022-01-13 2022-01-13 WebRPA operation and maintenance method and system based on Chrome plug-in

Country Status (1)

Country Link
CN (1) CN114546758A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115174866A (en) * 2022-07-18 2022-10-11 珠海金智维信息科技有限公司 RPA-based water supply pump room video monitoring system, method and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115174866A (en) * 2022-07-18 2022-10-11 珠海金智维信息科技有限公司 RPA-based water supply pump room video monitoring system, method and storage medium

Similar Documents

Publication Publication Date Title
CN110928774B (en) Automatic test system based on node type
CN109118347B (en) Automatic cooperation method and system
CN109522287B (en) Monitoring method, system, equipment and medium for distributed file storage cluster
CN110647451A (en) Application program abnormity analysis method and generation method
CN107992392B (en) Automatic monitoring and repairing system and method for cloud rendering system
CN111209166B (en) Automatic inspection system for B/S architecture service system
CN111190755B (en) Application program function exception handling method and device
CN105653401A (en) Method and device for scheduling disaster recovery, operation and maintenance, monitoring and emergency start-stop of application systems
CN114546758A (en) WebRPA operation and maintenance method and system based on Chrome plug-in
CN107992337B (en) Method and system for remotely deploying service system across systems
CN112529223A (en) Equipment fault repair method and device, server and storage medium
US11531612B2 (en) Methods for providing an enterprise synthetic monitoring framework
CN111782431A (en) Exception processing method, exception processing device, terminal and storage medium
JP6436705B2 (en) Test execution device, test execution method, and computer program
CN109728957B (en) Interactive operation and maintenance method and device
CN110095144B (en) Method and system for identifying local fault of terminal equipment
KR101828156B1 (en) Transaction Monitoring System and Operating method thereof
JP6436704B2 (en) Test execution device, test execution method, and computer program
JP2005234987A (en) Development source server, software trouble responding system and software trouble responding method
CN113010210A (en) Automatic operation and maintenance operation management method and system
CN107577546B (en) Information processing method and device and electronic equipment
JP6353759B2 (en) Test execution device, test execution method, and computer program
CN113225576B (en) Service migration system and method based on live broadcast platform edge computing scene
CN113904932A (en) Modularized server upgrading method and device, electronic equipment and medium
CN113220493A (en) Fault data processing method and device, storage medium and electronic equipment

Legal Events

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