CN112807697A - List generation method and device, electronic equipment and storage medium - Google Patents

List generation method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN112807697A
CN112807697A CN202110120113.5A CN202110120113A CN112807697A CN 112807697 A CN112807697 A CN 112807697A CN 202110120113 A CN202110120113 A CN 202110120113A CN 112807697 A CN112807697 A CN 112807697A
Authority
CN
China
Prior art keywords
list
target
elements
data source
list elements
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110120113.5A
Other languages
Chinese (zh)
Inventor
张济
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Dajia Internet Information Technology Co Ltd
Original Assignee
Beijing Dajia Internet Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Dajia Internet Information Technology Co Ltd filed Critical Beijing Dajia Internet Information Technology Co Ltd
Priority to CN202110120113.5A priority Critical patent/CN112807697A/en
Publication of CN112807697A publication Critical patent/CN112807697A/en
Priority to PCT/CN2021/115461 priority patent/WO2022160702A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/70Game security or game management aspects
    • A63F13/79Game security or game management aspects involving player-related data, e.g. identities, accounts, preferences or play histories
    • A63F13/798Game security or game management aspects involving player-related data, e.g. identities, accounts, preferences or play histories for assessing skills or for ranking players, e.g. for generating a hall of fame
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/50Controlling the output signals based on the game progress
    • A63F13/52Controlling the output signals based on the game progress involving aspects of the displayed game scene

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Computer Security & Cryptography (AREA)
  • General Business, Economics & Management (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The method comprises the steps of responding to a display request of a target list sent by a target terminal, determining list configuration information of the target list, wherein the list configuration information represents display control information of list elements corresponding to a plurality of data sources of the target list; acquiring target list elements corresponding to the target terminal based on the list configuration information; acquiring a target ranking parameter corresponding to the target list element; and sequencing the target list elements based on the target sequencing parameters to generate a target list. By using the embodiment of the disclosure, the sequencing complexity can be greatly reduced, the reusability is improved, and the waste of service resources is avoided.

Description

List generation method and device, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a list generation method and apparatus, an electronic device, and a storage medium.
Background
The list is used as an important information source of an internet platform and widely applied to a large number of application scenes, such as a game grade list, a news hotspot list and the like. The ranking and display rules of the list can change along with the change of business scenes, and the list elements in the list come from various different data sources. In the related technology, in the aspect of sorting, list elements corresponding to a plurality of data sources are respectively obtained and then sorted according to respective corresponding sorting parameters; in this way, the data sources can be sorted according to their effective elements. However, in the list generation manner in the related art, different data sources often correspond to the same ranking parameters, so that request redundancy is caused, and service resources are wasted; and the ranking complexity of the list elements corresponding to different data sources is high, and the reusability is poor.
Disclosure of Invention
The present disclosure provides a list generation method, an apparatus, an electronic device, and a storage medium, so as to at least solve the problems of high ranking complexity, poor reusability, and waste of service resources in the related art. The technical scheme of the disclosure is as follows:
according to a first aspect of the embodiments of the present disclosure, a list generation method is provided, including:
determining list configuration information of a target list in response to a display request of the target list sent by a target terminal, wherein the list configuration information represents display control information of list elements corresponding to a plurality of data sources of the target list;
acquiring target list elements corresponding to the target terminal based on the list configuration information;
acquiring a target ranking parameter corresponding to the target list element;
and ranking the target list elements based on the target ranking parameters to generate the target list.
Optionally, the plurality of data sources include a target data source and a non-target data source, and the list configuration information includes presentation priorities of the plurality of data sources and preset presentation conditions of the non-target data source; the obtaining of the target list element corresponding to the target terminal based on the list configuration information includes:
acquiring a list element corresponding to the target terminal in the target data source;
under the condition that the obtained list elements do not meet the preset display condition of a next data source, obtaining the list elements corresponding to the target terminal in the next data source, wherein the next data source is a non-target data source with the display priority at one level behind the current data source, and the current data source is a data source with the lowest display priority in the data sources corresponding to the obtained list elements;
and under the condition that the acquired list elements meet the preset display conditions of the next data source, determining the target list elements based on the acquired list elements.
Optionally, the determining the target list element based on the obtained list elements includes:
acquiring target behavior information of an object corresponding to the acquired list elements;
and screening the acquired list elements based on the target behavior information to obtain the target list elements.
Optionally, the target data source includes a first target data source and a second target data source, and the determining the target list elements based on the obtained list elements includes:
acquiring target behavior information of an object corresponding to the acquired list elements;
dividing the list elements corresponding to the target data sources based on the target behavior information to obtain a first list element corresponding to the first target data source and a second list element corresponding to the second target data source;
screening the list elements corresponding to the non-target data sources based on the target behavior information to obtain screened list elements corresponding to the non-target data sources;
and taking the first list element, the second list element and the screened list elements as the target list elements.
Optionally, before the obtaining of the target behavior information of the object corresponding to the obtained list element, the method further includes:
carrying out duplicate removal processing on the acquired list elements to obtain the duplicate removed list elements;
the obtaining of the target behavior information of the object corresponding to the obtained list element includes:
and acquiring target behavior information of the list object corresponding to the list elements after the duplication removal.
Optionally, the target list elements include multiple list elements, and the obtaining of the target ranking parameters corresponding to the target list elements includes:
determining the sort parameter type of the data source corresponding to each list element;
performing deduplication processing on ranking parameter types corresponding to the plurality of list elements to obtain target ranking parameter types corresponding to the plurality of list elements;
and acquiring the target sorting parameter based on the type of the target sorting parameter.
Optionally, the target list elements include multiple list elements, and the ranking the target list elements based on the target ranking parameter and generating the target list include:
grouping the plurality of list elements according to data sources corresponding to the plurality of list elements to obtain a plurality of list element groups;
determining a sub-ranking parameter corresponding to each list element group from the target ranking parameters;
ranking the list elements in each list element group according to the sub-ranking parameters corresponding to each list element group to obtain a list element sequence corresponding to each list element group;
and generating the target list based on the list element sequence.
Optionally, the generating the target list based on the list element sequence includes:
acquiring display priorities of data sources corresponding to the plurality of list element groups from the list configuration information;
and based on the display priority of the data sources corresponding to the plurality of list element groups, performing descending order on the list element sequences corresponding to the plurality of list element groups to obtain the target list.
Optionally, before the performing the descending order of the list element sequences corresponding to the multiple list element groups based on the presentation priorities of the data sources corresponding to the multiple list element groups to obtain the target list, the method further includes:
acquiring an element upper limit threshold corresponding to a last-level data source in the data sources corresponding to the plurality of list element groups from the list configuration information, wherein the last-level data source is a data source with the lowest display priority in the data sources corresponding to the plurality of list element groups;
under the condition that the number of list elements in the list element group corresponding to the last-level data source is larger than the element online threshold value, filtering the list element group corresponding to the last-level data source to obtain a filtered list element group;
the performing descending ranking on the list element sequences corresponding to the plurality of list element groups based on the display priorities of the data sources corresponding to the plurality of list element groups to obtain the target list comprises:
based on the display priorities of the data sources corresponding to the plurality of list element groups, performing descending order sorting on the list element sequences corresponding to the filtered list element groups and the non-final list element group to obtain the target list, wherein the non-final list element group is a list element group except for the list element group corresponding to the final data source in the plurality of list element groups.
According to a second aspect of the embodiments of the present disclosure, there is provided a list generation apparatus including:
the list configuration information determining module is configured to execute a display request of a target list sent by a target terminal, and determine list configuration information of the target list, wherein the list configuration information represents display control information of list elements corresponding to a plurality of data sources of the target list;
the target list element acquisition module is configured to execute acquisition of target list elements corresponding to the target terminal based on the list configuration information;
a target ranking parameter obtaining module configured to perform obtaining of a target ranking parameter corresponding to the target list element;
and the target list generating module is configured to perform sorting on the target list elements based on the target sorting parameters to generate the target list.
Optionally, the plurality of data sources include a target data source and a non-target data source, and the list configuration information includes presentation priorities of the plurality of data sources and preset presentation conditions of the non-target data source; the target list element acquisition module comprises:
a first list element obtaining unit configured to perform obtaining of a list element corresponding to the target terminal in the target data source;
the second list element acquiring unit is configured to acquire a list element corresponding to the target terminal in a next data source under the condition that the acquired list element does not meet a preset display condition of the next data source, wherein the next data source is a non-target data source with a display priority at a level behind a current data source, and the current data source is a data source with a lowest display priority in the data sources corresponding to the acquired list element;
and the target list element determining unit is configured to determine the target list elements based on the acquired list elements under the condition that the acquired list elements meet the preset display condition of the next data source.
Optionally, the target list element determining unit includes:
a first target behavior information acquisition unit configured to perform acquisition of target behavior information of an object corresponding to the acquired list element;
the first list element screening unit is configured to perform screening on the acquired list elements based on the target behavior information to obtain the target list elements.
Optionally, the target data sources include a first target data source and a second target data source, and the target list element determining unit includes:
a second target behavior information obtaining unit configured to perform obtaining of target behavior information of the object corresponding to the obtained list element;
a list element dividing unit configured to perform division of the list elements corresponding to the target data sources based on the target behavior information to obtain a first list element corresponding to the first target data source and a second list element corresponding to the second target data source;
the second list element screening unit is configured to perform screening on the list elements corresponding to the non-target data sources based on the target behavior information to obtain screened list elements corresponding to the non-target data sources;
a target list element determining subunit configured to execute the first list element, the second list element and the filtered list elements as the target list elements.
Optionally, the target list element determining unit further includes:
a first duplicate removal processing unit, configured to perform duplicate removal processing on the obtained list elements before the obtaining of the target behavior information of the object corresponding to the obtained list elements, so as to obtain the duplicate removed list elements;
the obtaining of the target behavior information of the object corresponding to the obtained list element includes:
and acquiring target behavior information of the list object corresponding to the list elements after the duplication removal.
Optionally, the target list elements include multiple list elements, and the target ranking parameter obtaining module includes:
the ranking parameter type determining unit is configured to determine the ranking parameter type of the data source corresponding to each list element;
the second deduplication processing unit is configured to perform deduplication processing on ranking parameter types corresponding to the plurality of list elements to obtain target ranking parameter types corresponding to the plurality of list elements;
a target sorting parameter obtaining unit configured to perform obtaining the target sorting parameter based on the target sorting parameter type.
Optionally, the target list elements include multiple list elements, and the target list generating module includes:
the list element grouping unit is configured to perform grouping on the plurality of list elements according to the data sources corresponding to the plurality of list elements to obtain a plurality of list element groups;
a sub ranking parameter determining unit configured to perform determination of a sub ranking parameter corresponding to each list element group from the target ranking parameters;
the ranking unit is configured to perform ranking on the list elements in each list element group according to the sub-ranking parameters corresponding to each list element group, so as to obtain a list element sequence corresponding to each list element group;
a target list generating unit configured to perform generating the target list based on the list element sequence.
Optionally, the target list generating unit includes:
the showing priority obtaining unit is configured to obtain showing priorities of the data sources corresponding to the plurality of list element groups from the list configuration information;
the descending ranking unit is configured to perform descending ranking on the list element sequences corresponding to the plurality of list element groups based on the display priority of the data sources corresponding to the plurality of list element groups, so as to obtain the target list.
Optionally, the target list generating unit further includes:
an upper limit threshold obtaining unit, configured to perform, before the target list is obtained by performing descending ranking on the list element sequences corresponding to the plurality of list element groups based on the presentation priorities of the data sources corresponding to the plurality of list element groups, obtain, from the list configuration information, an element upper limit threshold corresponding to a last-level data source in the data sources corresponding to the plurality of list element groups, where the last-level data source is a data source with a lowest presentation priority in the data sources corresponding to the plurality of list element groups;
the list element filtering unit is configured to filter the list element group corresponding to the last-level data source to obtain a filtered list element group under the condition that the number of list elements in the list element group corresponding to the last-level data source is greater than the on-line threshold of the elements;
the descending ranking unit is further configured to perform descending ranking on the list element sequences corresponding to the filtered list element groups and non-final list element groups based on the display priorities of the data sources corresponding to the plurality of list element groups to obtain the target list, wherein the non-final list element groups are list element groups except the list element group corresponding to the final data source in the plurality of list element groups.
According to a third aspect of the embodiments of the present disclosure, there is provided an electronic apparatus including: a processor; a memory for storing the processor-executable instructions; wherein the processor is configured to execute the instructions to implement the method of any of the first aspects above.
According to a fourth aspect of embodiments of the present disclosure, there is provided a computer-readable storage medium, wherein instructions, when executed by a processor of an electronic device, enable the electronic device to perform the method of any one of the first aspects of the embodiments of the present disclosure.
According to a fifth aspect of the embodiments of the present disclosure, there is provided a computer program product containing instructions which, when run on a computer, cause the computer to perform the method of any one of the first aspects of the embodiments of the present disclosure.
The technical scheme provided by the embodiment of the disclosure at least brings the following beneficial effects:
in the process of generating the list, the configurability and reusability of the list can be greatly improved by combining the list configuration information of the display control information of the list elements corresponding to the plurality of data sources which can represent the target list; the list information corresponding to the multiple data sources is acquired at one time based on the list configuration information, so that the list information acquisition efficiency is greatly improved; after list information corresponding to a plurality of data sources is obtained, corresponding target ranking parameters are obtained at one time, so that the redundancy of ranking parameter requests can be avoided, and the waste of service resources is saved; and after the target sorting parameters are obtained, the list elements of the multiple data sources are sorted in a unified manner, so that the sorting complexity can be greatly reduced.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and, together with the description, serve to explain the principles of the disclosure and are not to be construed as limiting the disclosure.
FIG. 1 is a schematic diagram illustrating an application environment in accordance with an exemplary embodiment.
FIG. 2 is a flow diagram illustrating a method of list generation in accordance with an exemplary embodiment;
fig. 3 is a schematic flow chart illustrating a process of obtaining a target list element corresponding to a target terminal based on list configuration information according to an exemplary embodiment;
FIG. 4 is a diagram illustrating a flow of determining a target list element based on acquired list elements in accordance with an exemplary embodiment;
FIG. 5 is a flow diagram illustrating a method for obtaining a target ranking parameter corresponding to a target list element in accordance with an exemplary embodiment;
FIG. 6 illustrates a flow diagram for ranking target list elements based on a target ranking parameter to generate a target list in accordance with an exemplary embodiment;
FIG. 7 is a diagram illustrating a goal list according to an example embodiment;
FIG. 8 is a block diagram illustrating a list generation apparatus in accordance with an exemplary embodiment;
FIG. 9 is a block diagram illustrating an electronic device for list generation in accordance with an example embodiment.
Detailed Description
In order to make the technical solutions of the present disclosure better understood by those of ordinary skill in the art, the technical solutions in the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the above-described drawings are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the disclosure described herein are capable of operation in sequences other than those illustrated or otherwise described herein. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
Referring to fig. 1, fig. 1 is a schematic diagram illustrating an application environment according to an exemplary embodiment, and as shown in fig. 1, the application environment may include a target terminal 01 and a server 02.
In an optional embodiment, the target terminal 01 may be used to provide a list presentation service to any user. Specifically, the target terminal 01 may include, but is not limited to, a smart phone, a desktop computer, a tablet computer, a notebook computer, a smart speaker, a digital assistant, an Augmented Reality (AR)/Virtual Reality (VR) device, a smart wearable device, and other types of electronic devices. Optionally, the operating system running on the electronic device may include, but is not limited to, an android system, an IOS system, linux, windows, and the like.
In an optional embodiment, the server 02 may provide a background service for the target terminal 01, and generate a target list requested by the target terminal. Specifically, the server 02 may be an independent physical server, a server cluster or a distributed system formed by a plurality of physical servers, or a cloud server providing basic cloud computing services such as a cloud service, a cloud database, cloud computing, a cloud function, cloud storage, a Network service, cloud communication, a middleware service, a domain name service, a security service, a CDN (Content Delivery Network), a big data and artificial intelligence platform, and the like.
In addition, it should be noted that fig. 1 shows only one application environment provided by the present disclosure, and in practical applications, other application environments may also be included, for example, more target terminals may be included.
In the embodiment of the present specification, the target terminal 01 and the server 02 may be directly or indirectly connected through wired or wireless communication, and the disclosure is not limited herein.
Fig. 2 is a flowchart illustrating a list generation method according to an exemplary embodiment, where the list generation method is used in an electronic device such as a server or an edge computing node, as shown in fig. 2, and includes the following steps.
In step S201, in response to a target list display request sent by a target terminal, list configuration information of the target list is determined.
In practical application, different types of lists are often corresponding to different service scenes of the same application; in this embodiment of the present specification, the corresponding list configuration information may be configured in advance for different types of lists according to actual application requirements. Optionally, the display request initiated by the target terminal may include a list identifier corresponding to a service scenario where the target terminal initiates the request (the list identifier may be used to distinguish different types of lists). Correspondingly, the list type requested by the target terminal (the list type corresponding to the target list) can be determined by combining the list identifier, and the list configuration information of the target list can be determined.
In this embodiment of the specification, the list configuration information may represent presentation control information of list elements corresponding to multiple data sources of the target list. In practical application, the list is information obtained by sorting a plurality of similar data, each item of data in the list can be used as a list element, the list elements can be different according to different objects corresponding to the data needing sorting in service requirements, and specifically, the list elements can be basic information of the objects corresponding to the data needing sorting in actual service. The plurality of data sources of the target list may include a source of an object corresponding to each item list element in the target list.
In a specific embodiment, the basic information of the corresponding object may include identification information of the object. In a specific embodiment, it is assumed that the target list is a user mutual help list corresponding to a certain game, the corresponding object may be a user, and correspondingly, the identification information of the object may include, but is not limited to, identification information of the user such as a nickname of the user.
In a specific embodiment, the rich list elements may be combined with the actual application, and correspondingly, the basic information of the corresponding object may further include information associated with the target list in the attribute information of the object. In a specific embodiment, the information associated with the target list in the attribute information of the object may include, but is not limited to, a game level of the user, and the like.
In a specific embodiment, it is assumed that the target list is a user mutual help list corresponding to a certain game, and accordingly, each item list element in the user mutual help list may be basic information corresponding to a certain user, and correspondingly, the object corresponding to the list element may be the user, and the multiple data sources of the target list may be sources of the user. In a particular embodiment, the sources of the users may include, but are not limited to, users who participate in the game and belong to users who are interested in each other, users who participate in the game and belong to fans, users who participate in the game and belong to recommended users (which may be determined in connection with a degree of association between users), and so on.
In another specific embodiment, assuming that the target list is an information recommendation list, each item list element in the information recommendation list may be basic information of the target recommendation information (information to be recommended), and accordingly, the corresponding object of the list element may be the target recommendation information, and the multiple data sources of the target list may be sources of the target recommendation information, and in a specific embodiment, the sources of the target recommendation information may include, but are not limited to, a user browsing information record, a user favorite information list, and the like.
In a specific embodiment, the plurality of data sources may include a target data source and a non-target data source, and specifically, the target data source may be a data source corresponding to a list element that is presented in the target list by default; the non-target data source may be a data source corresponding to a list element that will be presented in the target list under a preset presentation condition. Specifically, the target data source and the non-target data source can be divided according to the actual application requirement.
In a specific embodiment, taking a target list as a user mutual help list corresponding to a certain game as an example, assume that the corresponding multiple data sources include: users who participate in the game and belong to users who pay attention to each other, users who do not participate in the game and belong to users who pay attention to each other, users who participate in the game and belong to fans, and users who participate in the game and belong to recommended users. The users who participate in the game and belong to the users who pay attention to each other, the users who do not participate in the game and belong to the users who pay attention to each other can be target data sources, the users who participate in the game and belong to the fans, and the users who participate in the game and belong to the recommended users can be non-target data sources.
In the above embodiment, in the list generating process, the list configuration information of the presentation control information of the list elements corresponding to the plurality of data sources which can represent the target list is combined, so that the configurability and reusability of the list can be greatly improved.
In step S203, a target list element corresponding to the target terminal is acquired based on the list configuration information.
In a specific embodiment, the list configuration information may include presentation priorities of the plurality of data sources and preset presentation conditions of the non-target data sources; the display priority of the target data source in the plurality of data sources is a preset number (the preset number is consistent with the number of the target data sources) before the display priority of the plurality of data sources. Specifically, the presentation priorities of the multiple data sources may be set in combination with the importance levels of the list elements corresponding to different data sources in the practical application. Specifically, the importance of the list elements may be set according to the requirements in practical applications. Specifically, the importance degree of the list elements is in direct proportion to the display priority level of the data source.
In a specific embodiment, as shown in fig. 3, the obtaining of the target list element corresponding to the target terminal based on the list configuration information may include the following steps:
in step S2031, obtaining a list element corresponding to the target terminal in the target data source;
in step S2033, when the obtained list element does not satisfy the preset presentation condition of the next data source, the list element corresponding to the target terminal in the next data source is obtained, where the next data source may be a non-target data source with a presentation priority one level behind the current data source, and the current data source may be a data source with a presentation priority lowest among the data sources corresponding to the obtained list element.
In step S2035, in a case where the acquired list element satisfies the preset presentation condition of the next data source, the target list element is determined based on the acquired list element.
In a specific embodiment, since the list element corresponding to the target data source is displayed in the target list by default, the list element corresponding to the target terminal in the target data source can be directly acquired. Optionally, under the condition that there are multiple target data sources, the corresponding list elements may be sequentially obtained from top to bottom according to the display priorities of the multiple target data sources.
In a specific embodiment, after obtaining the list element corresponding to the target terminal in the target data source, the corresponding list element may be obtained by combining the preset display condition and the display priority of the non-target data source. Specifically, under the condition that the obtained list elements do not meet the preset showing condition of the next data source, the list elements corresponding to the target terminal in the next data source can be continuously obtained; until the acquired list elements meet the preset showing conditions of the next data source.
In an optional embodiment, the preset presentation condition of a certain non-target data source may be that the total number of the list elements corresponding to the data sources with presentation priorities higher than that of the non-target data source is less than or equal to a first preset threshold.
In another optional embodiment, the preset display condition of a certain non-target data source may be that the number of list elements corresponding to a certain target data source is less than or equal to a second preset threshold.
In addition, it should be noted that in the process of determining the number of the list elements, the list elements corresponding to one object may be counted once, the first preset threshold and the second preset threshold may be set according to the actual application requirement, and the preset display condition may be set according to the actual application requirement, which is not limited to the above.
In the above embodiment, in the process of obtaining the list information corresponding to the multiple data sources, the list elements are sequentially obtained by combining the display priorities of the multiple data sources and the preset display conditions of the non-target data sources, so that the effectiveness of the obtained list elements can be effectively ensured, and the obtaining speed of the list elements is improved.
In practical application, different data sources often correspond to different services; in this embodiment of the specification, the obtaining of the list element corresponding to the target terminal in any data source may include requesting, from the target service corresponding to the data source, the list element corresponding to the target terminal in the data source. In practical application, under the same service, the list elements under the service corresponding to different terminals are often different. In this embodiment, in the process of requesting the target service corresponding to the data source for the target terminal to obtain the corresponding target list element in the data source, the corresponding target list element may be obtained from the corresponding service by combining the identification information corresponding to the target terminal.
Specifically, the service corresponding to the data source may be a functional module in the server, and the service corresponding to a certain data source may be a functional module for processing the service corresponding to the data source. In an optional embodiment, the data source corresponding service may include a list self service and a service other than the list self service. Correspondingly, the target service corresponding to a certain data source may be a functional module for processing the services except the list service in the service corresponding to the data source.
In a specific embodiment, taking the user mutual help list corresponding to the certain game as the target list as an example, assuming that a certain data source includes users who participate in the game and are concerned with each other, and accordingly, participate in the game service corresponding to the game and pay attention to each other corresponding to the concerned service, because the game service belongs to the service of the target list itself, accordingly, the target service corresponding to the target data source may include the concerned service, and specifically, the concerned service may be a functional module that processes the concerned service among the users.
In a specific embodiment, when the target services corresponding to the two target data sources are the same, in the process of obtaining the list elements corresponding to the target terminal in the target data sources, the list elements corresponding to the target terminal obtained from the target services corresponding to the two target data sources may be used as the list elements corresponding to the target terminal in the two target data sources.
In a specific embodiment, it is assumed that the target data sources corresponding to the target list include users who participate in the game and are interested in each other, and users who do not participate in the game and are interested in each other, where target services corresponding to the users who participate in the game and are interested in each other and the users who do not participate in the game and are interested in each other are interested services, and accordingly, the list element corresponding to the target terminal acquired from the interested service may be used as the list element corresponding to the target terminal in the two target data sources.
In an optional embodiment, when a service other than the list service in the service corresponding to one data source is a plurality of services, in the process of acquiring the list elements corresponding to the target terminal in any data source, the services corresponding to the plurality of services may be combined to respectively acquire the list elements, and an intersection of the acquired list elements is taken as the list element corresponding to the target terminal in the data source.
In a specific embodiment, the determining the target list element based on the obtained list elements may include: acquiring target behavior information of an object corresponding to the acquired list elements; and screening the acquired list elements based on the target behavior information to obtain the target list elements.
Specifically, the target behavior information may be behavior information of whether the corresponding object participates in the activity corresponding to the target list. Specifically, the target behavior information may include participation and non-participation in the activity. Specifically, the obtained list elements are screened based on the target behavior information, and the obtaining of the target list elements may include screening the list elements with the target behavior information participating in the activity as the target list elements.
In the above embodiment, after the list information corresponding to the multiple data sources is acquired, the list information corresponding to the multiple data sources is integrally screened in combination with the target behavior information, so that the efficiency of acquiring the target list information can be greatly improved.
In another specific embodiment, as shown in fig. 4, the target data sources may include a first target data source and a second target data source, and accordingly, determining the target list elements based on the obtained list elements may include the following steps:
in step S401, target behavior information of an object corresponding to the acquired list element is acquired;
in step S403, dividing the list elements corresponding to the target data sources based on the target behavior information to obtain a first list element corresponding to the first target data source and a second list element corresponding to the second target data source;
in step S405, screening the list elements corresponding to the non-target data sources based on the target behavior information to obtain screened list elements corresponding to the non-target data sources;
in step S407, the first list element, the second list element, and the filtered list elements are used as target list elements;
in an optional embodiment, the first target data source and the second target data source may sequentially provide the target behavior information in the target data sources corresponding to the same target service as two data sources participating in the activity and the target behavior information as two data sources not participating in the activity.
In a particular embodiment, the presentation priority of the first target data source is higher than the presentation priority of the second target data source.
In the above embodiment, after the list information corresponding to the multiple data sources is acquired, the list information corresponding to the multiple data sources is integrally filtered and divided in combination with the target behavior information, so that the efficiency of acquiring the target list information can be greatly improved.
In an optional embodiment, since the list elements are derived from different data sources, the same list element may exist in different data sources, and accordingly, before obtaining the target behavior information of the object corresponding to the obtained list element, the method further includes:
carrying out duplicate removal processing on the acquired list elements to obtain the duplicate removed list elements;
correspondingly, the obtaining of the target behavior information of the object corresponding to the obtained list element may include:
and acquiring target behavior information of the list object corresponding to the list elements after duplication removal.
In the above embodiment, by performing deduplication processing on the obtained list elements, invalid list elements can be filtered, and meanwhile, the subsequent data processing efficiency can be greatly reduced, so that the list generation efficiency is improved.
In step S205, a target ranking parameter corresponding to the target list element is acquired.
In a specific embodiment, the target list elements may include a plurality of list elements, and accordingly, as shown in fig. 5, the acquiring the target ranking parameters corresponding to the target list elements includes:
in step S2051, determining a ranking parameter type of the data source corresponding to each list element;
in step S2053, performing deduplication processing on ranking parameter types corresponding to the multiple list elements to obtain target ranking parameter types corresponding to the multiple list elements;
in step S2055, a target sorting parameter is acquired based on the type of the target sorting parameter.
In a specific embodiment, the type of the sorting parameter of the data source may be a type of at least one sorting parameter corresponding to the data source. Optionally, different data sources may correspond to different types of sorting parameters, and may also correspond to the same type of sorting parameters. Specifically, the ranking parameter corresponding to any data source may be used to rank the list elements corresponding to the data source. In a particular embodiment, where a data source corresponds to at least two sort parameters, the at least two sort parameters may correspond to different sort priorities. Specifically, the sorting priority of the sorting parameter may be set in combination with the actual application requirement.
In a specific embodiment, based on the type of the target sorting parameter, obtaining the target sorting parameter may include requesting a corresponding target sorting parameter from a service corresponding to the type of the target sorting parameter. Specifically, the service corresponding to the target sorting parameter type may be a functional module in the server, and the service corresponding to a certain sorting parameter type may be a functional module for a sorting parameter acquisition request corresponding to the sorting parameter type.
In a specific embodiment, taking a target list as a user mutual help list corresponding to a certain game as an example, assuming that the data sources sequentially include, from high to low according to the display priority: users who participate in the game and belong to users who pay attention to each other, users who do not participate in the game and belong to users who pay attention to each other, users who participate in the game and belong to fans, and users who participate in the game and belong to recommended users. Wherein, users who participate in the game and belong to mutual attention and users who do not participate in the game and belong to mutual attention are target data sources; users participating in the game and belonging to fans, users participating in the game and belonging to recommended users are non-target data sources.
In a specific embodiment, taking a target data source "participating in a game and belonging to users who are interested in each other" as an example, the sort parameter types may include, according to the sort priority from high to low: intimacy, current level, time to become a friend.
In a specific embodiment, taking a target data source "not participating in a game and belonging to users who are interested in each other" as an example, the sort parameter types may include, according to the sort priority from high to low: intimacy, time to become a friend.
In a specific embodiment, taking a non-target data source "a user who participates in a game and belongs to a fan" as an example, the sort parameter types may include, from high to low in the sort priority: intimacy, current grade.
In a specific embodiment, taking a non-target data source "a user participating in a game and belonging to a recommended user" as an example, it is assumed that the type of the ranking parameter is one: and (5) the degree of association.
In a specific embodiment, the intimacy degree may be the intimacy degree between the user corresponding to the list element and the user corresponding to the target terminal, and specifically, may be determined by combining the interaction information between the user corresponding to the list element and the user corresponding to the target terminal. Specifically, the current rating may be a game rating of the user corresponding to the list element. The time of becoming a friend may be time (time of mutual attention) when the user corresponding to the target list element and the user corresponding to the target terminal become friends. Specifically, the association degree may represent the association degree between users, and specifically, the association degree is determined by combining the user information such as the game behavior information of the user, the personal information of the user, and the like. Specifically, the user whose association degree with the user corresponding to the target terminal is greater than a preset association degree threshold may be used as the recommended user.
In an optional embodiment, when the ranking parameter corresponding to the data source includes time of becoming a friend, the ranking elements are often ranked in the ranking service corresponding to the data source according to time of becoming a friend (time of occurrence of interest), and accordingly, in the process of obtaining the ranking elements, the obtained ranking elements may be maintained in combination with LinkedHashSet (a collection container that can maintain an original information sequence and can also remove duplicates).
In an optional embodiment, because the frequently updated ranking parameters such as affinity and the like are often stored in the cache, when the ranking parameters corresponding to the data source include the frequently updated ranking parameters such as affinity and the like, the frequently updated ranking parameters may be obtained from the cache first, and when the frequently updated ranking parameters are not obtained from the cache, the frequently updated ranking parameters may be obtained from the corresponding service, so that the obtaining speed of the ranking parameters may be increased.
In the above embodiment, after the duplicate removal is performed on the ranking parameter types of the multiple data sources corresponding to the target list element, the corresponding target ranking parameters are obtained, so that the problem of service resource waste caused by redundant ranking parameter requests due to the same ranking parameter types of different data sources can be effectively avoided.
In step S207, the target list elements are sorted based on the target sorting parameter, and a target list is generated.
In a specific embodiment, the target list elements may include a plurality of list elements, and accordingly, as shown in fig. 6, the ranking the target list elements based on the target ranking parameter may include:
in step S2071, the plurality of list elements are grouped according to the data sources corresponding to the plurality of list elements, so as to obtain a plurality of list element groups.
In a specific embodiment, the list elements corresponding to the same data source can be divided into a list element group.
In step S2073, a sub ranking parameter corresponding to each list element group is determined from the target ranking parameters.
In a specific embodiment, the sub-ranking parameter corresponding to each list element group can be the ranking parameter of the list element group corresponding to the data source.
In step S2075, the list elements in each list element group are sorted according to the sub-sorting parameters corresponding to each list element group, so as to obtain a list element sequence corresponding to each list element group.
In an optional embodiment, when the sub-ranking parameter corresponding to a certain list element group is a ranking parameter, the list elements in the list element group may be ranked according to the numerical value of the ranking parameter, so as to obtain a list element sequence corresponding to the list element group. In a specific embodiment, taking a non-target data source "a user participating in a game and belonging to a recommended user" as an example, it is assumed that the sort parameter type is one: and (5) the degree of association. The list elements corresponding to the users who participate in the game and belong to the recommended users can be ranked according to the high or low degree of association.
In another optional embodiment, when the sub-ranking parameter corresponding to a certain list element group is a plurality of ranking parameters, the ranking parameter with the highest ranking priority is selected to rank the list elements in the list element group from high to low according to the ranking priorities corresponding to the plurality of ranking parameters, and when the ranking parameters are the same, the ranking parameter with the highest ranking priority is selected to rank the list elements in the list element group, and so on, the list element sequence corresponding to the list element group is obtained.
In step S2077, a target list is generated based on the list element sequence.
In the above embodiment, after the target ranking parameters are obtained, the list elements of the multiple data sources are uniformly ranked, so that the ranking complexity can be greatly reduced, and the list generation speed is further increased.
In a specific embodiment, the generating the target list based on the list element sequence may include: acquiring display priorities of data sources corresponding to the plurality of list element groups from the list configuration information; and based on the display priority of the data sources corresponding to the plurality of list element groups, performing descending sorting on the list element sequences corresponding to the plurality of list element groups to obtain a target list.
In the above embodiment, the list element sequences corresponding to the plurality of list element groups are sorted in a descending order based on the display priorities of the data sources corresponding to the plurality of list element groups, so that the list elements with higher display priorities can be preferentially displayed.
In a specific embodiment, the list configuration information may further include upper element limit thresholds corresponding to the at least two data sources; correspondingly, before the ranking of the list element sequences corresponding to the plurality of list element groups is performed in a descending order based on the display priorities of the data sources corresponding to the plurality of list element groups to obtain the target list, the method further includes:
acquiring an element upper limit threshold corresponding to a last-level data source in data sources corresponding to the plurality of list element groups from the list configuration information, wherein the last-level data source is a data source with the lowest display priority in the data sources corresponding to the plurality of list element groups;
and under the condition that the number of list elements in the list element group corresponding to the last-level data source is greater than the element upper line threshold value, filtering the list element group corresponding to the last-level data source to obtain the filtered list element group.
Correspondingly, the performing descending ranking on the list element sequences corresponding to the plurality of list element groups based on the display priorities of the data sources corresponding to the plurality of list element groups to obtain the target list includes:
and based on the display priorities of the data sources corresponding to the plurality of list element groups, performing descending sorting on the list element sequences corresponding to the filtered list element groups and the non-final list element group to obtain a target list, wherein the non-final list element group is the list element group except the list element group corresponding to the final data source in the plurality of list element groups.
In a specific embodiment, when the number of the list elements in the list element group corresponding to the last-level data source is less than or equal to the element top-line threshold, the list element sequences corresponding to the plurality of list element groups may be sorted in a descending order based on the presentation priorities of the data sources corresponding to the plurality of list element groups.
In the above embodiment, in the process of ranking the list element sequences corresponding to the plurality of list element groups in combination with the display priorities of the data sources corresponding to the plurality of list element groups, the upper limit threshold which can improve the number of the list element elements corresponding to the last-level data source is used for filtering the list element, so that the problems of redundant information and inconvenient lookup due to excessive elements in the list can be solved.
In an optional embodiment, after the target list is generated, the target list may be sent to the target terminal, so that the target terminal displays the target list. Optionally, the target list may be displayed in a pop-up window form on the corresponding page. In a specific embodiment, as shown in fig. 7, a target list is taken as an example of a user mutual help list corresponding to a certain game, and fig. 7 is a schematic diagram of a target list according to an exemplary embodiment.
In another optional embodiment, when the target list element corresponding to the target terminal is not acquired based on the list configuration information, the preset bottom entry information may be fed back to the target terminal, and specifically, the preset bottom entry information is used for prompting a user corresponding to the target terminal, so that the target list cannot be generated; for example, a user may not be able to generate a target chart because the user does not have friends.
In addition, it should be noted that, in the embodiments of the present disclosure, a plurality or a plurality may be at least two or at least two.
As can be seen from the above technical solutions in the embodiments of the present specification, in the process of generating a list, by combining list configuration information that can represent presentation control information of list elements corresponding to multiple data sources of a target list, configurability and reusability of the list can be greatly improved; the list information corresponding to the multiple data sources is acquired at one time based on the list configuration information, so that the list information acquisition efficiency is greatly improved; after list information corresponding to a plurality of data sources is obtained, corresponding target ranking parameters are obtained at one time, so that the redundancy of ranking parameter requests can be avoided, and the waste of service resources is saved; and after the target sorting parameters are obtained, the list elements of the multiple data sources are sorted in a unified manner, so that the sorting complexity can be greatly reduced.
FIG. 8 is a block diagram illustrating a list generation apparatus according to an example embodiment. Referring to fig. 8, the apparatus includes:
the list configuration information determining module 810 is configured to execute a display request of a target list sent by the target terminal, and determine list configuration information of the target list, wherein the list configuration information represents display control information of list elements corresponding to a plurality of data sources of the target list;
a target list element obtaining module 820 configured to perform obtaining a target list element corresponding to the target terminal based on the list configuration information;
a target ranking parameter obtaining module 830 configured to perform obtaining a target ranking parameter corresponding to the target list element;
the target list generating module 840 is configured to perform ranking on the target list elements based on the target ranking parameters, and generate a target list.
Optionally, the plurality of data sources include a target data source and a non-target data source, and the list configuration information includes display priorities of the plurality of data sources and preset display conditions of the non-target data source; the target list element obtaining module 820 includes:
the first list element acquisition unit is configured to execute acquisition of a list element corresponding to the target terminal in the target data source;
the second list element acquiring unit is configured to acquire the list element corresponding to the target terminal in the next data source under the condition that the acquired list element does not meet the preset display condition of the next data source, wherein the next data source is a non-target data source with the display priority at the level behind the current data source, and the current data source is a data source with the lowest display priority in the data sources corresponding to the acquired list element;
and the target list element determining unit is configured to determine the target list element based on the acquired list element under the condition that the acquired list element meets the preset display condition of the next data source.
Optionally, the target list element determining unit includes:
the first target behavior information acquisition unit is configured to execute acquisition of target behavior information of an object corresponding to the acquired list element;
the first list element screening unit is configured to perform screening on the acquired list elements based on the target behavior information to obtain the target list elements.
Optionally, the target data source includes a first target data source and a second target data source, and the target list element determining unit includes:
the second target behavior information acquisition unit is configured to execute acquisition of target behavior information of the object corresponding to the acquired list element;
the list element dividing unit is configured to divide list elements corresponding to the target data sources based on the target behavior information to obtain a first list element corresponding to the first target data source and a second list element corresponding to the second target data source;
the second list element screening unit is configured to perform screening on list elements corresponding to the non-target data sources based on the target behavior information to obtain screened list elements corresponding to the non-target data sources;
and the target list element determining subunit is configured to execute the first list element, the second list element and the screened list elements as the target list elements.
Optionally, the target list element determining unit further includes:
the first duplicate removal processing unit is configured to perform duplicate removal processing on the acquired list elements before acquiring the target behavior information of the object corresponding to the acquired list elements, so as to obtain the duplicate removed list elements;
the obtaining of the target behavior information of the object corresponding to the acquired list element includes:
and acquiring target behavior information of the list object corresponding to the list elements after duplication removal.
Optionally, the target list elements include multiple list elements, and the target ranking parameter obtaining module 830 includes:
the ranking parameter type determining unit is configured to determine the ranking parameter type of the data source corresponding to each list element;
the second deduplication processing unit is configured to perform deduplication processing on ranking parameter types corresponding to the plurality of list elements to obtain target ranking parameter types corresponding to the plurality of list elements;
and the target sorting parameter acquisition unit is configured to acquire the target sorting parameters based on the target sorting parameter types.
Optionally, the target list elements include a plurality of list elements, and the target list generating module 840 includes:
the list element grouping unit is configured to perform grouping on the plurality of list elements according to the data sources corresponding to the plurality of list elements to obtain a plurality of list element groups;
a sub ranking parameter determining unit configured to perform determination of a sub ranking parameter corresponding to each list element group from the target ranking parameters;
the ranking unit is configured to rank the list elements in each list element group according to the sub-ranking parameters corresponding to each list element group, so as to obtain a list element sequence corresponding to each list element group;
and the target list generating unit is configured to generate a target list based on the list element sequence.
Optionally, the target list generating unit includes:
the display priority acquisition unit is configured to acquire display priorities of the data sources corresponding to the plurality of list element groups from the list configuration information;
and the descending sorting unit is configured to execute descending sorting of the list element sequences corresponding to the plurality of list element groups based on the display priority of the data sources corresponding to the plurality of list element groups to obtain the target list.
Optionally, the target list generating unit further includes:
the upper limit threshold acquisition unit is configured to perform descending sorting on the list element sequences corresponding to the plurality of list element groups based on the display priorities of the data sources corresponding to the plurality of list element groups, and before a target list is obtained, acquiring an element upper limit threshold corresponding to a last-level data source in the data sources corresponding to the plurality of list element groups from list configuration information, wherein the last-level data source is a data source with the lowest display priority in the data sources corresponding to the plurality of list element groups;
the list element filtering unit is configured to filter the list element group corresponding to the last-level data source under the condition that the number of list elements in the list element group corresponding to the last-level data source is larger than an element upper line threshold value, so that the filtered list element group is obtained;
the descending order sorting unit is further configured to execute descending order sorting on the list element sequences corresponding to the filtered list element groups and the non-final list element groups based on the display priorities of the data sources corresponding to the multiple list element groups to obtain a target list, and the non-final list element groups are list element groups except the list element group corresponding to the final data source in the multiple list element groups.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
FIG. 9 is a block diagram illustrating an electronic device for list generation, which may be a server, according to an example embodiment, an internal structure diagram of which may be as shown in FIG. 9. The electronic device includes a processor, a memory, and a network interface connected by a system bus. Wherein the processor of the electronic device is configured to provide computing and control capabilities. The memory of the electronic equipment comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The network interface of the electronic device is used for connecting and communicating with an external terminal through a network. The computer program when executed by a processor implements a method of list generation.
Those skilled in the art will appreciate that the architecture shown in fig. 9 is merely a block diagram of some of the structures associated with the disclosed aspects and does not constitute a limitation on the electronic devices to which the disclosed aspects apply, as a particular electronic device may include more or less components than those shown, or combine certain components, or have a different arrangement of components.
In an exemplary embodiment, there is also provided an electronic device including: a processor; a memory for storing the processor-executable instructions; wherein the processor is configured to execute the instructions to implement a list generation method as in embodiments of the present disclosure.
In an exemplary embodiment, a computer-readable storage medium is also provided, in which instructions, when executed by a processor of an electronic device, enable the electronic device to perform a list generation method in embodiments of the present disclosure.
In an exemplary embodiment, a computer program product containing instructions that, when run on a computer, cause the computer to perform a list generation method in embodiments of the present disclosure is also provided.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (10)

1. A list generation method is characterized by comprising the following steps:
determining list configuration information of a target list in response to a display request of the target list sent by a target terminal, wherein the list configuration information represents display control information of list elements corresponding to a plurality of data sources of the target list;
acquiring target list elements corresponding to the target terminal based on the list configuration information;
acquiring a target ranking parameter corresponding to the target list element;
and ranking the target list elements based on the target ranking parameters to generate the target list.
2. The list generation method of claim 1, wherein the plurality of data sources include a target data source and a non-target data source, and wherein the list configuration information includes presentation priorities of the plurality of data sources and preset presentation conditions of the non-target data source; the obtaining of the target list element corresponding to the target terminal based on the list configuration information includes:
acquiring a list element corresponding to the target terminal in the target data source;
under the condition that the obtained list elements do not meet the preset display condition of a next data source, obtaining the list elements corresponding to the target terminal in the next data source, wherein the next data source is a non-target data source with the display priority at one level behind the current data source, and the current data source is a data source with the lowest display priority in the data sources corresponding to the obtained list elements;
and under the condition that the acquired list elements meet the preset display conditions of the next data source, determining the target list elements based on the acquired list elements.
3. The list generation method of claim 2, wherein the determining the target list elements based on the obtained list elements comprises:
acquiring target behavior information of an object corresponding to the acquired list elements;
and screening the acquired list elements based on the target behavior information to obtain the target list elements.
4. The chart generation method of claim 2, wherein the target data source comprises a first target data source and a second target data source, and wherein determining the target chart elements based on the obtained chart elements comprises:
acquiring target behavior information of an object corresponding to the acquired list elements;
dividing the list elements corresponding to the target data sources based on the target behavior information to obtain a first list element corresponding to the first target data source and a second list element corresponding to the second target data source;
screening the list elements corresponding to the non-target data sources based on the target behavior information to obtain screened list elements corresponding to the non-target data sources;
and taking the first list element, the second list element and the screened list elements as the target list elements.
5. The list generation method according to claim 3 or 4, characterized in that before the obtaining of the target behavior information of the object corresponding to the obtained list elements, the method further comprises:
carrying out duplicate removal processing on the acquired list elements to obtain the duplicate removed list elements;
the obtaining of the target behavior information of the object corresponding to the obtained list element includes:
and acquiring target behavior information of the list object corresponding to the list elements after the duplication removal.
6. The list generation method of claim 1, wherein the target list elements comprise a plurality of list elements, and wherein the obtaining the target ranking parameters corresponding to the target list elements comprises:
determining the sort parameter type of the data source corresponding to each list element;
performing deduplication processing on ranking parameter types corresponding to the plurality of list elements to obtain target ranking parameter types corresponding to the plurality of list elements;
and acquiring the target sorting parameter based on the type of the target sorting parameter.
7. A list generation apparatus, comprising:
the list configuration information determining module is configured to execute a display request of a target list sent by a target terminal, and determine list configuration information of the target list, wherein the list configuration information represents display control information of list elements corresponding to a plurality of data sources of the target list;
the target list element acquisition module is configured to execute acquisition of target list elements corresponding to the target terminal based on the list configuration information;
a target ranking parameter obtaining module configured to perform obtaining of a target ranking parameter corresponding to the target list element;
and the target list generating module is configured to perform sorting on the target list elements based on the target sorting parameters to generate the target list.
8. An electronic device, comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the chart generation method of any of claims 1-6.
9. A computer-readable storage medium having instructions therein which, when executed by a processor of an electronic device, enable the electronic device to perform the chart generation method of any of claims 1-6.
10. A computer program product comprising computer instructions that, when executed by a processor, implement the chart generation method of any of claims 1-6.
CN202110120113.5A 2021-01-28 2021-01-28 List generation method and device, electronic equipment and storage medium Pending CN112807697A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202110120113.5A CN112807697A (en) 2021-01-28 2021-01-28 List generation method and device, electronic equipment and storage medium
PCT/CN2021/115461 WO2022160702A1 (en) 2021-01-28 2021-08-30 List generation method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110120113.5A CN112807697A (en) 2021-01-28 2021-01-28 List generation method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112807697A true CN112807697A (en) 2021-05-18

Family

ID=75860226

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110120113.5A Pending CN112807697A (en) 2021-01-28 2021-01-28 List generation method and device, electronic equipment and storage medium

Country Status (2)

Country Link
CN (1) CN112807697A (en)
WO (1) WO2022160702A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113420236A (en) * 2021-05-24 2021-09-21 北京达佳互联信息技术有限公司 List data display method and device, electronic equipment and storage medium
CN113742581A (en) * 2021-08-23 2021-12-03 北京百度网讯科技有限公司 List generation method and device, electronic equipment and readable storage medium
CN114584829A (en) * 2022-02-08 2022-06-03 百果园技术(新加坡)有限公司 List activity page management method and system
WO2022160702A1 (en) * 2021-01-28 2022-08-04 北京达佳互联信息技术有限公司 List generation method and apparatus

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117455631A (en) * 2023-12-20 2024-01-26 浙江口碑网络技术有限公司 Information display method and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110065511A1 (en) * 2009-09-11 2011-03-17 Mahan Michael P System and method of providing leaderboards for mobile gaming in a wireless network
CN103246726A (en) * 2013-05-09 2013-08-14 北京奇虎科技有限公司 Method, device and system for searching network information
CN107376356A (en) * 2017-07-07 2017-11-24 腾讯科技(深圳)有限公司 List service, application on site list implementation method and device are realized for application on site
CN109543086A (en) * 2018-11-23 2019-03-29 北京信息科技大学 A kind of network data acquisition and methods of exhibiting towards multi-data source
CN111589163A (en) * 2020-05-20 2020-08-28 网易(杭州)网络有限公司 Ranking list processing method, terminal device, server and storage medium
CN111913955A (en) * 2020-06-22 2020-11-10 中科驭数(北京)科技有限公司 Data sorting processing device, method and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112807697A (en) * 2021-01-28 2021-05-18 北京达佳互联信息技术有限公司 List generation method and device, electronic equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110065511A1 (en) * 2009-09-11 2011-03-17 Mahan Michael P System and method of providing leaderboards for mobile gaming in a wireless network
CN103246726A (en) * 2013-05-09 2013-08-14 北京奇虎科技有限公司 Method, device and system for searching network information
CN107376356A (en) * 2017-07-07 2017-11-24 腾讯科技(深圳)有限公司 List service, application on site list implementation method and device are realized for application on site
CN109543086A (en) * 2018-11-23 2019-03-29 北京信息科技大学 A kind of network data acquisition and methods of exhibiting towards multi-data source
CN111589163A (en) * 2020-05-20 2020-08-28 网易(杭州)网络有限公司 Ranking list processing method, terminal device, server and storage medium
CN111913955A (en) * 2020-06-22 2020-11-10 中科驭数(北京)科技有限公司 Data sorting processing device, method and storage medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022160702A1 (en) * 2021-01-28 2022-08-04 北京达佳互联信息技术有限公司 List generation method and apparatus
CN113420236A (en) * 2021-05-24 2021-09-21 北京达佳互联信息技术有限公司 List data display method and device, electronic equipment and storage medium
CN113420236B (en) * 2021-05-24 2024-05-17 北京达佳互联信息技术有限公司 Method and device for displaying list data, electronic equipment and storage medium
CN113742581A (en) * 2021-08-23 2021-12-03 北京百度网讯科技有限公司 List generation method and device, electronic equipment and readable storage medium
CN113742581B (en) * 2021-08-23 2023-09-12 北京百度网讯科技有限公司 Method and device for generating list, electronic equipment and readable storage medium
CN114584829A (en) * 2022-02-08 2022-06-03 百果园技术(新加坡)有限公司 List activity page management method and system

Also Published As

Publication number Publication date
WO2022160702A1 (en) 2022-08-04

Similar Documents

Publication Publication Date Title
CN112807697A (en) List generation method and device, electronic equipment and storage medium
WO2015139559A1 (en) Method and system for generating digital human
US20140040377A1 (en) Dynamic information streams in a social network platform
JP2016526218A (en) Database sharding with an update layer
CN110233879B (en) Intelligent interface pushing method and device, computer equipment and storage medium
CN110413867B (en) Method and system for content recommendation
JP2010500649A5 (en)
US9686213B2 (en) Method and system for account recommendation
CN105869057B (en) Comment storage device, comment reading method and device, and comment writing method and device
CN110300084B (en) IP address-based portrait method and apparatus, electronic device, and readable medium
CN111163072A (en) Method and device for determining characteristic value in machine learning model and electronic equipment
US10681499B2 (en) Methods and systems for evaluating applications in an application distribution platform
CN112507218A (en) Business object recommendation method and device, electronic equipment and storage medium
CN115412774A (en) Interactive processing method, device, electronic equipment, storage medium and program product
US20170331909A1 (en) System and method of monitoring and tracking online source content and/or determining content influencers
CN112650946A (en) Product information recommendation method, device and system and storage medium
CN113420236B (en) Method and device for displaying list data, electronic equipment and storage medium
CN113329233B (en) Live broadcast data processing method and device, electronic equipment and storage medium
CN106549914B (en) identification method and device for independent visitor
CN114938458A (en) Object information display method and device, electronic equipment and storage medium
CN107295074A (en) It is a kind of to realize the method and apparatus that cloud resource is shown
CN114253951B (en) Data processing method, system and second server
CN113051484A (en) Method and device for determining hot social information
CN113254318B (en) Method and device for determining equipment identification information, electronic equipment and storage medium
CN116226414A (en) Topic label recommendation method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination