CN114741147B - Method for displaying page on mobile terminal and mobile terminal - Google Patents

Method for displaying page on mobile terminal and mobile terminal Download PDF

Info

Publication number
CN114741147B
CN114741147B CN202210330611.7A CN202210330611A CN114741147B CN 114741147 B CN114741147 B CN 114741147B CN 202210330611 A CN202210330611 A CN 202210330611A CN 114741147 B CN114741147 B CN 114741147B
Authority
CN
China
Prior art keywords
component
components
data
sequence
page
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202210330611.7A
Other languages
Chinese (zh)
Other versions
CN114741147A (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.)
Alibaba China Co Ltd
Original Assignee
Alibaba China 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 Alibaba China Co Ltd filed Critical Alibaba China Co Ltd
Priority to CN202210330611.7A priority Critical patent/CN114741147B/en
Publication of CN114741147A publication Critical patent/CN114741147A/en
Application granted granted Critical
Publication of CN114741147B publication Critical patent/CN114741147B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Abstract

The application provides a method for displaying a page on a mobile terminal, the mobile terminal, an electronic device and a non-transitory computer readable storage medium for displaying the page. The method comprises the following steps: acquiring a component set of a page to be displayed on a mobile terminal; according to the characteristics of the page to be displayed, the assembly set is arranged into a first assembly sequence; splitting the first assembly sequence, and respectively acquiring and matching data of a plurality of split assemblies; merging the plurality of components of the acquired and matched data into a second sequence of components, the components in the second sequence of components having the same order as the first sequence of components; and loading the plurality of components in the order of the second sequence of components.

Description

Method for displaying page on mobile terminal and mobile terminal
Technical Field
The present application relates to the field of computer technology, and in particular, to a method for displaying a page on a mobile terminal, a mobile terminal for displaying a page, an electronic device, and a non-transitory computer readable storage medium.
Background
Currently, along with the popularization of mobile communication and mobile internet, various Applications (APP) capable of being used on a mobile terminal have involved aspects of people's production and life, most people need to browse various pages of different APP on the mobile terminal and interact each day, and then rendering and loading effects of APP pages on the mobile terminal can greatly influence daily use experience of people.
Along with the development of technology, a dynamic scheme is widely used at a mobile terminal, and pages and components updated on a mobile terminal product at high frequency can be realized in a dynamic construction mode. Dynamic building is a cross-platform technology capable of realizing dynamic page updating without modifying codes in the field of mobile terminals, and has absolute advantages in low code development, online repair, application performance and usability. Under the DevOps trend, the dynamic scheme can bring advantages of low codes, high availability, cross-platform performance, high restoration and the like, and helps developers develop agilely.
However, under the dynamic scheme, the problems of time consumption of component data network requests of each page, dynamic increase and decrease of components and the like all cause page rendering flickering, so that the use experience of an end user is affected.
Disclosure of Invention
In order to solve the above-mentioned problems occurring in the prior art, the present application provides a method for displaying a page at a mobile terminal, a mobile terminal for displaying a page, an electronic device, and a non-transitory computer-readable storage medium.
According to one aspect of the present application, there is provided a method for displaying a page at a mobile terminal, comprising:
acquiring a component set of a page to be displayed on a mobile terminal;
according to the characteristics of the page to be displayed, the assembly set is arranged into a first assembly sequence;
splitting the first assembly sequence, and respectively acquiring and matching data of a plurality of split assemblies;
merging the plurality of components of the acquired and matched data into a second sequence of components, the components in the second sequence of components having the same order as the first sequence of components; and
and loading the plurality of components in the order of the second component sequence.
According to one embodiment, the plurality of components includes a component supporting caching and a component not supporting caching, and respectively performing data acquisition and matching on the split plurality of components includes:
aiming at the components which do not support caching, acquiring data through a network and matching the data; and
and aiming at the component supporting caching, completing the acquisition and matching of the data according to the loaded times of the component.
According to one embodiment, for a component that does not support caching, acquiring data and matching the data over a network includes:
sending a network request; and
and receiving the data of the component from the server side and matching the data.
According to one embodiment, for a component supporting caching, completing data acquisition and matching according to the number of times the component has been loaded includes:
judging whether the component is loaded for the first time;
if the loading is the first loading, a network request is sent; and
and receiving the data of the component from the server side, performing data matching, and storing the received data into the cache device.
According to one embodiment, for the component supporting caching, completing the acquiring and matching of the data according to the loaded times of the component further includes:
and if the data is not loaded for the first time, acquiring the data from the cache equipment and matching the data.
According to one embodiment, the first sequence of components is split using a load queue and the plurality of components that have acquired and matched data are merged into a second sequence of components using the load queue.
According to one embodiment, loading the plurality of components in the order of the second sequence of components comprises:
and carrying out combined loading rendering on the components of the page to be displayed by using a rendering tool.
According to one embodiment, the data acquiring and matching of the split components respectively includes:
creating a plurality of dispatchers, the plurality of dispatchers corresponding to the plurality of components, respectively; and
and respectively acquiring and matching data of the components by utilizing the plurality of dispatchers.
According to one embodiment, the plurality of components of the acquired and matched data are merged into the second sequence of components using a caching device.
According to another aspect of the present application, there is provided a mobile terminal for displaying a page, including:
the acquisition unit is used for acquiring a component set of a page to be displayed on the mobile terminal;
the component stream creating unit is used for arranging the component set into a first component sequence according to the characteristics of the page to be displayed;
the processing unit splits the first assembly sequence and respectively acquires and matches data of a plurality of split assemblies;
a merging unit that merges the plurality of components that have acquired and matched data into a second component sequence, the components in the second component sequence having the same order as the first component sequence; and
and the loading unit loads the components according to the order of the second component sequence.
According to another aspect of the present application, there is provided an electronic apparatus including:
a processor; and
a memory storing a computer program which, when executed by the processor, causes the processor to perform the method as described above.
According to another aspect of the application there is provided a non-transitory computer readable storage medium having stored thereon computer readable instructions which, when executed by a processor, cause the processor to perform a method as described above.
Therefore, by utilizing the functions of the loading queue and the rendering tool, the page rendering sequence can be ensured to a certain extent through the splitting processing and the combined loading of the component loading sequence of the page to be displayed, so that the rendering experience of the dynamically built page is optimized on the whole, and page rendering flickering is avoided.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings required for the description of the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present application, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 shows a flowchart of a method for displaying a page at a mobile terminal according to an embodiment of the present application.
Figure 2 shows a schematic diagram of a page container and an attachment container for implementing the above described dynamic building framework.
Fig. 3 schematically illustrates the process of attaching a container as it processes the components.
FIG. 4 illustrates a flow diagram for data acquisition and matching of split components, respectively, according to one embodiment of the application.
FIG. 5 illustrates a flow diagram for data acquisition and matching of split components, respectively, according to one embodiment of the application.
FIG. 6 illustrates a flow diagram for acquiring data and matching data over a network for components that do not support caching according to one embodiment of the application.
FIG. 7 illustrates a flow diagram for a component supporting caching to complete the retrieval and matching of data according to the number of times the component has been loaded, according to one embodiment of the application.
FIG. 8 illustrates a flow chart for a component supporting caching to complete the retrieval and matching of data according to the number of times the component has been loaded, according to another embodiment of the application.
Fig. 9 shows a schematic design of an attachment vessel according to an embodiment of the application.
Fig. 10 shows a schematic diagram of a mobile terminal for displaying a page according to an embodiment of the present application.
Detailed Description
For a better understanding of the technical solutions and advantages of the present application, the following description of the present application refers to the accompanying drawings and specific examples. The specific embodiments described herein are to be considered in an illustrative sense only and are not intended to limit the application. Further, technical features of the embodiments of the present application described below may be used in combination, except for the case where they collide with each other, to thereby constitute other embodiments within the scope of the present application.
The following description provides many different embodiments, or examples, for implementing different features of the application. In order to simplify the present disclosure, components and arrangements of specific examples are described below. They are, of course, merely examples and are not intended to limit the application. Furthermore, the present application may repeat reference numerals and/or letters in the various examples, which are for the purpose of brevity and clarity, and which do not themselves indicate the relationship between the various embodiments and/or arrangements discussed.
The steps of the method described below, except for the steps with a clear sequence, can be performed in a different order to form a new technical scheme, which is also within the scope of the present application. That is, neither the order shown in the figures nor the order described in the text of the specification represents that the particular order of execution among the steps is so fixed, but is merely illustrative.
Fig. 1 shows a flowchart of a method for displaying a page at a mobile terminal according to an embodiment of the present application. As shown in fig. 1, the method 100 may include steps S110 to S150.
In step S110, a component set of a page to be displayed on the mobile terminal is acquired. Under the dynamic construction framework, the constructed page comprises two parts, namely a protocol and data, wherein each part of assembly formed by the page is displayed in the protocol, the data sources of each assembly are stored in the data, the two parts are issued by a server, and a client (namely a mobile terminal) is responsible for analysis, rendering, data binding and view display. When a user opens a certain APP on the mobile terminal equipment to perform interactive operation, the mobile terminal equipment needs to display pages according to instructions of the user. In this process, the mobile terminal first needs to acquire the various components of the page.
Figure 2 shows a schematic diagram of a page container and an attachment container for implementing the above described dynamic building framework. As shown in FIG. 2, in the application, an attachment container is independently designed outside a page container to assist in completing the loading and rendering of components, and the attachment container is based on the functions of a loading queue and a rendering tool, so that the sequential loading, page retention and temporary caching can be ensured, and the data merging, partial refreshing and combined loading can be also performed. The operations will be described below in conjunction with fig. 2, but it will be understood that the present application is not limited thereto. In step S110, after the page container has obtained the page protocol, the set of components will be input to the attachment container.
In step S120, the component sets are arranged into a first component sequence according to the characteristics of the page to be displayed. Referring again to fig. 2, the attachment vessel may sort the components by a load queue that ensures sequential loading of the components as described above, forming a component loading stream.
Fig. 3 schematically illustrates the process of attaching a container as it processes the components. As shown in fig. 3, when the attachment container receives the component set, the component set is first arranged into a component sequence according to the characteristics of the page to be displayed, that is, the component loading stream. Only three components are schematically shown in fig. 3: component 3/component 2/component 1, it will be appreciated that the application is not so limited.
In step S130, the first component sequence is split, and the split components are respectively subjected to data acquisition and matching. Referring to fig. 2 and 3, the attachment container may be split into the sequence of components formed in step S120 through the load queue, for example, into component 1, component 2, and component 3 as shown in fig. 3. Subsequently, data for each component may be acquired and matched separately, in a manner that will be described in detail below.
In step S140, the plurality of components of the acquired and matched data are combined into a second sequence of components. As shown in fig. 2 and 3, the attachment container may reassemble the components into a queue structure via the load queue, and ensure that the components in the recombined sequence of components have the same order as the sequence of components before splitting (in step S120), i.e., the order of data 3 component 3 data 2 component 2 data 1 component 1, as shown in fig. 3. According to one embodiment, as shown in FIG. 2, a plurality of components of the acquired and matched data may be combined into a second sequence of components using a caching device, thereby forming a sequential loading stream.
In step S150, the plurality of components are loaded in the order of the second component sequence. As shown in fig. 2, the attachment container may use a rendering tool to render the components of the page to be displayed in a combined loading in the order of the second sequence of components. For example, when a page is refreshed, modification of data is directly performed for a non-list component, application of newly added data, reset of modified data, delete of data is directly performed for a list component.
Therefore, by utilizing the functions of the loading queue and the rendering tool, the page rendering sequence can be ensured to a certain extent through the splitting processing and the combined loading of the component loading sequence of the page to be displayed, so that the rendering experience of the dynamically built page is optimized on the whole, and page rendering flickering is avoided. In addition, the attached container is used as a tool container for disengaging the business, and rendering optimization of the page container can be realized in a cross-platform manner, so that a set of available technical schemes for disengaging the business are realized.
FIG. 4 illustrates a flow diagram for data acquisition and matching of split components, respectively, according to one embodiment of the application. As shown in fig. 4, the above step S130 may include sub-steps S131 and S132.
In sub-step S131, a plurality of dispatchers are created. The number of dispatchers created may be the same as the number of components in the page to be displayed, such that each dispatcher may correspond to a component.
In sub-step S132, data acquisition and matching are performed on the plurality of components, respectively, using the plurality of dispatchers. According to one embodiment, multiple dispatchers may be created in turn under a KMM cross-platform framework, using the properties of kotlen (a static programming language for modern multi-platform applications) coroutines, as shown in fig. 2 and 3, which may perform data acquisition and matching for each component separately.
FIG. 5 illustrates a flow diagram for data acquisition and matching of split components, respectively, according to one embodiment of the application. As shown in fig. 5, the above step S130 may include sub-steps S135 and S136. Those skilled in the art will appreciate that the embodiment shown in fig. 4 and 5 is a refinement of step S130 described above from different dimensions.
In addition, those skilled in the art will also appreciate that the requirements for page presentation in different scenarios are different. For example, for a build page displayed by a common function or information board, the real-time requirement is not very strong, but the page needs to be smooth in experience, so each component of the page often supports buffering; for the page on which the real-time information related to the specific category is displayed, the real-time information display method has strong real-time requirements, so that each component usually does not support caching.
In sub-step S135, data is acquired and matched over the network for components that do not support caching. For example, in using a dispatcher to obtain and match data for a component, the dispatcher may distinguish between different components for the data to be obtained and matched, i.e., different components may be processed in different ways. When the dispatcher faces the component which does not support caching, the communication function of the mobile terminal is called to carry out network request, so that data are acquired through a network, and data matching is carried out.
In sub-step S136, for the component supporting caching, the acquisition and matching of data is completed according to the number of times the component has been loaded. For example, in data acquisition and matching of components using a dispatcher, when the dispatcher faces a component supporting caching, the acquisition and matching of data can be completed according to the number of times the component has been loaded, and a specific operation will be described in detail below.
Thus, the dispatcher can distinguish between different components and process them in different ways.
FIG. 6 illustrates a flow diagram for acquiring data and matching data over a network for components that do not support caching according to one embodiment of the application. As shown in fig. 6, the above-described substep S135 may include substeps S135A and S135B.
In sub-step S135A, a network request is sent. After receiving the network request, the server side can send out the data corresponding to the component to the mobile terminal through the mobile base station and other equipment.
In sub-step S135B, the data for the component is received from the server and matched. Thus, data acquisition and matching for components that do not support caching can be accomplished.
FIG. 7 illustrates a flow diagram for a component supporting caching to complete the retrieval and matching of data according to the number of times the component has been loaded, according to one embodiment of the application. As shown in fig. 7, the above-described substep S136 may include substeps S136A to S136C.
In sub-step S136A, it is determined whether the component is first loaded. In actual operation, the system will record the number of times each component has been loaded, thereby determining whether a particular component is first loaded.
In sub-step S136B, if it is the first load, a network request is sent. When a certain component is loaded for the first time, since there is no cached data, the acquisition of the data needs to be completed through network loading.
In sub-step S136C, data of the component is received from the server and matched, and the received data is stored to the caching device. This step is similar to the above sub-step S135B, in that data is received from the server and matched, and in this sub-step, since the component is loaded for the first time, the data acquired through the network this time needs to be cached for the next loading.
Thus, for a component that is cache-enabled, since it is likely to be the first load, it is still necessary to acquire data over the network, so that the first load component is somewhat flicker-free at the time of rendering.
FIG. 8 illustrates a flow chart for a component supporting caching to complete the retrieval and matching of data according to the number of times the component has been loaded, according to another embodiment of the application. As shown in fig. 8, in addition to sub-steps S136A to S136C, sub-step S136 may further include sub-step S136D. For the sake of brevity, only the differences between the embodiment shown in fig. 8 and the embodiment of fig. 7 will be described below, and their common points will not be described again.
In sub-step S136D, if not the first load, the data is retrieved from the cache device and a match of the data is made. Thus, when the page is refreshed, the data of the component is already stored in the cache device, so that the data can be directly obtained from the cache device and matched. Therefore, in the second loading and even more loading, the addition and deletion operations of the page-level components can be effectively avoided, and the problem of rendering flickering is solved from the perspective of non-first loading.
When page rendering is performed, the new data and the old data can be compared, the local refreshing capability in the rendering tool (see fig. 2) is called, and only part of components need to be refreshed instead of the whole page redrawing can be performed.
Fig. 9 shows a schematic design of an attachment vessel according to an embodiment of the application. As shown in fig. 9, a cross-platform responsive observation mode is implemented in a cross-platform framework KMM, so that sequential input and output, thread switching and lifecycle scheduling of component loading sequences between the observed person and the two end of the observer are completed, and the design of splitting component loading streams into related components for data loading matching is implemented.
Fig. 10 shows a schematic diagram of a mobile terminal for displaying a page according to an embodiment of the present application. As shown in fig. 10, the mobile terminal 200 may include an acquisition unit 210, a component stream creation unit 220, a processing unit 230, a merging unit 240, and a loading unit 250.
The acquiring unit 210 is configured to acquire a component set of a page to be displayed on the mobile terminal. The component stream creation unit 220 arranges the component sets into a first component sequence according to the characteristics of the page to be displayed. The processing unit 230 splits the first component sequence, and performs data acquisition and matching on the split components respectively. The merging unit 240 merges the plurality of components of the acquired and matched data into a second component sequence, wherein the components in the second component sequence have the same order as the first component sequence. The loading unit 250 loads the plurality of components in the order of the second component sequence.
According to another aspect of the application, there is also provided an electronic device, which may comprise a processor and a memory storing a computer program which, when executed by the processor, causes the processor to perform the method as described above.
According to another aspect of the application there is also provided a non-transitory computer readable storage medium having stored thereon computer readable instructions which, when executed by a processor, cause the processor to perform the method as described above.
In the foregoing embodiments, the descriptions of the embodiments are emphasized, and for parts of one embodiment that are not described in detail, reference may be made to related descriptions of other embodiments. The technical features of the foregoing embodiments may be arbitrarily combined, and for brevity, all of the possible combinations of the technical features of the foregoing embodiments are not described, however, all of the combinations of the technical features should be considered as being within the scope of the disclosure.
The foregoing has outlined rather broadly the more detailed description of embodiments of the application in order that the detailed description of the principles and embodiments of the application may be implemented in conjunction with the detailed description of embodiments of the application that follows. Meanwhile, based on the idea of the present application, those skilled in the art can make changes or modifications on the specific embodiments and application scope of the present application, which belong to the protection scope of the present application. In view of the foregoing, this description should not be construed as limiting the application.

Claims (11)

1. A method for displaying a page at a mobile terminal, comprising:
acquiring a component set of a page to be displayed on a mobile terminal;
according to the characteristics of the page to be displayed, the assembly set is arranged into a first assembly sequence;
splitting the first assembly sequence, and respectively acquiring and matching data of a plurality of split assemblies;
merging the plurality of components of the acquired and matched data into a second component sequence by using a cache device, wherein the components in the second component sequence have the same sequence as the first component sequence; and
and loading the plurality of components in the order of the second component sequence.
2. The method of claim 1, wherein the plurality of components includes a component that supports caching and a component that does not support caching, and the data acquisition and matching of the split plurality of components, respectively, comprises:
aiming at the components which do not support caching, acquiring data through a network and matching the data; and
and aiming at the component supporting caching, completing the acquisition and matching of the data according to the loaded times of the component.
3. The method of claim 2, wherein for components that do not support caching, retrieving data and matching data over a network comprises:
sending a network request; and
and receiving the data of the component from the server side and matching the data.
4. The method of claim 2, wherein for the cache-enabled component, completing the retrieval and matching of the data according to the number of times the component has been loaded comprises:
judging whether the component is loaded for the first time;
if the loading is the first loading, a network request is sent; and
and receiving the data of the component from the server side, performing data matching, and storing the received data into the cache device.
5. The method of claim 4, wherein for the component supporting caching, completing the obtaining and matching of the data according to the number of times the component has been loaded further comprises:
and if the data is not loaded for the first time, acquiring the data from the cache equipment and matching the data.
6. The method of claim 1, wherein the first sequence of components is split using a load queue and the plurality of components that have acquired and matched data are merged into a second sequence of components using the load queue.
7. The method of claim 1, wherein loading the plurality of components in the order of the second sequence of components comprises:
and carrying out combined loading rendering on the components of the page to be displayed by using a rendering tool.
8. The method of claim 1, wherein respectively data acquisition and matching of the split plurality of components comprises:
creating a plurality of dispatchers, the plurality of dispatchers corresponding to the plurality of components, respectively; and
and respectively acquiring and matching data of the components by utilizing the plurality of dispatchers.
9. A mobile terminal for displaying a page, comprising:
the acquisition unit is used for acquiring a component set of a page to be displayed on the mobile terminal;
the component stream creating unit is used for arranging the component set into a first component sequence according to the characteristics of the page to be displayed;
the processing unit splits the first assembly sequence and respectively acquires and matches data of a plurality of split assemblies;
a merging unit for merging the plurality of components which have acquired and matched data into a second component sequence by using a buffer device, wherein the components in the second component sequence have the same sequence as the first component sequence; and
and the loading unit loads the components according to the order of the second component sequence.
10. An electronic device, comprising:
a processor; and
a memory storing a computer program which, when executed by the processor, causes the processor to perform the method of any one of claims 1-8.
11. A non-transitory computer readable storage medium having stored thereon computer readable instructions which, when executed by a processor, cause the processor to perform the method of any of claims 1-8.
CN202210330611.7A 2022-03-30 2022-03-30 Method for displaying page on mobile terminal and mobile terminal Active CN114741147B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210330611.7A CN114741147B (en) 2022-03-30 2022-03-30 Method for displaying page on mobile terminal and mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210330611.7A CN114741147B (en) 2022-03-30 2022-03-30 Method for displaying page on mobile terminal and mobile terminal

Publications (2)

Publication Number Publication Date
CN114741147A CN114741147A (en) 2022-07-12
CN114741147B true CN114741147B (en) 2023-11-14

Family

ID=82279750

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210330611.7A Active CN114741147B (en) 2022-03-30 2022-03-30 Method for displaying page on mobile terminal and mobile terminal

Country Status (1)

Country Link
CN (1) CN114741147B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103546505A (en) * 2012-07-12 2014-01-29 百度在线网络技术(北京)有限公司 Method, system and device for displaying page blocks in priority order
CN103888456A (en) * 2014-03-18 2014-06-25 国家电网公司 Webpage client side, server side and data processing device and method
WO2016112791A1 (en) * 2015-01-13 2016-07-21 阿里巴巴集团控股有限公司 Method and device for displaying interface of application program on mobile terminal
CN110046021A (en) * 2019-05-21 2019-07-23 北京字节跳动网络技术有限公司 A kind of page display method, device, system, equipment and storage medium
CN110377361A (en) * 2019-07-15 2019-10-25 北京奇艺世纪科技有限公司 Data load method, device, computer equipment and storage medium
CN112182452A (en) * 2020-09-27 2021-01-05 中国平安财产保险股份有限公司 Page component rendering processing method, device, equipment and computer readable medium
CN113031946A (en) * 2021-02-24 2021-06-25 北京沃东天骏信息技术有限公司 Method and device for rendering page component
CN113642320A (en) * 2020-04-27 2021-11-12 北京庖丁科技有限公司 Method, device, equipment and medium for extracting document directory structure

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100318926A1 (en) * 2009-06-15 2010-12-16 Microsoft Corporation User interface for entering account dimension combinations
US11194583B2 (en) * 2019-10-21 2021-12-07 Advanced Micro Devices, Inc. Speculative execution using a page-level tracked load order queue

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103546505A (en) * 2012-07-12 2014-01-29 百度在线网络技术(北京)有限公司 Method, system and device for displaying page blocks in priority order
CN103888456A (en) * 2014-03-18 2014-06-25 国家电网公司 Webpage client side, server side and data processing device and method
WO2016112791A1 (en) * 2015-01-13 2016-07-21 阿里巴巴集团控股有限公司 Method and device for displaying interface of application program on mobile terminal
CN105843594A (en) * 2015-01-13 2016-08-10 阿里巴巴集团控股有限公司 Method and device for displaying application program page of mobile terminal
CN110046021A (en) * 2019-05-21 2019-07-23 北京字节跳动网络技术有限公司 A kind of page display method, device, system, equipment and storage medium
CN110377361A (en) * 2019-07-15 2019-10-25 北京奇艺世纪科技有限公司 Data load method, device, computer equipment and storage medium
CN113642320A (en) * 2020-04-27 2021-11-12 北京庖丁科技有限公司 Method, device, equipment and medium for extracting document directory structure
CN112182452A (en) * 2020-09-27 2021-01-05 中国平安财产保险股份有限公司 Page component rendering processing method, device, equipment and computer readable medium
CN113031946A (en) * 2021-02-24 2021-06-25 北京沃东天骏信息技术有限公司 Method and device for rendering page component

Also Published As

Publication number Publication date
CN114741147A (en) 2022-07-12

Similar Documents

Publication Publication Date Title
CN110096660B (en) Method and device for loading page pictures and electronic equipment
CN110046021B (en) Page display method, device, system, equipment and storage medium
EP3822828A2 (en) Method, apparatus, device and storage medium for determining page theme and computer program product
CN109976620B (en) Method, device, equipment and storage medium for determining list item display attribute information
CN107479868B (en) Interface loading method, device and equipment
CN113453073B (en) Image rendering method and device, electronic equipment and storage medium
CN102929971A (en) Multimedia information playing method and system
US10951486B2 (en) Terminal device, UI expansion method, and UI expansion program
CN113157153A (en) Content sharing method and device, electronic equipment and computer readable storage medium
CN113190152A (en) Method and device for switching application program theme
CN111008032A (en) Page data updating method and device
CN107330087B (en) Page file generation method and device
CN114741147B (en) Method for displaying page on mobile terminal and mobile terminal
CN112565870B (en) Content caching and reading method, client and storage medium
CN113220752A (en) Display method and device and electronic equipment
CN113138827A (en) Method, device, electronic equipment and medium for displaying data
CN110134905B (en) Page update display method, device, equipment and storage medium
CN112256370A (en) Information display method and device and electronic equipment
CN114327453B (en) Page display method, device, equipment and storage medium
CN115563134A (en) Interaction method, interaction device, electronic equipment and computer readable medium
US11438403B2 (en) Page presentation method and system, computer system, and computer readable medium
CN114090938A (en) Page processing method and equipment
CN109857742B (en) Big data virtual table rapid display method and system
CN113032696A (en) Display method and display device of page picture
CN110515964A (en) A kind of file updating method, device, electronic equipment and 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
GR01 Patent grant
GR01 Patent grant