WO2018113241A1 - 页面展示方法、装置、服务器和存储介质 - Google Patents

页面展示方法、装置、服务器和存储介质 Download PDF

Info

Publication number
WO2018113241A1
WO2018113241A1 PCT/CN2017/091058 CN2017091058W WO2018113241A1 WO 2018113241 A1 WO2018113241 A1 WO 2018113241A1 CN 2017091058 W CN2017091058 W CN 2017091058W WO 2018113241 A1 WO2018113241 A1 WO 2018113241A1
Authority
WO
WIPO (PCT)
Prior art keywords
page
column
customized
template
user
Prior art date
Application number
PCT/CN2017/091058
Other languages
English (en)
French (fr)
Inventor
郭阳阳
Original Assignee
上海壹账通金融科技有限公司
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 上海壹账通金融科技有限公司 filed Critical 上海壹账通金融科技有限公司
Priority to JP2019552322A priority Critical patent/JP6848085B2/ja
Publication of WO2018113241A1 publication Critical patent/WO2018113241A1/zh

Links

Classifications

    • 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/9577Optimising the visualization of content, e.g. distillation of HTML documents

Definitions

  • the present invention relates to the field of computer application technologies, and in particular, to a page display method, apparatus, server, and storage medium.
  • APP applications and websites need high frequency optimization and revision. Optimization and revision of APP application pages or website pages generally involve changes in layout and addition of new module functions. The high-frequency optimization and revision of APP applications and websites make more and more columns in APP applications and websites, and people find the required columns. Modules often take a lot of time and effort.
  • a page display method and apparatus a server, and a storage medium are provided.
  • a page display method comprising:
  • the historical behavior data of the page column is obtained;
  • a page column in which the user's column preference in the page column is greater than a set threshold is used as a customized page column;
  • the generated customized page file is pushed to the terminal display.
  • a page display device comprising:
  • a customized page requesting module configured to obtain a customized page display request sent by the terminal
  • a column preference obtaining module configured to extract a user identifier carried in the customized page display request, and obtain a pre-calculated user preference for each page column under the user identifier, wherein the column preference degree is Through statistical analysis of the user's historical behavior data for each of the page columns;
  • a customized page column determining module configured to use, as a customized page column, a page column whose user's column preference in the page column is greater than a set threshold
  • a page template determining module configured to search, according to the customized page column, a page template that matches the page template, where the page template is predefined by a server;
  • a customized page file generating module configured to generate a customized page file according to the customized page column and the page template
  • a customized page file pushing module is configured to push the generated customized page file to the terminal display.
  • a server comprising a memory and a processor, the memory storing computer executable instructions, the instructions being executed by the processor, causing the processor to perform the following steps:
  • the historical behavior data of the page column is obtained;
  • a page column in which the user's column preference in the page column is greater than a set threshold is used as a customized page column;
  • the generated customized page file is pushed to the terminal display.
  • One or more non-volatile readable storage media storing computer-executable instructions, the computer-executable instructions being executed by one or more processors, such that the one or more processors perform the steps of:
  • the historical behavior data of the page column is obtained;
  • a page column in which the user's column preference in the page column is greater than a set threshold is used as a customized page column;
  • the generated customized page file is pushed to the terminal display.
  • 1 is an application environment diagram of a page display method in an embodiment
  • FIG. 2 is a schematic diagram showing the internal structure of a server in an embodiment
  • FIG. 3 is a flow chart of a page display method in an embodiment
  • FIG. 5 is a flowchart related to the step of searching for a matching pre-stored page template according to the customized page column in one embodiment
  • 6A-6E are schematic diagrams of a plurality of page frame templates defined by a server in an embodiment
  • FIG. 7 is a structural block diagram of a page display device in an embodiment
  • FIG. 8 is a structural block diagram of the column preference data preparation in an embodiment
  • FIG. 9 is a structural block diagram of a page display apparatus in another embodiment.
  • an application environment diagram of a page display method is provided, where the application environment diagram includes a terminal 110 and a server 120, where the terminal 110 can be a smart phone, a tablet computer, a notebook computer, At least one of the desktop computers, but is not limited thereto.
  • the server 120 may be a stand-alone physical server or a server cluster composed of a plurality of physical servers.
  • the server collects the behavior data (such as the number of visits, the stay time, whether it is collected, whether it is forwarded, whether it is a comment, etc.) of each page in the APP application during the historical time period, and then the server The collected historical behavior data is parsed into a multi-dimensional preference calculation parameter and brought into the preference calculation model, and the user's preference value for each page column is obtained.
  • the behavior data such as the number of visits, the stay time, whether it is collected, whether it is forwarded, whether it is a comment, etc.
  • the server compares the calculated preference value with the pre-defined preference threshold, and performs screening of the page column that can be displayed on the customized page, and according to the column information corresponding to the customized page column (eg, Customize the number of page columns, the specific content of the column, etc.) Select the matching page template, and then generate a complete customized page file according to the customized page column and page template.
  • the server pushes the generated customized page file to the terminal, and the terminal displays the customized page according to the customized page file.
  • a server 120 includes a processor coupled via a system bus, a non-volatile storage medium, an internal memory, and a network interface.
  • the processor is used to provide computing and control capabilities to support the operation of the entire server.
  • the non-volatile storage medium of the background server 120 stores an operating system, a database, and computer executable instructions.
  • the database is used to store data, such as storing historical behavior data of collected users.
  • the computer executable instructions are executable by a processor to implement a page display method suitable for a server as shown in FIG.
  • the internal memory in the server provides a cached operating environment for operating systems, databases, and computer executable instructions in a non-volatile storage medium.
  • the network interface is used for network communication with the terminal 110. It can be understood that the server can be implemented by a separate server or a server cluster composed of multiple servers.
  • FIG. 2 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation on the server to which the solution of the present application is applied.
  • the specific server may include a ratio. More or fewer components are shown in the figures, or some components are combined, or have different component arrangements.
  • a page display method is provided, which is applicable to the server shown in FIG. 2, and specifically includes the following steps:
  • Step S202 Acquire a customized page display request sent by the terminal.
  • the page display method of this embodiment can be applied to any application or website, and is particularly suitable for applications or websites that contain more page columns.
  • This embodiment is applied to an application server as an example for description.
  • the page display method stated in this embodiment can also be applied to a certain website server.
  • the terminal logs in to the APP application server by using the user registration information. After the login, the terminal generates a customized page display request by acquiring a customized page button triggered by the user, where the display request carries the user identifier.
  • the server receives the customized page display request sent by the terminal, and in response to the request, performs a subsequent data processing operation of generating the customized page.
  • Step S204 Extracting the user identifier carried in the customized page display request, and obtaining the user preference for each page column under the pre-computed user identifier, wherein the column preference is statistically analyzing the historical behavior of the user for each page column. The data is obtained.
  • Step S206 The page column of the page column in which the user's column preference is greater than the set threshold is used as the customized page column.
  • the user's historical behavior data refers to the specific operations performed by the user while browsing the page.
  • the historical behavior data of the user for each page column may include: user access data (including the number of accesses, dwell time, etc.) of the page column and user processing data (including favorites, comments, Trading, copy/paste, share, forward, etc.).
  • the server performs statistical analysis on the acquired historical behavior data, and uses the historical behavior data after the statistical analysis as a calculation parameter, and uses a pre-developed calculation algorithm to calculate the user preference value for each page column, wherein the user clicks on the page column.
  • the server pre-configures the preference setting threshold, and filters the page columns according to the calculated preference of the user for each page column and the preference setting threshold, and selects a page column whose preference value is greater than the preference setting threshold as a customized page. Column.
  • Step S208 Find a matching page template according to the customized page column, where the page template is predefined by the server.
  • the customized page column information includes the determined number of customized page columns, the type information of each page column, the tag information, and the content information of each page column.
  • the column category of the above page column such as an advertisement category, a game category, a product category, a life category, etc.; the above label information refers to the page column identification information displayed at the top of the page layout.
  • the content information refers to the details of the content of the page column.
  • the server has pre-developed various types of page templates, such as hybrid frame templates (including at least two different types of frame templates), navigation templates (including multi-level pages), inline templates (content information embedded in the topmost page display), etc.
  • the server selects the matching page template according to the characteristics of various page templates and the page column information.
  • an navigation template capable of accommodating more page columns may be selected; if the page column includes a video page column, an inline template may be selected to display the video on the upper layer. In the page, or select a hybrid frame template that includes an inline template.
  • Step S210 Generate a customized page file according to the customized page column and the page template.
  • the page label and/or the column content in the customized page column are used as page elements, and are inserted into the set position in the page template in an orderly manner according to the corresponding column preference value to generate a complete customized page file.
  • the category display is performed according to the column category, and the page columns of the same category are sorted according to the size of the column preference. If the customized page section includes the game category and the product category, the product category is placed in the upper part of the customized page, and the game category is placed in the lower half of the customized page, wherein the product category includes multiple customized page sections according to the section.
  • the order of preference is arranged in order, the greater the preference of the column, the higher the ranking.
  • game categories are also ordered in order of column preference.
  • the generated custom page file can be HTML (HyperText Markup
  • HTML Hypertext Markup Language
  • ASP Active Server Pages Dynamic Server Page
  • Step S212 Push the generated customized page file to the terminal display.
  • the server pushes the generated customized page file to the terminal, and the terminal displays the customized page in the APP application according to the customized page file.
  • the user uses the historical behavior data of each page column as a calculation parameter, uses the set calculation model to calculate the user preference for each page column, and determines that the customized page is required according to the calculated column preference.
  • Column. The server obtains a customized page column, selects a matching page template according to the page column information, generates a customized page file according to the selected page template and the column information, and the terminal displays the customized page in the APP application or in the website.
  • the customized page displayed can assist the user to search for the column.
  • the customized page customized according to the user's preference largely includes all the page columns that the user may need to find.
  • the customized page can help the user find the need more quickly.
  • the page display method further includes the following data preparation steps, that is, the user step-by-step data preparation steps for the page column are performed in advance before the customized page is generated and displayed, as follows:
  • Step S302 Acquire a page log record, and extract user behavior information of each page column in the page log record.
  • the page log record refers to the information record generated by the user according to the behavior of the user when browsing the page, including: the user identifier for performing the behavior operation, the object information of the behavior operation, that is, the page column information, and the user behavior information, wherein the user
  • the identifier may be a mobile communication number of the user or an access terminal IP or the like; the object information that is operated by the behavior, that is, the page column information, including the operated webpage identifier and the operated page column identifier and the webpage column content information;
  • the user behavior information is the user pair Operation behavior information of each page column, such as user access, collection, comment, transaction, copy/paste, share, and forward operation of the page column.
  • the server extracts the user behavior information of the user for each page column in the page log record.
  • Step S304 Determine user behavior type information corresponding to each user behavior in the user behavior information, and obtain a preference contribution weight corresponding to each user behavior according to the preference contribution weight configured by the server for each user behavior type information.
  • the server predefines multiple user behavior types and specific user behaviors for each user behavior type.
  • the server classifies and collects user behavior information in the log information according to the type of user behavior.
  • user behavior types may include: access behavior types, interactive participation behavior types, sharing behavior types, numerical operation behavior types, and the like.
  • the server also specifies the type of user behavior corresponding to each specific user behavior, such as browsing, video playback and other behaviors belonging to the type of access behavior; comments, lottery and other behaviors belong to the type of interactive participation behavior; forwarding, collection, sharing, etc. belong to the type of sharing behavior Transaction, recharge, etc. are classified as numeric operation behavior types.
  • the type of the user behavior may be specifically divided according to the specific field of the APP application and the operation authority provided, and is not limited to the user behavior type in the above example.
  • the type of user behavior to which each specific user behavior belongs can also be assigned differently according to local conditions.
  • the server assigns a preference contribution weight to each user behavior type in advance, and then obtains a preference contribution weight corresponding to each user behavior.
  • the preference contribution weight of the access behavior type may be set to 1, and the preference contribution weight corresponding to the behavior of the user browsing the page column is 1; the preference contribution weight of the interactive participation behavior type is set to 1.5, and the user pairs the page.
  • the preference contribution weight corresponding to the comment behavior of the column is 1.5; the preference contribution weight of the corresponding user behavior of the shared behavior type and the numerical operation behavior type is also determined as described above.
  • Step S306 Calculate the preference preference of the user for each page column according to the user behavior information and the preference contribution weight corresponding to each user behavior.
  • the user's preference for each page column is calculated according to the user's behavioral actions triggered by the page column, the frequency of each user's behavioral operation, and the preference contribution weight corresponding to each user's behavior.
  • the historical behavior information of the user on a certain page column in the historical time period is collected before a certain historical time is collected, and the frequency data of each user behavior is calculated.
  • the frequency data of each user behavior and the preference contribution weight corresponding to each user behavior are taken as model calculation parameters, and the model calculation parameters are brought into the preference calculation model to obtain the user's column preference.
  • the column preference when the column preference is calculated by the user's historical behavior data, different preference contribution weights are assigned to different types of user behaviors, and a greater preference contribution weight is assigned to user behaviors that are more capable of characterizing the user preferences.
  • the calculated column preference is closer to the user's true preference for the page column.
  • step S208 searching for a matching page template according to the customized page column, where the page template is predefined by the server, including:
  • Step S402 Perform classification and statistics on the customized page columns according to the predefined column categories.
  • the column information of the customized page column is obtained, and the column information includes the column identifier, the column category identifier to which the column belongs, and the detailed content information of the column.
  • the category of the column corresponding to the column is determined according to the column category identifier to which the column belongs. After determining the category of the column corresponding to each customized page column, the server classifies and counts each customized page column according to the attribution relationship.
  • the column categories may include functional categories, product categories, information categories, life categories, activities, games, etc., wherein the life categories may also include food, travel, entertainment, etc.; activities include lottery activities, limited time snapping activities , points redemption activities, etc. That is to say, when the server is dividing, the class classification of the column categories can be performed first, and then the division of multiple subclasses can be performed under each major class.
  • the server determines 10 custom page columns that meet the preference threshold condition. After classification and statistics, it includes 5 functional categories and 5 product categories, where the functional categories are revenue and expenditure records, transfer, payment, and credit card. Repayments and stocks; the product category is 5 financial products. For another example, there are 20 page columns determined by the server that satisfy the preference threshold condition. After classification and statistics, there are 15 life classes and 5 activity classes. Among them, 15 life categories include food, travel, and There are several sub-categories of entertainment, such as entertainment; the five activity categories include a lottery activity class, limited time snapping activity, and point redemption activities.
  • Step S404 Acquire a correspondence between a column category pre-configured by the server and a frame template type.
  • the server pre-built a plurality of frame template types, and the constructed frame template type may be a table frame (the table frame also includes a horizontal table frame and a vertical table frame), a navigation frame, an inline frame, and a hybrid frame, wherein the mixed frame includes a table.
  • the mixed frame includes a table.
  • At least two frameworks, navigation frames, and inline frames. 6A-6E are schematic diagrams of a horizontal table frame template, a vertical table frame template schematic, a horizontal table and a vertical table hybrid frame template, a navigation frame template schematic, and an inline frame template.
  • the server pre-establishes the association between the column category and the frame template type. For example, establishing associations between functional classes and horizontal table frameworks, product classes, associations between information classes and vertical table frameworks, associations between life classes and table frames, and large categories including multiple subcategories
  • the frame template type associated with the column whose number is larger than the set threshold is the navigation frame template (the navigation template frame is divided into a main page and a plurality of sub-pages, which can accommodate more page columns), the rotary lottery class and the video information class and the inner The association between the linked framework templates.
  • Step S406 Select a matching page template according to the column category to which the customized page column belongs and the correspondence between the column category and the frame template type.
  • the frame template type is determined according to a preset relationship with the frame template type.
  • the hybrid frame template is selected according to the association relationship between the frame template types corresponding to each column category.
  • a hybrid frame template composed of a horizontal table frame and a vertical table frame is selected, as shown in FIG. 6C.
  • a mixed frame template composed of a table frame and a navigation frame may be selected.
  • the determined customized page columns are classified and counted, and different frame templates are matched according to the characteristics of each category, so that the arrangement and display of the customized page columns are more neat and orderly, and the user is more convenient to find the required ones.
  • Page column selecting a suitable frame template to carry a customized page column effectively avoids the problem of distortion of the customized page display.
  • the custom page section includes the link address of the section label and the section details page.
  • Step S210 The step of generating a customized page file according to the customized page column and the page template is: establishing an association relationship between the column label and the link address of the column detail page; and generating the page file according to the column label and the page template of the associated link address.
  • the custom page column label refers to the feature data that can represent the page column, and can be a LOGO (logo or trademark) or a specified feature picture and name of the customized page column.
  • the link address information of the column detail page may be a URL address.
  • the customized page column label is associated with the link address of the column detail page, a custom page column hyperlink is generated, and the page column hyperlink is inserted into the designated position of the matched page template to generate a complete customized page file.
  • the provided page display method further includes: when the number of customized page columns is less than the quantity setting threshold, obtaining the latest page column posted within the most recently set time length.
  • the page column posting information is not found within the most recently set time length, the latest set time length is extended, and the column posting information is searched again.
  • the current hot column is used as the customized page column, wherein the popular column is determined by analyzing user behavior information of all users.
  • Step S208 Obtain a customized page column corresponding to the customized page column, and search for a matching page template according to the customized page column.
  • the page template is predefined by the server according to the customized page column corresponding to the customized page column and the latest page column matching.
  • the page template which is pre-defined by the server.
  • Step S210 The step of generating a customized page file according to the customized page column and the page template is: generating a customized page file according to the customized page column, the latest page column, and the matched page template.
  • This embodiment is mainly set for the novice user.
  • the user behavior data of the novice user is less, and the page column that satisfies the column preference condition may also be less.
  • the newly launched page column is used as a customized page column, which not only ensures the normal display of the customized page, but also improves the conversion rate of the newly launched column.
  • a page display apparatus comprising:
  • the customized page requesting module 502 is configured to obtain a customized page display request sent by the terminal.
  • the column preference obtaining module 504 is configured to extract a user identifier carried in the customized page display request, and obtain a user preference for each page column under the pre-computed user identifier, wherein the column preference degree is statistically analyzed by the user for each The historical behavior data of the page columns is obtained.
  • the customized page column determining module 506 is configured to use a page column of the page column in which the user's column preference is greater than a set threshold as a customized page column.
  • the page template determining module 508 is configured to find a matching page template according to the customized page column, where the page template is predefined by a server.
  • the customized page file generating module 510 is configured to generate a customized page file according to the customized page column and the page template.
  • the customized page file pushing module 512 is configured to push the generated customized page file to the terminal display.
  • the page display device further includes:
  • the user behavior information obtaining module 602 is configured to obtain a page log record, and extract user behavior information of each page column in the page log record.
  • the preference contribution weight obtaining module 604 is configured to determine user behavior type information corresponding to each user behavior in the user behavior information, and according to the preference contribution weight configured by the server for each user behavior type information, obtain corresponding behavior of each user behavior. Preference weights are weighted.
  • the column preference calculation module 606 is configured to calculate a user preference for each page column according to the user behavior information and the preference contribution weight corresponding to each user behavior.
  • the page template determining module 508 is further configured to perform classification and statistics on the customized page column according to the predefined column category; obtain a correspondence between the pre-configured column category and the frame template type of the server; Select the matching page template for the column category and the correspondence between the column category and the frame template type.
  • the customized page column includes a link address of the column tag and the column detail page; the customized page file generating module 510 is further configured to establish an association relationship between the column tag and the link address of the column detail page; Labels and page templates generate page files.
  • the page display device further includes:
  • the latest page column obtaining module 702 is configured to: when the determined number of customized page columns is less than the quantity setting threshold, obtain the latest page column published in the most recently set time length;
  • the page template determining module 508 is further configured to search for a matching page template according to the customized page column and the latest page column corresponding to the customized page column, where the page template is predefined by the server.
  • the customized page file generating module 510 is further configured to generate a customized page file according to the customized page column, the latest page column, and the matched page template.
  • the network interface may be an Ethernet card or a wireless network card.
  • the above modules may be embedded in the hardware in the processor or in the memory in the server, or may be stored in the memory in the server, so that the processor calls the corresponding operations of the above modules.
  • the processor can be a central processing unit (CPU), a microprocessor, a microcontroller, or the like.
  • the program may be stored in a storage medium of a computer system and executed by at least one processor in the computer system to implement a process comprising an embodiment of the methods as described above.
  • the storage medium may be a magnetic disk, an optical disk, or a read-only storage memory (Read-Only) Memory, ROM) or Random Access Memory (RAM).

Abstract

一种页面展示方法,包括:获取终端发送的定制页面展示请求;提取所述定制页面展示请求中的用户标识,获取预先计算的所述用户标识对每个页面栏目的栏目偏好度,其中,所述栏目偏好度是根据用户对每个所述页面栏目的历史行为数据统计分析得到的;将所述页面栏目中用户的栏目偏好度大于设定阈值的页面栏目作为定制页面栏目;根据所述定制页面栏目信息查找与之相匹配的预存的页面模板;根据所述定制页面栏目信息和所述页面模板生成定制页面文件;将生成的所述定制页面文件推送至所述终端展示。

Description

页面展示方法、装置、服务器和存储介质
本申请要求于2016年12月20日提交中国专利局、申请号为201611188033.9、发明名称为“页面展示方法和装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
【技术领域】
本发明涉及计算机应用技术领域,特别是涉及一种页面展示方法、装置、服务器和存储介质。
【背景技术】
随着互联网与计算机技术的迅猛发展和广泛应用,人们的工作和生活早已离不开各种各样的APP应用和网站。为了不断与人们的日常生活贴近,APP应用和网站需要高频优化和改版。优化和改版APP应用页面或者网站页面的一般涉及布局的变更和新模块功能的添加,APP应用和网站的高频优化和改版使得APP应用和网站中的栏目越来越多,人们查找需要的栏目模块往往需要花费大量时间和精力。
传统的,人们查找需要的栏目模块的方式为:通过在搜索引擎插件中输入栏目模块的名称进行模块查找,或者凭借记忆进行查找,又或采用逐一查看的方式进行查找。上述栏目模块查找方式查找效率非常低。
【发明内容】
根据本申请公开的各种实施例,提供一种页面展示方法和装置、服务器和存储介质。
一种页面展示方法,所述方法包括:
获取终端发送的定制页面展示请求;
提取所述定制页面展示请求中携带的用户标识,获取预先计算的所述用户标识下用户对每个页面栏目的栏目偏好度,其中,所述栏目偏好度是通过统计分析用户对每个所述页面栏目的历史行为数据得到的;
将所述页面栏目中用户的栏目偏好度大于设定阈值的页面栏目作为定制页面栏目;
根据所述定制页面栏目查找与之相匹配的页面模板,所述页面模板是服务器预先定义的;
根据所述定制页面栏目和所述页面模板生成定制页面文件;及
将生成的所述定制页面文件推送至所述终端展示。
一种页面展示装置,所述装置包括:
定制页面请求模块,用于获取终端发送的定制页面展示请求;
栏目偏好度获取模块,用于提取所述定制页面展示请求中携带的用户标识,获取预先计算的所述用户标识下用户对每个页面栏目的栏目偏好度,其中,所所述栏目偏好度是通过统计分析用户对每个所述页面栏目的历史行为数据得到的;
定制页面栏目确定模块,用于将所述页面栏目中用户的栏目偏好度大于设定阈值的页面栏目作为定制页面栏目;
页面模板确定模块,用于根据所述定制页面栏目查找与之相匹配的页面模板,所述页面模板是服务器预先定义的;
定制页面文件生成模块,用于根据所述定制页面栏目和所述页面模板生成定制页面文件;及
定制页面文件推送模块,用于将生成的所述定制页面文件推送至所述终端展示。
一种服务器,包括存储器和处理器,所述存储器中存储有计算机可执行指令,所述指令被所述处理器执行时,使得所述处理器执行以下步骤:
获取终端发送的定制页面展示请求;
提取所述定制页面展示请求中携带的用户标识,获取预先计算的所述用户标识下用户对每个页面栏目的栏目偏好度,其中,所述栏目偏好度是通过统计分析用户对每个所述页面栏目的历史行为数据得到的;
将所述页面栏目中用户的栏目偏好度大于设定阈值的页面栏目作为定制页面栏目;
根据所述定制页面栏目查找与之相匹配的页面模板,所述页面模板是服务器预先定义的;
根据所述定制页面栏目和所述页面模板生成定制页面文件;及
将生成的所述定制页面文件推送至所述终端展示。
一个或多个存储有计算机可执行指令的非易失性可读存储介质,所述计算机可执行指令被一个或多个处理器执行,使得所述一个或多个处理器执行以下步骤:
获取终端发送的定制页面展示请求;
提取所述定制页面展示请求中携带的用户标识,获取预先计算的所述用户标识下用户对每个页面栏目的栏目偏好度,其中,所述栏目偏好度是通过统计分析用户对每个所述页面栏目的历史行为数据得到的;
将所述页面栏目中用户的栏目偏好度大于设定阈值的页面栏目作为定制页面栏目;
根据所述定制页面栏目查找与之相匹配的页面模板,所述页面模板是服务器预先定义的;
根据所述定制页面栏目和所述页面模板生成定制页面文件;及
将生成的所述定制页面文件推送至所述终端展示。
本申请的一个或多个实施例的细节在下面的附图和描述中提出。本申请的其它特征、目的和优点将从说明书、附图以及权利要求书变得明显。
【附图说明】
图1为一个实施例中页面展示方法的应用环境图;
图2为一个实施例中服务器的内部结构示意图;
图3为一个实施例中页面展示方法的流程图;
图4为一个实施例中栏目偏好度数据准备所涉及的步骤的流程图;
图5为一个实施例中根据所述定制页面栏目查找相匹配的预存的页面模板步骤涉及的流程图;
图6A-图6E为一个实施例中服务器定义的多个页面框架模板的示意图;
图7为一个实施例中页面展示装置的结构框图;
图8为一个实施例中栏目偏好度数据准备所涉及的结构框图;
图9为另一个实施例中页面展示装置的结构框图。
【具体实施方式】
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。
如图1所示,在一个实施例中,提供了一种页面展示方法的应用环境图,该应用环境图包括终端110和服务器120,其中,终端110可为智能手机、平板电脑、笔记本电脑、台式计算机中的至少一种,但并不局限于此。服务器120可以独立的物理服务器,也可以是多个物理服务器构成的服务器集群。以APP应用的定制页面展示为例,服务器收集历史时间段内用户对APP应用中的每一个页面栏目的行为数据(如访问次数、停留时间、是否收藏、是否转发、是否评论等),进而服务器将收集到的历史行为数据解析为多维的偏好度计算参数带入至偏好度计算模型中,得到用户对每个页面栏目的偏好度数值。在此基础上,服务器通过将计算得到的偏好度数值与预先定义偏好度阈值进行对比,进行能够在定制页面进行展示的页面栏目的筛选,并根据筛选得到的定制页面栏目对应的栏目信息(如定制页面栏目的数量、栏目的具体内容等)选择相匹配的页面模板,进而根据定制页面栏目和页面模板生成完整的定制页面文件。服务器将生成的定制页面文件推送至终端,终端根据该定制页面文件进行定制页面的显示。
如图2所示,在一个实施例中,提供了一种服务器120,该服务器120包括通过系统总线连接的处理器、非易失性存储介质、内存储器和网络接口。其中,该处理器用于提供计算和控制能力,支撑整个服务器的运行。该后台服务器120的非易失性存储介质存储有操作系统、数据库和计算机可执行指令。数据库用于存储数据,如存储收集的用户的历史行为数据等。该计算机可执行指令可被处理器所执行以实现如图3所示的适用于服务器的一种页面展示方法。服务器中的内存储器为非易失性存储介质中的操作系统、数据库和计算机可执行指令提供高速缓存的运行环境。网络接口用于与终端110进行网络通信。可以理解,服务器可以用独立的服务器或者是多个服务器组成的服务器集群来实现。
本领域技术人员可以理解,图2中示出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的服务器的限定,具体的服务器可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。
如图3所示,在一个实施例中,提供了一种页面展示方法,该方法可应用于如图2所示的服务器中,具体包括如下步骤:
步骤S202:获取终端发送的定制页面展示请求。
本实施例的页面展示方法可应用于任一应用或者网站中,尤其适合应用在包含较多页面栏目的应用或者网站中。本实施例以应用于在某一APP应用服务器为例进行说明。当然,本实施例中所陈述的页面展示方法还可以应用在某一网站服务器中。
具体的,终端通过用户注册信息登录到APP应用服务器中,登录后,终端通过获取用户触发的定制页面按钮,生成定制页面展示请求,其中,展示请求中携带用户标识。服务器接收终端发送的定制页面展示请求,响应于该请求,进行后续的生成定制页面的数据处理操作。
步骤S204:提取定制页面展示请求中携带的用户标识,获取预先计算的用户标识下用户对每个页面栏目的栏目偏好度,其中,栏目偏好度是通过统计分析用户对每个页面栏目的历史行为数据得到的。
步骤S206:将页面栏目中用户的栏目偏好度大于设定阈值的页面栏目作为定制页面栏目。
用户的历史行为数据,是指用户在浏览页面时具体进行的操作。在一个实施例中,用户对每个页面栏目的历史行为数据可以包括:用户对页面栏目的访问数据(包括访问次数、停留时间等)和用户对页面栏目的处理操作数据(包括收藏、评论、交易、复制/粘贴、分享、转发等)。
服务器对获取的历史行为数据进行统计分析,并将统计分析后的历史行为数据作为计算参数,使用预先开发好的计算算法计算用户对每个页面栏目的栏目偏好度数值,其中,用户对页面栏目访问次数越多、停留时间越长、触发的处理操作越多,计算得到的用户对页面栏目的偏好度数值越大。
服务器预先配置了偏好度设定阈值,根据计算好的用户对各个页面栏目的偏好度以及偏好度设定阈值对页面栏目进行筛选,选择偏好度数值大于偏好度设定阈值的页面栏目作为定制页面栏目。
步骤S208:根据定制页面栏目查找与之相匹配的页面模板,页面模板是服务器预先定义的。
在一个实施例中,定制页面栏目信息包括确定的定制页面栏目的数量、每个页面栏目的类型信息、标签信息以及每个页面栏目的内容信息等。上述的页面栏目的栏目类别,如广告类别、游戏类别、产品类别、生活类别等;上述的标签信息是指显示在页面布局最上层的页面栏目标识信息。内容信息是指页面栏目的详情内容信息。
服务器预先开发了多种类型的页面模板,如混合框架模板(包括至少两种不同类型的框架模板)、导航模板(包括多级页面)、内联模板(内容信息嵌入在最上层页面显示)等,服务器根据各种页面模板的特性结合页面栏目信息选择相匹配的页面模板。
举例来说,若确定的页面栏目的数量大于设定阈值时,可选择能够容纳较多页面栏目的导航模板;若页面栏目中包含有视频页面栏目的可选择内联模板,将视频显示在上层页面中,或者选择包括内联模板的混合框架模板等。
步骤S210:根据定制页面栏目和页面模板生成定制页面文件。
具体的,将定制页面栏目中的页面标签和/或栏目内容作为页面元素,按照对应的栏目偏好度数值大小有序的插入到页面模板中的设定位置,以生成完整的定制页面文件。
在一个实施例中,当确定的定制页面栏目包括至少两种栏目类别时,按照栏目类别进行分类别展示,同一类别的页面栏目按照栏目偏好度的大小进行排序。如确定的定制页面栏目包括游戏类别和产品类别时,将产品类别置于定制页面的上半部分,游戏类别置于定制页面的下半部分,其中,产品类别包括的多个定制页面栏目按照栏目偏好度的大小有序排列,栏目偏好度越大,排序越靠前。同样的,游戏类别也按照栏目偏好度的大小有序排列。
生成的定制页面文件可以是HTML(HyperText Markup Language超文本标记语言)文件,还可以是ASP(Active Server Pages动态服务器页面)文件。
步骤S212:将生成的定制页面文件推送至终端展示。
服务器将生成的定制页面文件推送至终端,终端根据定制页面文件在APP应用中进行定制页面的显示。
本实施例,将用户对每个页面栏目的历史行为数据作为计算参数,使用设定的计算模型计算用户对每个页面栏目的栏目偏好度,并根据计算的栏目偏好度确定需要在定制页面展示的栏目。服务器获取定制页面栏目,根据页面栏目信息选择相匹配的页面模板,根据选择的页面模板和栏目信息生成定制页面文件,终端在APP应用中或者在网站中进行该定制页面的展示。展示的定制页面能够辅助用户进行栏目的查找,根据用户偏好定制的定制页面中在很大程度上包括了用户可能需要查找的所有的页面栏目,通过定制页面可以帮助用户更加快速的查找到需要想要查找的栏目,用户只需进入到该定制页面中,即可快速的定位到需要的栏目版块,栏目的查找效率更高。
在一个实施例中,如图4所示,页面展示方法还包括如下数据准备步骤,即在定制页面生成和展示前,预先进行用户对页面栏目的偏好度数据准备步骤,具体如下:
步骤S302:获取页面日志记录,提取页面日志记录中用户对每个页面栏目的用户行为信息。
具体的,页面日志记录是指用户浏览页面时,根据用户的行为操作生成的信息记录,包括:进行行为操作的用户标识、被行为操作的对象信息即页面栏目信息以及用户行为信息,其中,用户标识可以是用户的移动通信号码或者访问终端IP等;被行为操作的对象信息即页面栏目信息,包括被操作的网页标识以及被操作的页面栏目标识和网页栏目内容信息;用户行为信息为用户对每个页面栏目的操作行为信息,如用户对页面栏目的访问、收藏、评论、交易、复制/粘贴、分享、转发操作等。
服务器提取页面日志记录中用户对每个页面栏目的用户行为信息。
步骤S304:确定用户行为信息中每个用户行为对应的用户行为类型信息,根据服务器预先为每个用户行为类型信息配置的偏好度贡献权重,得到每个用户行为对应的偏好度贡献权重。
服务器预先定义了多个用户行为类型以及每个用户行为类型对应的具体的用户行为。服务器根据用户行为类型将日志信息中的用户行为信息进行分类统计。
举例来说,用户行为类型可以包括:访问行为类型、互动参与行为类型、分享行为类型、数值操作行为类型等。服务器还规定了每个具体的用户行为对应的用户行为类型,如浏览、视频播放等行为属于访问行为类型;评论、抽奖等行为属于互动参与行为类型;转发、收藏、分享等行为属于分享行为类型;交易、充值等行为属于数值操作行为类型。
需要说明的是,用户行为的类型可根据APP应用所涉及的领域以及提供的操作权限等具体情况进行具体划分,不仅限于上述举例中的用户行为类型。每个具体的用户行为所归属的用户行为类型也可以因地制宜做不同的分配。
进一步的,服务器预先为每种用户行为类型分配了偏好度贡献权重,进而得到每个用户行为对应的偏好度贡献权重。
举例来说,访问行为类型的偏好度贡献权重可以设置为1,则用户浏览页面栏目的行为对应的偏好度贡献权重为1;互动参与行为类型的偏好度贡献权重设置为1.5,则用户对页面栏目的评论行为对应的偏好度贡献权重为1.5;分享行为类型、数值操作行为类型的对应的用户行为的偏好度贡献权重的确定方式也如上述。
步骤S306:根据用户行为信息和每个用户行为对应的偏好度贡献权重计算用户对每个页面栏目的栏目偏好度。
根据用户对页面栏目所触发的用户行为操作、每种用户行为操作的频率和每种用户行为对应的偏好度贡献权重计算用户对每个页面栏目的栏目偏好度。
在一个实施例中,采集某一历史时刻之前设定历史时间段内用户对某一页面栏目的历史行为信息,计算每种用户行为的频率数据。将每种用户行为的频率数据以及每种用户行为对应的偏好度贡献权重作为模型计算参数,将该模型计算参数带入偏好度计算模型中得到用户的栏目偏好度。
本实施例中,在通过用户的历史行为数据计算栏目偏好度时,为不同类型的用户行为分配不同的偏好度贡献权重,为更能够表征用户偏好的用户行为分配较大的偏好度贡献权重,使得计算的栏目偏好度更加贴近用户对页面栏目的真实偏好程度。
在一个实施例中,如图5所示,步骤S208:根据定制页面栏目查找与之相匹配的页面模板,页面模板是服务器预先定义的包括:
步骤S402:按照预先定义的栏目类别对定制页面栏目进行分类统计。
服务器确定定制页面栏目后,获取定制页面栏目的栏目信息,该栏目信息包括栏目标识,该栏目所归属的栏目类别标识以及栏目的详情内容信息。
根据栏目所归属的栏目类别标识确定该栏目所对应的栏目类别。确定完每个定制页面栏目对应的栏目类别后,服务器按照归属关系对各个定制页面栏目进行分类统计。
栏目类别可以包括功能类、产品类、资讯类、生活类、活动类、游戏类等,其中,生活类还可以包括美食类、出行类、娱乐类等;活动类包括抽奖活动类、限时抢购活动、积分换购活动类等。也就是说,服务器在进行划分时,可先进行栏目类别的大类划分,进而每个大类下也可以进行多个小类的划分。
举例来说,服务器确定的满足偏好度阈值条件的定制页面栏目有10个,经分类统计后,包括5个功能类和5个产品类,其中功能类分别为收支记录、转账、缴费、信用卡还款以及股票;产品类为5个金融产品。又如,服务器确定的满足偏好度阈值条件的页面栏目有20个,经分类统计后,包括15个生活类和5个活动类,其中,15个生活类中还包括有美食类、出行类、娱乐类等多个生活小类;5个活动类包括有抽奖活动类、限时抢购活动、积分换购活动类多个活动小类。
步骤S404:获取服务器预先配置的栏目类别与框架模板类型之间的对应关系。
服务器预先构建了多个框架模板类型,构建的框架模板类型可以是表格框架(表格框架还包括水平表格框架和垂直表格框架)、导航框架、内联框架和混合框架,其中,混合框架中包括表格框架、导航框架、内联框架至少两个。如图6A-图6E分别为水平表格框架模板示意图、垂直表格框架模板示意图、水平表格和垂直表格的混合框架模板示意图、导航框架模板示意图和内联框架模板示意图。
服务器预先建立了栏目类别与框架模板类型之间的关联关系。例如,建立功能类与水平表格框架之间的关联关系、产品类、资讯类与垂直表格框架之间的关联关系、生活类与表格框架之间的关联关系、包括多个小类的大类栏目且该栏目数量大于设定阈值的栏目关联的框架模板类型为导航框架模板(导航模版框架分为主页面和多个子页面,可以容纳较多的页面栏目)、转盘抽奖类和视频资讯类与内联框架模板之间的关联关系。
步骤S406:根据定制页面栏目所属的栏目类别以及栏目类别与框架模板类型之间的对应关系选择相匹配的页面模板。
具体的,当定制页面栏目仅包括一种栏目类别时,按照预先设定的与框架模板类型之间的关联关系确定框架模板类型。当定制页面栏目包括至少两中栏目类别时,根据每一个栏目类别对应的框架模板类型之间的关联关系,选择混合型框架模板。
举例来说,当定制页面栏目包括功能类和产品类,则选择水平表格框架与垂直表格框架组成的混合框架模板,如图6C。当定制页面栏目包括功能类和生活类,且生活类对应的页面栏目较多且涉及多个生活小类时,可选择表格框架与导航框架组成的混合框架模板。
本实施例中,将确定的定制页面栏目进行分类统计,并根据每个类别的特性匹配不同的框架模板,使定制页面栏目的排布和展示更加整齐有序且更加有利于用户快速找到需要的页面栏目。另外,选择适合的框架模板承载定制页面栏目,有效避免了定制页面显示失真的问题。
在一个实施例中,定制页面栏目包括栏目标签和栏目详情页面的链接地址。步骤S210:根据定制页面栏目和页面模板生成定制页面文件的步骤为:建立栏目标签和栏目详情页面的链接地址的关联关系;根据关联链接地址的栏目标签和页面模板生成页面文件。
定制页面栏目标签是指能够表征页面栏目的特征数据,可以是定制页面栏目的LOGO(徽标或者商标)或者指定的特征图片以及名称。栏目详情页面的链接地址信息可以是URL地址。
将定制页面栏目标签与栏目详情页面链接地址建立关联关系,生成定制页面栏目超链接,将页面栏目超链接插入到所匹配的页面模板的指定位置,生成完整的定制页面文件。
在一个实施例中,提供的页面展示方法还包括:当定制页面栏目的数量少于数量设定阈值时,获取最近设定时间长度内发布的最新页面栏目。
获取满足栏目偏好度阈值的定制页面栏目的数量,判断定制页面栏目的数量是否少于预先设定的数量设定阈值,若是,查找最近设定时间长度内是否发布有最新页面栏目,即是否上线新的栏目,若有,则获取该最新页面栏目,将获取的最新页面栏目作为定制页面栏目。
在另一个实施例中,若在最近设定时间长度内没有查找到页面栏目发布信息,则延长该最近设定时间长度,重新进行栏目发布信息的查找。
在另一个实施例中,若在最近设定时间长度内没有查找到页面栏目发布信息,则将当前的热门栏目作为定制页面栏目,其中,热门栏目是通过分析所有用户的用户行为信息确定的。
步骤S208:获取定制页面栏目对应的定制页面栏目,根据定制页面栏目查找相匹配的页面模板,页面模板是服务器预先定义的为:根据定制页面栏目对应的定制页面栏目和最新页面栏目查找相匹配的页面模板,页面模板是服务器预先定义的。
步骤S210:根据定制页面栏目和页面模板生成定制页面文件的步骤为:根据定制页面栏目、最新页面栏目以及相匹配的页面模板生成定制页面文件。
本实施例主要针对新手用户而设定,新手用户的用户行为数据较少,进而满足栏目偏好度条件的页面栏目也可能会比较少。本实施例将最新推出的页面栏目作为定制页面栏目,既保障了定制页面的正常展示,又可提高最新推出的栏目的转化率。
在一个实施例中,如图7所示,提供了一种页面展示装置,该装置包括:
定制页面请求模块502,用于获取终端发送的定制页面展示请求。
栏目偏好度获取模块504,用于提取定制页面展示请求中携带的用户标识,获取预先计算的用户标识下用户对每个页面栏目的栏目偏好度,其中,栏目偏好度是通过统计分析用户对每个页面栏目的历史行为数据得到的。
定制页面栏目确定模块506,用于将所述页面栏目中用户的栏目偏好度大于设定阈值的页面栏目作为定制页面栏目。
页面模板确定模块508,用于根据所述定制页面栏目查找与之相匹配的页面模板,所述页面模板是服务器预先定义的。
定制页面文件生成模块510,用于根据定制页面栏目和页面模板生成定制页面文件。
定制页面文件推送模块512,用于将生成的定制页面文件推送至终端展示。
在一个实施例中,如图8所示,页面展示装置还包括:
用户行为信息获取模块602,用于获取页面日志记录,提取页面日志记录中用户对每个页面栏目的用户行为信息。
偏好度贡献权重获取模块604,用于确定用户行为信息中每个用户行为对应的用户行为类型信息,根据服务器预先为每个用户行为类型信息配置的偏好度贡献权重,得到每个用户行为对应的偏好度贡献权重。
栏目偏好度计算模块606,用于根据用户行为信息和每个用户行为对应的偏好度贡献权重计算用户对每个页面栏目的栏目偏好度。
在一个实施例中,页面模板确定模块508,还用于按照预先定义的栏目类别对定制页面栏目进行分类统计;获取服务器预先配置的栏目类别与框架模板类型之间的对应关系;根据定制页面栏目所属的栏目类别以及栏目类别与框架模板类型之间的对应关系选择相匹配的页面模板。
在一个实施例中,定制页面栏目包括栏目标签和栏目详情页面的链接地址;定制页面文件生成模块510,还用于建立栏目标签和栏目详情页面的链接地址的关联关系;根据关联链接地址的栏目标签和页面模板生成页面文件。
在一个实施例中,如图9所示,页面展示装置还包括:
最新页面栏目获取模块702,用于当确定的定制页面栏目的数量少于数量设定阈值时,获取最近设定时间长度内发布的最新页面栏目;
页面模板确定模块508,还用于根据定制页面栏目对应的定制页面栏目和最新页面栏目查找相匹配的页面模板,页面模板是服务器预先定义的。
定制页面文件生成模块510,还用于根据所述定制页面栏目、所述最新页面栏目以及相匹配的所述页面模板生成定制页面文件。
上述网络访问行为识别装置中的各个模块可全部或部分通过软件、硬件及其组合来实现。其中,网络接口可以是以太网卡或无线网卡等。上述各模块可以硬件形式内嵌于或独立于服务器中的处理器中,也可以以软件形式存储于服务器中的存储器中,以便于处理器调用执行以上各个模块对应的操作。该处理器可以为中央处理单元(CPU)、微处理器、单片机等。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件来完成,程序可存储于一计算机可读取存储介质中,如本发明实施例中,该程序可存储于计算机系统的存储介质中,并被该计算机系统中的至少一个处理器执行,以实现包括如上述各方法的实施例的流程。其中,存储介质可为磁碟、光盘、只读存储记忆体(Read-Only Memory,ROM)或随机存储记忆体(Random Access Memory,RAM)等。
以上实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特征的组合不存在矛盾,都应当认为是本说明书记载的范围。
以上实施例仅表达了本发明的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对发明专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本发明构思的前提下,还可以做出若干变形和改进,这些都属于本发明的保护范围。因此,本发明专利的保护范围应以所附权利要求为准。

Claims (24)

  1. 一种页面展示方法,包括:
    获取终端发送的定制页面展示请求;
    提取所述定制页面展示请求中携带的用户标识,获取预先计算的所述用户标识下用户对每个页面栏目的栏目偏好度,其中,所述栏目偏好度是通过统计分析用户对每个所述页面栏目的历史行为数据得到的;
    将所述页面栏目中用户的栏目偏好度大于设定阈值的页面栏目作为定制页面栏目;
    根据所述定制页面栏目查找与之相匹配的页面模板,所述页面模板是服务器预先定义的;
    根据所述定制页面栏目和所述页面模板生成定制页面文件;及
    将生成的所述定制页面文件推送至所述终端展示。
  2. 根据权利要求1所述的方法,其特征在于,所述方法还包括:
    获取页面日志记录,提取所述页面日志记录中用户对每个页面栏目的用户行为信息;
    确定所述用户行为信息中每个用户行为对应的用户行为类型信息,根据服务器预先为每个所述用户行为类型信息配置的偏好度贡献权重,得到每个所述用户行为的偏好度贡献权重;
    根据所述用户行为信息和每个所述用户行为的偏好度贡献权重计算用户对每个所述页面栏目的栏目偏好度。
  3. 根据权利要求1所述的方法,其特征在于,所述根据所述定制页面栏目查找与之相匹配的页面模板,所述页面模板是服务器预先定义包括:
    按照预先定义的栏目类别对所述定制页面栏目进行分类统计;
    获取服务器预先配置的所述栏目类别与框架模板类型之间的对应关系;
    根据所述定制页面栏目所属的所述栏目类别以及所述栏目类别与框架模板类型之间的对应关系选择相匹配的页面模板。
  4. 根据权利要求1所述的方法,其特征在于,所述定制页面栏目包括栏目标签和栏目详情页面的链接地址;
    所述根据所述定制页面栏目和所述页面模板生成定制页面文件包括:
    建立所述栏目标签和所述栏目详情页面的链接地址之间的关联关系;
    根据关联所述链接地址的所述栏目标签和所述页面模板生成页面文件。
  5. 根据权利要求4所述的方法,其特征在于,所述根据关联所述链接地址的所述栏目标签和所述页面模板生成页面文件为:
    根据所述栏目标签和关联的所述栏目详情页面的连接地址生成定制页面栏目超链接,并将生成的所述定制页面栏目超链接插入至对应的所述页面模板的指定位置生成定制页面文件。
  6. 根据权利要求1-5任一项所述的方法,其特征在于,在所述将所述栏目偏好度大于设定阈值的页面栏目作为定制页面栏目之后,所述方法还包括:
    当所述定制页面栏目的数量少于数量设定阈值时,获取最近设定时间长度内发布的最新页面栏目;
    所述根据所述定制页面栏目查找与之相匹配的页面模板,所述页面模板是服务器预先定义的为:根据所述定制页面栏目和所述最新页面栏目查找相匹配的页面模板,所述页面模板是服务器预先定义的;
    所述根据所述定制页面栏目和所述页面模板生成定制页面文件为:根据所述定制页面栏目、所述最新页面栏目以及相匹配的所述页面模板生成定制页面文件。
  7. 一种页面展示装置,包括:
    定制页面请求模块,用于获取终端发送的定制页面展示请求;
    栏目偏好度获取模块,用于提取所述定制页面展示请求中携带的用户标识,获取预先计算的所述用户标识下用户对每个页面栏目的栏目偏好度,其中,所所述栏目偏好度是通过统计分析用户对每个所述页面栏目的历史行为数据得到的;
    定制页面栏目确定模块,用于将所述页面栏目中用户的栏目偏好度大于设定阈值的页面栏目作为定制页面栏目;
    页面模板确定模块,用于根据所述定制页面栏目查找与之相匹配的页面模板,所述页面模板是服务器预先定义的;
    定制页面文件生成模块,用于根据所述定制页面栏目和所述页面模板生成定制页面文件;及
    定制页面文件推送模块,用于将生成的所述定制页面文件推送至所述终端展示。
  8. 根据权利要求7所述的装置,其特征在于,还包括:
    用户行为信息获取模块,用于获取页面日志记录,提取所述页面日志记录中用户对每个页面栏目的用户行为信息;
    偏好度贡献权重获取模块,用于确定所述用户行为信息中每个用户行为对应的用户行为类型信息,根据服务器预先为每个所述用户行为类型信息配置的偏好度贡献权重,得到每个所述用户行为对应的偏好度贡献权重;
    栏目偏好度计算模块,用于根据所述用户行为信息和每个所述用户行为对应的偏好度贡献权重计算用户对每个所述页面栏目的栏目偏好度。
  9. 根据权利要求7所述的装置,其特征在于,所述页面模板确定模块,还用于按照预先定义的栏目类别对所述定制页面栏目进行分类统计;获取服务器预先配置的所述栏目类别与框架模板类型之间的对应关系;根据所述定制页面栏目所属的所述栏目类别以及所述栏目类别与框架模板类型之间的对应关系选择相匹配的页面模板。
  10. 根据权利要求7所述的装置,其特征在于,所述定制页面栏目包括栏目标签和栏目详情页面的链接地址;所述定制页面文件生成模块,还用于建立所述栏目标签和所述栏目详情页面的链接地址之间的关联关系;根据关联所述链接地址的所述栏目标签和所述页面模板生成页面文件。
  11. 根据权利要求10所述的装置,其特征在于,所述定制页面文件生成模块,还用于根据所述栏目标签和关联的所述栏目详情页面的连接地址生成定制页面栏目超链接,并将生成的所述定制页面栏目超链接插入至对应的所述页面模板的指定位置生成定制页面文件。
  12. 根据权利要求7-11任一项所述的装置,其特征在于,还包括:
    最新页面栏目获取模块,用于当确定的所述定制页面栏目的数量少于数量设定阈值时,获取最近设定时间长度内发布的最新页面栏目;
    所述页面模板确定模块,还用于根据所述定制页面栏目和所述最新页面栏目查找相匹配的页面模板,所述页面模板是服务器预先定义的;
    所述定制页面文件生成模块,还用于根据所述定制页面栏目、所述最新页面栏目以及相匹配的所述页面模板生成定制页面文件。
  13. 一种服务器,包括存储器和处理器,所述存储器中存储有计算机可执行指令,所述指令被所述处理器执行时,使得所述处理器执行以下步骤:
    获取终端发送的定制页面展示请求;
    提取所述定制页面展示请求中携带的用户标识,获取预先计算的所述用户标识下用户对每个页面栏目的栏目偏好度,其中,所述栏目偏好度是通过统计分析用户对每个所述页面栏目的历史行为数据得到的;
    将所述页面栏目中用户的栏目偏好度大于设定阈值的页面栏目作为定制页面栏目;
    根据所述定制页面栏目查找与之相匹配的页面模板,所述页面模板是服务器预先定义的;
    根据所述定制页面栏目和所述页面模板生成定制页面文件;及
    将生成的所述定制页面文件推送至所述终端展示。
  14. 根据权利要求13所述的服务器,其特征在于,所述处理器还执行如下步骤:
    获取页面日志记录,提取所述页面日志记录中用户对每个页面栏目的用户行为信息;
    确定所述用户行为信息中每个用户行为对应的用户行为类型信息,根据服务器预先为每个所述用户行为类型信息配置的偏好度贡献权重,得到每个所述用户行为的偏好度贡献权重;
    根据所述用户行为信息和每个所述用户行为的偏好度贡献权重计算用户对每个所述页面栏目的栏目偏好度。
  15. 根据权利要求13所述的服务器,其特征在于,所述处理器所执行的所述根据所述定制页面栏目查找与之相匹配的页面模板,所述页面模板是服务器预先定义包括:
    按照预先定义的栏目类别对所述定制页面栏目进行分类统计;
    获取服务器预先配置的所述栏目类别与框架模板类型之间的对应关系;
    根据所述定制页面栏目所属的所述栏目类别以及所述栏目类别与框架模板类型之间的对应关系选择相匹配的页面模板。
  16. 根据权利要求13所述的服务器,其特征在于,所述定制页面栏目包括栏目标签和栏目详情页面的链接地址;
    所述处理器所执行的所述根据所述定制页面栏目和所述页面模板生成定制页面文件包括:
    建立所述栏目标签和所述栏目详情页面的链接地址之间的关联关系;
    根据关联所述链接地址的所述栏目标签和所述页面模板生成页面文件。
  17. 根据权利要求16所述的服务器,其特征在于,所述处理器所执行的所述根据关联所述链接地址的所述栏目标签和所述页面模板生成页面文件为:
    根据所述栏目标签和关联的所述栏目详情页面的连接地址生成定制页面栏目超链接,并将生成的所述定制页面栏目超链接插入至对应的所述页面模板的指定位置生成定制页面文件。
  18. 根据权利要求13-17任一项所述的服务器,其特征在于,在执行所述将所述栏目偏好度大于设定阈值的页面栏目作为定制页面栏目之后,所述处理器还执行以下步骤:
    当所述定制页面栏目的数量少于数量设定阈值时,获取最近设定时间长度内发布的最新页面栏目;
    所述处理器所执行的所述根据所述定制页面栏目查找与之相匹配的页面模板,所述页面模板是服务器预先定义的为:根据所述定制页面栏目和所述最新页面栏目查找相匹配的页面模板,所述页面模板是服务器预先定义的;
    所述处理器所执行的所述根据所述定制页面栏目和所述页面模板生成定制页面文件为:根据所述定制页面栏目、所述最新页面栏目以及相匹配的所述页面模板生成定制页面文件。
  19. 一个或多个存储有计算机可执行指令的非易失性可读存储介质,所述计算机可执行指令被一个或多个处理器执行,使得所述一个或多个处理器执行以下步骤:
    获取终端发送的定制页面展示请求;
    提取所述定制页面展示请求中携带的用户标识,获取预先计算的所述用户标识下用户对每个页面栏目的栏目偏好度,其中,所述栏目偏好度是通过统计分析用户对每个所述页面栏目的历史行为数据得到的;
    将所述页面栏目中用户的栏目偏好度大于设定阈值的页面栏目作为定制页面栏目;
    根据所述定制页面栏目查找与之相匹配的页面模板,所述页面模板是服务器预先定义的;
    根据所述定制页面栏目和所述页面模板生成定制页面文件;及
    将生成的所述定制页面文件推送至所述终端展示。
  20. 根据权利要求19所述的非易失性可读存储介质,其特征在于,所述处理器还执行如下步骤:
    获取页面日志记录,提取所述页面日志记录中用户对每个页面栏目的用户行为信息;
    确定所述用户行为信息中每个用户行为对应的用户行为类型信息,根据服务器预先为每个所述用户行为类型信息配置的偏好度贡献权重,得到每个所述用户行为的偏好度贡献权重;
    根据所述用户行为信息和每个所述用户行为的偏好度贡献权重计算用户对每个所述页面栏目的栏目偏好度。
  21. 根据权利要求19所述的非易失性可读存储介质,其特征在于,所述处理器所执行的所述根据所述定制页面栏目查找与之相匹配的页面模板,所述页面模板是服务器预先定义包括:
    按照预先定义的栏目类别对所述定制页面栏目进行分类统计;
    获取服务器预先配置的所述栏目类别与框架模板类型之间的对应关系;
    根据所述定制页面栏目所属的所述栏目类别以及所述栏目类别与框架模板类型之间的对应关系选择相匹配的页面模板。
  22. 根据权利要求19所述的非易失性可读存储介质,其特征在于,所述定制页面栏目包括栏目标签和栏目详情页面的链接地址;
    所述处理器所执行的所述根据所述定制页面栏目和所述页面模板生成定制页面文件包括:
    建立所述栏目标签和所述栏目详情页面的链接地址之间的关联关系;
    根据关联所述链接地址的所述栏目标签和所述页面模板生成页面文件。
  23. 根据权利要求22所述的非易失性可读存储介质,其特征在于,所述处理器所执行的所述根据关联所述链接地址的所述栏目标签和所述页面模板生成页面文件为:
    根据所述栏目标签和关联的所述栏目详情页面的连接地址生成定制页面栏目超链接,并将生成的所述定制页面栏目超链接插入至对应的所述页面模板的指定位置生成定制页面文件。
  24. 根据权利要求19-23任一项所述的非易失性可读存储介质,其特征在于,在执行所述将所述栏目偏好度大于设定阈值的页面栏目作为定制页面栏目之后,所述处理器还执行如下步骤:
    当所述定制页面栏目的数量少于数量设定阈值时,获取最近设定时间长度内发布的最新页面栏目;
    所述处理器所执行的所述根据所述定制页面栏目查找与之相匹配的页面模板,所述页面模板是服务器预先定义的为:根据所述定制页面栏目和所述最新页面栏目查找相匹配的页面模板,所述页面模板是服务器预先定义的;
    所述处理器所执行的所述根据所述定制页面栏目和所述页面模板生成定制页面文件为:根据所述定制页面栏目、所述最新页面栏目以及相匹配的所述页面模板生成定制页面文件。
PCT/CN2017/091058 2016-12-20 2017-06-30 页面展示方法、装置、服务器和存储介质 WO2018113241A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019552322A JP6848085B2 (ja) 2016-12-20 2017-06-30 ページ表示プログラム、装置、サーバー及び記憶媒体

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201611188033.9 2016-12-20
CN201611188033.9A CN106682144B (zh) 2016-12-20 2016-12-20 页面展示方法和装置

Publications (1)

Publication Number Publication Date
WO2018113241A1 true WO2018113241A1 (zh) 2018-06-28

Family

ID=58870750

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/091058 WO2018113241A1 (zh) 2016-12-20 2017-06-30 页面展示方法、装置、服务器和存储介质

Country Status (3)

Country Link
JP (1) JP6848085B2 (zh)
CN (1) CN106682144B (zh)
WO (1) WO2018113241A1 (zh)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109492884A (zh) * 2018-10-25 2019-03-19 平安科技(深圳)有限公司 合规风险信息展示方法、装置、计算机设备及存储介质
CN109902255A (zh) * 2019-02-27 2019-06-18 百度在线网络技术(北京)有限公司 页面混合浏览记录生成方法、装置、设备和存储介质
CN110223133A (zh) * 2019-04-23 2019-09-10 平安科技(深圳)有限公司 产品展示方法、装置、计算机设备和存储介质
CN110442852A (zh) * 2019-07-24 2019-11-12 深圳市华阳国际工程造价咨询有限公司 目标成本的编制方法、存储介质及其智能终端
CN110490538A (zh) * 2019-07-04 2019-11-22 平安科技(深圳)有限公司 信息链生成方法、装置、计算机设备和存储介质
CN111026964A (zh) * 2019-12-04 2020-04-17 掌阅科技股份有限公司 榜单页面的展示方法、电子设备及计算机存储介质
CN111352624A (zh) * 2018-12-20 2020-06-30 阿里巴巴集团控股有限公司 界面展示方法、信息处理方法及装置
CN111382382A (zh) * 2018-12-28 2020-07-07 深圳市优必选科技有限公司 数据的展示方法、装置、计算机设备和存储介质
CN111506643A (zh) * 2019-01-31 2020-08-07 北京沃东天骏信息技术有限公司 用于生成信息的方法、装置和系统
CN111611515A (zh) * 2020-04-11 2020-09-01 上海淇玥信息技术有限公司 一种页面展示方法、装置和电子设备
CN111818114A (zh) * 2019-04-12 2020-10-23 财付通支付科技有限公司 信息分享方法和装置
CN112000329A (zh) * 2020-09-11 2020-11-27 支付宝(杭州)信息技术有限公司 一种数据展示方法、装置、设备及介质
CN112015976A (zh) * 2020-07-24 2020-12-01 上海淇玥信息技术有限公司 一种页面数据发送方法、装置和电子设备
CN112085571A (zh) * 2020-09-10 2020-12-15 北京嘀嘀无限科技发展有限公司 一种订单页面的展示方法、装置、计算机设备和介质
CN112579935A (zh) * 2019-09-27 2021-03-30 百度在线网络技术(北京)有限公司 页面显示方法、装置及设备
CN112685111A (zh) * 2020-12-25 2021-04-20 百果园技术(新加坡)有限公司 一种控件数据处理方法及相关设备
WO2023207202A1 (zh) * 2022-04-28 2023-11-02 广东电网有限责任公司东莞供电局 创建网络配置模板及网络配置的方法、装置和设备
CN117520627A (zh) * 2023-10-18 2024-02-06 广州汉申信息科技有限公司 项目检索数据处理方法及装置
WO2024087752A1 (zh) * 2022-10-24 2024-05-02 中兴通讯股份有限公司 用户偏好分析方法及装置

Families Citing this family (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106682144B (zh) * 2016-12-20 2018-07-13 深圳壹账通智能科技有限公司 页面展示方法和装置
CN110147505A (zh) * 2017-08-24 2019-08-20 北京国双科技有限公司 一种页面展示方法、服务器及存储介质
CN107844545A (zh) * 2017-10-27 2018-03-27 上海京颐科技股份有限公司 在界面中展示文件的方法及装置、存储介质、终端
CN107798102A (zh) * 2017-10-30 2018-03-13 北京金堤科技有限公司 一种页面展示方法及装置
CN108121803B (zh) * 2017-12-22 2022-01-18 维沃移动通信有限公司 一种确定页面布局的方法和服务器
CN109460494A (zh) * 2018-09-18 2019-03-12 广州神马移动信息科技有限公司 一种问答页面的展示方法、装置和设备/终端/服务器
CN109343851A (zh) * 2018-09-26 2019-02-15 中国平安人寿保险股份有限公司 页面生成方法、装置、计算机设备和存储介质
CN111352623B (zh) * 2018-12-20 2023-05-26 阿里巴巴集团控股有限公司 页面生成方法及装置
CN111381909B (zh) * 2018-12-27 2022-03-04 北京字节跳动网络技术有限公司 一种页面展示方法、装置、终端设备及存储介质
CN109857501B (zh) * 2019-01-16 2023-02-03 中国平安人寿保险股份有限公司 一种app的页面展示方法、装置、存储介质和服务器
CN111597485B (zh) * 2019-02-21 2023-05-02 北京易数科技有限公司 信息呈现方法和装置
CN110297672B (zh) * 2019-05-22 2022-08-16 深圳壹账通智能科技有限公司 页面动态生成方法、装置、计算机设备及存储介质
CN110716775B (zh) * 2019-08-22 2023-02-17 熵易科技有限公司 一种溯源模板配置方法、电子设备、存储介质及系统
CN111190591B (zh) * 2019-09-06 2022-02-01 腾讯科技(深圳)有限公司 界面展示方法、数据处理方法、装置、终端及服务器
CN110704787A (zh) * 2019-10-15 2020-01-17 支付宝(杭州)信息技术有限公司 一种页面模板配置方法、装置和电子设备
CN112764747A (zh) * 2019-11-05 2021-05-07 广州凡科互联网科技股份有限公司 一种其他类页面展示模板的排序方式
CN111046629B (zh) * 2019-12-16 2022-03-01 北大方正集团有限公司 大纲显示方法、装置及设备
CN111125600A (zh) * 2019-12-24 2020-05-08 珠海大横琴科技发展有限公司 应用主页发布方法、装置、电子设备及存储介质
CN111338724A (zh) * 2020-02-11 2020-06-26 北京三快在线科技有限公司 页面配置方法、装置、电子设备和计算机可读介质
CN113449233A (zh) * 2020-03-27 2021-09-28 华为技术有限公司 详情页的处理方法、装置、系统、电子设备和存储介质
CN112579236A (zh) * 2020-12-17 2021-03-30 文思海辉智科科技有限公司 功能按钮显示方法、装置、计算机设备和存储介质
CN112734165A (zh) * 2020-12-18 2021-04-30 中国平安财产保险股份有限公司 智能化的功能展示方法、装置、设备及存储介质
CN113158102A (zh) * 2021-02-23 2021-07-23 北京三快在线科技有限公司 页面配置方法、装置、电子设备和计算机可读介质
CN113050939A (zh) * 2021-03-24 2021-06-29 上海哔哩哔哩科技有限公司 页面生成方法及装置
CN113434122A (zh) * 2021-06-29 2021-09-24 平安普惠企业管理有限公司 多角色页面创建方法、装置、服务器及可读存储介质

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103268360A (zh) * 2013-06-06 2013-08-28 百度在线网络技术(北京)有限公司 搜索引擎及通过其进行影视类视频推荐的方法和系统
CN103544188A (zh) * 2012-07-17 2014-01-29 中国移动通信集团广东有限公司 移动互联网内容的用户偏好推送方法与装置
CN103631801A (zh) * 2012-08-23 2014-03-12 阿里巴巴集团控股有限公司 一种提供商品信息的方法及装置
US9298763B1 (en) * 2013-03-06 2016-03-29 Google Inc. Methods for providing a profile completion recommendation module
CN105450586A (zh) * 2014-07-24 2016-03-30 阿里巴巴集团控股有限公司 信息推送方法、系统、服务器及客户端
CN106095842A (zh) * 2016-06-01 2016-11-09 腾讯科技(深圳)有限公司 在线课程搜索方法和装置
CN106682144A (zh) * 2016-12-20 2017-05-17 上海亿账通互联网科技有限公司 页面展示方法和装置

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10307845A (ja) * 1997-05-01 1998-11-17 Nippon Telegr & Teleph Corp <Ntt> 閲覧支援装置およびその方法
JP2003132086A (ja) * 2001-10-26 2003-05-09 Megafusion Corp ウェブページ動的生成システム
CN101561825B (zh) * 2009-06-02 2012-11-07 北京迈朗世讯科技有限公司 媒体技术平台系统、数据采集系统和网络内容提供方法
CN101854346A (zh) * 2010-03-16 2010-10-06 北京创毅视讯科技有限公司 一种移动多媒体广播与互联网业务融合的系统和方法
CN102346894B (zh) * 2010-08-03 2017-03-01 阿里巴巴集团控股有限公司 推荐信息的输出方法、系统及服务器
CN102629173A (zh) * 2012-02-28 2012-08-08 无锡丽格光电科技有限公司 电容式触摸屏分解回收方法
CN105117474B (zh) * 2012-06-27 2019-03-05 北京奇虎科技有限公司 在网页的阅读模式中进行推荐信息加载的方法和装置
TW201709122A (zh) * 2012-07-19 2017-03-01 菲絲博克公司 以計算機實現的方法及計算機程式產品
JP2016004375A (ja) * 2014-06-16 2016-01-12 ソニー株式会社 表示制御装置、表示制御方法及びコンピュータプログラム
CN104244032B (zh) * 2014-09-11 2016-03-30 腾讯科技(深圳)有限公司 推送多媒体数据的方法和装置

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544188A (zh) * 2012-07-17 2014-01-29 中国移动通信集团广东有限公司 移动互联网内容的用户偏好推送方法与装置
CN103631801A (zh) * 2012-08-23 2014-03-12 阿里巴巴集团控股有限公司 一种提供商品信息的方法及装置
US9298763B1 (en) * 2013-03-06 2016-03-29 Google Inc. Methods for providing a profile completion recommendation module
CN103268360A (zh) * 2013-06-06 2013-08-28 百度在线网络技术(北京)有限公司 搜索引擎及通过其进行影视类视频推荐的方法和系统
CN105450586A (zh) * 2014-07-24 2016-03-30 阿里巴巴集团控股有限公司 信息推送方法、系统、服务器及客户端
CN106095842A (zh) * 2016-06-01 2016-11-09 腾讯科技(深圳)有限公司 在线课程搜索方法和装置
CN106682144A (zh) * 2016-12-20 2017-05-17 上海亿账通互联网科技有限公司 页面展示方法和装置

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109492884B (zh) * 2018-10-25 2024-05-07 平安科技(深圳)有限公司 合规风险信息展示方法、装置、计算机设备及存储介质
CN109492884A (zh) * 2018-10-25 2019-03-19 平安科技(深圳)有限公司 合规风险信息展示方法、装置、计算机设备及存储介质
CN111352624A (zh) * 2018-12-20 2020-06-30 阿里巴巴集团控股有限公司 界面展示方法、信息处理方法及装置
CN111382382B (zh) * 2018-12-28 2023-12-01 深圳市优必选科技有限公司 数据的展示方法、装置、计算机设备和存储介质
CN111382382A (zh) * 2018-12-28 2020-07-07 深圳市优必选科技有限公司 数据的展示方法、装置、计算机设备和存储介质
CN111506643B (zh) * 2019-01-31 2023-09-29 北京沃东天骏信息技术有限公司 用于生成信息的方法、装置和系统
CN111506643A (zh) * 2019-01-31 2020-08-07 北京沃东天骏信息技术有限公司 用于生成信息的方法、装置和系统
CN109902255A (zh) * 2019-02-27 2019-06-18 百度在线网络技术(北京)有限公司 页面混合浏览记录生成方法、装置、设备和存储介质
CN111818114A (zh) * 2019-04-12 2020-10-23 财付通支付科技有限公司 信息分享方法和装置
CN110223133B (zh) * 2019-04-23 2024-03-08 平安科技(深圳)有限公司 产品展示方法、装置、计算机设备和存储介质
CN110223133A (zh) * 2019-04-23 2019-09-10 平安科技(深圳)有限公司 产品展示方法、装置、计算机设备和存储介质
CN110490538B (zh) * 2019-07-04 2023-08-22 平安科技(深圳)有限公司 信息链生成方法、装置、计算机设备和存储介质
CN110490538A (zh) * 2019-07-04 2019-11-22 平安科技(深圳)有限公司 信息链生成方法、装置、计算机设备和存储介质
CN110442852A (zh) * 2019-07-24 2019-11-12 深圳市华阳国际工程造价咨询有限公司 目标成本的编制方法、存储介质及其智能终端
CN110442852B (zh) * 2019-07-24 2023-02-03 深圳市华阳国际工程造价咨询有限公司 目标成本的编制方法、存储介质及其智能终端
CN112579935B (zh) * 2019-09-27 2023-10-03 百度在线网络技术(北京)有限公司 页面显示方法、装置及设备
CN112579935A (zh) * 2019-09-27 2021-03-30 百度在线网络技术(北京)有限公司 页面显示方法、装置及设备
CN111026964B (zh) * 2019-12-04 2023-04-21 掌阅科技股份有限公司 榜单页面的展示方法、电子设备及计算机存储介质
CN111026964A (zh) * 2019-12-04 2020-04-17 掌阅科技股份有限公司 榜单页面的展示方法、电子设备及计算机存储介质
CN111611515B (zh) * 2020-04-11 2023-03-21 上海淇玥信息技术有限公司 一种页面展示方法、装置和电子设备
CN111611515A (zh) * 2020-04-11 2020-09-01 上海淇玥信息技术有限公司 一种页面展示方法、装置和电子设备
CN112015976A (zh) * 2020-07-24 2020-12-01 上海淇玥信息技术有限公司 一种页面数据发送方法、装置和电子设备
CN112085571A (zh) * 2020-09-10 2020-12-15 北京嘀嘀无限科技发展有限公司 一种订单页面的展示方法、装置、计算机设备和介质
CN112000329B (zh) * 2020-09-11 2023-09-05 支付宝(杭州)信息技术有限公司 一种数据展示方法、装置、设备及介质
CN112000329A (zh) * 2020-09-11 2020-11-27 支付宝(杭州)信息技术有限公司 一种数据展示方法、装置、设备及介质
CN112685111A (zh) * 2020-12-25 2021-04-20 百果园技术(新加坡)有限公司 一种控件数据处理方法及相关设备
WO2023207202A1 (zh) * 2022-04-28 2023-11-02 广东电网有限责任公司东莞供电局 创建网络配置模板及网络配置的方法、装置和设备
WO2024087752A1 (zh) * 2022-10-24 2024-05-02 中兴通讯股份有限公司 用户偏好分析方法及装置
CN117520627A (zh) * 2023-10-18 2024-02-06 广州汉申信息科技有限公司 项目检索数据处理方法及装置
CN117520627B (zh) * 2023-10-18 2024-04-26 广州汉申信息科技有限公司 项目检索数据处理方法及装置

Also Published As

Publication number Publication date
CN106682144B (zh) 2018-07-13
CN106682144A (zh) 2017-05-17
JP6848085B2 (ja) 2021-03-24
JP2020503629A (ja) 2020-01-30

Similar Documents

Publication Publication Date Title
WO2018113241A1 (zh) 页面展示方法、装置、服务器和存储介质
JP6487201B2 (ja) 推奨ページを生成するための方法及び装置
WO2019085355A1 (zh) 互联网新闻的舆情聚类分析方法、应用服务器及计算机可读存储介质
WO2015003480A1 (zh) 一种社交媒体中的信息推荐方法和装置
US10311120B2 (en) Method and apparatus for identifying webpage type
WO2007071143A1 (fr) Procédé et appareil destinés à émettre des informations réseau
US20140095308A1 (en) Advertisement distribution apparatus and advertisement distribution method
CN108881339A (zh) 推送方法、用户标签的生成方法、装置及设备
US10834105B2 (en) Method and apparatus for identifying malicious website, and computer storage medium
WO2013170643A1 (zh) 社交网络节点分组方法和装置、计算机存储介质
US20160140130A1 (en) Method of Naming Query Clusters
JP2013125468A (ja) 広告配信装置
WO2021068681A1 (zh) 标签分析方法、装置及计算机可读存储介质
WO2017107367A1 (zh) 用户标识处理的方法、终端和非易失性计算可读存储介质
US11392589B2 (en) Multi-vertical entity-based search system
US10491606B2 (en) Method and apparatus for providing website authentication data for search engine
JP4905249B2 (ja) ブックマークサービス方法およびブックマークサービスサーバ
BR112013004595B1 (pt) dispositivo e método de processamento de informação, e, meio legível por computador
TW201627880A (zh) 服務搜索系統及方法
CN107622125B (zh) 一种信息爬取方法和装置、电子设备
JP2020129239A (ja) 投稿分析システム、投稿分析装置および投稿分析方法
WO2020062655A1 (zh) 爬虫识别方法、装置、设备及非易失性可读存储介质
CN103577578B (zh) 一种标记文件解析方法和装置
CN103714117B (zh) 网页表单识别方法
US11824952B2 (en) Method of filtering data traffic sent to a user device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17883059

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2019552322

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC , EPO FORM 1205A DATED 18.10.19.

122 Ep: pct application non-entry in european phase

Ref document number: 17883059

Country of ref document: EP

Kind code of ref document: A1