CN112115693B - Method and device for exporting Word document with dynamic rendering chart and computer equipment - Google Patents

Method and device for exporting Word document with dynamic rendering chart and computer equipment Download PDF

Info

Publication number
CN112115693B
CN112115693B CN202011023614.3A CN202011023614A CN112115693B CN 112115693 B CN112115693 B CN 112115693B CN 202011023614 A CN202011023614 A CN 202011023614A CN 112115693 B CN112115693 B CN 112115693B
Authority
CN
China
Prior art keywords
word document
preset
server
terminal
word
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
CN202011023614.3A
Other languages
Chinese (zh)
Other versions
CN112115693A (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.)
Ping An International Smart City Technology Co Ltd
Original Assignee
Ping An International Smart City 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 Ping An International Smart City Technology Co Ltd filed Critical Ping An International Smart City Technology Co Ltd
Priority to CN202011023614.3A priority Critical patent/CN112115693B/en
Publication of CN112115693A publication Critical patent/CN112115693A/en
Application granted granted Critical
Publication of CN112115693B publication Critical patent/CN112115693B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The embodiment of the application discloses a method, a device, computer equipment and a storage medium for exporting a Word document with a dynamic rendering chart. The application relates to the technical field of document processing, which comprises the following steps: if the terminal detects a generation request of the Word document, the generation request is sent to a first server side; the first server generates a target task ID and sends the target task ID to the terminal; the first server side sends a request for calling the static page to the second server side; the second server side obtains preset chart data, renders the preset chart data through a preset rendering plug-in unit to generate target chart data and sends the target chart data to the first server side; the first server end writes the target chart data into a preset Word template based on a preset component to generate a Word document; and if the terminal detects that the Word document is generated according to the target task ID, the Word document is exported. The embodiment of the application can reduce the Word document generation time, reduce the resource occupation, and generate and feed back in real time in the medical platform automatic generation medical record application.

Description

Method and device for exporting Word document with dynamic rendering chart and computer equipment
Technical Field
The present invention relates to the field of document processing technologies, and in particular, to a method and apparatus for exporting a Word document with a dynamic rendering chart, a computer device, and a storage medium.
Background
Rendering the visual chart is generally processed in a front-end browser, but in some special scenes, for example, in an automatic medical record generating application of a medical platform, when a Word document instruction of a user for exporting a medical record form is received, the data is required to be rendered into the chart and inserted into the Word document for exporting, and therefore the operation of graphically rendering the data required to be written into the medical record in a background server is required. However, the current solutions of graph rendering by the background server have more or less drawbacks, such as 1, being less interactive for rendering graph exports in real time. If the number of the rendered charts is large, or when word documents are time-consuming to generate, the waiting time of users is long, and even the problem that pages are running due to the overlong waiting time can occur. 2. The method includes the steps that charts are rendered offline at fixed time and written into Word documents and stored in a background server, the user directly returns the Word documents which are generated in advance to the user when operating, the user does not wait for overtime when exporting the charts, but the data lose real-time property due to the fact that the Word documents are generated offline at fixed time, and the generated Word documents are stored in the background server in advance, resources of the background server are occupied greatly, and unnecessary resource waste is caused.
Disclosure of Invention
The embodiment of the invention provides a method, a device, computer equipment and a storage medium for exporting a Word document with a dynamic rendering chart, which aim to solve the problem that resources are occupied when the Word document cannot be generated in real time and offline in the related technology.
In a first aspect, an embodiment of the present invention provides a method for exporting a Word document with a dynamic rendering chart, including: if the terminal detects a generation request of a Word document, the generation request of the Word document is sent to a first server, wherein the Word document is a Word document for dynamically rendering a chart; the first server side generates a target task ID according to the generation request of the Word document and sends the generated target task ID to the terminal; the first server side sends a request for calling the static page to the second server side; the second server side calls a chart data interface of the first server side based on the static page to acquire preset chart data, renders the preset chart data through a preset rendering plug-in unit to generate target chart data and sends the target chart data to the first server side; the first server side receives target chart data sent by the second server side, and writes the target chart data into a preset Word template based on a preset component to generate the Word document; the terminal detects whether the Word document is generated according to the target task ID; and if the terminal detects that the Word document is generated, the terminal calls a preset export interface of the first server side according to the target task ID to export the Word document.
In a second aspect, an embodiment of the present invention provides a method for exporting a Word document with dynamic rendering chart, applied to a first server, including: if a generating request of a Word document sent by a terminal is received, generating a target task ID according to the generating request of the Word document and sending the generated target task ID to the terminal so that the terminal detects whether the Word document is generated according to the target task ID, wherein the Word document is a Word document for dynamically rendering a chart; sending a request for calling a static page to a second server side, so that the second server side calls a chart data interface of the first server side based on the static page to obtain preset chart data, renders the preset chart data through a preset rendering plug-in to generate target chart data, and sends the target chart data to the first server side; and receiving target chart data sent by the second server side, and writing the target chart data into a preset Word template based on a preset component to generate the Word document, wherein if the terminal detects that the Word document is generated, the terminal calls a preset export interface of the first server side according to the target task ID to export the Word document.
In a third aspect, an embodiment of the present invention further provides a device for exporting a Word document for dynamically rendering a chart, where the device includes a terminal, a first server, and a second server, where the terminal is configured with a first sending unit, a detecting unit, and an exporting unit, the first server is configured with a first generating unit, a second sending unit, and a third generating unit, and the second server is configured with a second generating unit; the first sending unit is used for sending the generation request of the Word document to a first server side if the generation request of the Word document is detected, wherein the Word document is a Word document for dynamically rendering a chart; the first generation unit is used for generating a target task ID according to the generation request of the Word document and sending the generated target task ID to the terminal; the second sending unit is used for sending a request for calling the static page to the second server side; the second generating unit is used for calling a chart data interface of the first server side based on the static page to acquire preset chart data, rendering the preset chart data through a preset rendering plug-in unit to generate target chart data and sending the target chart data to the first server side; the third generating unit is used for receiving target chart data sent by the second server side, and writing the target chart data into a preset Word template based on a preset component to generate the Word document; the detection unit is used for detecting whether the Word document is generated according to the target task ID; and the export unit is used for calling a preset export interface of the first server side according to the target task ID to export the Word document if the Word document is detected to be generated.
In a fourth aspect, an embodiment of the present invention further provides a computer device, including a memory and a processor connected to the memory; the memory is used for storing a computer program; the processor is configured to execute a computer program stored in the memory to perform the method of the second aspect described above.
In a fifth aspect, embodiments of the present invention also provide a computer readable storage medium storing a computer program comprising program instructions which, when executed by a processor, enable the steps of the method of the second aspect described above to be carried out.
The embodiment of the invention provides a method, a device, computer equipment and a storage medium for exporting a Word document with a dynamic rendering chart. According to the technical scheme, the terminal sends the generation request of the Word document to the first server end to generate the target task ID and sends the target task ID to the terminal, the terminal detects whether the Word document is generated or not according to the target task ID, the Word document with the dynamic rendering chart is generated through the rendering of the preset chart data by the second server end based on the preset rendering plug-in and the writing of the target chart data by the first server end based on the preset component, so that real-time generation and real-time feedback of the Word document are realized, the problem that the generation time is long due to the fact that the Word document with the dynamic rendering chart is generated only by means of one server end is solved, the problem that resources are occupied by the Word document generated offline is solved, and in the application of automatically generating medical records on a medical platform, the waiting time of a user to derive the automatically generated medical records is reduced, and the user experience is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic diagram of an application scenario of a method for exporting Word documents with dynamic rendering charts according to an embodiment of the present invention;
FIG. 2 is a flowchart of a method for exporting Word documents with dynamic rendering charts according to an embodiment of the present invention;
FIG. 3 is a schematic sub-flowchart of a method for exporting Word documents with dynamic rendering charts according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of another sub-flowchart of a method for exporting Word documents with dynamic rendering charts according to an embodiment of the present invention;
FIG. 5 is a flowchart illustrating a method for exporting Word documents with dynamic rendering charts according to an embodiment of the present invention;
FIG. 6 is a flowchart illustrating a method for exporting Word documents with dynamic rendering charts according to an embodiment of the present invention;
FIG. 7 is a flowchart illustrating an application of the method for exporting Word documents with dynamic rendering charts provided in the embodiment of the present invention to a first server;
FIG. 8 is a schematic view of a sub-flowchart of a method for exporting Word documents with dynamic rendering charts applied to a first server according to an embodiment of the present invention;
FIG. 9 is a schematic block diagram of a system for exporting Word documents with dynamic rendering charts provided by an embodiment of the present invention;
FIG. 10 is a sub-schematic block diagram of a derivation system for Word documents with dynamic rendering charts provided by embodiments of the present invention;
FIG. 11 is yet another schematic block diagram of a derivation system for Word documents with dynamic rendering charts provided by embodiments of the present invention;
FIG. 12 is another schematic block diagram of a derivation system for Word documents with dynamic rendering charts, provided by an embodiment of the present invention;
FIG. 13 is a schematic block diagram of a derivation system for Word documents with dynamic rendering charts applied to a first server according to an embodiment of the present invention;
FIG. 14 is another schematic block diagram of a derivation system for Word documents with dynamic rendering charts applied to a first server, provided by an embodiment of the present invention; and
fig. 15 is a schematic block diagram of a computer device according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
It should be understood that the terms "comprises" and "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in this specification and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in the present specification and the appended claims refers to any and all possible combinations of one or more of the associated listed items, and includes such combinations.
Referring to fig. 1, fig. 1 is an application scenario diagram of a method for exporting Word documents with dynamic rendering charts according to an embodiment of the present invention. The application scene of the method for exporting Word documents with dynamic rendering charts comprises at least two servers and at least one terminal. The terminal comprises, but is not limited to, electronic equipment with communication functions, such as a smart phone, a tablet computer, a notebook computer, a desktop computer and the like. In this embodiment, the server includes a first server and a second server, that is, a first server side and a second server side referred to hereinafter, where the servers may be independent servers or may be a server cluster formed by a plurality of servers, and the servers communicate with the terminal to send data generated by the server to the terminal so that the terminal verifies whether the received generated data is safe. If the generated data comprises the generated application version update package, the corresponding terminal comprises an application program, and the server is a server corresponding to the application program. In this embodiment, the method for exporting the Word document with dynamic rendering chart is applied to the terminal 10, the first server 20 and the second server 30, and is implemented through interaction among the terminal 10, the first server 20 and the second server 30.
Fig. 2 is a flowchart of a method for exporting a Word document with a dynamic rendering chart according to an embodiment of the present invention. As shown in fig. 2, the method includes the following steps S110 to S180. The method is applied to the terminal 10, the first server side 20 and the second server side 30, wherein:
s110, if the terminal detects a generation request of a Word document, the generation request of the Word document is sent to a first server, wherein the Word document is a Word document for dynamically rendering a chart.
In an embodiment, for example, in an automatic medical record generating application of a medical platform, if a user clicks an export button for exporting a Word document on a page of a terminal to issue a Word document instruction for exporting a medical record form, the terminal detects a request for generating the Word document, and then sends the request for generating the Word document to a first server to generate the Word document of a dynamic rendering chart.
S120, the first server side generates a target task ID according to the generation request of the Word document and sends the generated target task ID to the terminal.
In an embodiment, a first server receives a generation request of a Word document sent by a terminal, generates a target task ID corresponding to the generation request of the Word document according to the generation request of the Word document, and sends the generated target task ID to the terminal, wherein the target task ID is an identifier uniquely corresponding to the current generation request, and the terminal can inquire about the progress of the first server side for generating the Word document through the target task ID.
S130, the first server side sends a request for calling the static page to the second server side.
In an embodiment, after the first server generates the target task ID according to the request for generating the Word document and sends the generated target task ID to the terminal, the asynchronous thread starts a preset plug-in, and after the preset plug-in is started, the static page of the second server is called. The preset plugin is, for example, a Phantom JS plugin; the static page is actually present, and is directly loaded to the browser for display without compiling by a server. Static pages occupy a certain server space, and can not independently manage and issue updated pages, if the content of a web page is to be updated, files are required to be DOWN through FTP software and modified by using web page making software (technical exceptions such as fso). Common static pages are, for example, html extension. It should be noted that, in other embodiments, the preset plug-in may also be a JS execution engine.
And S140, the second server side calls a chart data interface of the first server side based on the static page to acquire preset chart data, renders the preset chart data through a preset rendering plug-in unit to generate target chart data, and sends the target chart data to the first server side.
In an embodiment, when the first server side sends a request for calling a static page to the second server side and calls the static page, a chart data interface of the first server side is called in the static page to obtain preset chart data of the first server side, the preset chart data is processed by a preset rendering plug-in to generate target chart data, and finally the generated target chart data is sent to the first server side to generate a Word document with a dynamic rendering chart.
And S150, the first server side receives target chart data sent by the second server side, and writes the target chart data into a preset Word template based on a preset component to generate the Word document.
In an embodiment, after receiving the target chart data sent by the second server, the first server writes the target chart data into a preset Word template based on a preset mode to form the Word document. For example, the Word document is formed by writing the target chart data into a preset Word template through a preset component, and the preset component is a POI component.
S160, the terminal detects whether the Word document is generated according to the target task ID.
In an embodiment, after receiving a generation request of the Word document sent by the terminal, the first server generates a target task ID and sends the generated target task ID to the terminal, and the terminal detects whether the Word document is generated according to the target task ID.
S170, if the terminal detects that the Word document is generated, the terminal calls a preset export interface of the first server side according to the target task ID so as to export the Word document.
In an embodiment, the first server side is provided with a preset export interface, and if the terminal detects that the Word document is generated, the terminal invokes the preset export interface of the first server side according to the target task ID and exports the Word document according to the target task ID.
As shown in fig. 2, step S170 is further followed by step S180.
S180, if the first server detects that the Word document is exported, deleting the exported Word document.
In an embodiment, if the first server detects that the document to be exported is exported by the user through the export button on the terminal page, deleting the Word document, thereby releasing the disk space of the first server.
In one embodiment, as shown in fig. 3, the step S150 includes: S151-S152.
S151, the first server side inquires a preset mark position corresponding to the target chart data in a preset Word template.
S152, the first server writes the target chart data into a preset mark position in a preset Word template based on the POI component to generate the Word document.
In an embodiment, firstly, whether a preset mark position corresponding to the target chart data exists in a preset Word template is queried, if the preset mark position is stored, the target chart data is written into the preset mark position in the preset Word template based on a preset mode such as a POI component to form the Word document. In this embodiment, the preset mark position is a placeholder. In other embodiments, the preset mark location may also be other identifiers, such as a data set identifier.
In one embodiment, as shown in fig. 4, the step S160 includes: S161-S164.
S161, if the terminal receives the target task ID sent by the first server, acquiring a progress interface of the Word document generated by the first server according to the target task ID.
S162, the terminal obtains the generation progress of the Word document according to the progress interface and the target task ID.
S163, judging whether the generation progress of the Word document reaches a preset threshold.
And S164, if the generation progress of the Word document reaches a preset threshold, judging that the terminal detects that the Word document is generated.
In one embodiment, a terminal sends a request for generating a Word document to a first server, the first server receives the request for generating a target task ID according to the request for generating and sends the target task ID to the terminal, the terminal receives the target task ID sent by the first server, and a progress interface of the Word document generated by the first server is obtained according to the target task ID. The progress interface is an interface for obtaining the current total generation amount of the Word document, and the terminal obtains the generation progress of the Word document according to the progress interface of the Word document and the target task ID, namely, the percentage of the current total generation amount of the Word document to the total generation amount can be obtained through the interface. Setting a preset threshold value of the generation progress of the derived Word document to judge whether the generation of the derived Word document is successful, and if the generation progress of the Word document reaches the preset threshold value, indicating that the generation of the Word document is successful. It should be noted that, in this embodiment, the preset threshold is embodied in a numerical manner, for example, 100%, and when the generation progress of the derived Word document is 100%, it indicates that the generation of the Word document is successful. When the Word document is successfully generated, the terminal can call the Word document through the target task ID and the progress interface.
If the generation progress of the Word document does not reach the preset threshold, returning to the step of executing the step of acquiring the generation progress of the Word document by the terminal according to the progress interface and the target task ID, namely returning to the step S162. In this embodiment, the terminal obtains the progress of generating the Word document from the progress interface by using a polling mechanism based on the target task ID, that is, when it is determined that the progress of generating the Word document does not reach the preset threshold, the terminal waits for the preset time period and returns to step S162 to obtain the progress of generating the Word document again until the progress of generating the Word document reaches the preset threshold.
In an embodiment, as shown in fig. 4, the terminal obtains the generation progress of the Word document from the progress interface based on the target task ID, and if the generation progress of the derived Word document does not reach a preset threshold, indicating that the generation of the Word document is not successful, obtains the generation progress of the derived Word document from the progress interface by adopting a polling mechanism based on the target task ID. The polling mechanism is used to solve the problem that the pressure of the first server is too high, if a plurality of long links are kept, the pressure of the first server is too high. Therefore, an interface of a polling request is specially built, only one target task ID is reserved in the interface, and the situation of the current task can be obtained only by sending the target task ID, namely the generation situation of the document to be exported is obtained. If the result is returned, the polling is finished, and if the result is not returned, the request continues to be sent after waiting for the preset time. In the embodiment, the polling mechanism is adopted, so that a user can not only check the generation progress of the Word document in real time, but also relieve the page breakdown when the Word document is generated for a long time.
In one embodiment, as shown in fig. 5, the step S162 includes: S1621-S1622.
S1621, if the terminal receives the target task ID sent by the first server, sending a progress interface query request to the first server according to the target task ID.
S1622, the terminal receives a progress interface corresponding to the Word document, which is generated according to the progress interface query request and sent by the first server.
In an embodiment, since the progress interface is generated by the first server, if the terminal needs to call the progress interface to query the generation progress of the Word document, the terminal needs to send a progress interface query request to the first server according to the target task ID, and the terminal receives the progress interface corresponding to the Word document, which is generated according to the progress interface query request and sent by the first server, and the terminal can query the generation progress of the Word document according to the target task ID and the progress interface. In this embodiment, the generating progress of the Word document on the terminal is displayed in a progress bar manner, so that a user can intuitively and real-timely see the generating condition of the Word document.
In the embodiment of the invention, as shown in fig. 6, after detecting a generation request of a Word document, a terminal sends the generation request to a first server side to generate a target task ID, the first server side sends preset chart data to a second server side, the second server side renders the preset chart data to generate target chart data through a preset rendering plug-in and sends the target chart data to the first server side, the first server side generates the target task ID and sends the target task ID to the terminal, the terminal detects whether the Word document is generated or not according to the target task ID, if so, a preset export interface of the first server side is called according to the target task ID to export the Word document, and based on interaction among the terminal, the first server side and the second server side, the terminal can acquire the Word document with a dynamic rendering chart generated by interaction between the first server side and the second server side according to the target task ID, so that real-time generation and real-time feedback of the Word document are realized, the problem that the generation time is long due to the fact that the Word with a dynamic chart is generated by only depending on the server side, the problem that the terminal page is crashed and the generation time of the Word document is automatically reduced, and medical record generation waiting time is occupied in a medical record generation platform is automatically generated, and medical record waiting time is shortened.
Fig. 7 is a schematic flow chart of a method for exporting a Word document with a dynamic rendering chart applied to a first server according to an embodiment of the present invention. As shown in fig. 7, the method for exporting a Word document with a dynamic rendering chart of the present embodiment includes steps S210 to S230. The method is applied in the first server side 20.
S210, if a generating request of a Word document sent by a terminal is received, generating a target task ID according to the generating request of the Word document and sending the generated target task ID to the terminal so that the terminal detects whether the Word document is generated or not according to the target task ID, wherein the Word document is a Word document for dynamically rendering a chart.
In an embodiment, if a user clicks an export button for exporting a Word document on a page of a terminal, the terminal detects a request for generating the Word document, and then sends the request for generating the Word document to a first server, if the request for generating the Word document sent by the terminal is received, a target task ID corresponding to the request for generating the Word document is generated according to the request for generating the Word document, and the generated target task ID is sent to the terminal, so that the terminal detects whether the Word document has been generated according to the target task ID, or not, and can also query the progress of generating the Word document by the first server. Specifically, the method for detecting whether the Word document is generated or not by the terminal according to the target task ID comprises the following steps: the terminal receives a target task ID sent by the first server side, and acquires a progress interface of the Word document generated by the first server side according to the target task ID; the terminal obtains the generation progress of the Word document according to the progress interface and the target task ID, and the specific method is that if the terminal receives the target task ID sent by the first server, a progress interface query request is sent to the first server according to the target task ID, and a progress interface corresponding to the Word document is generated according to the progress interface query request and sent by the first server; if the generation progress of the Word document reaches a preset threshold, judging that the terminal detects that the Word document is generated; the terminal obtains the generation progress of the Word document from the progress interface by adopting a polling mechanism based on the target task ID, only one target task ID is reserved in the terminal through specially establishing a polling request interface, and the current task condition can be obtained by only sending the target task ID, namely the generation condition of the document to be exported is obtained.
S220, a request for calling a static page is sent to a second server side, so that the second server side calls a chart data interface of the first server side based on the static page to obtain preset chart data, and the preset chart data is rendered to generate target chart data through a preset rendering plug-in and sent to the first server side.
In an embodiment, after the first server generates a target task ID according to the generation request of the Word document and sends the generated target task ID to the terminal, the asynchronous thread is started to start a preset plug-in, and after the preset plug-in is started, a static page of the second server is called. Wherein the preset plugin is a Phantom JS plugin; the static page is actually present, and is directly loaded to the browser for display without compiling by a server. Static pages occupy a certain server space, and can not independently manage and issue updated pages, if the content of the web page is to be updated, files are required to be DOWN through FTP software to be modified by the web page making software (with the exception of fso and other technologies). Common static pages are, for example, html extension. It should be noted that, in other embodiments, the preset plug-in may also be a JS execution engine. When the first server side sends a request for calling the static page to the second server side and calls the static page, the second server side calls a chart data interface of the first server side in the static page to acquire preset chart data of the first server side, the preset chart data are processed by a preset rendering plug-in to generate target chart data, the generated target chart data are finally sent to the first server side, and the first server side receives the target chart data to generate a Word document with a dynamic rendering chart.
S230, receiving target chart data sent by the second server side, and writing the target chart data into a preset Word template based on a preset component to generate the Word document, wherein if the terminal detects that the Word document is generated, the terminal calls a preset export interface of the first server side according to the target task ID to export the Word document.
In an embodiment, after receiving the target chart data sent by the second server, the first server writes the target chart data into a preset Word template based on a preset mode to form the Word document. For example, the Word document is formed by writing the target chart data into a preset Word template through a preset component, and the preset component is a POI component. And if the terminal detects that the Word document is generated, the terminal calls the preset export interface of the first server according to the target task ID and exports the Word document according to the target task ID.
In one embodiment, as shown in fig. 8, the step S230 includes: S231-S232.
S231, inquiring a preset mark position corresponding to the target chart data in a preset Word template.
S232, writing the target chart data into a preset mark position in a preset Word template based on the POI component to generate the Word document.
In an embodiment, firstly, whether a preset mark position corresponding to the target chart data exists in a preset Word template is queried, if the preset mark position is stored, the target chart data is written into the preset mark position in the preset Word template based on a preset mode such as a POI component to form the Word document. In this embodiment, the preset mark position is a placeholder. In other embodiments, the preset mark location may also be other identifiers, such as a data set identifier.
As shown in fig. 7, step S230 is followed by step S240.
S240, if the first server detects that the Word document is exported, deleting the exported Word document.
In an embodiment, if the first server detects that the document to be exported is exported by the user through the export button on the terminal page, deleting the Word document, thereby releasing the disk space of the first server.
FIG. 9 is a schematic block diagram of a derivation system 300 for Word documents with dynamic rendering charts, according to one embodiment of the present invention. As shown in fig. 9, the present invention further provides a system 300 for exporting a Word document of a dynamic rendering chart, corresponding to the method for exporting a Word document of a dynamic rendering chart applied to the terminal 10, the first server side 20 and the second server side 30. The deriving device 300 for the Word document with dynamic rendering chart includes a unit for executing the above-mentioned deriving method for the Word document with dynamic rendering chart, and the deriving system 300 for the Word document with dynamic rendering chart includes a first transmitting unit 101, a detecting unit 102 and a deriving unit 103 configured at the terminal 10, a first generating unit 201, a second transmitting unit 202, a third generating unit 203 configured at the first server 20, and a second generating unit 301 configured at the second server 30.
The first sending unit 101 is configured to send a request for generating a Word document to a first server if the request for generating the Word document is detected, where the Word document is a Word document for dynamically rendering a chart.
The first generating unit 201 is configured to generate a target task ID according to a generation request of the Word document and send the generated target task ID to the terminal.
The second sending unit 202 is configured to send a request for calling the static page to the second server.
The second generating unit 301 is configured to call a chart data interface of the first server side based on the static page to obtain preset chart data, render the preset chart data to generate target chart data through a preset rendering plug-in, and send the target chart data to the first server side.
The third generating unit 203 is configured to receive the target chart data sent by the second server, and write the target chart data into a preset Word template based on a preset component to generate the Word document.
The detecting unit 102 is configured to detect whether the Word document has been generated according to the target task ID.
And the export unit 103 is configured to invoke a preset export interface of the first server according to the target task ID to export the Word document if it is detected that the Word document has been generated.
In an embodiment, as shown in fig. 9, the first server 20 is further configured with a first deleting unit 204.
The first deleting unit 204 is configured to delete the Word document that has been exported if the first server detects that the Word document has been exported.
In an embodiment, as shown in fig. 10, the third generating unit 203 includes: a first query subunit 2031 and a write subunit 2032.
The first query subunit 2031 is configured to query a preset mark position corresponding to the target chart data in a preset Word template by using the first server.
The writing subunit 2032 is configured to write the target chart data to a preset mark-up position in a preset Word template based on the POI component by the first server side to generate the Word document.
In one embodiment, as shown in fig. 11, the detecting unit 102 includes: a first acquisition subunit 1021, a second acquisition subunit 1022, a determination subunit 1023, and a determination subunit 1024.
The first obtaining subunit 1021 is configured to obtain, if the terminal receives the target task ID sent by the first server, a progress interface of the Word document generated by the first server according to the target task ID.
The second obtaining subunit 1022 is configured to obtain, by the terminal, the generation progress of the Word document according to the progress interface and the target task ID.
The judging subunit 1023 judges whether the generation progress of the Word document reaches a preset threshold.
The determining subunit 1024 is configured to determine that the terminal detects that the Word document has been generated if the generation progress of the Word document reaches a preset threshold.
In one embodiment, as shown in fig. 12, the second acquisition subunit 1022 includes: a first sending subunit 1022a and a second querying subunit 1022b.
The first sending subunit 1022a is configured to send a progress interface query request to the first server according to the target task ID if the terminal receives the target task ID sent by the first server;
the second query subunit 1022b is configured to receive, by the terminal, a progress interface corresponding to the Word document, where the progress interface is generated according to the progress interface query request and sent by the first server.
It should be noted that, as those skilled in the art can clearly understand, the above-mentioned derivation system 300 for Word document with dynamic rendering chart and specific implementation process of each unit may refer to the corresponding description in the foregoing method embodiment, and for convenience and brevity of description, the description is omitted here.
FIG. 13 is a schematic block diagram of a Word document exporting system 400 with dynamic rendering of a chart applied to a first server side 20 according to an embodiment of the present invention. As shown in fig. 13, the present invention further provides a Word document export system 400 for dynamically rendering a chart, corresponding to the above method for dynamically rendering a Word document of a chart. The system 400 for exporting Word documents with dynamic rendering charts includes a unit for executing the method for exporting Word documents with dynamic rendering charts described above, and may be configured in the first server 20. Specifically, referring to fig. 13, the export system 400 of the Word document with dynamic rendering chart includes a generation sending unit 401, a calling unit 402, and an acceptance writing generation unit 403.
The generating and sending unit 401 is configured to, if a request for generating a Word document sent by a terminal is received, generate a target task ID according to the request for generating the Word document, and send the generated target task ID to the terminal, so that the terminal detects whether the Word document is generated according to the target task ID, where the Word document is a Word document with a dynamic rendering chart.
The calling unit 402 is configured to send a request for calling a static page to a second server, so that the second server calls a chart data interface of the first server based on the static page to obtain preset chart data, renders the preset chart data to generate target chart data through a preset rendering plug-in, and sends the target chart data to the first server.
The write-accepted generating unit 403 is configured to receive target chart data sent by the second server, write the target chart data into a preset Word template based on a preset component to generate the Word document, where if the terminal detects that the Word document has been generated, the terminal invokes a preset export interface of the first server according to the target task ID to export the Word document.
In one embodiment, as shown in fig. 14, the write acceptance generating unit 403 includes: a third query subunit 4031 and a write generation subunit 4032.
The third querying subunit 4031 is configured to query a preset flag location corresponding to the target chart data in a preset Word template.
The write generation subunit 4032 is configured to write the target chart data to a preset mark-up position in a preset Word template based on the POI component to generate the Word document.
The derivation system 400 of Word documents with dynamic rendering charts further includes a second deletion unit 404.
The second deleting unit 404 is configured to delete the Word document that has been exported if the first server detects that the Word document has been exported.
It should be noted that, as those skilled in the art can clearly understand, the specific implementation process of the Word document derivation system 400 and each unit of the dynamic rendering chart may refer to the corresponding description in the foregoing method embodiment, and for convenience and brevity of description, the description is omitted here.
The derivation means of the Word document for dynamically rendering charts described above may be implemented in the form of a computer program that can be run on a computer device as shown in fig. 15.
Referring to fig. 15, fig. 15 is a schematic block diagram of a computer device according to an embodiment of the present application. The computer device 500 may be the above-described terminal, the first server, or the second server.
With reference to FIG. 15, the computer device 500 includes a processor 502, memory, and a network interface 505 connected by a system bus 501, where the memory may include a non-volatile storage medium 503 and an internal memory 504.
The non-volatile storage medium 503 may store an operating system 5031 and a computer program 5032. The computer program 5032 includes program instructions that, when executed, cause the processor 502 to perform a method of deriving Word documents for dynamically rendering charts.
The processor 502 is used to provide computing and control capabilities to support the operation of the overall computer device 500.
The internal memory 504 provides an environment for the execution of the computer program 5032 in the non-volatile storage medium 503, and the computer program 5032 of the terminal, the first server, and/or the second server, when executed by the processor 502, can cause the processors 502 to jointly execute a method for exporting a Word document for dynamically rendering a chart.
The network interface 505 is used for network communication with other devices. It will be appreciated by those skilled in the art that the structure shown in FIG. 15 is merely a block diagram of some of the structures associated with the present inventive arrangements and does not constitute a limitation of the computer device 500 to which the present inventive arrangements may be applied, and that a particular computer device 500 may include more or fewer components than shown, or may combine some of the components, or have a different arrangement of components.
In this embodiment, the processor 502 of the terminal is configured to execute the computer program 5032 stored in the memory, so as to implement the following steps: if the terminal detects a generation request of a Word document, the generation request of the Word document is sent to a first server, wherein the Word document is a Word document for dynamically rendering a chart.
In this embodiment, the processor 502 of the first server is configured to execute the computer program 5032 stored in the memory, so as to implement the following steps: the first server side generates a target task ID according to the generation request of the Word document and sends the generated target task ID to the terminal; and the first server side sends a request for calling the static page to the second server side.
In this embodiment, the processor 502 of the second server side is configured to execute the computer program 5032 stored in the memory, so as to implement the following steps: the second server side calls a chart data interface of the first server side based on the static page to acquire preset chart data, renders the preset chart data through a preset rendering plug-in unit to generate target chart data, and sends the target chart data to the first server side.
In this embodiment, the processor 502 of the first server is configured to execute the computer program 5032 stored in the memory, so as to implement the following steps: the first server side receives target chart data sent by the second server side, and writes the target chart data into a preset Word template based on a preset component to generate the Word document.
The processor 502 of the terminal is arranged to run a computer program 5032 stored in a memory to implement the steps of: the terminal detects whether the Word document is generated according to the target task ID; and if the terminal detects that the Word document is generated, the terminal calls a preset export interface of the first server side according to the target task ID to export the Word document.
In this embodiment, when implementing the step of writing the target chart data into a preset Word template based on a preset component to generate the Word document, the processor 502 at the first server side specifically implements the following steps: the first server side inquires a preset mark position corresponding to the target chart data in a preset Word template; the first server side writes the target chart data into a preset mark position in a preset Word template based on the POI component to generate the Word document.
In this embodiment, when implementing the step of detecting, by the terminal, whether the Word document has been generated according to the target task ID, the processor 502 of the terminal specifically implements the following steps: if the terminal receives a target task ID sent by the first server, acquiring a progress interface of the Word document generated by the first server according to the target task ID; the terminal obtains the generation progress of the Word document according to the progress interface and the target task ID; if the generation progress of the Word document reaches a preset threshold, judging that the terminal detects that the Word document is generated.
In this embodiment, when implementing the step of obtaining the progress interface of the Word document generated by the first server according to the target task ID if the terminal receives the target task ID sent by the first server, the processor 502 of the terminal specifically implements the following steps: if the terminal receives the target task ID sent by the first server, sending a progress interface query request to the first server according to the target task ID; and the terminal receives a progress interface corresponding to the Word document, which is generated according to the progress interface query request and is sent by the first server.
In this embodiment, the step of obtaining, by the processor 502 of the terminal, the generation progress of the Word document according to the progress interface and the target task ID further includes: and the terminal acquires the generation progress of the Word document from the progress interface by adopting a polling mechanism based on the target task ID.
In one embodiment, the processor 502 is configured to execute the computer program 5032 stored in the memory and applied to the first server side, so as to implement the following steps: if a generating request of a Word document sent by a terminal is received, generating a target task ID according to the generating request of the Word document and sending the generated target task ID to the terminal so that the terminal detects whether the Word document is generated according to the target task ID, wherein the Word document is a Word document for dynamically rendering a chart; sending a request for calling a static page to a second server side, so that the second server side calls a chart data interface of the first server side based on the static page to obtain preset chart data, renders the preset chart data through a preset rendering plug-in to generate target chart data, and sends the target chart data to the first server side; and receiving target chart data sent by the second server side, and writing the target chart data into a preset Word template based on a preset component to generate the Word document, wherein if the terminal detects that the Word document is generated, the terminal calls a preset export interface of the first server side according to the target task ID to export the Word document.
In this embodiment, the processor 502 of the terminal specifically implements the following steps when implementing the step of writing the target chart data into a preset Word template based on a preset component to generate the Word document: inquiring a preset mark position corresponding to the target chart data in a preset Word template; and writing the target chart data into a preset mark position in a preset Word template based on a POI component to generate the Word document.
It should be appreciated that in an embodiment of the application, the processor 502 may be a central processing unit (Central Processing Unit, CPU), the processor 502 may also be other general purpose processors, digital signal processors (Digital Signal Processor, DSPs), application specific integrated circuits (Application Specific Integrated Circuit, ASICs), off-the-shelf programmable gate arrays (Field-Programmable Gate Array, FPGAs) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or the like. Wherein the general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
It will be appreciated by those of ordinary skill in the art that implementing all or part of the processes in the methods of the above embodiments may be accomplished by generating request-related hardware by a computer program. The computer program comprises program instructions, and the computer program can be stored in a storage medium, which is a computer readable storage medium. The program instructions are executed by at least one processor in the computer system to implement the flow steps of the embodiments of the method described above.
Accordingly, the present invention also provides a storage medium. The storage medium may be a computer readable storage medium. The plurality of storage media provided by the invention stores a plurality of computer programs which can jointly realize various embodiments of the Word document export method of the step dynamic rendering chart when being respectively executed by a plurality of processors.
The storage medium may be a U-disk, a removable hard disk, a Read-Only Memory (ROM), a magnetic disk, or an optical disk, or other various computer-readable storage media that can store program codes.
Those of ordinary skill in the art will appreciate that the elements and algorithm steps described in connection with the embodiments disclosed herein may be embodied in electronic hardware, in computer software, or in a combination of the two, and that the elements and steps of the examples have been generally described in terms of function in the foregoing description to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the several embodiments provided by the present invention, it should be understood that the disclosed apparatus and method may be implemented in other manners. For example, the device embodiments described above are merely illustrative. For example, the division of each unit is only one logic function division, and there may be another division manner in actual implementation. For example, multiple units or components may be combined or may be integrated into another system, or some features may be omitted, or not performed.
The steps in the method of the embodiment of the invention can be sequentially adjusted, combined and deleted according to actual needs. The units in the device of the embodiment of the invention can be combined, divided and deleted according to actual needs. In addition, each functional unit in the embodiments of the present invention may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit.
The integrated unit may be stored in a storage medium if implemented in the form of a software functional unit and sold or used as a stand-alone product. Based on such understanding, the technical solution of the present invention is essentially or part of what contributes to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium, comprising a number of generation requests for a computer device (which may be a personal computer, a terminal, a network device, etc.) to execute all or part of the steps of the method according to the embodiments of the present invention.
While the invention has been described with reference to certain preferred embodiments, it will be understood by those skilled in the art that various changes and substitutions of equivalents may be made and equivalents will be apparent to those skilled in the art without departing from the scope of the invention. Therefore, the protection scope of the invention is subject to the protection scope of the claims.

Claims (6)

1. A method for exporting a Word document with dynamic rendering of a chart, comprising:
if the terminal detects a generation request of a Word document, the generation request of the Word document is sent to a first server, wherein the Word document is a Word document for dynamically rendering a chart;
the first server side generates a target task ID according to the generation request of the Word document and sends the generated target task ID to the terminal;
the first server side sends a request for calling the static page to the second server side;
the second server side calls a chart data interface of the first server side based on the static page to acquire preset chart data, renders the preset chart data through a preset rendering plug-in unit to generate target chart data and sends the target chart data to the first server side;
The first server side receives target chart data sent by the second server side, inquires a preset mark position corresponding to the target chart data in a preset Word template, and writes the target chart data into the preset mark position in the preset Word template based on a POI component to generate the Word document, wherein the preset mark position is a placeholder or a data set identifier;
if the terminal receives a target task ID sent by the first server, acquiring a progress interface of the Word document generated by the first server according to the target task ID;
the terminal obtains the generation progress of the Word document according to the progress interface and the target task ID;
if the generation progress of the Word document reaches a preset threshold, judging that the terminal detects that the Word document is generated;
and if the terminal detects that the Word document is generated, the terminal calls a preset export interface of the first server side according to the target task ID to export the Word document.
2. The method for exporting a Word document with dynamic rendering chart according to claim 1, wherein if the terminal receives a target task ID sent by the first server, the step of obtaining a progress interface of the Word document generated by the first server according to the target task ID includes:
If the terminal receives the target task ID sent by the first server, sending a progress interface query request to the first server according to the target task ID;
and the terminal receives a progress interface corresponding to the Word document, which is generated according to the progress interface query request and is sent by the first server.
3. The method for exporting a Word document with dynamic rendering chart according to claim 2, wherein the step of obtaining the generation progress of the Word document by the terminal according to the progress interface and the target task ID includes:
and the terminal acquires the generation progress of the Word document from the progress interface by adopting a polling mechanism based on the target task ID.
4. The deriving system of the Word document for dynamically rendering the chart is characterized by comprising a terminal, a first server end and a second server end, wherein the terminal is configured with a first sending unit, a detection unit, a deriving unit, a first obtaining subunit, a second obtaining subunit and a judging subunit, the first server end is configured with a first generating unit, a second sending unit and a third generating unit, and the second server end is configured with a second generating unit;
The first sending unit is used for sending the generation request of the Word document to a first server side if the generation request of the Word document is detected, wherein the Word document is a Word document for dynamically rendering a chart;
the first generation unit is used for generating a target task ID according to the generation request of the Word document and sending the generated target task ID to the terminal;
the second sending unit is used for sending a request for calling the static page to the second server side;
the second generating unit is used for calling a chart data interface of the first server side based on the static page to acquire preset chart data, rendering the preset chart data through a preset rendering plug-in unit to generate target chart data and sending the target chart data to the first server side;
the third generating unit is configured to receive target chart data sent by the second server, query a preset mark position corresponding to the target chart data in a preset Word template, and write the target chart data into the preset mark position in the preset Word template based on a POI component to generate the Word document, where the preset mark position is a placeholder or a data set identifier;
The first obtaining subunit is configured to obtain, if the terminal receives a target task ID sent by the first server, a progress interface of the Word document generated by the first server according to the target task ID;
the second obtaining subunit is used for obtaining the generation progress of the Word document according to the progress interface and the target task ID by the terminal;
the judging subunit is used for judging that the terminal detects that the Word document is generated if the generation progress of the Word document reaches a preset threshold;
and the export unit is used for calling a preset export interface of the first server side according to the target task ID to export the Word document if the Word document is detected to be generated.
5. A computer device comprising a memory and a processor coupled to the memory; the memory is used for storing a computer program; the processor is configured to execute a computer program stored in the memory to perform the method of any one of claims 1-3.
6. A computer readable storage medium, characterized in that the storage medium stores a computer program comprising program instructions which, when executed by a processor, can implement the method of any of claims 1-3.
CN202011023614.3A 2020-09-25 2020-09-25 Method and device for exporting Word document with dynamic rendering chart and computer equipment Active CN112115693B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011023614.3A CN112115693B (en) 2020-09-25 2020-09-25 Method and device for exporting Word document with dynamic rendering chart and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011023614.3A CN112115693B (en) 2020-09-25 2020-09-25 Method and device for exporting Word document with dynamic rendering chart and computer equipment

Publications (2)

Publication Number Publication Date
CN112115693A CN112115693A (en) 2020-12-22
CN112115693B true CN112115693B (en) 2023-08-22

Family

ID=73797771

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011023614.3A Active CN112115693B (en) 2020-09-25 2020-09-25 Method and device for exporting Word document with dynamic rendering chart and computer equipment

Country Status (1)

Country Link
CN (1) CN112115693B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112966469B (en) * 2021-03-08 2023-08-01 北京百度网讯科技有限公司 Method, device, equipment and storage medium for processing charts in document

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8504827B1 (en) * 2013-02-27 2013-08-06 WebFilings LLC Document server and client device document viewer and editor
CN111353287A (en) * 2020-05-25 2020-06-30 广州市玄武无线科技股份有限公司 Dynamic table generation method, device, equipment and storage medium

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8868637B2 (en) * 2009-09-02 2014-10-21 Facebook, Inc. Page rendering for dynamic web pages
US9467434B2 (en) * 2013-07-15 2016-10-11 Salesforce.Com, Inc. Document rendering service
CN104933020A (en) * 2015-07-17 2015-09-23 北京奇虎科技有限公司 Method and device for generating target documents based on template
CN106776507A (en) * 2015-11-19 2017-05-31 北京国双科技有限公司 Word file generation method and device
CN107506597A (en) * 2017-08-31 2017-12-22 武汉联影医疗科技有限公司 Medical files acquisition methods, terminal and server
CN110866204B (en) * 2018-08-10 2023-04-11 阿里巴巴集团控股有限公司 Page processing method and device
CN110275866A (en) * 2019-04-25 2019-09-24 武汉众邦银行股份有限公司 Exchange method, device, server and the user terminal of file generated process
CN110716945A (en) * 2019-09-20 2020-01-21 腾讯音乐娱乐科技(深圳)有限公司 Data updating method, data updating system, server and storage medium
CN110991154A (en) * 2019-12-20 2020-04-10 深圳前海环融联易信息科技服务有限公司 Report generation method, system, computer equipment and computer readable storage medium
CN111626032B (en) * 2020-04-23 2024-01-26 平安国际智慧城市科技股份有限公司 word template dynamic export method, device and storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8504827B1 (en) * 2013-02-27 2013-08-06 WebFilings LLC Document server and client device document viewer and editor
CN111353287A (en) * 2020-05-25 2020-06-30 广州市玄武无线科技股份有限公司 Dynamic table generation method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN112115693A (en) 2020-12-22

Similar Documents

Publication Publication Date Title
CN107832100B (en) APK plug-in loading method and terminal thereof
US10652315B2 (en) Method, apparatus, and system for distributing information in graphic code
JP2016504694A (en) Resource calls for hybrid applications
CN109271213B (en) HTML5 page loading method and device, computer equipment and storage medium
CN106843644B (en) Method and device for establishing desktop icon
US7970814B2 (en) Method and apparatus for providing a synchronous interface for an asynchronous service
WO2015067189A1 (en) Method and apparatus for installing application
CN112115693B (en) Method and device for exporting Word document with dynamic rendering chart and computer equipment
CN111338628B (en) Component rendering method and device
CN111259441B (en) Device control method, device, storage medium and electronic device
CN110321321B (en) Snapshot read-write method, device and equipment for network block equipment and storage medium
CN111913666B (en) Method and device compatible with Nand particles with different protocols, computer equipment and storage medium
CN110727537B (en) Method, device, computer equipment and storage medium for uniformly processing response message
CN109358811B (en) Storage device management method and device and readable storage medium
CN114461954A (en) Dynamic plug-in operation method, device, system and storage medium
US20160277628A1 (en) Information processing apparatus, information processsing system, and non-transitory computer readable medium
CN108809763B (en) Network performance parameter acquisition method, terminal device and storage medium
CN107766093B (en) Function module sharing method and client
CN117171419B (en) Content processing method, device, electronic apparatus, storage medium, and program product
CN113704274B (en) Data reading method and electronic equipment
US11422829B1 (en) Systems and methods for resilient service worker bridge
CN108563523B (en) Information callback method, equipment and storage medium
CN115758033A (en) Interface request processing method and device, electronic equipment and storage medium
CN114339396A (en) Audio and video processing method, system, device and medium based on Linux
CN109120676B (en) Method and device for improving information security 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
GR01 Patent grant
GR01 Patent grant