CN110162373B - Method and device for displaying chart in webpage - Google Patents

Method and device for displaying chart in webpage Download PDF

Info

Publication number
CN110162373B
CN110162373B CN201910452362.7A CN201910452362A CN110162373B CN 110162373 B CN110162373 B CN 110162373B CN 201910452362 A CN201910452362 A CN 201910452362A CN 110162373 B CN110162373 B CN 110162373B
Authority
CN
China
Prior art keywords
target
chart
data
graph
client
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
CN201910452362.7A
Other languages
Chinese (zh)
Other versions
CN110162373A (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.)
Advanced New Technologies Co Ltd
Original Assignee
Advanced New Technologies 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 Advanced New Technologies Co Ltd filed Critical Advanced New Technologies Co Ltd
Priority to CN202210783428.2A priority Critical patent/CN115167962A/en
Priority to CN201910452362.7A priority patent/CN110162373B/en
Publication of CN110162373A publication Critical patent/CN110162373A/en
Application granted granted Critical
Publication of CN110162373B publication Critical patent/CN110162373B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/451Execution arrangements for user interfaces

Abstract

One or more embodiments of the present specification disclose a method and an apparatus for displaying a chart in a web page, so as to achieve the purpose of quickly loading the chart in the web page. The method comprises the following steps: in response to an instruction for loading a target chart in a webpage, acquiring the target chart which is drawn in advance from a specified storage area; the target chart is drawn according to a plurality of data, and when the plurality of data are updated, the target chart in the designated storage area is correspondingly updated; and displaying the acquired target chart in the webpage.

Description

Method and device for displaying chart in webpage
Technical Field
The present disclosure relates to the field of graph processing technologies, and in particular, to a method and an apparatus for displaying a graph in a web page.
Background
When a financial product is displayed on an html5 page (e.g., a web page embedded in a client application), it is usually necessary to display a performance trend chart of the product for the user to refer to, for example, a trend chart showing the attributes of the fund such as profitability, net worth, etc.
In the existing technical solutions, the following method is generally adopted to load the performance trend chart of the product on the html5 page: firstly, storing data required by the trend chart drawing based on a json format, then requesting a server to obtain the json data corresponding to the trend chart by an html5 page, and further drawing the trend chart in real time by using a drawing chart library when the page is loaded. And, each time the html5 page is entered, the trend graph needs to be redrawn in real time.
Therefore, in the existing method for loading the spark lines, the spark lines generally need 1 to 5 years of data and have large data volume, so that the large data volume of the spark lines drawn by the page in real time needs to occupy large computing resources, the page loading speed is influenced, the spark line loading is obviously delayed, and the user experience is reduced; moreover, each time a page is entered, the trend graph needs to be drawn in real time, and the trend graph calculated before cannot be cached, so that a large amount of computing resources are wasted.
Disclosure of Invention
One or more embodiments of the present disclosure are directed to a method and an apparatus for displaying a chart in a web page, so as to achieve the purpose of quickly loading the chart in the web page.
To solve the above technical problems, one or more embodiments of the present specification are implemented as follows:
in one aspect, one or more embodiments of the present specification provide a method for presenting a chart in a web page, applied to a client, including:
in response to an instruction for loading a target chart in a webpage, acquiring the target chart which is drawn in advance from a specified storage area; the target chart is drawn according to a plurality of data, and when the plurality of data are updated, the target chart in the designated storage area is correspondingly updated; the designated storage area comprises an Object Storage Service (OSS);
and displaying the acquired target chart in the webpage.
In one embodiment, the designated storage area includes at least one of a client-local, content delivery network, CDN.
In one embodiment, the obtaining the pre-drawn target chart from the designated storage area comprises:
judging whether the client locally stores the pre-drawn target chart or not;
if the target chart is locally stored in the client, the target chart is locally obtained from the client; if the target graph is not stored locally in the client, further judging whether the target graph is stored in the content delivery network CDN;
if the target graph is stored in the content delivery network CDN, obtaining the target graph from the content delivery network CDN; and if the target graph is not stored in the content delivery network CDN, acquiring the target graph from the object storage service OSS.
In one embodiment, the instruction includes target address information of the target graph;
correspondingly, the obtaining the pre-drawn target chart from the designated storage area includes:
and acquiring the target diagram corresponding to the target address information according to the corresponding relation between the address information prestored in the appointed storage area and the diagram.
In one embodiment, the plurality of data is fund-related data; the target chart is a fund trend chart.
In another aspect, one or more embodiments of the present specification provide a method for presenting a diagram in a web page, applied to a server, including:
acquiring a plurality of data for drawing a target chart;
drawing the target graph according to the plurality of data;
and storing the target graph into an object storage service OSS (operating system), so that when receiving an instruction from a client to load the target graph in a webpage, the object storage service OSS sends the target graph to the client to be loaded into the webpage.
In one embodiment, the method further comprises:
after the target graph is stored in an object storage service OSS, the target graph is sent to a Content Delivery Network (CDN);
or the like, or, alternatively,
when a loading instruction aiming at the target chart from the client is received, the target chart is sent to a Content Delivery Network (CDN); the CDN is configured to return the target graph to the client.
In one embodiment, the obtaining a plurality of data for drawing a target graph includes:
acquiring a plurality of data for drawing the target chart according to a specified period;
correspondingly, the target chart is drawn according to the plurality of data; storing the target graph into an Object Storage Service (OSS), wherein the storing comprises the following steps:
judging whether the plurality of data acquired this time are changed compared with the plurality of data acquired last time;
if so, redrawing the target diagram according to the plurality of data acquired this time; and updating the object storage service OSS according to the redrawn target diagram.
In one embodiment, the plurality of data is fund-related data; the target chart is a fund trend chart.
In another aspect, one or more embodiments of the present specification provide an apparatus for presenting a chart in a web page, applied to a client, including:
the first acquisition module is used for responding to an instruction of loading a target chart in a webpage and acquiring the pre-drawn target chart from a specified storage area; the target chart is drawn according to a plurality of data, and when the plurality of data are updated, the target chart in the designated storage area is correspondingly updated; the designated storage area comprises an Object Storage Service (OSS);
and the display module is used for displaying the acquired target chart in the webpage.
In one embodiment, the designated storage area comprises at least one of a client local, a content delivery network, CDN.
In one embodiment, the first obtaining module comprises:
the first judging unit is used for judging whether the client locally stores the pre-drawn target chart or not;
the acquisition and judgment unit is used for acquiring the target chart from the client locally if the target chart is stored in the client locally; if the target graph is not stored locally in the client, further judging whether the target graph is stored in the content delivery network CDN;
a first obtaining unit, configured to obtain the target graph from the content delivery network CDN if the target graph is stored in the content delivery network CDN; and if the target graph is not stored in the content delivery network CDN, acquiring the target graph from the object storage service OSS.
In one embodiment, the instruction includes target address information of the target graph;
correspondingly, the first obtaining module comprises:
and the second acquisition unit is used for acquiring the target chart corresponding to the target address information according to the corresponding relation between the address information and the chart prestored in the appointed storage area.
In one embodiment, the plurality of data is fund-related data; the target chart is a fund trend chart.
In another aspect, one or more embodiments of the present specification provide an apparatus for displaying a chart in a web page, applied to a server, including:
the second acquisition module is used for acquiring a plurality of data for drawing the target chart;
the drawing module is used for drawing the target chart according to the data;
and the storage module is used for storing the target graph into an object storage service OSS so that the object storage service OSS sends the target graph to the client to be loaded into the webpage when receiving an instruction of loading the target graph in the webpage from the client.
In one embodiment, the apparatus further comprises:
the first sending module is used for sending the target graph to a Content Delivery Network (CDN) after the target graph is stored in an Object Storage Service (OSS);
or the like, or, alternatively,
the second sending module is used for sending the target chart to a Content Delivery Network (CDN) when a loading instruction aiming at the target chart from the client side is received; the CDN is configured to return the target graph to the client.
In one embodiment, the second obtaining module comprises:
a second acquisition unit configured to acquire a plurality of data for drawing the target chart in a specified period;
correspondingly, the drawing module comprises:
a second judging unit, configured to judge whether the plurality of data obtained this time changes compared with the plurality of data obtained last time;
the drawing unit is used for redrawing the target chart according to the data acquired this time if the data acquired this time are changed compared with the data acquired last time;
the storage module includes:
and the updating unit is used for updating the object storage service OSS according to the redrawn target diagram.
In one embodiment, the plurality of data is fund-related data; the target chart is a fund trend chart.
In yet another aspect, one or more embodiments of the present specification provide an apparatus for presenting a chart in a web page, including:
a processor; and
a memory arranged to store computer executable instructions that, when executed, cause the processor to:
in response to an instruction for loading a target chart in a webpage, acquiring the target chart which is drawn in advance from a specified storage area; the target chart is drawn according to a plurality of data, and when the plurality of data are updated, the target chart in the designated storage area is correspondingly updated; the designated storage area comprises an Object Storage Service (OSS);
and displaying the acquired target chart in the webpage.
In yet another aspect, one or more embodiments of the present specification provide an apparatus for presenting a chart in a web page, including:
a processor; and
a memory arranged to store computer executable instructions that, when executed, cause the processor to:
acquiring a plurality of data for drawing a target chart;
drawing the target graph according to the plurality of data;
and storing the target graph into an Object Storage Service (OSS) so that the Object Storage Service (OSS) sends the target graph to a client to be loaded into a webpage when receiving an instruction from the client to load the target graph in the webpage.
In another aspect, an embodiment of the present application provides a storage medium for storing computer-executable instructions, where the executable instructions, when executed, implement the following processes:
in response to an instruction for loading a target graph in a webpage, acquiring the pre-drawn target graph from a specified storage area; the target chart is drawn according to a plurality of data, and when the plurality of data are updated, the target chart in the designated storage area is correspondingly updated; the designated storage area comprises an Object Storage Service (OSS);
and displaying the acquired target chart in the webpage.
In yet another aspect, an embodiment of the present application provides a storage medium for storing computer-executable instructions, where the computer-executable instructions, when executed, implement the following processes:
acquiring a plurality of data for drawing a target chart;
drawing the target graph according to the plurality of data;
and storing the target graph into an Object Storage Service (OSS) so that the Object Storage Service (OSS) sends the target graph to a client to be loaded into a webpage when receiving an instruction from the client to load the target graph in the webpage.
By adopting the technical scheme of one or more embodiments of the specification, after responding to an instruction for loading a target graph in a webpage, the obtained target graph is displayed in the webpage by acquiring a pre-drawn target graph (the target graph is formed by drawing a plurality of data, and when the plurality of data are updated, the target graph in the designated storage area is updated correspondingly). Therefore, compared with a mode of drawing the target diagram in real time by acquiring a plurality of data, the technical scheme eliminates the time for drawing the target diagram in the page loading process, thereby improving the page loading speed and the display speed of the target diagram in the page and greatly improving the user experience.
In addition, the designated storage area in the technical scheme comprises the object storage service OSS, so that when the client loads the target diagram in the webpage, the client can directly acquire the pre-drawn target diagram from the object storage service OSS for displaying without acquiring a large amount of data in a json format, the webpage loading speed is increased, and the webpage accessing speed of a user is greatly increased.
Drawings
In order to more clearly illustrate one or more embodiments of the present specification or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the description below are only some embodiments described in one or more embodiments of the present specification, and that other drawings may be obtained by those skilled in the art without inventive labor.
FIG. 1 is a schematic flow chart diagram of a method of presenting a chart in a web page in accordance with one embodiment of the present description;
FIG. 2 is a schematic flow chart diagram of a method of presenting a chart in a web page in accordance with another embodiment of the present description;
FIG. 3 is a schematic flow chart diagram of a method of presenting a chart in a web page in accordance with yet another embodiment of the present description;
FIG. 4 is a schematic block diagram of an apparatus for showing a chart in a web page in accordance with an embodiment of the present specification;
FIG. 5 is a schematic block diagram of an apparatus for showing a chart in a web page in accordance with another embodiment of the present description;
FIG. 6 is a schematic block diagram of an apparatus for presenting a chart in a web page in accordance with an embodiment of the present description;
FIG. 7 is a schematic block diagram of an apparatus for presenting a chart in a web page in accordance with an embodiment of the present description.
Detailed Description
One or more embodiments of the present disclosure provide a method and an apparatus for displaying a chart in a web page, so as to achieve the purpose of quickly loading the chart in the web page.
In order to make those skilled in the art better understand the technical solutions in one or more embodiments of the present disclosure, the technical solutions in one or more embodiments of the present disclosure will be clearly and completely described below with reference to the drawings in one or more embodiments of the present disclosure, and it is obvious that the described embodiments are only a part of the embodiments of the present disclosure, and not all embodiments. All other embodiments that can be derived by a person skilled in the art from one or more of the embodiments of the present disclosure without making any creative effort shall fall within the protection scope of one or more of the embodiments of the present disclosure.
Fig. 1 is a schematic flow chart of a method for presenting a chart in a webpage according to an embodiment of the present specification, which is applied to a client, as shown in fig. 1, and includes:
s102, responding to the instruction of loading the target diagram in the webpage, and acquiring the pre-drawn target diagram from the specified storage area.
The target chart is drawn according to the data, and when the data are updated, the target chart in the designated storage area is updated correspondingly. For example, the plurality of data are fund-related data, and the target graph is a fund trend graph, such as a fund profitability graph, a net worth graph and other attributes.
And S104, displaying the acquired target chart in a webpage.
In this embodiment, the web page may be an html5 web page, such as a web page embedded in a client application.
The specified Storage area may be at least one of a client local, a CDN (Content Delivery Network), and an OSS (Object Storage Service). That is, after the target graph is successfully drawn, the target graph can be stored in the designated storage area in advance, and when the target graph is loaded in the webpage, the target graph which is drawn in advance only needs to be acquired from the designated storage area, and the target graph does not need to be drawn in real time by acquiring a plurality of data.
The object storage service OSS is located at a server side, is a cloud storage service which is provided by the Alice cloud, is massive, safe, low in cost and high in reliability, and is suitable for storing any type of files.
In one embodiment, when the pre-drawn target graph is stored in the designated storage area, the target graph and the corresponding target address information can be correspondingly stored in the designated storage area. Based on this, the instruction for loading the target diagram in the webpage may include the target address information of the target diagram, and when the target diagram needs to be obtained, the target diagram corresponding to the target address information may be obtained according to the corresponding relationship between the address information stored in the designated storage area and the diagram.
In one embodiment, when a pre-drawn target graph is acquired from a designated storage area, firstly, whether the pre-drawn target graph is locally stored in a client is judged; if the client locally stores the target graph, the target graph is locally acquired from the client; if the client does not locally store the target diagram, further judging whether the target diagram is stored in the content delivery network CDN; if the target diagram is stored in the content delivery network CDN, the target diagram is obtained from the content delivery network CDN; and if the target graph is not stored in the content delivery network CDN, acquiring the target graph from the object storage service OSS.
In this embodiment, the method for determining whether the target graph is stored in the content delivery network CDN may be: the client sends a loading instruction (including target address information) for the target graph to the content delivery network CDN, the content delivery network CDN queries whether the target graph corresponding to the target address information is stored based on the loading instruction, and returns a query result to the client, and the client can know whether the target graph is stored in the content delivery network CDN according to the query result.
The method for obtaining the target graph from the object storage service OSS may be: the client sends a load instruction (including target address information) for the target graph to the object storage service OSS, and the object storage service OSS queries the target graph corresponding to the target address information based on the load instruction and returns the queried target graph to the client.
It can be seen that, with the technical solution of one or more embodiments of the present specification, after responding to an instruction to load a target graph in a web page, a pre-drawn target graph (which is drawn by a plurality of data in the target graph, and when the plurality of data are updated, the target graph in the designated storage area is also updated) is obtained from a designated storage area, and then the obtained target graph is displayed in the web page. Therefore, compared with a mode of drawing the target diagram in real time by acquiring a plurality of data, the technical scheme eliminates the time for drawing the target diagram in the page loading process, thereby improving the page loading speed and the display speed of the target diagram in the page and greatly improving the user experience.
In addition, the designated storage area in the technical scheme comprises the object storage service OSS, so that when the client loads the target diagram in the webpage, the client can directly acquire the pre-drawn target diagram from the object storage service OSS for displaying without acquiring a large amount of data in a json format, the webpage loading speed is increased, and the webpage accessing speed of a user is greatly increased.
Fig. 2 is a schematic flow chart of a method for presenting a chart in a web page according to an embodiment of the present specification, and the method is applied to a server and includes:
s202, a plurality of data for drawing the target chart are acquired.
The target graph is drawn according to the data, and when the data are updated, the target graph is updated correspondingly. For example, the plurality of data are fund-related data, and the target graph is a fund trend graph, such as a fund profitability graph, a net worth graph and other attributes.
And S204, drawing a target chart according to the plurality of data.
And S206, storing the target graph into the object storage service OSS, so that the object storage service OSS sends the target graph to the client to be loaded into the webpage when receiving an instruction of loading the target graph in the webpage from the client.
In this embodiment, when the target graph is stored in the object storage service OSS, the target graph and the target address information may be stored correspondingly, so that when the target graph is subsequently searched, the target graph can be quickly searched according to the target address information corresponding to the target graph.
In one embodiment, the target graph may be sent to the content delivery network CDN, which caches the target graph after storing the target graph in the object storage service OSS. In this way, when the target graph needs to be loaded in the client webpage, the target graph can be preferentially obtained from the content delivery network CDN without requesting the object storage service OSS to send the target graph.
The content delivery network CDN has the working principle of avoiding bottlenecks and links possibly influencing the data transmission speed and stability on the Internet as far as possible, so that the content transmission is faster and more stable. Therefore, the target diagram is cached to the content delivery network CDN, and then the content delivery network CDN sends the target diagram to the client for loading, so that the transmission speed of the target diagram can be increased, the speed of loading the target diagram on the webpage by the client is increased, and the experience of the user is improved.
In this embodiment, the object storage service OSS may send the target graph and the target address information corresponding thereto to the content delivery network CDN, and the content delivery network CDN stores the target graph and the target address information in a corresponding manner, so that when the target graph is subsequently searched, the target graph can be quickly searched according to the target address information corresponding to the target graph.
In one embodiment, when receiving a load instruction for a target graph from a client, the target graph may be sent to the content delivery network CDN, and then the target graph is cached by the content delivery network CDN and returned to the client for loading.
In this embodiment, after the content delivery network CDN returns the target graph to the client, the client may cache the target graph locally, so that when the target graph needs to be loaded next time, the network side does not need to be requested to obtain the target graph, and only the target graph needs to be obtained from the local cache, thereby accelerating the loading speed of the target graph.
In one embodiment, the server may obtain the plurality of data for drawing the target chart at a specified period, for example, once every 2 hours.
Based on this, when the server acquires a plurality of data for drawing the target graph each time, it may first determine whether the plurality of data acquired this time are changed (e.g., new data are generated or data are changed) compared with the plurality of data acquired last time; and if so, redrawing the target diagram according to the obtained data, and updating the object storage service OSS according to the redrawn target diagram.
In this embodiment, after the object storage service OSS is updated according to the redrawn target graph, the redrawn target graph may be sent to the content delivery network CDN, and the content delivery network CDN updates the previously stored target graph according to the redrawn target graph. Further, the content delivery network CDN may further send the updated target graph to the client, so that the client updates the locally stored target graph correspondingly.
In this embodiment, when a plurality of data used for drawing the target graph change, the target graph stored locally by the object storage service OSS, the content delivery network CDN and/or the client is updated accordingly, so that the latest target graph can be obtained each time the client needs to record the target graph on a web page, and thus, the user can know the latest data in time, and the use experience of the user is improved.
Fig. 3 is a schematic flow chart of a method for presenting a chart in a web page according to an embodiment of the present specification, and as shown in fig. 3, the method involves two execution bodies, namely a server and a client, and includes the following steps:
s301, the server acquires a plurality of data used for drawing the target graph according to the designated period and draws the target graph according to the plurality of data.
S302, the server sends the drawn target diagram to an object storage service OSS, and the object storage service OSS correspondingly stores the target diagram and the target address information.
After this step, the object storage service OSS may send the target graph and the target address information to the content delivery network CDN, and the content delivery network CDN correspondingly stores the target graph and the target address information.
Further, the content delivery network CDN may send the target graph and the target address information to the client, and the client stores the target graph and the target address information locally in a corresponding manner.
S303, the client judges whether the target graph is stored locally or not based on a loading instruction for loading the target graph on the webpage; if not, executing S304; if yes, go to step S307.
The load instruction comprises target address information corresponding to the target graph.
S304, the client sends a loading instruction to the content delivery network CDN, and the content delivery network CDN judges whether a target chart is stored or not based on the loading instruction. If not, executing S305; if yes, go to step S307.
S305, the client sends a loading instruction to the object storage service OSS, the object storage service OSS queries the target graph according to the loading instruction, and the target graph is returned to the content delivery network CDN.
S306, the CDN returns the target graph to the client, and the client caches the received target graph.
S307, the client loads the target chart on the webpage.
As can be seen, when the target graph is loaded in the web page, the technical scheme of the embodiment may obtain and load the pre-drawn target graph from the local/content delivery network CDN/object storage service OSS without obtaining multiple data for drawing the target graph, so compared with a manner of drawing the target graph in real time by obtaining multiple data, the technical scheme eliminates time for drawing the target graph in a page loading process, thereby improving a page loading speed and a display speed of the target graph in the page, and greatly improving user experience.
In addition, according to the technical solution of this embodiment, each time the target graph needs to be loaded on the webpage embedded in the client, the target graph cached in advance (or loaded last time) can be obtained from the local or content delivery network CDN in most cases, so as to accelerate the loading speed of the target graph.
In summary, particular embodiments of the present subject matter have been described. Other embodiments are within the scope of the following claims. In some cases, the actions recited in the claims can be performed in a different order and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing may be advantageous.
Based on the same idea, the method for presenting a diagram in a webpage provided by one or more embodiments of the present specification further provides a device for presenting a diagram in a webpage.
Fig. 4 is a schematic block diagram of an apparatus for presenting a diagram in a web page, according to an embodiment of the present specification, and as shown in fig. 4, the apparatus 400 for presenting a diagram in a web page is applied to a client, and includes:
a first obtaining module 410, configured to obtain a pre-drawn target chart from a specified storage area in response to an instruction to load the target chart in a web page; the target chart is drawn according to the plurality of data, and when the plurality of data are updated, the target chart in the designated storage area is correspondingly updated; the designated storage area comprises an Object Storage Service (OSS);
and the display module 420 is configured to display the obtained target chart in a web page.
In one embodiment, the designated storage area includes at least one of a client local, content delivery network, CDN.
In one embodiment, the first obtaining module 410 includes:
the first judgment unit is used for judging whether a pre-drawn target chart is stored locally at the client;
the acquisition and judgment unit is used for acquiring the target chart from the client locally if the target chart is locally stored in the client; if the client does not locally store the target diagram, further judging whether the target diagram is stored in the content delivery network CDN;
the first obtaining unit is used for obtaining a target chart from the content delivery network CDN if the target chart is stored in the content delivery network CDN; and if the target graph is not stored in the content delivery network CDN, acquiring the target graph from the object storage service OSS.
In one embodiment, the instruction includes target address information of the target graph;
accordingly, the first obtaining module 410 includes:
and the second acquisition unit is used for acquiring a target chart corresponding to the target address information according to the corresponding relation between the address information and the chart prestored in the appointed storage area.
In one embodiment, the plurality of data is fund-related data; the target chart is a fund trend chart.
With the device according to one or more embodiments of the present specification, after responding to an instruction to load a target graph in a web page, the obtained target graph is displayed in the web page by obtaining a pre-drawn target graph (the target graph is formed by drawing multiple data, and when the multiple data are updated, the target graph in the specified storage area is updated accordingly) from a specified storage area. Therefore, compared with a mode of drawing the target diagram in real time by acquiring a plurality of data, the technical scheme eliminates the time for drawing the target diagram in the page loading process, thereby improving the page loading speed and the display speed of the target diagram in the page and greatly improving the user experience.
Fig. 5 is a schematic block diagram of an apparatus for displaying a chart in a web page according to an embodiment of the present specification, and as shown in fig. 5, the apparatus 500 for displaying a chart in a web page is applied to a server and includes:
a second obtaining module 510, configured to obtain a plurality of data for drawing a target graph;
a drawing module 520 for drawing a target graph according to a plurality of data;
the storage module 530 is configured to store the target graph into the object storage service OSS, so that the object storage service OSS sends the target graph to the client to be loaded into the web page when receiving an instruction from the client to load the target graph in the web page.
In one embodiment, the apparatus 500 further comprises:
the first sending module is used for sending the target graph to the content delivery network CDN after the target graph is stored in the object storage service OSS;
or the like, or, alternatively,
the second sending module is used for sending the target diagram to the content delivery network CDN when receiving a loading instruction aiming at the target diagram from the client; the content delivery network CDN is configured to return the target graph to the client.
In one embodiment, the second obtaining module 510 includes:
a second acquisition unit configured to acquire a plurality of data for drawing the target chart in a specified cycle;
accordingly, the rendering module 520 includes:
the second judging unit is used for judging whether the plurality of data acquired this time are changed compared with the plurality of data acquired last time;
the drawing unit is used for redrawing the target diagram according to the data acquired this time if the data acquired this time are changed compared with the data acquired last time;
the storage module 530 includes:
and the updating unit is used for updating the object storage service OSS according to the redrawn target diagram.
In one embodiment, the plurality of data is fund-related data; the target chart is a fund trend chart.
By using the apparatus according to one or more embodiments of the present specification, the target graph is stored in the object storage service OSS by acquiring a plurality of data for drawing the target graph and drawing the target graph according to the plurality of data. The technical scheme eliminates the time for drawing the target diagram in the page loading process compared with the mode of drawing the target diagram in real time by acquiring a plurality of data, thereby improving the page loading speed and the display speed of the target diagram in the page and greatly improving the user experience.
It should be understood by those skilled in the art that the apparatus for displaying a diagram in a web page can be used to implement the method for displaying a diagram in a web page described above, and the detailed description thereof should be similar to the detailed description of the method described above, and therefore, in order to avoid complexity, no further description is provided herein.
Based on the same idea, one or more embodiments of the present specification further provide an apparatus for presenting a chart in a web page, as shown in fig. 6. The devices that present the graphs in the web pages may vary significantly depending on configuration or performance and may include one or more processors 601 and memory 602, where one or more stored applications or data may be stored in memory 602. Wherein the memory 602 may be transient or persistent storage. The application program stored in memory 602 may include one or more modules (not shown), each of which may include a series of computer-executable instructions for a device that presents charts in web pages. Still further, the processor 601 may be configured to communicate with the memory 602 to execute a series of computer-executable instructions in the memory 602 on a device that renders a chart in a web page. The apparatus that shows a chart in a web page may also include one or more power supplies 603, one or more wired or wireless network interfaces 604, one or more input-output interfaces 605, one or more keyboards 606.
In particular, in this embodiment, an apparatus for presenting a diagram in a web page includes a memory and one or more programs, wherein the one or more programs are stored in the memory, and the one or more programs may include one or more modules, and each module may include a series of computer-executable instructions for the apparatus for presenting a diagram in a web page, and the one or more programs configured to be executed by one or more processors include computer-executable instructions for:
in response to an instruction for loading a target graph in a webpage, acquiring the pre-drawn target graph from a specified storage area; the target chart is drawn according to a plurality of data, and when the plurality of data are updated, the target chart in the designated storage area is correspondingly updated; the designated storage area comprises an Object Storage Service (OSS);
and displaying the acquired target chart in the webpage.
Optionally, the designated storage area includes at least one of a content delivery network CDN and a client location.
Optionally, the computer executable instructions, when executed, may further cause the processor to:
judging whether the client locally stores the pre-drawn target chart or not;
if the target chart is locally stored in the client, the target chart is locally obtained from the client; if the target graph is not stored locally in the client, further judging whether the target graph is stored in the content delivery network CDN;
if the target graph is stored in the content delivery network CDN, acquiring the target graph from the content delivery network CDN; and if the target graph is not stored in the content delivery network CDN, acquiring the target graph from the object storage service OSS.
Optionally, the instruction includes target address information of the target graph;
accordingly, the computer executable instructions, when executed, may further cause the processor to:
and acquiring the target graph corresponding to the target address information according to the corresponding relation between the address information prestored in the appointed storage area and the graph.
Optionally, the plurality of data is fund-related data; the target chart is a fund trend chart.
Based on the same idea, one or more embodiments of the present specification further provide an apparatus for presenting a chart in a web page, as shown in fig. 7. The devices that present the graphs in the web pages may vary significantly depending on configuration or performance, and may include one or more processors 701 and memory 702, where one or more stored applications or data may be stored in memory 702. Memory 702 may be, among other things, transient storage or persistent storage. The application program stored in memory 702 may include one or more modules (not shown), each of which may include a series of computer-executable instructions for a device that presents charts in web pages. Still further, the processor 701 may be configured to communicate with the memory 702 to execute a series of computer-executable instructions in the memory 702 on a device that presents a chart in a web page. The apparatus that shows a chart in a web page may also include one or more power supplies 703, one or more wired or wireless network interfaces 704, one or more input-output interfaces 705, one or more keyboards 706.
In particular, in this embodiment, an apparatus for presenting a diagram in a web page includes a memory and one or more programs, wherein the one or more programs are stored in the memory, and the one or more programs may include one or more modules, and each module may include a series of computer-executable instructions for the apparatus for presenting a diagram in a web page, and the one or more programs configured to be executed by one or more processors include computer-executable instructions for:
acquiring a plurality of data for drawing a target chart;
drawing the target graph according to the plurality of data;
and storing the target graph into an object storage service OSS (operating system), so that when receiving an instruction from a client to load the target graph in a webpage, the object storage service OSS sends the target graph to the client to be loaded into the webpage.
Optionally, the computer executable instructions, when executed, may further cause the processor to:
after the target graph is stored in an object storage service OSS, the target graph is sent to a Content Delivery Network (CDN);
or the like, or, alternatively,
when a loading instruction aiming at the target chart from a client side is received, the target chart is sent to a Content Delivery Network (CDN); the CDN is configured to return the target graph to the client.
Optionally, the computer executable instructions, when executed, may further cause the processor to:
acquiring a plurality of data for drawing the target chart according to a specified period;
judging whether the plurality of data acquired this time are changed compared with the plurality of data acquired last time;
if so, redrawing the target diagram according to the plurality of data acquired this time; and updating the object storage service OSS according to the redrawn target diagram.
Optionally, the plurality of data is fund-related data; the target chart is a fund trend chart.
One or more embodiments of the present specification also propose a computer-readable storage medium storing one or more programs, the one or more programs comprising instructions, which when executed by an electronic device comprising a plurality of application programs, are capable of causing the electronic device to perform the above-mentioned method of presenting charts in web pages, and in particular for performing:
in response to an instruction for loading a target graph in a webpage, acquiring the pre-drawn target graph from a specified storage area; the target chart is drawn according to a plurality of data, and when the plurality of data are updated, the target chart in the designated storage area is correspondingly updated; the designated storage area comprises an Object Storage Service (OSS);
and displaying the acquired target chart in the webpage.
One or more embodiments of the present specification also propose a computer-readable storage medium storing one or more programs, the one or more programs comprising instructions, which when executed by an electronic device comprising a plurality of application programs, are capable of causing the electronic device to perform the above-mentioned method of presenting charts in web pages, and in particular for performing:
acquiring a plurality of data for drawing a target chart;
drawing the target graph according to the plurality of data;
and storing the target graph into an Object Storage Service (OSS) so that the Object Storage Service (OSS) sends the target graph to a client to be loaded into a webpage when receiving an instruction from the client to load the target graph in the webpage.
The systems, devices, modules or units illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product with certain functions. One typical implementation device is a computer. In particular, the computer may be, for example, a personal computer, a laptop computer, a cellular telephone, a camera phone, a smartphone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet computer, a wearable device, or a combination of any of these devices.
For convenience of description, the above devices are described as being divided into various units by function, respectively. Of course, the functionality of the various elements may be implemented in the same one or more pieces of software and/or hardware in implementing one or more embodiments of the present description.
One skilled in the art will recognize that one or more embodiments of the present description may be provided as a method, system, or computer program product. Accordingly, one or more embodiments of the present description may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, one or more embodiments of the present description may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
One or more embodiments of the present specification have been described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Disks (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
One or more embodiments of the specification may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The application may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The above description is intended to be illustrative of one or more embodiments of the present disclosure and is not intended to be limiting. Various modifications and alterations to one or more embodiments described herein will be apparent to those skilled in the art. Any modification, equivalent replacement, improvement or the like made within the spirit and principle of one or more embodiments of the present disclosure should be included in the scope of claims of one or more embodiments of the present disclosure.

Claims (21)

1. A method for showing a chart in a webpage is applied to a client and comprises the following steps:
in response to an instruction for loading a target graph in a webpage, acquiring the pre-drawn target graph from a specified storage area; the target chart is drawn according to a plurality of data, and when the plurality of data are updated, the target chart in the designated storage area is correspondingly updated; the designated storage area comprises an Object Storage Service (OSS);
and displaying the acquired target chart in the webpage.
2. The method of claim 1, the designated storage area further comprising at least one of a client-local, Content Delivery Network (CDN).
3. The method of claim 1, the designated storage area further comprising a client local and Content Delivery Network (CDN); the obtaining the pre-drawn target chart from the designated storage area comprises:
judging whether the client locally stores the pre-drawn target chart or not;
if the target chart is locally stored in the client, the target chart is locally obtained from the client; if the target graph is not stored locally in the client, further judging whether the target graph is stored in the content delivery network CDN;
if the target graph is stored in the content delivery network CDN, acquiring the target graph from the content delivery network CDN; and if the target graph is not stored in the content delivery network CDN, acquiring the target graph from the object storage service OSS.
4. The method of claim 1, including target address information of the target graph in the instruction;
correspondingly, the obtaining the pre-drawn target chart from the designated storage area includes:
and acquiring the target diagram corresponding to the target address information according to the corresponding relation between the address information prestored in the appointed storage area and the diagram.
5. The method of claim 1, the plurality of data being fund-related data; the target chart is a fund trend chart.
6. A method for showing a chart in a webpage is applied to a server and comprises the following steps:
acquiring a plurality of data for drawing a target chart;
drawing the target graph according to the plurality of data;
and storing the target graph into an Object Storage Service (OSS) so that the Object Storage Service (OSS) sends the target graph to a client to be loaded into a webpage when receiving an instruction from the client to load the target graph in the webpage.
7. The method of claim 6, further comprising:
after the target graph is stored in an object storage service OSS, the target graph is sent to a Content Delivery Network (CDN);
or the like, or, alternatively,
when a loading instruction aiming at the target graph from the client side is received, the target graph is sent to a Content Delivery Network (CDN); the CDN is configured to return the target graph to the client.
8. The method of claim 6, the obtaining a plurality of data for drawing a target graph, comprising:
acquiring a plurality of data for drawing the target chart according to a specified period;
correspondingly, the target chart is drawn according to the plurality of data; storing the target graph into an Object Storage Service (OSS), comprising:
judging whether the plurality of data acquired this time are changed compared with the plurality of data acquired last time;
if so, redrawing the target diagram according to the plurality of data acquired this time; and updating the object storage service OSS according to the redrawn target diagram.
9. The method of claim 6, the plurality of data being fund-related data; the target chart is a fund trend chart.
10. An apparatus for displaying a chart in a webpage, applied to a client, comprises:
the first acquisition module is used for responding to an instruction of loading a target chart in a webpage and acquiring the pre-drawn target chart from a specified storage area; the target chart is drawn according to a plurality of data, and when the plurality of data are updated, the target chart in the designated storage area is correspondingly updated; the designated storage area comprises an Object Storage Service (OSS);
and the display module is used for displaying the acquired target chart in the webpage.
11. The apparatus of claim 10, the designated storage area comprising at least one of a client-local, Content Delivery Network (CDN).
12. The apparatus of claim 10, the designated storage area further comprising a client local and Content Delivery Network (CDN); the first acquisition module comprises:
the first judging unit is used for judging whether the client locally stores the pre-drawn target chart or not;
the acquisition and judgment unit is used for acquiring the target chart from the client locally if the target chart is stored in the client locally; if the target graph is not stored locally in the client, further judging whether the target graph is stored in the content delivery network CDN;
a first obtaining unit, configured to obtain the target graph from the content delivery network CDN if the target graph is stored in the content delivery network CDN; and if the target graph is not stored in the content delivery network CDN, acquiring the target graph from the object storage service OSS.
13. The device of claim 10, including target address information of the target graph in the instruction;
correspondingly, the first obtaining module includes:
and the second acquisition unit is used for acquiring the target graph corresponding to the target address information according to the corresponding relation between the address information and the graph prestored in the appointed storage area.
14. The apparatus of claim 10, said plurality of data being fund-related data; the target chart is a fund trend chart.
15. An apparatus for displaying a chart in a webpage, applied to a server, comprises:
the second acquisition module is used for acquiring a plurality of data for drawing the target chart;
the drawing module is used for drawing the target chart according to the data;
the storage module is used for storing the target graph into an object storage service OSS, so that the object storage service OSS sends the target graph to a client to be loaded into a webpage when receiving an instruction of loading the target graph in the webpage from the client.
16. The apparatus of claim 15, further comprising:
the first sending module is used for sending the target graph to a Content Delivery Network (CDN) after the target graph is stored in an Object Storage Service (OSS);
or the like, or a combination thereof,
the second sending module is used for sending the target chart to a Content Delivery Network (CDN) when receiving a loading instruction aiming at the target chart from the client;
the CDN is configured to return the target graph to the client.
17. The apparatus of claim 15, the second acquisition module comprising:
a second acquisition unit configured to acquire a plurality of data for drawing the target chart in a specified cycle;
correspondingly, the drawing module comprises:
a second judging unit, configured to judge whether the plurality of data obtained this time is changed compared with the plurality of data obtained last time;
the drawing unit is used for redrawing the target chart according to the data acquired this time if the data acquired this time are changed compared with the data acquired last time;
the memory module includes:
and the updating unit is used for updating the object storage service OSS according to the redrawn target diagram.
18. An apparatus for presenting a chart in a web page, comprising:
a processor; and
a memory arranged to store computer executable instructions that, when executed, cause the processor to:
in response to an instruction for loading a target chart in a webpage, acquiring the target chart which is drawn in advance from a specified storage area; the target chart is drawn according to a plurality of data, and when the plurality of data are updated, the target chart in the designated storage area is correspondingly updated; the designated storage area comprises an object storage service OSS;
and displaying the acquired target chart in the webpage.
19. An apparatus for presenting a chart in a web page, comprising:
a processor; and
a memory arranged to store computer executable instructions that, when executed, cause the processor to:
acquiring a plurality of data for drawing a target chart;
drawing the target graph according to the plurality of data;
and storing the target graph into an Object Storage Service (OSS) so that the Object Storage Service (OSS) sends the target graph to a client to be loaded into a webpage when receiving an instruction from the client to load the target graph in the webpage.
20. A storage medium storing computer-executable instructions that, when executed, implement the following:
in response to an instruction for loading a target graph in a webpage, acquiring the pre-drawn target graph from a specified storage area; the target chart is drawn according to a plurality of data, and when the plurality of data are updated, the target chart in the designated storage area is correspondingly updated; the designated storage area comprises an Object Storage Service (OSS);
and displaying the acquired target chart in the webpage.
21. A storage medium storing computer-executable instructions that, when executed, implement the following:
acquiring a plurality of data for drawing a target chart;
drawing the target graph according to the plurality of data;
and storing the target graph into an Object Storage Service (OSS) so that the Object Storage Service (OSS) sends the target graph to a client to be loaded into a webpage when receiving an instruction from the client to load the target graph in the webpage.
CN201910452362.7A 2019-05-28 2019-05-28 Method and device for displaying chart in webpage Active CN110162373B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202210783428.2A CN115167962A (en) 2019-05-28 2019-05-28 Method and device for displaying chart in webpage
CN201910452362.7A CN110162373B (en) 2019-05-28 2019-05-28 Method and device for displaying chart in webpage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910452362.7A CN110162373B (en) 2019-05-28 2019-05-28 Method and device for displaying chart in webpage

Related Child Applications (1)

Application Number Title Priority Date Filing Date
CN202210783428.2A Division CN115167962A (en) 2019-05-28 2019-05-28 Method and device for displaying chart in webpage

Publications (2)

Publication Number Publication Date
CN110162373A CN110162373A (en) 2019-08-23
CN110162373B true CN110162373B (en) 2022-07-19

Family

ID=67629785

Family Applications (2)

Application Number Title Priority Date Filing Date
CN201910452362.7A Active CN110162373B (en) 2019-05-28 2019-05-28 Method and device for displaying chart in webpage
CN202210783428.2A Pending CN115167962A (en) 2019-05-28 2019-05-28 Method and device for displaying chart in webpage

Family Applications After (1)

Application Number Title Priority Date Filing Date
CN202210783428.2A Pending CN115167962A (en) 2019-05-28 2019-05-28 Method and device for displaying chart in webpage

Country Status (1)

Country Link
CN (2) CN110162373B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110909279B (en) * 2019-11-19 2022-09-13 广州至真信息科技有限公司 Webpage rendering method and device, computer equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018034736A1 (en) * 2016-08-18 2018-02-22 Qualcomm Incorporated Systems and methods for controlling webpage pre-rendering
CN109558575A (en) * 2018-10-25 2019-04-02 平安科技(深圳)有限公司 Online Table edit method, apparatus, computer equipment and storage medium
CN109670132A (en) * 2018-12-18 2019-04-23 北京城市网邻信息技术有限公司 A kind of page method for drafting, device, terminal device and storage medium

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105760405A (en) * 2014-12-19 2016-07-13 阿里巴巴集团控股有限公司 Methods and devices for obtaining network resource for loading web page and method and device for caching network resource
CN106612336A (en) * 2015-10-21 2017-05-03 北京国双科技有限公司 Picture preloading method and picture preloading device
US9910780B2 (en) * 2015-10-28 2018-03-06 International Business Machines Corporation Pre-loading page table cache lines of a virtual machine
CN105528218B (en) * 2015-12-30 2019-06-21 城云科技(中国)有限公司 Data drawing list Cascading Methods and data drawing list cascade system
CN108090035A (en) * 2016-11-23 2018-05-29 北京国双科技有限公司 Data processing method and device
US10528563B2 (en) * 2016-12-16 2020-01-07 Futurewei Technologies, Inc. Predictive table pre-joins in large scale data management system using graph community detection
CN107896243B (en) * 2017-11-07 2020-01-14 Oppo广东移动通信有限公司 Acceleration method and device for network data loading, storage medium and mobile terminal
CN108737495B (en) * 2018-04-08 2021-08-17 蔚来(安徽)控股有限公司 Data acquisition method, device and system
CN109614601A (en) * 2018-10-23 2019-04-12 深圳微迅信息科技有限公司 Form processing method, device, equipment and readable medium based on web

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018034736A1 (en) * 2016-08-18 2018-02-22 Qualcomm Incorporated Systems and methods for controlling webpage pre-rendering
CN109558575A (en) * 2018-10-25 2019-04-02 平安科技(深圳)有限公司 Online Table edit method, apparatus, computer equipment and storage medium
CN109670132A (en) * 2018-12-18 2019-04-23 北京城市网邻信息技术有限公司 A kind of page method for drafting, device, terminal device and storage medium

Also Published As

Publication number Publication date
CN115167962A (en) 2022-10-11
CN110162373A (en) 2019-08-23

Similar Documents

Publication Publication Date Title
US10666758B2 (en) Browser resource pre-pulling method, terminal and storage medium
CN107038194B (en) Page jump method and device
CN106528578B (en) Information display method and device
CN111367596B (en) Method and device for realizing business data processing and client
CN107479868B (en) Interface loading method, device and equipment
CN109634753B (en) Data processing method, device, terminal and storage medium for switching browser kernels
US9503551B2 (en) Hybrid native networked applications
CN111079048B (en) Page loading method and device
CN110162373B (en) Method and device for displaying chart in webpage
CN114329281A (en) Rendering server, webpage rendering method and webpage rendering device
CN112926002A (en) Service request processing method and device
CN113114515A (en) Resource file configuration method and device
CN116821533A (en) Page rendering method, computer device and computer-readable storage medium
CN110020297A (en) A kind of loading method of web page contents, apparatus and system
CN112667934A (en) Dynamic simulation diagram display method and device, electronic equipment and computer readable medium
CN111783005A (en) Method, apparatus and system for displaying web page, computer system and medium
CN111159596A (en) Application resource access control method and device
CN113536168B (en) Component processing method and device
CN104408135A (en) Webpage thermodynamic diagram loading method and device
CN115455097A (en) Wind control data processing method, system, computer equipment and storage medium
CN113961298A (en) Page switching method, device, equipment and medium
US20160127496A1 (en) Method and system of content caching and transmission
CN109902241B (en) Resource loading method, device and equipment
CN110928895B (en) Data query and data table establishment method, device and equipment
CN112380468A (en) Page loading method, computer equipment and storage medium

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
TA01 Transfer of patent application right

Effective date of registration: 20200922

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman, British Islands

Applicant after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman, British Islands

Applicant before: Advanced innovation technology Co.,Ltd.

Effective date of registration: 20200922

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman, British Islands

Applicant after: Advanced innovation technology Co.,Ltd.

Address before: A four-storey 847 mailbox in Grand Cayman Capital Building, British Cayman Islands

Applicant before: Alibaba Group Holding Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant