CN110889067A - Page rendering method, device and equipment and storage medium - Google Patents

Page rendering method, device and equipment and storage medium Download PDF

Info

Publication number
CN110889067A
CN110889067A CN201811050448.9A CN201811050448A CN110889067A CN 110889067 A CN110889067 A CN 110889067A CN 201811050448 A CN201811050448 A CN 201811050448A CN 110889067 A CN110889067 A CN 110889067A
Authority
CN
China
Prior art keywords
data
page
rendering
view
category
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201811050448.9A
Other languages
Chinese (zh)
Inventor
肖小君
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Huya Information Technology Co Ltd
Original Assignee
Guangzhou Huya Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Huya Information Technology Co Ltd filed Critical Guangzhou Huya Information Technology Co Ltd
Priority to CN201811050448.9A priority Critical patent/CN110889067A/en
Publication of CN110889067A publication Critical patent/CN110889067A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention discloses a page rendering method, a page rendering device, page rendering equipment and a storage medium. The method comprises the following steps: receiving page data to be rendered matched with the page rendering request; analyzing the page data, and determining at least one data category corresponding to the page data; obtaining view elements corresponding to the at least one data category, and filling the page sub-data in the corresponding view elements to obtain at least one view file; and rendering the view file according to the layout mode matched with the view file. According to the page rendering method provided by the embodiment of the invention, the page data are classified, the page sub-data of different data categories are respectively filled into the corresponding view elements to obtain the view file, and finally the view file is rendered according to the set layout mode, so that the real-time updating and the change of the page data can be adapted, and the rendering reliability of the live broadcast page is improved.

Description

Page rendering method, device and equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of data processing, in particular to a page rendering method, device, equipment and storage medium.
Background
When a user accesses a webpage or an Application (APP) page by using a terminal device, the page accessed by the user can be presented to the user through page rendering.
When a user accesses a page, rendering page elements required by page display to the page so as to complete the rendering of the page. In the prior art, a page which does not need to be updated in real time is often accessed by a user, and when the page is rendered, the page rendering can be realized by using a single interface rule. However, in the live broadcast system, data loaded on a page is updated and changed in real time, when the page is accessed at different times or in different areas, the content of the page data which can be acquired may be different, if the same set of interface rules are used, the rendering of the live broadcast page cannot be smoothly completed, the existing scheme is not suitable for the rendering of the live broadcast page, and the reliability is not high.
Disclosure of Invention
The embodiment of the invention provides a page rendering method, a page rendering device, equipment and a storage medium, which can improve the reliability of live broadcast page rendering.
In a first aspect, an embodiment of the present invention provides a method for rendering a page, where the method includes:
receiving page data to be rendered matched with the page rendering request;
analyzing the page data, and determining at least one data category corresponding to the page data, wherein different data categories correspond to different page subdata in the page data;
obtaining view elements corresponding to the at least one data category, and filling the page sub-data in the corresponding view elements to obtain at least one view file;
and rendering the view file according to the layout mode matched with the view file.
Further, the page rendering request is a page rendering request of a live-broadcast page.
Further, parsing the page data, and determining at least one data category corresponding to the page data includes:
analyzing the page data to obtain at least one piece of structured data, wherein different pieces of structured data correspond to different data types;
and performing keyword recognition in the structured data, and determining the data category corresponding to the structured data according to the recognition result.
Further, after parsing the page data and determining at least one data category corresponding to the page data, the method further includes:
acquiring a user identifier matched with a page rendering request, and acquiring a user tendency data category corresponding to the user identifier;
and filtering the determined at least one data category according to the user tendency data category.
Further, before receiving the page data to be rendered matching the page rendering request, the method further includes:
establishing a mapping relation between a data category and a view element;
accordingly, obtaining a view element corresponding to the at least one data category includes:
and acquiring the view element corresponding to the at least one data category according to the mapping relation.
Further, rendering the view file according to a layout mode matched with the view file includes:
determining a page layout mode according to the view file;
and rendering the view file according to the page layout mode.
In a second aspect, an embodiment of the present invention further provides a device for rendering a page, where the device includes:
the page data receiving module is used for receiving the page data to be rendered matched with the page rendering request;
the data category determining module is used for analyzing the page data and determining at least one data category corresponding to the page data, wherein different data categories correspond to different page subdata in the page data;
a view file obtaining module, configured to obtain a view element corresponding to the at least one data category, and fill the page sub-data in the corresponding view element to obtain at least one view file;
and the view file rendering module is used for rendering the view file according to the layout mode matched with the view file.
Further, the data category determination module is further configured to:
analyzing the page data to obtain at least one piece of structured data, wherein different pieces of structured data correspond to different data types;
and performing keyword recognition in the structured data, and determining the data category corresponding to the structured data according to the recognition result.
In a third aspect, an embodiment of the present invention further provides a computer device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements the rendering method for the page according to the embodiment of the present invention when executing the program.
In a fourth aspect, the embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the method for rendering a page according to the embodiment of the present invention.
According to the method and the device for rendering the page data, the page data to be rendered, which are matched with a page rendering request, are received, then the page data are analyzed, at least one data category corresponding to the page data is determined, wherein different data categories correspond to different page sub data in the page data, then the view elements corresponding to the at least one data category are obtained, the page sub data are filled in the corresponding view elements to obtain at least one view file, and finally the view file is rendered according to a layout mode matched with the view file. According to the page rendering method provided by the embodiment of the invention, the page data are classified, the page sub-data of different data categories are respectively filled into the corresponding view elements to obtain the view file, and finally the view file is rendered according to the set layout mode, so that the real-time updating and the change of the page data can be adapted, and the rendering reliability of the live broadcast page is improved.
Drawings
FIG. 1 is a flowchart of a method for rendering a page according to a first embodiment of the present invention;
FIG. 2 is a flowchart of another method for rendering a page according to one embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a page rendering apparatus according to a second embodiment of the present invention;
fig. 4 is a schematic structural diagram of a mobile device in a third embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a flowchart of a page rendering method according to an embodiment of the present invention, where the method is applicable to a case of rendering a page, and the method may be executed by a page rendering apparatus, which may be composed of hardware and/or software and may be generally integrated in a computer, a server, and all terminals including a page rendering function. As shown in fig. 1, the method specifically includes the following steps:
step 110, receiving the page data to be rendered matched with the page rendering request.
The page data may be, among other things, constituent data of view elements to be presented in the page. The page rendering request may be a page rendering request of a live class page. Specifically, when a user accesses a page through the terminal device or updates a currently accessed page, a page rendering request is generated, and the server sends page data to be rendered, which is matched with the page rendering request, to the terminal device according to the page rendering request.
Step 120, analyzing the page data, and determining at least one data category corresponding to the page data.
Wherein, different data categories correspond to different page subdata in the page data. The data categories may be classified according to the content to be displayed on the page, and for example, in a live-broadcast application scenario, the data categories may include banner advertisement (banner) data, popular recommendation data, game category data, event-specific column data, and the like. The page data may be structured data.
Specifically, after the page data is obtained, the page data is analyzed to obtain the category of each page sub-data, so as to obtain at least one data category. For example, assuming that the page data includes 10 page sub-data, 2 of which belong to the banner data, 3 of which belong to the game category data, and 5 of which belong to the event column data, 3 data categories are obtained.
Optionally, the analyzing the page data to determine at least one data category corresponding to the page data may be implemented in the following manner: analyzing the page data to obtain at least one piece of structured data, wherein different pieces of structured data correspond to different data types; and performing keyword recognition in the structured data, and determining the data category corresponding to the structured data according to the recognition result.
The structured data may be obtained by encapsulating data according to a set structure. In this embodiment, when page data is encapsulated, a key field is added to the data according to the content of the data, so as to represent the category of the data. For example, assuming that the current data belongs to the banner data, a "banner" keyword may be added to the keyword field.
Specifically, after analyzing the page data, a plurality of structured data are obtained, then keyword recognition is performed on the structured data to obtain a recognition result, and finally the data category corresponding to the structured data is determined according to the recognition result.
Optionally, after analyzing the page data and determining at least one data category corresponding to the page data, the method further includes the following steps: acquiring a user identifier matched with the page rendering request, and acquiring a user tendency data category corresponding to the user identifier; and filtering the determined at least one data category according to the user tendency data category.
The user identifier may include user account information, an IP address, and the like. Specifically, the manner of obtaining the user tendency data category corresponding to the user identifier may be to perform big data analysis on the historical data of the user to obtain a data list preferred by the user, that is, the user tendency data category. Illustratively, the user is more inclined to pay attention to the topical recommendation data and the game category data obtained by analyzing the historical access data of the user, and the topical recommendation data and the game category data are the user inclination data category. The filtering of the determined at least one data category may be to filter out data categories not belonging to the user preference data category and to retain the user preference data category.
Specifically, after the user tendency data category is obtained according to the user identification, at least one data category corresponding to the page data at present is filtered, the data category which does not belong to the user tendency data category is filtered, and the user tendency data category is reserved. For example, it is assumed that the data category corresponding to the current page data includes: the banner data, hit recommendation data, and game category data, and the user preference data category is hit recommendation data and game category data, the banner data can be filtered out. The method has the advantages that the content displayed in the page accessed by the user is the content which is interesting to the user, so that the resource occupied by rendering can be saved, and the user experience can be improved.
Step 130, obtaining view elements corresponding to at least one data category, and filling the page sub-data in the corresponding view elements to obtain at least one view file.
Therein, a view element may be understood as "view". Each data category corresponds to a view element that specifies the manner in which the corresponding data category is rendered in the page.
Specifically, after at least one data category corresponding to the page data is obtained, view elements corresponding to the at least one data category are obtained, and the page sub data in each data category is filled into the corresponding view elements for loading, so that at least one view file is obtained. Illustratively, the data categories corresponding to the page data include: and acquiring view elements corresponding to the banner data, the hit recommendation data and the game category data respectively, and filling the corresponding view elements with the banner data, the hit recommendation data and the game category data respectively for loading, so as to obtain a view file corresponding to the banner data, a view file corresponding to the hit recommendation data and a view file corresponding to the game category data.
And step 140, rendering the view file according to the layout mode matched with the view file.
The layout mode may include a position where the view file is displayed in the page and a display mode. Specifically, after at least one view file is obtained, a layout mode matched with the view file is determined, and then the view is rendered according to the layout mode, so that the view is displayed to a user. In this embodiment, the page sub data is filled in the corresponding view to obtain at least one view file, and then the view file is loaded into the recycleview for rendering.
Optionally, rendering the view file according to a layout mode matched with the view file may be implemented by the following modes: determining a page layout mode according to the view file; and rendering the video file according to a page layout mode.
The determining of the page layout mode according to the view file may be determining the page layout mode according to the number of the view files and the data types corresponding to the view files. Specifically, after the view files corresponding to the page data are obtained, the number of the view files and the view files corresponding to the view files are analyzed, then a page layout mode is determined according to the view files, and finally the view files are rendered according to the determined page layout mode. In the embodiment, the page layout mode is dynamically determined according to the view file, so that the flexibility of page rendering is improved.
Optionally, before receiving the page data to be rendered that matches the page rendering request, the method further includes the following steps: and establishing a mapping relation between the data category and the view element. Accordingly, a view element corresponding to at least one data category is obtained, and the method is implemented by the following steps: and acquiring the view element corresponding to at least one data category according to the mapping relation.
In this embodiment, a mapping relationship between the data categories and the view elements may be established in advance, so that the data categories and the view elements have a one-to-one correspondence relationship. Correspondingly, after at least one data category in the page data is obtained, the view element is obtained according to the mapping relation. This has the advantage that the efficiency of retrieving view elements can be improved.
According to the technical scheme, the page data to be rendered, which is matched with the page rendering request, is received, the page data is analyzed, at least one data category corresponding to the page data is determined, wherein different data categories correspond to different page sub-data in the page data, then, the view elements corresponding to the at least one data category are obtained, the page sub-data are filled in the corresponding view elements, at least one view file is obtained, and finally, the view file is rendered according to a layout mode matched with the view file. According to the page rendering method provided by the embodiment of the invention, the page data are classified, the page sub-data of different data categories are respectively filled into the corresponding view elements to obtain the view file, and finally the view file is rendered according to the set layout mode, so that the real-time updating and the change of the page data can be adapted, and the rendering reliability of the live broadcast page is improved.
Fig. 2 is a flowchart of another page rendering method according to an embodiment of the present invention. As a further explanation of the above embodiment, as shown in fig. 2, the method comprises the steps of:
step 210, establishing a mapping relation between the data category and the view element.
Step 220, receiving the page data to be rendered matched with the page rendering request.
Step 230, analyzing the page data to obtain at least one structured data.
Step 240, performing keyword recognition in the structured data, and determining the data category corresponding to the structured data according to the recognition result.
And step 250, acquiring a user identifier matched with the page rendering request, acquiring a user tendency data category corresponding to the user identifier, and filtering the determined at least one data category according to the user tendency data category.
Step 260, obtaining the view element corresponding to at least one data category according to the mapping relationship, and filling the page sub-data in the corresponding view element to obtain at least one view file.
And 270, determining a page layout mode according to the view file, and rendering the view file according to the page layout mode.
Example two
Fig. 3 is a schematic structural diagram of a page rendering apparatus according to a second embodiment of the present invention. As shown in fig. 3, the apparatus includes: a page data receiving module 310, a data category determining module 320, a view file acquiring module 330 and a view file rendering module 340.
A page data receiving module 310, configured to receive page data to be rendered that matches the page rendering request;
the data category determining module 320 is configured to analyze the page data and determine at least one data category corresponding to the page data, where different data categories correspond to different page sub-data in the page data;
a view file obtaining module 330, configured to obtain a view element corresponding to at least one data category, and fill the page sub-data in the corresponding view element to obtain at least one view file;
and the view file rendering module 340 is configured to render the view file according to the layout mode matched with the view file.
Optionally, the page rendering request is a page rendering request of a live-broadcast page.
Optionally, the data category determining module 320 is further configured to:
analyzing the page data to obtain at least one piece of structured data, wherein different pieces of structured data correspond to different data types;
and performing keyword recognition in the structured data, and determining the data category corresponding to the structured data according to the recognition result.
Optionally, the method further includes:
the user tendency data category acquisition module is used for acquiring a user identifier matched with the page rendering request and acquiring a user tendency data category corresponding to the user identifier;
and the data category filtering module is used for filtering the determined at least one data category according to the user tendency data category.
Optionally, the method further includes:
the mapping relation establishing module is used for establishing the mapping relation between the data category and the view element;
correspondingly, the view file obtaining module 330 is further configured to:
and acquiring the view element corresponding to at least one data category according to the mapping relation.
Optionally, the view file rendering module 340 is further configured to:
determining a page layout mode according to the view file;
and rendering the video file according to a page layout mode.
The device can execute the methods provided by all the embodiments of the invention, and has corresponding functional modules and beneficial effects for executing the methods. For details not described in detail in this embodiment, reference may be made to the methods provided in all the foregoing embodiments of the present invention.
EXAMPLE III
Fig. 4 is a schematic structural diagram of a mobile device according to a third embodiment of the present invention, and as shown in fig. 4, the mobile device according to the third embodiment of the present invention includes: a processor 41 and a memory 42. The number of the processors in the mobile device may be one or more, fig. 4 illustrates one processor 41, the processor 41 and the memory 42 in the mobile device may be connected by a bus or in other manners, and fig. 4 illustrates the connection by a bus.
The rendering device for the page provided by the above embodiment is integrated in the processor 41 of the mobile device in this embodiment. Further, the memory 42 in the mobile device is used as a computer readable storage medium for storing one or more programs, which may be software programs, computer executable programs, and modules, such as program instructions/modules corresponding to the rendering method of the page in the embodiment of the present invention. The processor 41 executes various functional applications of the device and data processing, i.e., implements the rendering method of the page in the above-described method embodiments, by executing software programs, instructions, and modules stored in the memory 42.
The memory 42 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to use of the device, and the like. Further, the memory 42 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, memory 42 may further include memory located remotely from processor 41, which may be connected to the device over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The processor 41 executes various functional applications and data processing by executing programs stored in the memory 42, thereby implementing the page rendering method according to the embodiment of the present invention.
Example four
The computer storage medium of the embodiment of the present invention stores thereon a computer program, and the program implements the rendering method of a page as provided in the embodiment of the present invention when executed by the data backup apparatus.
The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A method for rendering a page, comprising:
receiving page data to be rendered matched with the page rendering request;
analyzing the page data, and determining at least one data category corresponding to the page data, wherein different data categories correspond to different page subdata in the page data;
obtaining view elements corresponding to the at least one data category, and filling the page sub-data in the corresponding view elements to obtain at least one view file;
and rendering the view file according to the layout mode matched with the view file.
2. The method of claim 1, wherein the page rendering request is a page rendering request for a live class page.
3. The method of claim 1 or 2, wherein parsing the page data to determine at least one data category corresponding to the page data comprises:
analyzing the page data to obtain at least one piece of structured data, wherein different pieces of structured data correspond to different data types;
and performing keyword recognition in the structured data, and determining the data category corresponding to the structured data according to the recognition result.
4. The method according to claim 1 or 2, wherein after parsing the page data and determining at least one data category corresponding to the page data, further comprising:
acquiring a user identifier matched with a page rendering request, and acquiring a user tendency data category corresponding to the user identifier;
and filtering the determined at least one data category according to the user tendency data category.
5. The method of claim 1, prior to receiving page data to be rendered that matches a page rendering request, further comprising:
establishing a mapping relation between a data category and a view element;
accordingly, obtaining a view element corresponding to the at least one data category includes:
and acquiring the view element corresponding to the at least one data category according to the mapping relation.
6. The method of claim 1, wherein rendering the view file according to a layout that matches the view file comprises:
determining a page layout mode according to the view file;
and rendering the view file according to the page layout mode.
7. An apparatus for rendering a page, comprising:
the page data receiving module is used for receiving the page data to be rendered matched with the page rendering request;
the data category determining module is used for analyzing the page data and determining at least one data category corresponding to the page data, wherein different data categories correspond to different page subdata in the page data;
a view file obtaining module, configured to obtain a view element corresponding to the at least one data category, and fill the page sub-data in the corresponding view element to obtain at least one view file;
and the view file rendering module is used for rendering the view file according to the layout mode matched with the view file.
8. The apparatus of claim 7, wherein the data category determination module is further configured to:
analyzing the page data to obtain at least one piece of structured data, wherein different pieces of structured data correspond to different data types;
and performing keyword recognition in the structured data, and determining the data category corresponding to the structured data according to the recognition result.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method according to any of claims 1-6 when executing the program.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-6.
CN201811050448.9A 2018-09-10 2018-09-10 Page rendering method, device and equipment and storage medium Pending CN110889067A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811050448.9A CN110889067A (en) 2018-09-10 2018-09-10 Page rendering method, device and equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811050448.9A CN110889067A (en) 2018-09-10 2018-09-10 Page rendering method, device and equipment and storage medium

Publications (1)

Publication Number Publication Date
CN110889067A true CN110889067A (en) 2020-03-17

Family

ID=69745029

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811050448.9A Pending CN110889067A (en) 2018-09-10 2018-09-10 Page rendering method, device and equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110889067A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111880840A (en) * 2020-07-24 2020-11-03 北京达佳互联信息技术有限公司 Data acquisition method and device, electronic equipment and storage medium
CN112818206A (en) * 2021-02-25 2021-05-18 平安消费金融有限公司 Data classification method, device, terminal and storage medium
CN113434795A (en) * 2021-06-23 2021-09-24 杭州米络星科技(集团)有限公司 Webpage rendering method, device, equipment and storage medium
CN114625997A (en) * 2022-03-22 2022-06-14 通号智慧城市研究设计院有限公司 Page rendering method and device, electronic equipment and computer readable medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016177250A1 (en) * 2015-05-05 2016-11-10 阿里巴巴集团控股有限公司 Client page rendering method and apparatus
US20160364369A1 (en) * 2015-06-09 2016-12-15 International Business Machines Corporation Optimization for rendering web pages
CN106777036A (en) * 2016-12-09 2017-05-31 武汉斗鱼网络科技有限公司 A kind of data rendering method and data render system
CN107368487A (en) * 2016-05-12 2017-11-21 阿里巴巴集团控股有限公司 A kind of page assembly Dynamic Distribution method, apparatus and client
CN108153798A (en) * 2016-12-02 2018-06-12 阿里巴巴集团控股有限公司 Page info processing method, apparatus and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016177250A1 (en) * 2015-05-05 2016-11-10 阿里巴巴集团控股有限公司 Client page rendering method and apparatus
US20160364369A1 (en) * 2015-06-09 2016-12-15 International Business Machines Corporation Optimization for rendering web pages
CN107368487A (en) * 2016-05-12 2017-11-21 阿里巴巴集团控股有限公司 A kind of page assembly Dynamic Distribution method, apparatus and client
CN108153798A (en) * 2016-12-02 2018-06-12 阿里巴巴集团控股有限公司 Page info processing method, apparatus and system
CN106777036A (en) * 2016-12-09 2017-05-31 武汉斗鱼网络科技有限公司 A kind of data rendering method and data render system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111880840A (en) * 2020-07-24 2020-11-03 北京达佳互联信息技术有限公司 Data acquisition method and device, electronic equipment and storage medium
CN112818206A (en) * 2021-02-25 2021-05-18 平安消费金融有限公司 Data classification method, device, terminal and storage medium
CN113434795A (en) * 2021-06-23 2021-09-24 杭州米络星科技(集团)有限公司 Webpage rendering method, device, equipment and storage medium
CN114625997A (en) * 2022-03-22 2022-06-14 通号智慧城市研究设计院有限公司 Page rendering method and device, electronic equipment and computer readable medium

Similar Documents

Publication Publication Date Title
CN110889067A (en) Page rendering method, device and equipment and storage medium
CN108197198B (en) Interest point searching method, device, equipment and medium
CN107798064B (en) Page processing method, electronic device and computer readable storage medium
CN111273891A (en) Business decision method and device based on rule engine and terminal equipment
CN110457132B (en) Method and device for creating functional object and terminal equipment
CN109814915B (en) Parameter configuration method, device, medium and electronic equipment based on lua
CN108595574B (en) Database cluster connection method, device, equipment and storage medium
CN109086429B (en) IVR voice navigation method, system, equipment and storage medium
CN114327710A (en) Function management method, management device, terminal equipment and readable storage medium
CN112861033A (en) Method and device for executing service
CN112307386A (en) Information monitoring method, system, electronic device and computer readable storage medium
CN114625407A (en) Method, system, equipment and storage medium for implementing AB experiment
CN113590985B (en) Page jump configuration method and device, electronic equipment and computer readable medium
US11122139B2 (en) Systems and methods for reducing download requirements
CN114374745A (en) Protocol format processing method and system
CN108848398B (en) Method, device, terminal and storage medium for distributing local barrage messages
CN111241368B (en) Data processing method, device, medium and equipment
CN113377376A (en) Data packet generation method, data packet generation device, electronic device, and storage medium
CN109669720B (en) Chain type asynchronous request processing method and device based on Promise and electronic equipment
CN113568720A (en) Process management, development and configuration method, device, electronic equipment and storage medium
RU2595763C2 (en) Method and apparatus for managing load on basis of android browser
CN111767447A (en) Method and device for determining user traffic path
CN110647331A (en) Development tool acquisition method and device, storage medium and electronic equipment
CN112492353B (en) Processing method, device, equipment and storage medium for data in live broadcasting room
CN110069570B (en) Data processing method and device

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200317