CN111459580B - Page display method and device - Google Patents

Page display method and device Download PDF

Info

Publication number
CN111459580B
CN111459580B CN201910058543.1A CN201910058543A CN111459580B CN 111459580 B CN111459580 B CN 111459580B CN 201910058543 A CN201910058543 A CN 201910058543A CN 111459580 B CN111459580 B CN 111459580B
Authority
CN
China
Prior art keywords
page
component
display
components
user
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
CN201910058543.1A
Other languages
Chinese (zh)
Other versions
CN111459580A (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 Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201910058543.1A priority Critical patent/CN111459580B/en
Publication of CN111459580A publication Critical patent/CN111459580A/en
Application granted granted Critical
Publication of CN111459580B publication Critical patent/CN111459580B/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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a page display method and device, relates to the technical field of computers, and mainly aims to display pages in a personalized way; the main technical scheme comprises the following steps: receiving page data corresponding to a page; detecting whether a first component display sequence corresponding to the page exists or not; the first component display sequence is determined according to the operation behaviors of a user on components in the page when the page is displayed for the last N times; n is more than or equal to 1; if so, selecting a target component corresponding to the page data from a plurality of components preset by the client; the page is presented based on the first component presentation order, the page data, and the target component.

Description

Page display method and device
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and apparatus for displaying a page.
Background
With the development of internet technology, pages are increasingly widely used in the internet industry. The page presents various information and data when being displayed, so that service popularization, information transmission and user interaction can be effectively completed by using the page.
At present, the conventional page display method in the Internet industry comprises the following steps: the server side generally provides components and a component display sequence required by the page for the client side, and the client side displays the page according to the components provided by the server side and the component display sequence. However, when the page needs to be displayed for multiple times, the server side provides the same components and the component display sequence to the client side, and the client side can only display the page according to the same components and the component display sequence. Therefore, the existing page display mode has no pertinence.
Disclosure of Invention
In view of this, the invention provides a page display method and device, and mainly aims to perform personalized display on a page.
In a first aspect, the present invention provides a page display method, applied to a client, the method comprising:
receiving page data corresponding to a page;
detecting whether a first component display sequence corresponding to the page exists or not; the first component display sequence is determined according to the operation behaviors of a user on components in the page when the page is displayed for the last N times; n is more than or equal to 1;
if so, selecting a target component corresponding to the page data from a plurality of components preset by the client;
The page is presented based on the first component presentation order, the page data, and the target component.
In a second aspect, the present invention provides a page display device, applied to a client, the device comprising:
the receiving unit is used for receiving page data corresponding to the page;
the first detection unit is used for detecting whether a first component display sequence corresponding to the page exists or not; the first component display sequence is determined according to the operation behaviors of a user on components in the page when the page is displayed for the last N times; n is more than or equal to 1; if yes, triggering a selection unit;
the selecting unit is used for selecting a target component corresponding to the page data from a plurality of components preset by the client under the triggering of the first detecting unit;
and the first display unit is used for displaying the page based on the first component display sequence, the page data and the target component.
In a third aspect, the present invention provides a storage medium storing a plurality of instructions adapted to be loaded by a processor and to perform a page presentation method as claimed in any one of the preceding claims.
In a fourth aspect, the present invention provides an electronic device, including: a storage medium and a processor;
The processor is suitable for realizing each instruction;
the storage medium is suitable for storing a plurality of instructions;
the instructions are adapted to be loaded by the processor and to perform the page presentation method as claimed in any one of the preceding claims.
By means of the technical scheme, the page display method and device provided by the invention are used for detecting whether the first component display sequence corresponding to the page exists or not when the page data corresponding to the page is received. The first component display sequence is determined according to the operation behaviors of the user on the components in the page when the page is displayed for the last N times. If the first component display sequence is detected to exist, selecting a target component corresponding to the page data from a plurality of components preset by the client. And finally, displaying the page based on the first component display sequence, the page data and the target component. According to the scheme provided by the invention, the first component display sequence is determined based on the operation behaviors of the user on the components in the page, and the first component display sequence can reflect the operation habits and favorites of the user on the components. Thus, the page can be personalized for the user when the page is presented based on the first component presentation order.
The foregoing description is only an overview of the present invention, and is intended to be implemented in accordance with the teachings of the present invention in order that the same may be more clearly understood and to make the same and other objects, features and advantages of the present invention more readily apparent.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 shows a flow chart of a page presentation method provided by an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a method for determining a first component display order in a page display method according to another embodiment of the present invention;
FIG. 3 is a flow chart of a page presentation method according to another embodiment of the present invention;
FIG. 4 is a schematic diagram of a page display device according to an embodiment of the present invention;
Fig. 5 is a schematic structural diagram of a page display device according to another embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
As shown in fig. 1, an embodiment of the present invention provides a page display method, which is applied to a client, and the method mainly includes:
101. and receiving page data corresponding to the page.
The page referred in this step refers to the content displayed in a screen in the terminal device where the client is deployed, and the displayed content includes not only the content currently displayed in the screen but also the content displayed in the screen when the page is dragged or slid into the screen. A page is formed of a plurality of components and page data in the components. In practical applications, a page may be presented multiple times in a client, and the components that make up the page and the page data may be the same or different for each presentation.
The page data related in the step can be issued to the client by the server corresponding to the client, and the content included in the page data can also be determined according to the service requirement. Optionally, the page data may include at least one of a component display mode, a component display sequence, a component identifier, and data corresponding to the component identifier. The component display mode can include, but is not limited to, horizontal arrangement display and vertical arrangement display, and the component display mode can exist in page data in a mode of characters agreed with a client, for example, "cmptDirect=0" represents the component horizontal arrangement display corresponding to the page; "cmptdirection=1" characterizes the vertical arrangement display of the components corresponding to the page. The component presentation order may exist in the page data in the form of an array including component identifications of a plurality of components, the component identifications being ordered. The component identification and the data corresponding to the component identification are correspondingly present in the page data, and the component identification has uniqueness.
In particular, the specific form in the page data may be determined according to the service requirements. Alternatively, the data form of the page data may be json form or xml form. Illustrating: the page data will be described below by taking the case where the data form of the page data is json form as an example. The received page data is: { "cmptOrder": "cmptId1", "cmptId2", "cmptId3",. The unique component identification ids of other components of the.// etc ], "cmptDirection": "1", "data": the data may be selected from the group consisting of { "cmptId": "cmptId1," data ":" xxxx "," cmptId ":" cmptId2, "data": "xxxx", "cmptId": "cmptId3," "data": "xx", "data", "data of other components of the order of the orders of the order of the units of other units of components values terms values.data data of other components of other components of/other components of/data of/other of/data of/other of.data of.of.. cmptOrder characterizes component presentation order in the above; cmptDirection characterizes the component display mode; cmptId characterizes component identity; the data characterization component identifies the corresponding data.
In practical application, the page data corresponding to the page can be obtained at least under the following two conditions. First, when the client needs to display the page, request information of page data of the request page is sent to the server. And when receiving response information of the server side aiming at the request information, acquiring page data corresponding to the page from the server side. According to the method, the client can request the page data corresponding to the page from the server when the page display requirement exists at any time, and the business application is flexible. Second, the server sends page data corresponding to the page to the client in a set period, and the server directly receives the page data sent by the server when sending the page data. The server side of the method automatically issues the page data so as to ensure that the page data corresponding to the page is updated in time.
102. Detecting whether a first component display sequence corresponding to the page exists or not; the first component display sequence is determined according to the operation behaviors of a user on components in the page when the page is displayed for the last N times; n is more than or equal to 1.
The first component display sequence related in the step is stored in the client, and the first component display sequence is determined based on the component display sequence when the page is displayed for the first time and the operation behavior of the user on the components in the page when the page is displayed for each time. The first component presentation order includes component identifications of a plurality of components, the component identifications being ordered. These component identifications may exist in the form of arrays. In particular, the first component presentation order may exist in the client in the form of a pageConfig file (page configuration file). The pageConfig file includes a plurality of component identifications in order. Illustrating: the contents in the pageConfig file are: "cmptOrder" [ "cmptId1", "cmptId2", "cmptId3" ]. Wherein cmptOrder characterizes component presentation order; cmptId characterizes component identity. From this document it can be seen that component 1 is ordered before component 2, and component 2 is ordered before component 3.
Specifically, the specific number of times N may be determined according to the service requirement. The value of N may be set larger, e.g., 5, 6, when it is desired to reduce the number of updates of the component presentation order. When the page is required to meet the operation habit of the user in time, the value of N can be set smaller, for example, 1 and 2. Illustrating: the value of N is 1, the first component presentation order is determined based on the user's operational behavior of the components in the page at the time of the last previous 1 presentation prior to receiving the page data. The operational activities described herein may include, but are not limited to, control component stay present, and operational component. The control component stays and shows as the control component stays and shows in a terminal equipment screen of the deployment client. The operating component is a pointing component or a parameter or selection component is entered in the component.
Specifically, when the first component display sequence corresponding to the page is detected, the page is not displayed for the first time, the sequence of the components in the page is adjusted based on the operation behaviors of the user on the components in the page when the last previous N times of display are performed, the sequence of the components in the first component display sequence can reflect the operation preference of the user, and personalized display can be performed for the user based on the component display sequence. At this point, step 103 may be performed for subsequent page presentation operations.
Specifically, when it is detected that there is no first component display order corresponding to the page, it is explained that the page may be displayed for the first time, or that the page is not displayed for the first time but the first component display order is deleted for some reason (for example, deletion error). The component presentation order is determined at this time in order to ensure that the page can be normally presented in at least either of the following two methods. Firstly, analyzing a component display sequence corresponding to a page from page data; the parsed component presentation order is set by the server based on the page data. And determining the analyzed component display sequence as the component display sequence of the page. Secondly, the client orders the components corresponding to the pages randomly, and the random ordering is determined to be the component display order of the pages.
It should be noted that, the determination of the component display sequence corresponding to the page does not need to transmit the terminal device information of the deployment client to the server, but can determine the component display sequence at the client. Thus reducing the risk of terminal device information being compromised or illicitly acquired by other malicious users. In addition, the determination of the component display sequence is performed at the client, so that the calculated amount of the server corresponding to the client can be reduced, and the server can release more calculation resources for other use.
103. If the target component exists, selecting a target component corresponding to the page data from a plurality of components preset by the client.
Specifically, a component is a basic unit that constitutes a page, which is composed of a plurality of components. In order to avoid the transmission of components between the server and the client and reduce the data volume transmitted between the client and the server, a component library composed of a plurality of components needs to be preset at the client. The type of the component is not limited, and various components, such as a title component, a data component, and the like, can be preset according to the service requirements. Each of the components described herein is comprised of at least one control, i.e., one or more controls are comprised of one component. The controls described herein can be divided into system standard controls and custom controls. The system standard control is a control carried by the android system or the IOS system and the like, and the control which does not need secondary development can be used. The custom control is a control obtained by secondary development of a user on the system standard control based on service requirements.
Specifically, a plurality of preset components can be updated in the service application process, so that the plurality of components can be suitable for new service requirements. The updating method of the plurality of components at least comprises the following two steps: first, periodically detecting whether a new component library exists in a set storage location, wherein the new component library comprises a plurality of components; if so, deleting the old components and presetting a client for the new component library. The method is characterized in that the whole preset assembly is updated, so that the updating is thorough, and the probability of updating errors is low. Second, periodically detecting whether a new component library exists in the set storage location, wherein the new component library comprises a plurality of components; if the components exist, comparing the old component library with the new component library, determining the components which need to be added into the old component library and/or the components which need to be deleted in the old component library, and performing the operations of deleting the components and/or adding the components to the old component library. This method is to perform addition and/or deletion operations on individual components among old components, so that the amount of updating of components is small.
In practical application, each preset component has its own unique component identifier. The page data comprises the component identification and the data corresponding to the component identification. The process of selecting the target component corresponding to the page data from the components preset by the client is as follows: and determining the component identification in the preset component and the component identification in the page data as target component identifications, and determining the component corresponding to the target component identifications as target components of the page data. In addition, the following may exist in determining the identity of the target component: and if the component identification in the page data does not find a matched component in the preset components, alarming. So that the service personnel can update the component library in time according to the alarm.
It should be noted that, the components corresponding to the page are preset at the client, so that when the page needs to be displayed, the transmission of the components between the client and the server is not needed, and the data volume transmitted between the client and the server is greatly reduced. And as the transmission of the components is not needed between the client and the server, the probability of the components being tampered is low.
104. The page is presented based on the first component presentation order, the page data, and the target component.
Specifically, the process of displaying the page based on the first component display sequence, the page data and the target component at least includes two kinds of processes:
first, if the component identification in the first component display sequence is completely consistent with the component identification in the page data, the page data is transmitted to the target component, and the display sequence is analyzed from the page data. And filling the target component with the page data into the page based on the first component display sequence, and rendering the page. And displaying the page based on the display mode analyzed from the page data.
Second, the component identifications in the first component display order are inconsistent with the component identifications in the page data, and the component identifications in the page data are more than the component identifications in the first component display order. The current page presentation requires more components than the number of components that were previously presented by the page. Then a preset ordering position is determined for the plurality of target components and the first component presentation order is adjusted based on the preset ordering position. The page data is then transferred to the target component and the presentation order is parsed from the page data. And filling the target component with the page data into the page based on the adjusted first component display sequence, and rendering the page. And displaying the page based on the display mode analyzed from the page data. The preset ordering positions described herein may include, but are not limited to, a first or last or middle position in the ordering.
Both of the above methods involve transferring page data to a target component, and the transferring page data to the target component may include: analyzing the page data to obtain data corresponding to the component identifier, wherein the data comprises the component identifier; and determining each component identifier corresponding to the target component in the target components, and transmitting data corresponding to each component identifier to the target component corresponding to the component identifier. The process of the incoming data is: and determining a control corresponding to the data in the target component, and transmitting the data into the corresponding control.
It should be noted that, the first component display sequence exists in the client, that is, the client directly determines and calculates the first component display sequence, so that the user does not need to upload personal information to the server, and the server determines and calculates the display sequence, thereby effectively protecting the privacy of the user.
According to the page display method provided by the embodiment of the invention, firstly, when page data corresponding to a page are received, whether a first component display sequence corresponding to the page exists or not is detected. The first component display sequence is determined according to the operation behaviors of the user on the components in the page when the page is displayed for the last N times. If the first component display sequence is detected to exist, selecting a target component corresponding to the page data from a plurality of components preset by the client. And finally, displaying the page based on the first component display sequence, the page data and the target component. As can be seen from the foregoing, in the solution provided by the embodiment of the present invention, the first component display order is determined based on the operation behavior of the user on the components in the page, where the first component display order may reflect the operation habit and preference of the user on the components. Thus, the page can be personalized for the user when the page is presented based on the first component presentation order.
Further, according to the method shown in fig. 1, the page displaying method in another embodiment of the present invention further includes the following steps:
105. detecting whether the page is displayed; if so, 106 is performed.
Specifically, when the page is displayed, it is indicated that the user has operated on the page, and then 106 is executed. And ending the current flow when the page is not displayed, and not executing subsequent operations.
106. And determining the score of each component in the page based on the operation behavior of the user on the components in the page when the page is displayed for the last N times.
In particular, the operational actions involved in this step may include, but are not limited to, control component stay-on-display, operational component. The control component stays and shows as the control component stays and shows in a terminal equipment screen of the deployment client. The operating component is a pointing component or a parameter or selection component is entered in the component. The specific data of N involved in this step may also be determined according to the service requirements. The value of N may be set larger when it is desired to reduce the number of updates of the component presentation order. When the page is required to meet the operation habit of the user in time, the value of N can be set smaller. Illustrating: the value of N is 2, the first component presentation order is determined based on the user's operational behavior of the components in the page at the time of the last previous 2 presentations before the page data was received.
Specifically, the method for determining the score of each component in the page based on the operation behavior of the user on the components in the page when the page is displayed for the last N times comprises the following two steps:
first, determining the score of each component in the page through a formula (1) based on the operation behavior of the user on the components in the page when the page is displayed for the last N times;
Figure BDA0001953374050000091
wherein said n characterizes saidPage display times; the M is j A score characterizing a j-th component in the page; the T is jin Representing operation parameters corresponding to the ith operation behavior of the jth component in the page by the user during nth display; said alpha ji And representing a first weight corresponding to the ith operation behavior of the jth component in the page by the user.
The operation parameters corresponding to the operation behaviors involved in the method can comprise: when the operation behavior is to control the stay display of the component, the operation parameter is the stay time of the component. When the operation behavior is to operate the component, the operation parameter may be clicking on the component or inputting a parameter in the component or selecting the total number of times of the component.
In addition, the first weight corresponding to the operation behavior of the user on the component in the page may be determined according to the service requirement, for example, different operation behaviors may correspond to different weights or may correspond to the same weight.
It should be noted that, in the method, when determining the score of each component, the operation behavior of the user on the component in the page when the page is displayed for N times is fully considered, so that the determined score of the component can fully reflect the preference degree of the user on the component.
Secondly, determining the score of each component in the page through a formula (2) based on the operation behavior of the user on the components in the page and the attribute parameters of the user when the page is displayed for the last N times;
Figure BDA0001953374050000092
wherein, n represents the page display times; the M is i A score characterizing an ith component in the page; the T is jin Representing operation parameters corresponding to the ith operation behavior of the jth component in the page by the user during nth display; said alpha ji Representing a first weight corresponding to the ith operation behavior of the jth component in the page by the user; the R is t Characterizing a t attribute parameter of the user; the t is t And representing a second weight corresponding to the t-th attribute parameter.
The setting of the operation parameters and the first weights corresponding to the operation behaviors involved in the present method is substantially the same as that described in the first method, and thus will not be described herein.
The attribute parameters of the user involved in the present method may include, but are not limited to, at least one of the user's gender, age, annual income, and address. The gender and address can preset corresponding attribute parameters according to specific conditions. For example, the attribute parameter of sex man is 1, and the attribute parameter of sex man is 2. The address is the attribute parameter of 1 for the first line city, the address is the attribute parameter of 2 for the second line city, etc.
In the method, the operation behavior of the user on the components in the page and the attribute parameters of the user are fully considered when the score of each component is determined, and the determined score of the component can fully represent the preference degree of the user on the component.
107. The first component presentation order is determined based on the score of each of the components.
Specifically, the determining the first component display order based on the score of each component includes: determining a ranking position of each of the components according to the magnitude of the score; and adjusting the sequence of the components in the latest component display sequence corresponding to the existing page based on the ordering position of each component to obtain the first component display sequence.
In particular, a component with a higher score indicates that the user prefers to operate it. Thus, the higher the score, the more forward the ranking of the components. For example, there are component 1, component 2, and component 3, with component 1 having a score of 30, component 2 having a score of 35, and component 3 having a score of 10. The ordering position of the components is determined as: the sorting position of the component 1 is the first bit, the sorting position of the component 2 is the second bit, and the sorting position of the component 3 is the third bit.
Specifically, after the ordering of the components is determined, acquiring the latest component display sequence corresponding to the existing page, wherein the latest component display sequence comprises sequentially ordered components, and if the ordering position of the components in the sequential ordering is the same as the ordering position determined based on the score, the ordering position of the components is maintained to be motionless; the ranking position of the component in the sequential ranking is modified to a ranking position determined based on the score if the ranking position is different from the ranking position determined based on the score.
Illustrating: the sorting position of the component 1 in the latest component display sequence corresponding to the existing page is the third bit, the sorting position of the component 2 is the second bit, and the sorting position of the component 3 is the third bit. And the sorting position of the component 1 is the first position, the sorting position of the component 2 is the second position and the sorting position of the component 3 is the third position in the sorting positions determined based on the scores. The latest component display order is adjusted to be the first component 1 ordering position, the second component 2 ordering position and the third component 3 ordering position according to the ordering position determined based on the scores. And obtaining the first assembly display sequence after the adjustment is finished.
Further, according to the method shown in fig. 1, another embodiment of the present invention further provides a page display method, as shown in fig. 3, where the method mainly includes:
201. and receiving page data corresponding to the page.
This step is the same as step 101 described above, and a detailed description of this step is given in detail in step 101.
202. Detecting whether a first component display sequence corresponding to the page exists or not; the first component display sequence is determined according to the operation behaviors of a user on components in the page when the page is displayed for the last N times; n is more than or equal to 1. If so, execute 203; otherwise, execution 207 proceeds.
Specifically, when the first component display sequence corresponding to the page is detected, the page is not displayed for the first time, the sequence of the components in the page is adjusted based on the operation behaviors of the user on the components in the page when the last previous N times of display are performed, the sequence of the components in the first component display sequence can reflect the operation preference of the user, and personalized display can be performed for the user based on the component display sequence. At this point, step 203 may be performed.
Specifically, when it is detected that there is no first component display order corresponding to the page, it is explained that the page may be displayed for the first time, or that the page is not displayed for the first time but the first component display order is deleted for some reason (for example, deletion error). Step 205 is performed at this point to ensure that the page can be properly presented.
203. And selecting a target component corresponding to the page data from a plurality of components preset by the client.
This step is the same as step 103 described above, and a detailed description of this step is given in detail in step 103.
204. The page is presented based on the first component presentation order, the page data, and the target component.
Specifically, at least two relationships exist between the component identifier in the first component display sequence and the component identifier in the page data: first, the component identifications in the first component presentation order are identical to the component identifications in the page data. Second, the component identifications in the first component display order are inconsistent with the component identifications in the page data, and the component identifications in the page data are more than the component identifications in the first component display order.
Based on the two relationships, displaying the page based on the first component display order, the page data, and the target component may include the following processes: detecting whether target components which are not included in the first component display sequence exist in the target components or not; if so, determining the sorting position of the target components not included in the first component display sequence as a preset target sorting position, and adjusting the first component display sequence based on the target sorting position; and filling the target component which is transmitted with the page data into the page based on the adjusted first component sequence, and displaying the page. And if the target component does not exist, filling the target component which is transmitted with the page data into the page directly based on the first component sequence, and displaying the page.
Specifically, the process of detecting whether the target component exists in the target component which is not included in the first component display order is actually a process of comparing the component identifier of the target component with the component identifier in the first component display order. When the comparison is consistent, the first component presentation order is determined to cover all target components. When the comparison is inconsistent, the new components exist in the target components, and the new components are not covered in the first component display sequence, so that the new components need to be added into the first component display sequence, and the page can be displayed based on the first component display sequence.
Specifically, the preset target sorting position can be determined according to the service requirement. For example, consider that the newly added target component has a certain freshness to the user as the user may not be watching and operating. The predetermined target ordering position may be a forward position, such as a first position, a second position. For example, considering that the newly added target component may be unfamiliar to the user because the user may not be viewing and operating, the probability of being viewed and operating by the user is low. The predetermined target ranking position may thus be a later position, such as the first last, second last position.
Specifically, after determining the target sorting position of the newly added target component, the first component display order needs to be adjusted based on the sorting position. Illustrating: the first component is shown in sequence with component 1 ordered as the first bit, component 2 ordered as the second bit, and component 3 ordered as the third bit. The target ordering position of the newly added target component "component 4" is the first bit. The adjusted component display order is the first component 4 ordering position, the second component 1 ordering position, the third component 2 ordering position, and the fourth component 3 ordering position.
Specifically, filling the target component into the page based on the adjusted order of the first component, and displaying the page may include: analyzing a display mode from the page data; filling the target component into which the page data is transmitted into the page based on the adjusted first component sequence; and displaying the page based on the display mode.
205. And acquiring the current operation behavior of the user on the page when the page is currently displayed.
Specifically, when the page is displayed, the current operation behavior of the user on the page is obtained. The operational behavior may include, but is not limited to, a control component stay present, an operational component.
206. And updating the first component display sequence based on the current operation behavior, and ending the current flow.
Specifically, the method for updating the first component display sequence based on the current operation behavior may include: determining a score for each component in the page based on the current operational behavior; the first component presentation order is determined based on the score of each of the components. The method for determining the score and the first component display order is substantially the same as that detailed in steps 106 and 107, and therefore will not be described in detail in this step.
Note that, step 205 and step 206 are operation procedures when n=n. After the page is presented based on the first component presentation order, the page data, and the target component at N > 1 at step 204, the method further comprises: acquiring the current operation behavior of the user on the page when the page is currently displayed; acquiring the historical operation behaviors of the user on the page when the page is displayed for the latest previous N-1 times before the current display; updating the first component display order based on the current operation behavior and the historical operation behavior. The process of updating the first component display sequence based on the current operation behavior and the historical operation behavior is as follows: determining a score for each component in the page based on the current operational behavior and the historical operational behavior; the first component presentation order is determined based on the score of each of the components. The method for determining the score and the first component display order is substantially the same as that detailed in steps 106 and 107, and therefore will not be described in detail in this step.
207. Analyzing a second component display sequence corresponding to the page from the page data; the second component display order is set by the server based on the page data.
208. And selecting a target component corresponding to the page data from a plurality of components preset by the client.
This step is the same as step 103 described above, and a detailed description of this step is given in detail in step 103.
209. The page is presented based on the second component presentation order, the page data, and the target component.
Specifically, if the component identifier in the second component display sequence is completely consistent with the component identifier in the page data, the page data is transmitted to the target component, and the display sequence is analyzed from the page data. And filling the target component with the page data into the page based on the second component display sequence, and rendering the page. And displaying the page based on the display mode analyzed from the page data.
210. The second component presentation order is stored.
Specifically, in the form of a pageConfig file (page configuration file) in the client.
211. And updating the display sequence of the second component based on the operation behavior of the user on the components in the page when the page is currently displayed.
Specifically, based on the operation behavior of the user on the components in the page when the page is currently displayed, the process of updating the display sequence of the second component may be: determining a score for each component in the page based on the operational behavior; a second component presentation order is determined based on the score of each component. The method for determining the score and the display order of the second component is substantially the same as that described in detail in steps 106 and 107, and therefore will not be described in detail in this step.
It should be noted that, the purpose of updating the display sequence of the second component is: the ordering of the components in the second component display sequence is more in accordance with the operation preference of the user, and the user can be individually displayed based on the second component display sequence when the page needs to be displayed again.
Furthermore, according to the above embodiment of the method, in practical application, the original source code of the program related to the method may exist in the form of an SDK packet, where the SDK packet is obtained by encapsulating, code confusion and packaging the original source code of the program related to the method. The external may call the SDK package through the API, but cannot view the source code.
Further, according to the above embodiment of the method, another embodiment of the present invention further provides a page display device, which is applied to a client, as shown in fig. 4, and the device includes:
A receiving unit 30, configured to receive page data corresponding to a page;
a first detecting unit 31, configured to detect whether a first component display sequence corresponding to the page exists; the first component display sequence is determined according to the operation behaviors of a user on components in the page when the page is displayed for the last N times; n is more than or equal to 1; if so, the trigger selection unit 32;
the selecting unit 32 is configured to select, under the triggering of the first detecting unit, a target component corresponding to the page data from multiple components preset by the client;
a first display unit 33, configured to display the page based on the first component display order, the page data, and the target component.
The first component display sequence in the page display device provided by the invention is determined based on the operation behaviors of the user on the components in the page, and the first component display sequence can reflect the operation habit and preference of the user on the components. Thus, the page can be personalized for the user when the page is presented based on the first component presentation order.
Optionally, as shown in fig. 5, the apparatus further includes:
a second detecting unit 34, configured to detect whether the page is displayed; if yes, triggering a first determining unit;
The first determining unit 35 is configured to determine, under the triggering of the second detecting unit, a score of each component in the page based on an operation behavior of the user on the components in the page when the page is displayed for the last N times;
a second determining unit 36 for determining the first component display order based on the score of each of the components.
Optionally, as shown in fig. 5, the first determining unit 35 is configured to determine, according to formula (1), a score of each component in the page based on an operation behavior of the user on the component in the page when the page is displayed N last times;
Figure BDA0001953374050000151
wherein, n represents the page display times; the M is j A score characterizing a j-th component in the page; the T is jin Representing operation parameters corresponding to the ith operation behavior of the jth component in the page by the user during nth display; said alpha ji And representing a first weight corresponding to the ith operation behavior of the jth component in the page by the user.
Optionally, as shown in fig. 5, the first determining unit 35 is configured to determine, according to formula (2), a score of each component in the page based on an operation behavior of the user on the component in the page and an attribute parameter of the user when the page is displayed for the last N times;
Figure BDA0001953374050000161
Wherein, n represents the page display times; the M is i A score characterizing an ith component in the page; the T is jin Characterizing an ith operation of the user on a jth component in the page at an nth presentationOperating parameters corresponding to the behaviors; said alpha ji Representing a first weight corresponding to the ith operation behavior of the jth component in the page by the user; the R is t Characterizing a t attribute parameter of the user; the t is t And representing a second weight corresponding to the t-th attribute parameter.
Alternatively, as shown in fig. 5, the second determining unit 36 includes:
a first determining module 361, configured to determine a ranking position of each of the components according to the magnitude of the score;
and a second determining module 362, configured to adjust the order of the components in the latest component display order corresponding to the existing page based on the sorting position of each component, so as to obtain the first component display order.
Optionally, as shown in fig. 5, the first display unit 33 includes:
a detection module 331, configured to detect whether there is a target component that is not included in the first component display order in the target components; if so, triggering the adjustment module 332;
The adjustment module 332 is configured to determine, under the triggering of the detection module, a sorting position of a target component that is not included in the first component display order as a preset target sorting position, and adjust the first component display order based on the target sorting position;
and the display module 333 is configured to fill the target component into the page based on the adjusted first component order, and display the page.
Optionally, as shown in fig. 5, the display module 333 includes:
the parsing submodule 3331 is used for parsing out a display mode from the page data;
a filling sub-module 3332 for filling the target component having the page data introduced into the page based on the adjusted first component order;
and a display submodule 3333, configured to display the page based on the display mode.
Optionally, as shown in fig. 5, the apparatus further includes:
a first obtaining unit 37, configured to, if the first detecting module 31 detects that there is no first component display sequence corresponding to the page, parse a second component display sequence corresponding to the page from the page data; the second component display sequence is set by the server based on the page data;
A second display unit 38, configured to display the page based on the second component display order, the page data, and the target component.
Optionally, as shown in fig. 5, the apparatus further includes:
a storage unit 39 for storing the second component display order;
and the first updating unit 40 is configured to update the display order of the second component based on the operation behavior of the user on the component in the page when the page is currently displayed.
Optionally, as shown in fig. 5, N > 1, the apparatus further includes:
a second obtaining unit 41, configured to obtain a current operation behavior of the user on the page when the page is currently displayed;
a third obtaining unit 42, configured to obtain a historical operation behavior of the user on the page when the page is displayed N-1 times before the current display;
a second updating unit 43, configured to update the first component display order based on the current operation behavior and the historical operation behavior.
Optionally, as shown in fig. 5, n=1, and the apparatus further includes:
a fourth obtaining unit 44, configured to obtain a current operation behavior of the user on the page when the page is currently displayed;
A third updating unit 45, configured to update the first component display order based on the current operation behavior.
In the page display device provided by the embodiment of the present invention, the detailed description of the method adopted in the operation process of each functional module may refer to the detailed description of the corresponding methods of the method embodiments of fig. 1, fig. 2 and fig. 3, which are not repeated here.
Further, according to the above embodiment, another embodiment of the present invention further provides a storage medium storing a plurality of instructions adapted to be loaded by a processor and to perform the page presentation method as described above.
Further, according to the above embodiment, another embodiment of the present invention further provides an electronic device, including: a storage medium and a processor;
the processor is suitable for realizing each instruction;
the storage medium is suitable for storing a plurality of instructions;
the instructions are adapted to be loaded by the processor and to perform the page presentation 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.
It will be appreciated that the relevant features of the methods and apparatus described above may be referenced to one another. In addition, the "first", "second", and the like in the above embodiments are for distinguishing the embodiments, and do not represent the merits and merits of the embodiments.
It will be clear to those skilled in the art that, for convenience and brevity of description, specific working procedures of the above-described systems, apparatuses and units may refer to corresponding procedures in the foregoing method embodiments, which are not repeated herein.
The algorithms and displays presented herein are not inherently related to any particular computer, virtual system, or other apparatus. Various general-purpose systems may also be used with the teachings herein. The required structure for a construction of such a system is apparent from the description above. In addition, the present invention is not directed to any particular programming language. It will be appreciated that the teachings of the present invention described herein may be implemented in a variety of programming languages, and the above description of specific languages is provided for disclosure of enablement and best mode of the present invention.
In the description provided herein, numerous specific details are set forth. However, it is understood that embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description.
Similarly, it should be appreciated that in the foregoing description of exemplary embodiments of the invention, various features of the invention are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the disclosure and aiding in the understanding of one or more of the various inventive aspects. However, the disclosed method should not be construed as reflecting the intention that: i.e., the claimed invention requires more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive aspects lie in less than all features of a single foregoing disclosed embodiment. Thus, the claims following the detailed description are hereby expressly incorporated into this detailed description, with each claim standing on its own as a separate embodiment of this invention.
Those skilled in the art will appreciate that the modules in the apparatus of the embodiments may be adaptively changed and disposed in one or more apparatuses different from the embodiments. The modules or units or components of the embodiments may be combined into one module or unit or component and, furthermore, they may be divided into a plurality of sub-modules or sub-units or sub-components. Any combination of all features disclosed in this specification (including any accompanying claims, abstract and drawings), and all of the processes or units of any method or apparatus so disclosed, may be used in combination, except insofar as at least some of such features and/or processes or units are mutually exclusive. Each feature disclosed in this specification (including any accompanying claims, abstract and drawings), may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.
Furthermore, those skilled in the art will appreciate that while some embodiments described herein include some features but not others included in other embodiments, combinations of features of different embodiments are meant to be within the scope of the invention and form different embodiments. For example, in the following claims, any of the claimed embodiments can be used in any combination.
Various component embodiments of the invention may be implemented in hardware, or in software modules running on one or more processors, or in a combination thereof. Those skilled in the art will appreciate that some or all of the functions of some or all of the components in the methods, apparatus and framework of operation of the deep neural network model according to embodiments of the present invention may be implemented in practice using a microprocessor or Digital Signal Processor (DSP). The present invention can also be implemented as an apparatus or device program (e.g., a computer program and a computer program product) for performing a portion or all of the methods described herein. Such a program embodying the present invention may be stored on a computer readable medium, or may have the form of one or more signals. Such signals may be downloaded from an internet website, provided on a carrier signal, or provided in any other form.
It should be noted that the above-mentioned embodiments illustrate rather than limit the invention, and that those skilled in the art will be able to design alternative embodiments without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means may be embodied by one and the same item of hardware. The use of the words first, second, third, etc. do not denote any order. These words may be interpreted as names.

Claims (22)

1. The page display method is characterized by being applied to a client and comprising the following steps of:
receiving page data corresponding to a page;
detecting whether a first component display sequence corresponding to the page exists or not; the first component display sequence is determined according to the operation behaviors of a user on components in the page when the page is displayed for the last N times; n is more than or equal to 1;
If so, selecting a target component corresponding to the page data from a plurality of components preset by the client;
displaying the page based on the first component display order, the page data, and the target component;
the displaying the page based on the first component display order, the page data, and the target component includes:
detecting whether target components which are not included in the first component display sequence exist in the target components or not;
if so, determining the sorting position of the target components not included in the first component display sequence as a preset target sorting position, and adjusting the first component display sequence based on the target sorting position;
and filling the target component which is transmitted with the page data into the page based on the adjusted first component sequence, and displaying the page.
2. The method according to claim 1, characterized in that the method further comprises:
detecting whether the page is displayed;
if yes, determining the score of each component in the page based on the operation behavior of the user on the components in the page when the page is displayed for the last N times;
The first component presentation order is determined based on the score of each of the components.
3. The method of claim 2, wherein the determining the score for each component in the page based on the operational behavior of the user on the components in the page at the last previous N impressions of the page comprises:
determining the score of each component in the page through a first formula based on the operation behavior of the user on the components in the page when the page is displayed for the last N times;
the first formula includes:
Figure FDA0004091033350000021
wherein, n represents the page display times; the M is j A score characterizing a j-th component in the page; the T is jin Representing operation parameters corresponding to the ith operation behavior of the jth component in the page by the user during nth display; said alpha ji And representing a first weight corresponding to the ith operation behavior of the jth component in the page by the user.
4. The method of claim 2, wherein the determining the score for each component in the page based on the operational behavior of the user on the components in the page at the last previous N impressions of the page comprises:
Determining the score of each component in the page through a second formula based on the operation behaviors of the user on the components in the page and the attribute parameters of the user when the page is displayed for the last N times;
the second formula includes:
Figure FDA0004091033350000022
wherein, n represents the page display times; the M is i A score characterizing an ith component in the page; the T is jin Representing operation parameters corresponding to the ith operation behavior of the jth component in the page by the user during nth display; said alpha ji Representing a first weight corresponding to the ith operation behavior of the jth component in the page by the user; the R is t Characterizing a t attribute parameter of the user; the t is t And representing a second weight corresponding to the t-th attribute parameter.
5. The method of claim 2, wherein said determining the first component presentation order based on the score of each of the components comprises:
determining a ranking position of each of the components according to the magnitude of the score;
and adjusting the sequence of the components in the latest component display sequence corresponding to the existing page based on the ordering position of each component to obtain the first component display sequence.
6. The method according to claim 1, wherein the populating the page with the target component into the page data based on the adjusted order of the first components and exposing the page comprises:
analyzing a display mode from the page data;
filling the target component into which the page data is transmitted into the page based on the adjusted first component sequence;
and displaying the page based on the display mode.
7. The method according to any one of claims 1-5, further comprising:
if the first component display sequence corresponding to the page is detected to be absent, the second component display sequence corresponding to the page is analyzed from the page data; the second component display sequence is set by the server based on the page data;
the page is presented based on the second component presentation order, the page data, and the target component.
8. The method of claim 7, wherein after the page is presented based on the second component presentation order, the page data, and the target component, the method further comprises:
Storing the second component presentation order;
and updating the display sequence of the second component based on the operation behavior of the user on the components in the page when the page is currently displayed.
9. The method of claim 1, wherein N > 1, after said exposing said page based on said first component exposure order, said page data, and said target component, further comprising:
acquiring the current operation behavior of the user on the page when the page is currently displayed;
acquiring the historical operation behaviors of the user on the page when the page is displayed for the latest previous N-1 times before the current display;
updating the first component display order based on the current operation behavior and the historical operation behavior.
10. The method of claim 1, wherein N = 1, the method further comprising, after the presenting the page based on the first component presentation order, the page data, and the target component:
acquiring the current operation behavior of the user on the page when the page is currently displayed;
and updating the first component display sequence based on the current operation behavior.
11. A page display device, applied to a client, comprising:
the receiving unit is used for receiving page data corresponding to the page;
the first detection unit is used for detecting whether a first component display sequence corresponding to the page exists or not; the first component display sequence is determined according to the operation behaviors of a user on components in the page when the page is displayed for the last N times; n is more than or equal to 1; if yes, triggering a selection unit;
the selecting unit is used for selecting a target component corresponding to the page data from a plurality of components preset by the client under the triggering of the first detecting unit;
the first display unit is used for displaying the page based on the first component display sequence, the page data and the target component;
the first display unit includes:
the detection module is used for detecting whether target components which are not included in the first component display sequence exist in the target components or not; if yes, triggering an adjusting module;
the adjusting module is used for determining the sorting positions of the target components which are not included in the first component display sequence as preset target sorting positions under the triggering of the detecting module, and adjusting the first component display sequence based on the target sorting positions;
And the display module is used for filling the target component which is transmitted with the page data into the page based on the adjusted first component sequence and displaying the page.
12. The apparatus of claim 11, wherein the apparatus further comprises:
the second detection unit is used for detecting whether the page is displayed or not; if yes, triggering a first determining unit;
the first determining unit is used for determining the score of each component in the page based on the operation behavior of the user on the components in the page when the page is displayed for the last N times under the triggering of the second detecting unit;
and a second determining unit for determining the first component display order based on the score of each component.
13. The apparatus according to claim 12, wherein the first determining unit is configured to determine, by a first formula, a score of each of the components in the page based on an operation behavior of the user on the components in the page when the page is newly displayed N times before;
the first formula includes:
Figure FDA0004091033350000041
wherein, n represents the page display times; the M is j A score characterizing a j-th component in the page; the T is jin Representing operation parameters corresponding to the ith operation behavior of the jth component in the page by the user during nth display; said alpha ji And representing a first weight corresponding to the ith operation behavior of the jth component in the page by the user.
14. The apparatus according to claim 12, wherein the first determining unit is configured to determine, by a second formula, a score of each of the components in the page based on an operation behavior of the user on the components in the page and an attribute parameter of the user at a previous N-time presentation of the page;
the second formula includes:
Figure FDA0004091033350000051
wherein, n represents the page display times; the M is i A score characterizing an ith component in the page;the T is jin Representing operation parameters corresponding to the ith operation behavior of the jth component in the page by the user during nth display; said alpha ji Representing a first weight corresponding to the ith operation behavior of the jth component in the page by the user; the R is t Characterizing a t attribute parameter of the user; the t is t And representing a second weight corresponding to the t-th attribute parameter.
15. The apparatus according to claim 12, wherein the second determining unit includes:
A first determining module for determining a ranking position of each of the components according to the magnitude of the score;
and the second determining module is used for adjusting the sequence of the components in the latest component display sequence corresponding to the existing page based on the ordering position of each component to obtain the first component display sequence.
16. The apparatus of claim 11, wherein the presentation module comprises:
the analysis sub-module is used for analyzing the display mode from the page data;
a filling sub-module, configured to fill the target component into the page based on the adjusted first component order;
and the display sub-module is used for displaying the page based on the display mode.
17. The apparatus according to any one of claims 11-15, further comprising:
the first acquisition unit is used for analyzing a second component display sequence corresponding to the page from the page data if the first detection module detects that the first component display sequence corresponding to the page does not exist; the second component display sequence is set by the server based on the page data;
And the second display unit is used for displaying the page based on the second component display sequence, the page data and the target component.
18. The apparatus of claim 17, wherein the apparatus further comprises:
a storage unit for storing the second component display order;
and the first updating unit is used for updating the display sequence of the second component based on the operation behaviors of the user on the components in the page when the page is currently displayed.
19. The apparatus of claim 11, wherein N > 1, the apparatus further comprising:
the second acquisition unit is used for acquiring the current operation behavior of the user on the page when the page is currently displayed;
the third acquisition unit is used for acquiring the historical operation behaviors of the user on the page when the page is displayed for the latest previous N-1 times before the current display;
and the second updating unit is used for updating the first component display sequence based on the current operation behavior and the historical operation behavior.
20. The apparatus of claim 11, wherein N = 1, the apparatus further comprising:
a fourth obtaining unit, configured to obtain a current operation behavior of the user on the page when the page is currently displayed;
And a third updating unit, configured to update the first component display order based on the current operation behavior.
21. A storage medium storing a plurality of instructions adapted to be loaded by a processor and to perform the page presentation method of any one of claims 1 to 10.
22. An electronic device, the electronic device comprising: a storage medium and a processor;
the processor is suitable for realizing each instruction;
the storage medium is suitable for storing a plurality of instructions;
the instructions being adapted to be loaded by the processor and to perform the page presentation method of any one of claims 1 to 10.
CN201910058543.1A 2019-01-22 2019-01-22 Page display method and device Active CN111459580B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910058543.1A CN111459580B (en) 2019-01-22 2019-01-22 Page display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910058543.1A CN111459580B (en) 2019-01-22 2019-01-22 Page display method and device

Publications (2)

Publication Number Publication Date
CN111459580A CN111459580A (en) 2020-07-28
CN111459580B true CN111459580B (en) 2023-06-20

Family

ID=71685624

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910058543.1A Active CN111459580B (en) 2019-01-22 2019-01-22 Page display method and device

Country Status (1)

Country Link
CN (1) CN111459580B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113342858A (en) * 2021-06-28 2021-09-03 数贸科技(北京)有限公司 Page component curing method and device

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102148861A (en) * 2011-01-25 2011-08-10 中兴通讯股份有限公司 Widget sequencing method and device
CN103294711A (en) * 2012-02-28 2013-09-11 阿里巴巴集团控股有限公司 Method and device for determining page elements in web page
CN104461309A (en) * 2014-12-26 2015-03-25 北京奇虎科技有限公司 Method and device for cross-page object position adjustment based on dragging operation
CN105224548A (en) * 2014-06-06 2016-01-06 中国移动通信集团浙江有限公司 A kind of page display method, device and server
CN105303412A (en) * 2015-11-20 2016-02-03 小米科技有限责任公司 Method, device and system for layout of content items
CN105468377A (en) * 2015-12-10 2016-04-06 北京中科汇联科技股份有限公司 Method and system for generating page of mobile terminal
CN105488109A (en) * 2015-11-20 2016-04-13 小米科技有限责任公司 Content item configuration method, device and system
CN106502700A (en) * 2016-10-27 2017-03-15 中企动力科技股份有限公司 Page assembly edit methods and device
CN106991154A (en) * 2017-03-29 2017-07-28 百度在线网络技术(北京)有限公司 Webpage rendering intent, device, terminal and server
CN107798102A (en) * 2017-10-30 2018-03-13 北京金堤科技有限公司 A kind of page display method and device
CN107817976A (en) * 2016-09-12 2018-03-20 阿里巴巴集团控股有限公司 Page info processing system and page generation, page info provide method and device
CN108153788A (en) * 2016-12-02 2018-06-12 阿里巴巴集团控股有限公司 Page info individualized process method, apparatus and system
CN108846087A (en) * 2018-06-12 2018-11-20 恒生电子股份有限公司 A kind of page rendering method, apparatus, terminal and server
CN109190067A (en) * 2018-07-06 2019-01-11 平安科技(深圳)有限公司 Browser input frame methods of exhibiting, device, computer equipment and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10404789B2 (en) * 2017-01-25 2019-09-03 Walmart Apollo, Llc Systems, method, and non-transitory computer-readable storage media for generating code for displaying a webpage

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102148861A (en) * 2011-01-25 2011-08-10 中兴通讯股份有限公司 Widget sequencing method and device
CN103294711A (en) * 2012-02-28 2013-09-11 阿里巴巴集团控股有限公司 Method and device for determining page elements in web page
CN105224548A (en) * 2014-06-06 2016-01-06 中国移动通信集团浙江有限公司 A kind of page display method, device and server
CN104461309A (en) * 2014-12-26 2015-03-25 北京奇虎科技有限公司 Method and device for cross-page object position adjustment based on dragging operation
CN105488109A (en) * 2015-11-20 2016-04-13 小米科技有限责任公司 Content item configuration method, device and system
CN105303412A (en) * 2015-11-20 2016-02-03 小米科技有限责任公司 Method, device and system for layout of content items
CN105468377A (en) * 2015-12-10 2016-04-06 北京中科汇联科技股份有限公司 Method and system for generating page of mobile terminal
CN107817976A (en) * 2016-09-12 2018-03-20 阿里巴巴集团控股有限公司 Page info processing system and page generation, page info provide method and device
CN106502700A (en) * 2016-10-27 2017-03-15 中企动力科技股份有限公司 Page assembly edit methods and device
CN108153788A (en) * 2016-12-02 2018-06-12 阿里巴巴集团控股有限公司 Page info individualized process method, apparatus and system
CN106991154A (en) * 2017-03-29 2017-07-28 百度在线网络技术(北京)有限公司 Webpage rendering intent, device, terminal and server
CN107798102A (en) * 2017-10-30 2018-03-13 北京金堤科技有限公司 A kind of page display method and device
CN108846087A (en) * 2018-06-12 2018-11-20 恒生电子股份有限公司 A kind of page rendering method, apparatus, terminal and server
CN109190067A (en) * 2018-07-06 2019-01-11 平安科技(深圳)有限公司 Browser input frame methods of exhibiting, device, computer equipment and storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
周升 ; 李树斌 ; 郑纲 ; .实时/历史数据平台统一应用技术架构研究.电力信息与通信技术.2014,(第01期),全文. *
胡新明 ; 刘睿智 ; .基于元数据的图书推荐系统研究.情报杂志.2011,(第04期),全文. *
陈爽 ; 钱榕 ; 陈福 ; 李素 ; .网页链接繁殖在搜索引擎资源发现中的应用.计算机工程与应用.2007,(第36期),全文. *

Also Published As

Publication number Publication date
CN111459580A (en) 2020-07-28

Similar Documents

Publication Publication Date Title
US20160072835A1 (en) Ordered computer vulnerability remediation reporting
US10862835B2 (en) Media item attachment system
US10817317B2 (en) Interactive informational interface
US20120110480A1 (en) Method and apparatus for rendering a web page
US11144541B2 (en) Intelligent content and formatting reuse
CN104021016B (en) Method and browser for loading browser plug-in icons
US10268657B2 (en) Configuration of content site user interaction monitoring in data networks
US9736228B2 (en) Method, apparatus, and system for distributing information in graphic code
CN107908487B (en) Task control management method, device and equipment and computer readable storage medium
US10445412B1 (en) Dynamic browsing displays
US10341457B2 (en) Caching system
US20140165212A1 (en) System and methods thereof for tracking and preventing execution of restricted applications
CN105607799A (en) Data processing method and apparatus
CN111459580B (en) Page display method and device
CN109672925B (en) Live broadcast label loading method and device and computer equipment
US11507637B2 (en) Information processing apparatus, information processing method, and program for linking accounts
US11204949B1 (en) Systems, devices, and methods for content selection
CN113590252A (en) Information pushing method and device, electronic equipment and storage medium
CN115017429A (en) Method, device and system for cutting and storing link object and storage medium
WO2020070308A1 (en) Dynamic rendering of a web page
US20180032631A1 (en) System and methods for retrieving data using both periodic and aperiodic data retrieval processes
US8913079B2 (en) Apparatus, a method and a program thereof
WO2016051446A1 (en) Information processing device, information processing method, and program
WO2017001901A1 (en) Method of identifying a target object on a web page
JP2023136484A (en) Content information retrieval system

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