CN115105838A - List generation method and related device - Google Patents

List generation method and related device Download PDF

Info

Publication number
CN115105838A
CN115105838A CN202110286470.9A CN202110286470A CN115105838A CN 115105838 A CN115105838 A CN 115105838A CN 202110286470 A CN202110286470 A CN 202110286470A CN 115105838 A CN115105838 A CN 115105838A
Authority
CN
China
Prior art keywords
list
data
type
universal
general
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
CN202110286470.9A
Other languages
Chinese (zh)
Inventor
谢功海
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN202110286470.9A priority Critical patent/CN115105838A/en
Publication of CN115105838A publication Critical patent/CN115105838A/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (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 embodiment of the application relates to the technical field of computer information processing, and discloses a list generation method and a related device, wherein a list generation request of a content platform is obtained, and the list generation request carries a list identifier; acquiring basic list data from a subscribed data source according to the list identification; converting the basic list data into general list data according to the list requirements, wherein the general list data comprise three types of dimensional data, the first type of dimensional data is used for identifying a target object corresponding to the list requirements, the second type of dimensional data is used for identifying characteristic parameters corresponding to sequencing, the third type of dimensional data is a characteristic value corresponding to the characteristic parameters, and the three types of dimensional data are determined based on a content platform; and generating the list according to the general list data. Therefore, by converting the data types of different data sources into the common data types, the different types of data sources can generate the common list data through one script, and further generate the list, so that repeated development on different types of lists is not needed.

Description

List generation method and related device
Technical Field
The application relates to the technical field of computer information processing, in particular to a list generating method and a related device.
Background
The list is a reflection of the objective strength of a related similar thing, such as a music list, a sales list and the like. The use of a list in an activity (such as a game, a live broadcast, etc.) can enhance the competitive relationship between users, thereby enabling users to invest more enthusiasm, money, etc. in the activity.
Different lists required by different activities need to be set in order to match different activities, different scripts need to be written for each list in the existing list generation scheme to generate list data, when new list needs to be added in each activity, a specific script needs to be written by the rear end to generate the list data at regular time, and new request parameters and communication data are adjusted by the front end to adapt to the new list data.
Different ranking lists are put on the line every time, and the workload of the front end and the rear end on list development is large.
Disclosure of Invention
In order to solve the technical problem, the application provides a list generating method which is used for solving the problem of large workload when a list is generated.
The embodiment of the application discloses the following technical scheme:
in one aspect, the present application provides a list generating method, including:
acquiring a list generation request of a content platform, wherein the list generation request carries a list identifier;
acquiring basic list data from a subscribed data source according to the list identification;
converting the basic list data into universal list data according to the list requirement corresponding to the list generation request, wherein the universal list data comprise three types of dimensional data, the first type of dimensional data is used for identifying a target object corresponding to the list requirement, the second type of dimensional data is used for identifying a characteristic parameter corresponding to sequencing, the third type of dimensional data is a characteristic value corresponding to the characteristic parameter, and the three types of dimensional data are determined based on the content platform;
and generating a list according to the general list data.
In another aspect, the present application provides a list generating apparatus, including: the device comprises an acquisition unit, a conversion unit and a generation unit;
the obtaining unit is used for obtaining a list generation request of the content platform, and the list generation request carries a list identifier; acquiring basic list data from a subscribed data source according to the list identification;
the conversion unit is configured to convert the basic list data into general list data according to a list requirement corresponding to the list generation request, where the general list data includes three types of dimensional data, a first type of dimensional data is used to identify a target object corresponding to the list requirement, a second type of dimensional data is used to identify a characteristic parameter corresponding to ranking, a third type of dimensional data is a characteristic value corresponding to the characteristic parameter, and the three types of dimensional data are determined based on the content platform;
the generating unit is used for generating the list according to the general list data.
In another aspect, the present application provides a computer device comprising a processor and a memory:
the memory is used for storing program codes and transmitting the program codes to the processor;
the processor is configured to perform the method of the above aspect according to instructions in the program code.
In another aspect, the present application provides a computer-readable storage medium for storing a computer program, where the computer program is configured to execute the method according to the foregoing aspect.
In another aspect, embodiments of the present application provide a computer program product or a computer program, which includes computer instructions stored in a computer-readable storage medium. The processor of the computer device reads the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions to cause the computer device to perform the method of the above aspect.
According to the technical scheme, the content platform subscribes various data sources so as to generate different types of list, basic list data can be acquired from the subscribed data sources according to the list identification carried in the list generation request, and the basic list data is converted into the general list data according to the list requirement, wherein the general list data comprises three types of dimensional data which are determined based on the content platform so as to generate the list suitable for different content platforms. The first type of dimensional data is used for identifying the target object corresponding to the list requirement, the second type of dimensional data is used for identifying the characteristic parameters corresponding to the ranking, and the third type of dimensional data is the characteristic value corresponding to the characteristic parameters. Therefore, the data types of different data sources are converted into a universal data type, namely universal list data representing the sequencing object, the sequencing content and the scores corresponding to the sequencing content, so that the different types of data sources can generate the universal list data through one script, lists are generated according to the universal list data, repeated development of the different types of lists is not needed, and the development workload is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic view of an application scenario of a list generating method according to an embodiment of the present application;
fig. 2 is a schematic diagram of a list provided in an embodiment of the present application;
fig. 3 is a flowchart of a list generation method according to an embodiment of the present application;
fig. 4 is a flowchart of a method for generating a universal list data according to an embodiment of the present application;
fig. 5 is a flowchart of a method for storing general list data according to an embodiment of the present application;
fig. 6 is an architecture diagram of a list generation system according to an embodiment of the present application;
fig. 7 is a schematic diagram illustrating data read by a list data reading module according to an embodiment of the present application;
fig. 8 is a schematic diagram of a list generating apparatus according to an embodiment of the present application;
fig. 9 is a schematic structural diagram of a server according to an embodiment of the present application;
fig. 10 is a schematic structural diagram of a terminal device according to an embodiment of the present application.
Detailed Description
Embodiments of the present application are described below with reference to the accompanying drawings.
In the existing products, the lists are often diverse, taking a room live broadcast type product as an example, in one room, a user of a live broadcast platform sends gifts to a plurality of main broadcasts in the room, and lists of various different types are required, for example, room gift list sheets participated in by all rooms, gift list sheets participated in by all main broadcasts, a fan reward list sheet aiming at one room, a fan reward list aiming at one main broadcast, a local tyrant list sheet participated in by all users, a gift user number list sheet aiming at all main broadcasts, a room collection number list aiming at one gift, and the like. When different lists are generated, the back end needs to acquire different list data aiming at the different lists and compile corresponding scripts for the corresponding list data so as to obtain the list data in a timely and offline manner and store the list data in a corresponding database, and the front end compiles codes and back end joint debugging data according to the content of a product activity page. Therefore, the various types of lists enable the online development cost to become abnormally high, repeated development is needed among similar lists, and the development workload is large.
Based on this, embodiments of the present application provide a list generation method and a related apparatus, which are used to reduce workload of generating a list and reduce development cost.
The list generating method provided by the application can be applied to list generating equipment with data processing capacity, such as terminal equipment and a server. The terminal device may be specifically a smart phone, a desktop computer, a notebook computer, a tablet computer, a smart sound box, a smart watch, and the like, but is not limited thereto; the server 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 cloud computing services. The terminal device and the server may be directly or indirectly connected through wired or wireless communication, and the application is not limited herein.
In order to facilitate understanding of the technical solution of the present application, the list generation method provided in the embodiment of the present application is introduced below with reference to an actual application scenario.
Referring to fig. 1, fig. 1 is a schematic view of an application scenario of a list generation method provided in the embodiment of the present application. In the application scenario shown in fig. 1, the list generating device is a server 100, and is configured to generate different lists.
The server 100 obtains a list generation request of the content platform, where the list generation request carries a list identifier. In the application scenario shown in fig. 1, the content platform is a live broadcast platform, and the live broadcast platform may generate different list lists according to different activity needs, for example, plan some hall battle activities regularly during holidays, advance through real-time gift collection amount in rooms during the activity, or rank competition based on the number of specific gifts (such as fairy sticks, perpetual roses, bicycles, etc.), as shown in fig. 2. Shown on the left side of fig. 2 are multiple anchor in a room, and shown on the right side of fig. 2 are a list of all anchors receiving a particular amount of gift data.
The live broadcast platform subscribes to various data sources, such as a data source for sending a specific gift, a data source for clicking data by a user in the live broadcast platform, a data source for sharing a live broadcast room by the user in the live broadcast platform and the like, different types of list are correspondingly generated through different types of data sources, and different lists correspond to different list identifications so as to acquire the corresponding types of data sources and generate the corresponding lists.
The server 100 may obtain basic list data from a subscribed data source according to the list identifier carried in the list generation request, in an application scenario shown in fig. 1, the list identifier is 12, the list identifier corresponds to all anchor broadcasters to receive lists of the fairy rod data volume, and a data source of the user who sends the fairy rod in the live broadcast platform is obtained from various subscribed data sources according to the list identifier being 12. Therefore, the server 100 can access different data sources once, and can correspondingly acquire the basic list data required by the list generation.
The server 100 converts the basic list data into the general list data according to the list requirements, wherein the general list data comprises three types of dimensional data, the three types of dimensional data are determined based on the content platform, the first type of dimensional data is used for identifying a target object corresponding to the list requirements, the second type of dimensional data is used for identifying characteristic parameters corresponding to sequencing, and the third type of dimensional data is a characteristic value corresponding to the characteristic parameters.
In the application scenario shown in fig. 1, in order to enable the generated list to be suitable for the list requirements of the live platform, the first type of dimensional data of the general list data is the anchor, the second type of dimensional data is the fairy rods, and the third type of dimensional data is the number of the fairy rods.
Therefore, the data types of different data sources are converted into a universal data type, namely universal list data representing the sequencing object, the sequencing content and the scores corresponding to the sequencing content, so that the different types of data sources can generate the universal list data through one script, and the server 100 generates the list according to the universal list data, so that repeated development of the different types of lists is not needed, and the development workload is reduced.
A list generation method provided in an embodiment of the present application is described below with reference to the accompanying drawings, where a server is used as a list generation device.
Referring to fig. 3, fig. 3 is a flowchart of a list generation method provided in an embodiment of the present application, and as shown in fig. 3, the list generation method includes the following steps:
s301: and acquiring a list generation request of the content platform.
The lists set in different content platforms are different, for example, the list set in the live platform is generally a list for mainly broadcasting gifts, and the list set in the game platform is generally a list for charging users, and the like, wherein the content platform is an internet platform for acquiring various contents and distributing the contents to the users, and may be a live platform, a game platform, a novel platform, and the like.
The method includes the steps that a list generation request of a content platform is obtained, the list generation request carries list identification, different list identifications correspond to different lists, and therefore the list which the content platform wants to generate is determined according to the list identification, and then basic list data used for generating the list are obtained.
As one possible implementation manner, the list identifier may include one or more of a service identifier, a data source identifier, a list type identifier, and a period type identifier, for example, the list identifier may be identified as: and the service id _ data source id _ list type id _ period type id forms list identification through the four identifications so as to uniquely determine the list to be generated.
The business identification is used for distinguishing different businesses, such as live broadcast businesses or game businesses, the data source identification is used for representing different data source types, such as gift sending data sources, live broadcast room data sources and the like, and the combination of the business identification and the data source identification is used for acquiring basic list data required by list generation from subscribed data sources so as to generate lists corresponding to the list identification. The list type identifier is used for identifying list requirements, such as a main list, a music list and the like, and the period type identifier is used for identifying the time for acquiring the general list data, such as generating a week list, a month list and the like. In practical applications, the list configuration may be preset in the list generation device, and a list generation request of the content platform is generated, where the list generation request carries a list identifier, so that the list to be generated is determined by the list identifier.
As a possible implementation, the list generation request may include other parameters in addition to the list identification, see table 1. Other parameters can be preset in the list generating device, and can also be adjusted at any time according to needs.
TABLE 1
Figure BDA0002980681460000061
Figure BDA0002980681460000071
For example, a global leaderboard, a leaderboard for rewarding of a principal, and a principal recourse board for a principal in the whole live broadcast may be configured by different types of lists, and each list period may be hours, days, weeks, months, or within a certain fixed time period, different lists may be generated by different combinations to adapt to product demands.
The fixed time period may be set, for example, the fixed time period is set to be a hour, b days, and the like, and a and b may be set as required, which is not specifically limited in the present application. If 10 days are set, specific start time and/or end time needs to be set, such as starting from 1 month and 1 day and ending at 1 month and 10 days.
As a possible implementation manner, the cycle type identifier is converted, so that the converted cycle type identifier carries the time when the basic list data is acquired, and the converted cycle type identifier is acquired, which is shown in table 2. It should be noted that the list identifier includes the converted period type identifier.
TABLE 2
Figure BDA0002980681460000081
For example, if the period type is identified as the hour bar represented by the number 1, the hour bar needs to be converted into time data known to the list generation apparatus: 1-yyymmddhh, where yyyy represents year, mm represents month, dd represents date, hh represents hour, such as 1-2021031512, indicating that a chart at 3/15/12/2021 is needed to be generated. After the converted period type is obtained, the converted period type identifier is carried in the list identifier, so that corresponding basic list data is obtained according to the converted period type identifier, for example, basic list data from 12 at 3/15/2021/15 to 13 at 3/15/2021/15 is obtained, so as to generate an hour list at 12 at 3/15/2021. Therefore, the period type identification can be automatically converted into the identification which can be recognized by the list generating equipment, and the workload of personnel configuring the period type identification is reduced.
The identifier in the fixed time period of 11 days can be directly obtained according to the configuration value without conversion, for example, 1/2021/1-1/11/2021 is a fixed time period without conversion.
As a possible implementation manner, the list types may also be converted, as shown in table 2, the sender id is added after the sender-sending list type identifier is identified so as to distinguish the sender, and similarly, the receiver id is added after the receiver-receiving list type identifier is identified so as to distinguish the receiver, so as to reduce the workload of the personnel configuring the list type identifier.
S302: and acquiring basic list data from the subscribed data source according to the list identification.
The content platform can subscribe various data sources, namely, various different data sources are accessed, taking a live broadcast platform as an example, the data sources can be data sources for sending specific gifts, data sources for clicking data by users in the live broadcast platform, data sources for sharing a live broadcast room by users in the live broadcast platform and the like, and different types of lists are correspondingly generated through different types of data sources. The different lists correspond to different list identifications, and corresponding lists are generated according to the data sources of the types corresponding to the list identifications carried in the list generation request. Therefore, different data sources can correspondingly acquire basic list data required by list generation through one-time access.
If the list identification comprises the service identification, the data source identification, the list type identification and the period type identification, basic list data required for generating the list can be acquired from various subscribed data sources through the combination of the service identification and the data source identification. For example, the content platform may subscribe to a plurality of data sources, such as gift sending data under a live broadcast service, click data under the live broadcast service, and click data under a game service, and if the service identifier indicates the live broadcast service, the data source identifier may indicate the click data, so that the click data under the live broadcast service may be obtained from the subscribed data source.
The click data can be data of a live broadcast room collected by a user in the live broadcast platform by clicking a collection control, data of the live broadcast room shared by the user in the live broadcast platform by clicking a sharing control, data of a favorite live broadcast room represented by the user in the live broadcast platform by double clicking a screen, and the like.
S303: and converting the basic list data into the general list data according to the list requirement corresponding to the list generation request.
The list requirement may be determined according to the list generation request, for example, the list requirement is to generate a leading people list, a user principal list, and the like.
The general list data comprises three types of dimensional data, the first type of dimensional data is used for identifying a target object corresponding to the list requirements, if the list requirements are that a leading talent is generated, the target object is a leading talent, or if the list requirements are that a gold leading gift list is generated, the target object is a user sending a gift, the second type of dimensional data is used for identifying characteristic parameters corresponding to sequencing, such as the popularity, the gift and the like, and the third type of dimensional data is a characteristic value corresponding to the characteristic parameters, such as the amount of the gift, the number of the gift and the like. All three types of dimensional data are determined based on a content platform.
For example, if the obtained base list data is gift amount data of each room in the live broadcast service, the first-class dimensional data is the room, the second-class dimensional data is the gift, and the third-class dimensional data is the amount corresponding to each gift, so that the total amount corresponding to all the gifts is obtained.
As a possible implementation manner, referring to fig. 4, fig. 4 is a flowchart of a method for generating a universal list data according to an embodiment of the present application, where the method for generating a universal list data includes the following steps:
s401: a data source is subscribed to.
The data source may be from multiple messaging systems, such as CKafka (cloud kafka), where CKafka is a distributed, high-throughput, high-scalability messaging system.
S402: and acquiring the base list data from the subscribed data source according to the combination of the service identifier and the data source identifier.
S403: and converting the basic list data into the universal list data.
S404: and splicing the service identifier and the data source identifier to generate a key field, and writing the key field into the universal list data.
For example, a key field (key) is generated by splicing the service id and the data source id, and the produced general message is produced into a topic (topic) corresponding to the service of the message queue.
As a possible implementation manner, when the content platform is a live broadcast platform, the three types of dimensional data are determined based on the live broadcast platform, the universal list data dimension may further include first object dimensional data and second object dimensional data, the first type of dimensional data is first object dimensional data or second object dimensional data, the first object dimensional data is a sending object, that is, an object for performing feature value transfer, and the second object dimensional data is a receiving object, that is, an object for accumulating feature values. If the characteristic value is the number of gifts, the sending object is a user sending gifts, the receiving object is a main broadcast or a room, if the characteristic value is the number of people collecting the live broadcast room, the sending object is a user collecting the live broadcast room, and the receiving object is a room.
For example, if the obtained base list data is gift collection amount data of each room in the live broadcast service, the first object dimension data is a gift sending user in the live broadcast platform, the second object dimension data is a room, and at this time, the first type dimension data is the second object dimension data.
The universal list data dimension may also include a time dimension, and as such, the universal list data may include five dimensional data: time dimension (T), transmitting object (A), receiving object (B), characteristic parameter (C), and characteristic value (D). Thus, a universal data source model can be set, and the basic list data is converted into the universal list data with five dimensions through the universal data source model, meaning that: at the time of the time stamp T, the transmitting object a transmits the characteristic parameter C to the receiving object B, and takes into account the characteristic value D, see table 3.
TABLE 3
Field name Meaning of a field Description of a scene
A Transmitting object Gift delivery user as in live platform
B Receiving an object Such as a main cast in a live platform
C Characteristic parameter Such as a gift in a live platform
D Characteristic value Amount of single gift delivery in live broadcast platform
T Action time stamp t Time stamp for gift delivery
Different objects are represented by A, B, C, D, T and may correspond to different scenes, see table 4.
TABLE 4
Figure BDA0002980681460000111
Therefore, the basic list data can be converted into the universal list data through the universal data source model, so that the data types of different data sources are converted into a universal data type, namely the universal list data representing the sequencing object, the sequencing content and the scores corresponding to the sequencing content, the universal list data can be generated through one script for different types of data sources, repeated development of different types of lists is not needed, and the development workload is reduced.
As a possible implementation manner, if the general list data includes a plurality of sub general list data, and the plurality of sub general list data have corresponding lists, the list corresponding to the general list data is generated according to the plurality of sub general list data have corresponding lists.
For example, when it is desired to generate a week list (for example, the week to the day of the week), the general list data of the week to the day is acquired, the general list data is composed of a plurality of pieces of sub general list data, such as the Monday sub general list data, the Tuesday sub general list data, …, and the Sunday sub general list data, and the passing day list is generated for each piece of sub general list data, so that it is not necessary to convert the general list data of the week to the day into corresponding general list data, but the week list is directly generated from the day list corresponding to each piece of sub general list data.
Therefore, the required list can be generated in a short time, the calculation amount is reduced, and the calculation time is shortened.
S304: and generating the list according to the general list data.
After the general list data is obtained, the list required by the content platform can be generated according to the general list data. The following description will be given by taking one embodiment as an example.
The method includes the steps that a list page corresponding to each type of list is stored in a page database in advance, the corresponding list page is obtained from the page database according to a list identification, and the universal list data can be stored in the corresponding database after being generated. The general list data and the list page are fused to generate a corresponding list, and the general list data and the list page are obtained through the list identification, so that the front end does not need to adjust new request parameters and communication data to adapt to the new list data.
According to the technical scheme, the content platform subscribes various data sources so as to generate different types of list, basic list data can be acquired from the subscribed data sources according to the list identification carried in the list generation request, and the basic list data is converted into the general list data according to the list requirement, wherein the general list data comprises three types of dimensional data which are determined based on the content platform so as to generate the list suitable for different content platforms. The first type of dimensional data is used for identifying a target object corresponding to the list requirement, the second type of dimensional data is used for identifying a characteristic parameter corresponding to the ranking, and the third type of dimensional data is a characteristic value corresponding to the characteristic parameter. Therefore, the data types of different data sources are converted into a universal data type, namely universal list data representing the sequencing object, the sequencing content and the scores corresponding to the sequencing content, so that the different types of data sources can generate the universal list data through one script, lists are generated according to the universal list data, repeated development of the different types of lists is not needed, and the development workload is reduced.
As a possible implementation manner, the general list data may be stored in a database, the database includes at least one ordered set, each ordered set correspondingly stores general list data required by one type of list, and the general list data may be correspondingly acquired in the database according to the list identifier. If the universal list data is ranked according to the characteristic values through the Redis database, the Redis database is an open-source memory database and has the characteristics of high performance and high availability, the read-write speed of the Redis database is extremely high, and the read-write speed can reach about 80000-.
The data type of the value field (value) of the ordered set (zset) used by the redis database for sorting is Double precision type (Double), and the range of integers that can be expressed is-2 52 To 2 52 The time sequence effect is generated according to the behavior for achieving the same characteristic value, namely people with the same characteristic value are arranged behind the postscore. In the related art, the significant binary bit of the integer ordering is 53 bits, and the ordering weight of the ordered set is expressed in twoWhen the binary system is divided, the eigenvalue generally occupies m bits, and the time generally occupies n bits, where m + n is 53.
However, the readability of the split by the binary system is poor, conversion is needed to clarify the meaning of each bit expression of the integer sorting, in order to improve the readability of the split, the sorting weight of the ordered set can be split according to the decimal system, the parameters of the sorting weight include a characteristic value and time, the characteristic value generally occupies m bits, and the time generally occupies n bits, wherein m + n is 16.
The values of m and n are not specifically limited in the present application, and can be seen in table 5, for example, when time occupies 4 bits, a period in hours can be expressed, at this time, the feature value occupies 12 bits, and the maximum feature value that can be expressed is 9007 hundred million.
TABLE 5
Figure BDA0002980681460000131
As a possible implementation manner, referring to fig. 5, fig. 5 is a flowchart of a method for storing general list data according to an embodiment of the present application.
S501: and subscribing the universal list data.
S502: and acquiring the list identifications corresponding to all lists generated according to the general list data according to the key fields carried by the general list data.
S503: and acquiring effective list identifications from the list identifications corresponding to all the lists, and writing the general list data into the ordered set corresponding to the effective list identifications.
All the list identifications are obtained according to key fields (keys) carried by the general list data, the current general list data are filtered, and the list identifications corresponding to all the lists can be generated, for example, the general list data corresponding to the daily list can also be used for a week list and a month list, namely, the list identifications which take effect, and the general list data are written into a corresponding ordered set (zset) by traversing the list identifications, so that the required general list data can be obtained from the corresponding zset in the later process.
The zset supports the characteristic value (also called score) sorting of a natural id list, wherein zset-key is generated according to the list identifier, and corresponding general list data is updated to the list designated by the zset. The zset-key in the list zset storage is replaced according to the specific list type and period type in the corresponding configuration of the list identifier, the service identifier and the data source identifier remain unchanged, and the list type and period type replacement rule can be referred to in table 2, which is not described herein again.
As a possible implementation manner, before the generated list is displayed in the content platform, the user data of the target object in the general list data may be pulled, for example, if the target object logs in the content platform through a social account, the user data corresponding to the target object may be pulled from the social platform through a remote address called by an RPC and through a service of a list data protocol, where the pulled user data includes but is not limited to a head portrait, a nickname, hot zone extensible information, and the like. And generating the list according to the general list data and the user data, so that the generated list is more vivid. In order to better understand the list generation method provided in the foregoing embodiment, the list generation method provided in the embodiment of the present application is described below with reference to fig. 6 and 7, where a content platform is a live broadcast platform.
Referring to fig. 6, fig. 6 is an architecture diagram of a list generating system according to an embodiment of the present application, where the list generating system includes: the system comprises a list page configuration module 601, a list general configuration module 602, a list data reading module 603, a business list basic data module 604, a general ranking list consumer module 605 and a business ranking list producer module 606.
Referring to fig. 7, fig. 7 is a schematic diagram of a list data reading module that reads data according to an embodiment of the present application.
S701: the front end 607 acquires the list page from the list page configuration module 601 according to the list identifier.
In practical application, a product person may configure various types of list pages through the list page configuration module 601, and then acquire corresponding list pages according to the list identifications by establishing corresponding mapping relationships between each type of list pages and the list identifications.
The list page configuration module 601 refers to a specified relatively general list of the ranking lists and the personal information module style realized by the front end 607, and the list can be pulled according to a general protocol of corresponding list reading.
S702: the list data reading module 603 obtains a list generation request of the live broadcast platform.
The front end 607 sends a list generation request to the list data reading module 603, so that the list data reading module 603 pulls the list data required for generating the list. The list generation request carries a list identifier.
S703: the list data reading module 603 reads the configuration information according to the list identifier.
The product personnel can pre-configure the configuration required for generating the list through the list general configuration module 602, and as shown in table 1, store the configuration required for pre-configuring the generated list into the database 1, so that the list data reading module 603 acquires the configuration information from the database 1. The database 1 may be one or more of a MySQL database (a relational database management system) and a Redis database.
The corresponding business identification, the data source identification, the period type identification and the list type identification can be obtained through the list identification.
S704: the list data reading module 603 generates zset-key according to the service identifier and the data source identifier, and reads the list identifier, the list data and the corresponding characteristic value from the database 2.
The database 2 may be a Redis database and is configured to store general list data, where the list data is top N general list data, and N may be set by the list general configuration module 602.
S705: the business list basic data module 604 is requested according to the list data address to acquire the head portrait and the nickname of the target object and expand the hotspot information.
The list data address can be a remote address called by the Rpc.
The following describes a process of storing the general list data in the database 2.
The business ranking list producer module 606 may subscribe to various data sources, such as a gift sending data source, a click data source, and the like, and obtain basic ranking list data required for generating a ranking list from the various data sources according to the configuration information obtained from the database 1. And converting the basic list data into the universal list data through the universal data source model and storing the universal list data in the database 3.
When the general ranking list data is stored in the database 3, the general ranking list consumer module 605 reads the general ranking list data from the database 3, and stores the general ranking list data into a corresponding ordered set in the database 2 according to the configuration information acquired from the database 1. Meanwhile, a list running water can be generated and stored in the database 4, and the database 4 can be a MySQL database, so that data verification can be performed in the following disputes.
Therefore, by abstracting a unified universal data source model, various types of basic list data are converted into universal list data, a set of universal list configuration templates are abstracted based on the universal list data, and various different business data source data are driven to automatically generate the list data in real time according to the universal list configuration. Through the list page configuration module and the list general configuration module, a product person can pull corresponding list data through the list data reading module by configuring information such as list identification and the like, so that a list page is generated according to the list data and the list page and is put on the line, the list putting-on-line efficiency can be greatly improved, and the development cost is saved. Moreover, the data source only needs to be accessed once, and other lists of different types are made based on the data source, so that the corresponding configuration is only needed, the on-line efficiency of the lists can be greatly improved, and the development cost is saved.
Aiming at the list generation method provided by the embodiment, the embodiment of the application further provides a list generation device.
Referring to fig. 8, the figure is a schematic view of a list generating apparatus according to an embodiment of the present application. As shown in fig. 8, the list generating apparatus 800 includes: an acquisition unit 801, a conversion unit 802, and a generation unit 803;
the obtaining unit 801 is configured to obtain a list generation request of a content platform, where the list generation request carries a list identifier; acquiring basic list data from a subscribed data source according to the list identification;
the conversion unit 802 is configured to convert the basic list data into general list data according to a list requirement corresponding to the list generation request, where the general list data includes three types of dimensional data, a first type of dimensional data is used to identify a target object corresponding to the list requirement, a second type of dimensional data is used to identify a feature parameter corresponding to a ranking, and a third type of dimensional data is a feature value corresponding to the feature parameter, and the three types of dimensional data are determined based on the content platform;
the generating unit 803 is configured to generate a list according to the general list data.
As a possible implementation manner, the list generating apparatus 800 is further configured to:
if the general list data comprises a plurality of sub general list data, and the plurality of sub general list data have corresponding lists, generating the lists corresponding to the general list data according to the lists corresponding to the plurality of sub general list data.
As a possible implementation manner, the list identifier includes a service identifier, a data source identifier, a list type identifier, and a period type identifier, where a combination of the service identifier and the data source identifier is used to obtain basic list data from a subscribed data source, the list type identifier is used to identify the list requirement, and the period type identifier is used to identify the time for obtaining the general list data.
As a possible implementation manner, the list generating apparatus 800 is further configured to:
and converting the cycle type identifier to obtain a converted cycle type identifier, wherein the converted cycle type identifier carries the time for acquiring the basic list data, and the list identifier comprises the converted cycle type identifier.
As a possible implementation manner, the list generating apparatus 800 is further configured to:
storing the universal list data into a database, wherein the database comprises an ordered set, the ranking weight of the ordered set is split according to a decimal system, and the parameters of the ranking weight comprise the characteristic value and the time.
As a possible implementation manner, the generating unit 803 is configured to:
pulling user data of the target object;
and generating a list according to the universal list data and the user data.
As a possible implementation manner, if the content platform is a live broadcast platform, the general list data may further include first object dimensional data and second object dimensional data, where the first type of dimensional data is the first object dimensional data or the second object dimensional data, the first object dimensional data is a sending object, the second object dimensional data is a receiving object, and the three types of dimensional data are determined based on the live broadcast platform.
The embodiment of the application provides a list generation device, a content platform subscribes multiple data sources so as to generate different types of lists, basic list data can be acquired from the subscribed data sources according to list identifications carried in list generation requests, and the basic list data are converted into general list data according to list requirements, wherein the general list data comprise three types of dimensional data, and the three types of dimensional data are determined based on the content platform so as to generate lists suitable for different content platforms. The first type of dimensional data is used for identifying a target object corresponding to the list requirement, the second type of dimensional data is used for identifying a characteristic parameter corresponding to the ranking, and the third type of dimensional data is a characteristic value corresponding to the characteristic parameter. Therefore, the data types of different data sources are converted into a universal data type, namely universal list data representing the sequencing object, the sequencing content and the scores corresponding to the sequencing content, so that the different types of data sources can generate the universal list data through one script, lists are generated according to the universal list data, repeated development of the different types of lists is not needed, and the development workload is reduced.
The aforementioned list generating device may be a computer device, which may be a server or a terminal device, and the computer device provided in the embodiments of the present application will be described below from the perspective of hardware materialization. Fig. 9 is a schematic structural diagram of a server, and fig. 10 is a schematic structural diagram of a terminal device.
Referring to fig. 9, fig. 9 is a schematic diagram of a server 1400 provided by an embodiment of the present application, where the server 1400 may have a relatively large difference due to different configurations or performances, and may include one or more Central Processing Units (CPUs) 1422 (e.g., one or more processors) and a memory 1432, one or more storage media 1430 (e.g., one or more mass storage devices) for storing applications 1442 or data 1444. Memory 1432 and storage media 1430, among other things, may be transient or persistent storage. The program stored on storage medium 1430 may include one or more modules (not shown), each of which may include a sequence of instructions operating on a server. Still further, a central processor 1422 may be disposed in communication with storage medium 1430 for executing a series of instruction operations on storage medium 1430 on server 1400.
The server 1400 may also include one or more power supplies 1426, one or more wired or wireless network interfaces 1450, one or more input-output interfaces 1458, and/or one or more operating systems 1441 such as Windows Server, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, etc.
The steps performed by the server in the above embodiments may be based on the server structure shown in fig. 9.
The CPU 1422 is configured to perform the following steps:
acquiring a list generation request of a content platform, wherein the list generation request carries a list identifier;
acquiring basic list data from a subscribed data source according to the list identification;
converting the basic list data into universal list data according to the list requirements corresponding to the list generation requests, wherein the universal list data comprise three types of dimensional data, the first type of dimensional data is used for identifying target objects corresponding to the list requirements, the second type of dimensional data is used for identifying characteristic parameters corresponding to sequencing, the third type of dimensional data is a characteristic value corresponding to the characteristic parameters, and the three types of dimensional data are determined based on the content platform;
and generating a list according to the general list data.
Optionally, the CPU 1422 may further execute the method steps of any specific implementation manner of the list generation method in the embodiment of the present application.
Referring to fig. 10, fig. 10 is a schematic structural diagram of a terminal device according to an embodiment of the present application. Fig. 10 is a block diagram illustrating a partial structure of a smartphone related to a terminal device provided in an embodiment of the present application, where the smartphone includes: a Radio Frequency (RF) circuit 1510, a memory 1520, an input unit 1530, a display unit 1540, a sensor 1550, an audio circuit 1560, a wireless fidelity (WiFi) module 1570, a processor 1580, and a power supply 1590. Those skilled in the art will appreciate that the smartphone configuration shown in fig. 10 is not intended to be limiting and may include more or fewer components than shown, or some components in combination, or a different arrangement of components.
The following describes each component of the smart phone in detail with reference to fig. 10:
the RF circuit 1510 may be configured to receive and transmit signals during information transmission and reception or during a call, and in particular, receive downlink information of a base station and then process the received downlink information to the processor 1580; in addition, the data for designing uplink is transmitted to the base station. In general, RF circuit 1510 includes, but is not limited to, an antenna, at least one Amplifier, a transceiver, a coupler, a Low Noise Amplifier (LNA), a duplexer, and the like. In addition, RF circuit 1510 may also communicate with networks and other devices via wireless communication. The wireless communication may use any communication standard or protocol, including but not limited to Global System for Mobile communication (GSM), General Packet Radio Service (GPRS), Code Division Multiple Access (CDMA), Wideband Code Division Multiple Access (WCDMA), Long Term Evolution (LTE), email, Short Message Service (SMS), and the like.
The memory 1520 may be used to store software programs and modules, and the processor 1580 implements various functional applications and data processing of the smart phone by operating the software programs and modules stored in the memory 1520. The memory 1520 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the smartphone, and the like. Further, the memory 1520 may include high-speed random access memory and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage device.
The input unit 1530 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the smartphone. Specifically, the input unit 1530 may include a touch panel 1531 and other input devices 1532. The touch panel 1531, also referred to as a touch screen, can collect touch operations of a user (e.g., operations of the user on or near the touch panel 1531 using any suitable object or accessory such as a finger or a stylus) and drive corresponding connection devices according to a preset program. Alternatively, the touch panel 1531 may include two parts, a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, and sends the touch point coordinates to the processor 1580, and can receive and execute commands sent by the processor 1580. In addition, the touch panel 1531 may be implemented by various types such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. The input unit 1530 may include other input devices 1532 in addition to the touch panel 1531. In particular, other input devices 1532 may include, but are not limited to, one or more of a physical keyboard, function keys (such as volume control keys, switch keys, etc.), a trackball, a mouse, a joystick, and the like.
The display unit 1540 may be used to display information input by the user or information provided to the user and various menus of the smartphone. The display unit 1540 may include a display panel 1541, and optionally, the display panel 1541 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like. Further, the touch panel 1531 may cover the display panel 1541, and when the touch panel 1531 detects a touch operation on or near the touch panel 1531, the touch operation is transmitted to the processor 1580 to determine the type of the touch event, and then the processor 1580 provides a corresponding visual output on the display panel 1541 according to the type of the touch event. Although in fig. 10, the touch panel 1531 and the display panel 1541 are two separate components to implement the input and output functions of the smartphone, in some embodiments, the touch panel 1531 and the display panel 1541 may be integrated to implement the input and output functions of the smartphone.
The smartphone may also include at least one sensor 1550, such as light sensors, motion sensors, and other sensors. Specifically, the light sensor may include an ambient light sensor that may adjust the brightness of the display panel 1541 according to the brightness of ambient light and a proximity sensor that may turn off the display panel 1541 and/or backlight when the smartphone is moved to the ear. As one of the motion sensors, the accelerometer sensor can detect the magnitude of acceleration in each direction (generally, three axes), can detect the magnitude and direction of gravity when stationary, and can be used for applications (such as horizontal and vertical screen switching, related games, magnetometer attitude calibration) for recognizing the attitude of the smartphone, and related functions (such as pedometer and tapping) for vibration recognition; as for other sensors such as a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which can be configured on the smart phone, further description is omitted here.
Audio circuit 1560, speaker 1561, microphone 1562 may provide an audio interface between a user and a smartphone. The audio circuit 1560 may transmit the electrical signal converted from the received audio data to the speaker 1561, and convert the electrical signal into an audio signal by the speaker 1561 and output the audio signal; on the other hand, the microphone 1562 converts collected sound signals into electrical signals, which are received by the audio circuit 1560 and converted into audio data, which are processed by the output processor 1580 and then passed through the RF circuit 1510 for transmission to, for example, another smart phone, or output to the memory 1520 for further processing.
WiFi belongs to a short-distance wireless transmission technology, the smart phone can help a user to receive and send emails, browse webpages, access streaming media and the like through a WiFi module 1570, and wireless broadband internet access is provided for the user. Although fig. 10 shows WiFi module 1570, it is understood that it does not belong to the essential constitution of the smartphone and may be omitted entirely as needed within the scope not changing the essence of the invention.
The processor 1580 is a control center of the smartphone, connects various parts of the entire smartphone by using various interfaces and lines, and performs various functions of the smartphone and processes data by operating or executing software programs and/or modules stored in the memory 1520 and calling data stored in the memory 1520, thereby integrally monitoring the smartphone. Optionally, the processor 1580 may include one or more processing units; preferably, the processor 1580 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, and the like, and a modem processor, which mainly handles wireless communications. It is to be appreciated that the modem processor may not be integrated into the processor 1580.
The smartphone also includes a power supply 1590 (e.g., a battery) for powering the various components, which may preferably be logically coupled to the processor 1580 via a power management system, such that the power management system may manage charging, discharging, and power consumption.
Although not shown, the smart phone may further include a camera, a bluetooth module, and the like, which are not described herein.
In an embodiment of the application, the smartphone includes a memory 1520 that can store program code and transmit the program code to the processor.
The processor 1580 included in the smartphone may execute the list generation method provided in the foregoing embodiment according to the instruction in the program code.
The embodiment of the application further provides a computer-readable storage medium for storing a computer program, where the computer program is used to execute the list generating method provided by the above embodiment.
Embodiments of the present application also provide a computer program product or computer program comprising computer instructions stored in a computer-readable storage medium. The processor of the computer device reads the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions to cause the computer device to perform the list generation method provided in the various alternative implementations of the above aspects.
Those of ordinary skill in the art will understand that: all or part of the steps for realizing the method embodiments can be completed by hardware related to program instructions, the program can be stored in a computer readable storage medium, and the program executes the steps comprising the method embodiments when executed; and the aforementioned storage medium may be at least one of the following media: various media that can store program codes, such as read-only memory (ROM), RAM, magnetic disk, or optical disk.
It should be noted that, in the present specification, all the embodiments are described in a progressive manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the apparatus and system embodiments, since they are substantially similar to the method embodiments, they are described in a relatively simple manner, and reference may be made to some of the descriptions of the method embodiments for related points. The above-described embodiments of the apparatus and system are merely illustrative, and the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
The above description is only one specific embodiment of the present application, but the scope of the present application is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present application should be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (10)

1. A method for generating a list, the method comprising:
acquiring a list generation request of a content platform, wherein the list generation request carries a list identifier;
acquiring basic list data from a subscribed data source according to the list identification;
converting the basic list data into universal list data according to the list requirement corresponding to the list generation request, wherein the universal list data comprise three types of dimensional data, the first type of dimensional data is used for identifying a target object corresponding to the list requirement, the second type of dimensional data is used for identifying a characteristic parameter corresponding to sequencing, the third type of dimensional data is a characteristic value corresponding to the characteristic parameter, and the three types of dimensional data are determined based on the content platform;
and generating a list according to the general list data.
2. The method of claim 1, further comprising:
if the universal list data comprises a plurality of sub universal list data, and the plurality of sub universal list data have corresponding lists, generating the list corresponding to the universal list data according to the lists corresponding to the plurality of sub universal list data.
3. The method of claim 1, wherein the list identification comprises a business identification, a data source identification, a list type identification, and a period type identification, wherein a combination of the business identification and the data source identification is used to obtain basic list data from a subscribed data source, the list type identification is used to identify the list requirement, and the period type identification is used to identify a time to obtain the general list data.
4. The method of claim 3, further comprising:
and converting the cycle type identifier to obtain a converted cycle type identifier, wherein the converted cycle type identifier carries the time for acquiring the basic list data, and the list identifier comprises the converted cycle type identifier.
5. The method according to any one of claims 1-4, further comprising:
storing the universal list data into a database, wherein the database comprises an ordered set, the ranking weight of the ordered set is split according to a decimal system, and the parameters of the ranking weight comprise the characteristic value and the time.
6. The method of any of claims 1-4, wherein generating a list from the generic list data comprises:
pulling user data of the target object;
and generating a list according to the universal list data and the user data.
7. The method of any of claims 1-4, wherein if the content platform is a live platform, the universal list data further includes first object dimension data and second object dimension data, the first type of dimension data is the first object dimension data or the second object dimension data, the first object dimension data is a sending object, the second object dimension data is a receiving object, and the three types of dimension data are determined based on the live platform.
8. An apparatus for generating a list, the apparatus comprising: the device comprises an acquisition unit, a conversion unit and a generation unit;
the obtaining unit is used for obtaining a list generation request of the content platform, and the list generation request carries a list identifier; acquiring basic list data from a subscribed data source according to the list identification;
the conversion unit is configured to convert the basic list data into general list data according to a list requirement corresponding to the list generation request, where the general list data includes three types of dimensional data, a first type of dimensional data is used to identify a target object corresponding to the list requirement, a second type of dimensional data is used to identify a characteristic parameter corresponding to ranking, a third type of dimensional data is a characteristic value corresponding to the characteristic parameter, and the three types of dimensional data are determined based on the content platform;
the generating unit is used for generating the list according to the general list data.
9. A computer device, the device comprising a processor and a memory:
the memory is used for storing program codes and transmitting the program codes to the processor;
the processor is configured to perform the method of any one of claims 1-7 according to instructions in the program code.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium is used to store a computer program for performing the method of any one of claims 1-7.
CN202110286470.9A 2021-03-17 2021-03-17 List generation method and related device Pending CN115105838A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110286470.9A CN115105838A (en) 2021-03-17 2021-03-17 List generation method and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110286470.9A CN115105838A (en) 2021-03-17 2021-03-17 List generation method and related device

Publications (1)

Publication Number Publication Date
CN115105838A true CN115105838A (en) 2022-09-27

Family

ID=83323722

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110286470.9A Pending CN115105838A (en) 2021-03-17 2021-03-17 List generation method and related device

Country Status (1)

Country Link
CN (1) CN115105838A (en)

Similar Documents

Publication Publication Date Title
CN106357517B (en) Directional label generation method and device
CN107172477B (en) Voting method and device
CN109347722B (en) Interaction system, method, client and background server
CN108073605B (en) Method and device for loading and pushing service data and generating interactive information
US20170310533A1 (en) Time-distributed and real-time processing in information recommendation system, method and apparatus
CN106878406B (en) Information sharing method, device and system
WO2018157721A1 (en) Method for acquiring and providing information, device, system and storage medium
CN106302996B (en) Message display method and device
CN108156508B (en) Barrage information processing method and device, mobile terminal, server and system
CN111178012A (en) Form rendering method, device and equipment and storage medium
CN106126570B (en) Information service system
CN105103105A (en) Social cover feed interface
CN111352556A (en) Information interaction method, device, computer readable storage medium and system
JP6915074B2 (en) Message notification method and terminal
CN108429668B (en) Message processing method, device, terminal and system
JP5817572B2 (en) Server apparatus, program, and communication system
CN109224455A (en) Interactive approach, device and the server of virtual pet
CN110781421B (en) Virtual resource display method and related device
CN113839913A (en) Interactive information processing method, related device and storage medium
CN111666498A (en) Friend recommendation method based on interactive information, related device and storage medium
CN115105838A (en) List generation method and related device
CN111625737B (en) Label display method, device, equipment and storage medium
CN109286557A (en) Chat method, device, server and storage medium based on virtual pet
CN112417352A (en) Method and device for processing release content, electronic equipment and storage medium
CN108897774B (en) Method, device and storage medium for acquiring news hotspots

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