CN114647685B - Data processing method, device, equipment and medium - Google Patents

Data processing method, device, equipment and medium Download PDF

Info

Publication number
CN114647685B
CN114647685B CN202210316144.2A CN202210316144A CN114647685B CN 114647685 B CN114647685 B CN 114647685B CN 202210316144 A CN202210316144 A CN 202210316144A CN 114647685 B CN114647685 B CN 114647685B
Authority
CN
China
Prior art keywords
data
state
client
target data
historical
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202210316144.2A
Other languages
Chinese (zh)
Other versions
CN114647685A (en
Inventor
姚浩原
马占斌
吴贤
姚垒奇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing ByteDance Network Technology Co Ltd
Original Assignee
Beijing ByteDance Network 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 ByteDance Network Technology Co Ltd filed Critical Beijing ByteDance Network Technology Co Ltd
Priority to CN202210316144.2A priority Critical patent/CN114647685B/en
Publication of CN114647685A publication Critical patent/CN114647685A/en
Application granted granted Critical
Publication of CN114647685B publication Critical patent/CN114647685B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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/24Querying
    • G06F16/248Presentation of query results
    • 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/23Updating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0201Market modelling; Market analysis; Collecting market data

Abstract

The embodiment of the disclosure relates to a data processing method, a device, equipment and a medium, wherein the method comprises the following steps: acquiring a plurality of target data, and setting a data state identifier and a flag bit of the target data, wherein the data state identifier is used for representing the consumption state of the target data at a client, and the flag bit is used for identifying the display priority among different target data; transmitting the plurality of target data to the client; receiving data consumption information sent by a client, and updating data state identifiers of a plurality of target data according to the data consumption information; responding to a historical data request of a client, and extracting historical data corresponding to the historical data request according to the data state identification; and sequencing the historical data according to the flag bit to obtain a first sequencing result, and returning the historical data to the client according to the first sequencing result. The method and the device ensure the accuracy and the order of the historical data storage, and further help to improve the consumption accuracy of the historical data of the client.

Description

Data processing method, device, equipment and medium
Technical Field
The disclosure relates to the technical field of data processing, and in particular relates to a data processing method, a device, equipment and a medium.
Background
When the user uses the client, various displayed historical data in the client, such as historical recommended data, can be reported to the server, and the server can be used for analysis processing after storing or can be issued when the client needs.
At present, the historical data stored by the server is usually directly stored or the data reported by the embedded point after the client is displayed is acquired and stored during the issuing, but the storage mode during the issuing of the server can store the data which is not consumed by the user as the historical data, so that the problem of inaccurate data is caused; in the mode of acquiring and storing data reported by a client, the data is usually stored according to a consumption sequence, so that the problem that the historical data is not consistent with the displayed sequence in time sequence is caused.
Disclosure of Invention
In order to solve the technical problems, the present disclosure provides a data processing method, device, equipment and medium.
The embodiment of the disclosure provides a data processing method, which comprises the following steps:
acquiring a plurality of target data, and setting a data state identifier and a flag bit of the target data, wherein the data state identifier is used for representing the consumption state of the target data at a client, and the flag bit is used for identifying the display priority among different target data;
Transmitting the plurality of target data to a client;
receiving data consumption information sent by the client, and updating the data state identifiers of the plurality of target data according to the data consumption information;
responding to the historical data request of the client, and extracting historical data corresponding to the historical data request according to a data state identifier;
and sequencing the historical data according to the flag bit to obtain a first sequencing result, and returning the historical data to the client according to the first sequencing result.
The embodiment of the disclosure also provides a data processing method, which comprises the following steps:
acquiring a plurality of target data sent by a server, wherein the plurality of target data are provided with a data state identifier and a flag bit in the server, the data state identifier is used for representing the consumption state of the target data in a client, and the flag bit is used for identifying the display priority among different target data;
transmitting data consumption information of the plurality of target data to the server, wherein the data consumption information is used for updating data state identifiers of the plurality of target data in the server;
and sending a historical data request to the server side, so that the server side extracts the historical data corresponding to the historical data request according to the data state identification, sorts the historical data according to the flag bit to obtain a first sorting result, and returns the historical data according to the first sorting result.
The embodiment of the disclosure also provides a data processing device, which comprises:
the system comprises a setting module, a data state identification module and a flag bit, wherein the setting module is used for acquiring a plurality of target data, setting a data state identification and a flag bit of the target data, the data state identification is used for representing the consumption state of the target data at a client, and the flag bit is used for identifying the display priority among different target data;
the sending module is used for sending the plurality of target data to the client;
the updating module is used for receiving the data consumption information sent by the client and updating the data state identifiers of the plurality of target data according to the data consumption information;
the extraction module is used for responding to the historical data request of the client and extracting historical data corresponding to the historical data request according to the data state identification;
and the return module is used for sequencing the historical data according to the flag bit to obtain a first sequencing result, and returning the historical data to the client according to the first sequencing result.
The embodiment of the disclosure also provides a data processing device, which comprises:
the system comprises a data module, a data processing module and a data processing module, wherein the data module is used for acquiring a plurality of target data sent by a server, the plurality of target data are provided with a data state identifier and a flag bit in the server, the data state identifier is used for representing the consumption state of the target data in a client, and the flag bit is used for identifying the display priority among different target data;
The consumption module is used for sending the data consumption information of the plurality of target data to the server, and the data consumption information is used for updating the data state identifiers of the plurality of target data in the server;
the request module is used for sending a historical data request to the server side so that the server side extracts historical data corresponding to the historical data request according to the data state identification, orders the historical data according to the flag bit to obtain a first ordering result, and returns the historical data according to the first ordering result.
The embodiment of the disclosure also provides an electronic device, which comprises: a processor; a memory for storing the processor-executable instructions; the processor is configured to read the executable instructions from the memory and execute the instructions to implement a data processing method according to an embodiment of the disclosure.
The present disclosure also provides a computer-readable storage medium storing a computer program for executing the data processing method as provided by the embodiments of the present disclosure.
Compared with the prior art, the technical scheme provided by the embodiment of the disclosure has the following advantages: according to the data processing scheme provided by the embodiment of the disclosure, a plurality of target data are obtained, and a data state identifier and a flag bit of the target data are set, wherein the data state identifier is used for representing the consumption state of the target data at a client, and the flag bit is used for identifying the display priority among different target data; transmitting the plurality of target data to the client; receiving data consumption information sent by a client, and updating data state identifiers of a plurality of target data according to the data consumption information; responding to a historical data request of a client, and extracting historical data corresponding to the historical data request according to the data state identification; and sequencing the historical data according to the flag bit to obtain a first sequencing result, and returning the historical data to the client according to the first sequencing result. By adopting the technical scheme, the data state identifier and the flag bit are newly added to the target data in the server, the data state identifier can be updated according to the data consumption information sent by the client, when the client requests the historical data, the corresponding historical data can be extracted according to the data state identifier, and the sequencing batch return can be carried out according to the flag bit, so that the accuracy and the order of the historical data storage are ensured, the consistency of the historical data storage and the display order is realized, and further the follow-up consumption accuracy of the historical data by the client is facilitated.
Drawings
The above and other features, advantages, and aspects of embodiments of the present disclosure will become more apparent by reference to the following detailed description when taken in conjunction with the accompanying drawings. The same or similar reference numbers will be used throughout the drawings to refer to the same or like elements. It should be understood that the figures are schematic and that elements and components are not necessarily drawn to scale.
Fig. 1 is a schematic flow chart of a data processing method according to an embodiment of the disclosure;
FIG. 2 is a schematic diagram of a status update provided by an embodiment of the present disclosure;
FIG. 3 is a flowchart illustrating another data processing method according to an embodiment of the present disclosure;
FIG. 4 is a schematic diagram of a data process provided by an embodiment of the present disclosure;
FIG. 5 is a schematic diagram of a data processing apparatus according to an embodiment of the present disclosure;
FIG. 6 is a schematic diagram of another data processing apparatus according to an embodiment of the present disclosure;
fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the present disclosure.
Detailed Description
Embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the present disclosure have been shown in the accompanying drawings, it is to be understood that the present disclosure may be embodied in various forms and should not be construed as limited to the embodiments set forth herein, but are provided to provide a more thorough and complete understanding of the present disclosure. It should be understood that the drawings and embodiments of the present disclosure are for illustration purposes only and are not intended to limit the scope of the present disclosure.
It should be understood that the various steps recited in the method embodiments of the present disclosure may be performed in a different order and/or performed in parallel. Furthermore, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the present disclosure is not limited in this respect.
The term "including" and variations thereof as used herein are intended to be open-ended, i.e., including, but not limited to. The term "based on" is based at least in part on. The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments. Related definitions of other terms will be given in the description below.
It should be noted that the terms "first," "second," and the like in this disclosure are merely used to distinguish between different devices, modules, or units and are not used to define an order or interdependence of functions performed by the devices, modules, or units.
It should be noted that references to "one", "a plurality" and "a plurality" in this disclosure are intended to be illustrative rather than limiting, and those of ordinary skill in the art will appreciate that "one or more" is intended to be understood as "one or more" unless the context clearly indicates otherwise.
The names of messages or information interacted between the various devices in the embodiments of the present disclosure are for illustrative purposes only and are not intended to limit the scope of such messages or information.
In the related art, the mode of storing the historical data is mainly that a server stores or a client reports, and the server directly stores the data as the historical data when returning the data to the client, so that the mode can store the data which is not consumed by a user as the historical data, and the problem of inaccurate data is caused; after consuming the data, the client can report the consumed data by burying points, and the server acquires the data in the buried point queue as historical data by monitoring the buried point queue, so that the data are usually reported and stored according to the consumption sequence, and the problem that the storage sequence and the display sequence of the historical data are inconsistent in time sequence is caused. In order to solve the above-described problems, embodiments of the present disclosure provide a data processing method, which is described below in connection with specific embodiments.
Fig. 1 is a flow chart of a data processing method according to an embodiment of the present disclosure, where the method may be performed by a data processing apparatus, and the apparatus may be implemented by using software and/or hardware, and may be generally integrated in an electronic device. As shown in fig. 1, the method is applied to a server, and includes:
Step 101, obtaining a plurality of target data, and setting a data state identifier and a flag bit of the target data, wherein the data state identifier is used for representing the consumption state of the target data at a client, and the flag bit is used for identifying the display priority among different target data.
The target data represents data which has uncertainty and the data state changes along with the user operation in the client, namely the target data has the characteristics of uncertainty, disorder, statelessness and the like, wherein the uncertainty represents the fact that the target data cannot stably reproduce the data with the same sequence in the client, the disorder represents that the target data are not ordered by certain attribute association, and the statelessness represents that the client does not sense the operation state server of the target data. Specific data of the target data in the embodiments of the present disclosure is not limited, and for example, the target data may include recommended data, where the recommended data has the above-mentioned characteristics of uncertainty, disorder, and statelessness.
The data state identifier may be understood as an identifier for characterizing a consumption state of target data in a client, where the target data may be displayed to a user, operated by the user, etc., and data of different stages may be divided by the data state identifier, where each target data has a corresponding consumption state. The flag bit can be understood as a relationship identifier which is newly added in the embodiment of the disclosure and is used for identifying the display priority among different target data, each target data has a unique flag bit, and the larger the flag bit is, the earlier the target data is displayed. The flag bit may be represented in the form of a number or letter, etc., and is not particularly limited. And, for different batches of target data, the flag bits can be universal, and the flag bits of the order are set for the same batch of target data.
In an embodiment of the present disclosure, setting a data state identifier and a flag bit of target data includes: setting a data state identifier of the target data as a first identifier representing an unconsumed state; and setting the flag bits from large to small for the plurality of target data according to a preset sequence.
The unconsumed state may be an initial state or a draft state of the target data, and the data state of the target data before the target data is returned to the client is the unconsumed state. The preset sequence may be understood as a presentation sequence that is preset by a data source of the target data for each target data in advance, and may be set according to a certain policy, for example, when the target data is recommended data, the preset sequence may be set according to a timestamp of the recommended data, where a larger timestamp indicates that the recommended data is presented earlier, or may also be set according to a history browsing record of a user, or the like.
Specifically, after receiving a data acquisition request sent by a client, the server may acquire target data from a data source and store the target data. For example, when the target data is recommended data, a data acquisition request may be sent to the server when the client enters the home page, and the server may acquire the target data from the recommendation system and store the target data for subsequent processing.
After that, the server may set the data status identifier of each target data as the first identifier representing the unconsumed status, and may set corresponding flag bits for the plurality of target data according to the sequence from front to back in the preset sequence, where when the flag bits are represented in digital form, the flag bits of the target data with the front ordering result are larger, the flag bits of the target data with the rear ordering result are smaller, and the flag bit of the target data with the last ordering result is smallest. For example, for 5 target data A1-A5, the preset sequence is A1-A5 from front to back, and the flag bits corresponding to A1-A5 may be set to 5-1 respectively.
In the scheme, the server can ensure the order of the target data when the target data is stored by setting the flag bit of the target data, and the flag bit is set based on the preset sequence, so that the sequence displayed by the client is consistent when the target data is stored.
Step 102, sending the plurality of target data to the client.
After setting the data state identifier and the flag bit of the target data, the server may send the target data to the client, and the client may provide the target data to the user for consumption. For example, the client may obtain a preset sequence from the recommendation system, and display a plurality of target data according to the preset sequence, where the display may be a summary or detail page for displaying each target data, and the client may further respond to a triggering operation of the user to perform a specific operation on the target data.
Step 103, receiving the data consumption information sent by the client, and updating the data state identifiers of the plurality of target data according to the data consumption information.
The data consumption information can be reported to the server through the embedded point information by the client, and is used for distinguishing different consumption states of the target data, each target data has corresponding data consumption information, the data consumption information comprises data display information and/or data operation information, and the data display information can comprise unique data identification and display content; the data manipulation information may include a unique data identification and information of at least one type of interactive manipulation of the target data by the user in the client, for example, the interactive manipulation may include a click manipulation, a copy manipulation, a praise manipulation, a comment manipulation, a forward manipulation, etc. of one target data by the user.
In an embodiment of the present disclosure, updating the data status identifiers of the plurality of target data according to the data consumption information may include: determining state data to be updated in the plurality of target data according to the data display information and/or the data operation information; updating the data state identifier of the data to be updated from the first identifier to a second identifier, the second identifier representing a presentation state in which at least part of the content has been presented and/or an operational state in which at least one interaction has been performed.
Wherein at least part of the content is understood as part or all of the content in one target data, i.e. at least part of the content may comprise a summary and/or a detail page. The presentation state may characterize that a portion or all of the content of the target data is presented in the client, and the operational state indicates that the target data is subjected to at least one interactive operation.
Specifically, after the server side sends the plurality of target data to the client side, the client side can provide the target data for the user to consume; and then the client can report consumption buried points, namely data display information and/or data operation information, the server can acquire the data display information and/or the data operation information by monitoring the buried point queue, and determine corresponding data in a plurality of target data as data to be updated according to the data display information and/or the data operation information, and update a data state identifier of the data to be updated from a first identifier to a second identifier which indicates a display state in which at least part of content has been displayed and/or an operation state in which at least one interactive operation has been executed.
It may be appreciated that the second identifier represents an identifier different from the first identifier, and may include one identifier or a plurality of identifiers, for example, the display state in which at least part of the content has been displayed may be represented by a third identifier, and when only the data display information is received, the first identifier of the data to be updated in the corresponding state may be updated into the third identifier; the operation state in which at least one interactive operation has been performed may be represented by a fourth identifier, and when only data operation information is received, the first identifier of the data to be updated in the corresponding state may be updated to the fourth identifier; the operation state in which the display state in which at least part of the content has been displayed has performed at least one interactive operation may be represented by a fifth identifier, and when the data operation information and the data display information are received, the first identifier of the data to be updated in the corresponding state may be updated to the fifth identifier.
For example, fig. 2 is a schematic diagram of a state update provided by an embodiment of the present disclosure, as shown in fig. 2, in which an update process of multiple data states is illustrated, each data state corresponds to one data state identifier, state a may be the above-mentioned unconsumed state, when one target data is executed by a user to perform operation 1 or operation 2, an update condition of state B is satisfied, and the data state identifier of the target data may be updated from a first identifier of state a to a second identifier of state B; when operation 1 and operation 3 are performed by a user on one target data, the update condition of the state C is satisfied, and the data state identification of the target data can be updated from the first identification of the state A to the third identification of the state C; when one target data is performed by the user in operations 1, 3 and 5, or in operations 2 and 4, the update condition of the state D is satisfied, and the data state of the target data is updated from the first identification of the state a to the fourth identification of the state D. It will be appreciated that the status updates and operations in fig. 3 are merely examples and are not limiting.
In the above scheme, the server can update the data state identifier corresponding to the complex data state according to the actual service requirement, so as to be applicable to more service scenes of the client.
And 104, responding to the historical data request of the client, and extracting the historical data corresponding to the historical data request according to the data state identification.
Where a historical data request may be understood as a request by a client for requesting historically consumed data.
The server side can acquire a historical data request sent by the client side, the historical data request can comprise the consumption state of the current required data, the target data state identification of the consumption state is determined, and according to the data state identifications of a plurality of target data, the historical data corresponding to the target data state identification is extracted from the historical data. For example, when the consumption state included in the history data request is a presentation state in which at least a part of the content has been presented, the history data corresponding to the target data state identification corresponding to the presentation state may be extracted from the target data.
Step 105, sorting the historical data according to the flag bit to obtain a first sorting result, and returning the historical data to the client according to the first sorting result.
Because each historical data has the corresponding bit, after the server extracts the historical data, the historical data can be sequenced according to the bit sequence from big to small to obtain a first sequencing result, the first data sequenced in the first sequencing result is the historical data with the largest bit, the last data sequenced is the historical data with the smallest bit, then the server can return the historical data to the client in batches according to the first sequencing result, and the client can display the historical data according to the receiving sequence of the historical data, so that the sequence of displaying the historical data by the client is consistent with the sequence of storing the historical data by the server.
According to the data processing scheme provided by the embodiment of the disclosure, a plurality of target data are obtained, and a data state identifier and a flag bit of the target data are set, wherein the data state identifier is used for representing the consumption state of the target data at a client, and the flag bit is used for identifying the display priority among different target data; transmitting the plurality of target data to the client; receiving data consumption information sent by a client, and updating data state identifiers of a plurality of target data according to the data consumption information; responding to a historical data request of a client, and extracting historical data corresponding to the historical data request according to the data state identification; and sequencing the historical data according to the flag bit to obtain a first sequencing result, and returning the historical data to the client according to the first sequencing result. By adopting the technical scheme, the data state identifier and the flag bit are newly added to the target data in the server, the data state identifier can be updated according to the data consumption information sent by the client, when the client requests the historical data, the corresponding historical data can be extracted according to the data state identifier, and the sequencing batch return can be carried out according to the flag bit, so that the accuracy and the order of the historical data storage are ensured, the consistency of the historical data storage and the display order is realized, and further the follow-up consumption accuracy of the historical data by the client is facilitated.
In some embodiments, after extracting the history data corresponding to the history data request according to the data state identifier, the data processing method may further include: acquiring associated information of historical data from a client, wherein the associated information comprises at least one of interaction information, scene information and time information; and determining a weighted value of the historical data according to the flag bit and the associated information, sorting the historical data according to the weighted value to obtain a second sorting result, and returning the historical data to the client according to the second sorting result.
The relevant information characterizes the historical data display and relevant information interacted with the user by the client, for example, the relevant information can comprise at least one of interaction information, scene information, time information and the like, the interaction information can be understood as information of interaction operations such as praise, forwarding, comment and the like of the historical data by the user, the scene information can be scene description such as a first page or a focus page and the like when the historical data is displayed, and the time information can be time-related information such as time for displaying the historical data and browsing time of the historical data by the user.
Specifically, after extracting historical data with a data state being a display state in a plurality of target data, the server side can acquire relevant information of the historical data from the client side, and perform weighted summation according to the flag bit and the relevant information to obtain a weighted value of each historical data, the weight of each information in the flag bit and the relevant information can be set according to service requirements, and then the historical data can be ranked according to the weighted value to obtain a second ranking result; and then the server side can return the historical data to the client side in batches according to the second sorting result, and the client side can display the historical data according to the receiving sequence of the historical data.
In the scheme, when the server orders the historical data, the server can order according to the information of multiple dimensions, so that the accuracy of ordering is improved.
Fig. 3 is a flow chart of another data processing method according to an embodiment of the present disclosure, which may be performed by a data processing apparatus, where the apparatus may be implemented in software and/or hardware, and may be generally integrated in an electronic device. As shown in fig. 3, the method is applied to a client, and includes:
step 301, obtaining a plurality of target data sent by a server, wherein the plurality of target data are provided with a data state identifier and a flag bit in the server, the data state identifier is used for representing the consumption state of the target data in a client, and the flag bit is used for identifying the display priority among different target data.
When the client enters a consumption scene of the target data, a data acquisition request can be sent to the server, for example, when the target data is recommended data, the data acquisition request can be sent to the server when the client enters a home page; after the server receives the data acquisition request, the target data may be acquired from the data source, the data status identifier of each target data may be set to be a first identifier representing an unconsumed status, and corresponding flag bits may be set for the plurality of target data in a preset order from front to back.
Step 302, data consumption information of the plurality of target data is sent to the server, and the data consumption information is used for updating data state identifiers of the plurality of target data in the server.
The client may provide the target data to the user for consumption, and the specific consumption mode is not limited, for example, the target data may be displayed in a consumption mode, when the target data is recommended data, after the client obtains a plurality of recommended data, the client may display summaries of the recommended data in a page according to a preset sequence, may display summaries of the first 5 recommended data, and along with the triggering operation of the user, continue to display the detail pages of other recommended data, that is, part of the target data is only displayed with the summaries, and part of the target data displays the summaries and the detail pages. And then the client can report consumption buried points, namely data display information and/or data operation information, the server can acquire the data display information and/or the data operation information by monitoring the buried point queue, and determine corresponding data in a plurality of target data as data to be updated according to the data display information and/or the data operation information, and update a data state identifier of the data to be updated from a first identifier to a second identifier which indicates a display state in which at least part of content has been displayed and/or an operation state in which at least one interactive operation has been executed.
Step 303, sending a history data request to the server, so that the server extracts the history data corresponding to the history data request according to the data state identifier, sorts the history data according to the flag bit to obtain a first sorting result, and returns the history data according to the first sorting result.
The client responds to the triggering operation of the user, can send a historical data request to the server, the server extracts historical data corresponding to the historical data request according to the data state identification, sorts the historical data according to the flag bit to obtain a first sorting result, and returns the historical data according to the first sorting result.
According to the data processing scheme provided by the embodiment of the disclosure, a plurality of target data sent by a server are obtained, the plurality of target data are provided with data state identifiers and flag bits in the server, the data state identifiers are used for representing consumption states of the target data in a client, and the flag bits are used for identifying display priorities among different target data; the method comprises the steps that data consumption information of a plurality of target data is sent to a server, and the data consumption information is used for updating data state identifiers of the plurality of target data in the server; and sending the historical data request to the server so that the server extracts the historical data corresponding to the historical data request according to the data state identification, sorts the historical data according to the flag bit to obtain a first sorting result, and returns the historical data according to the first sorting result. By adopting the technical scheme, the data state identifier and the flag bit are newly added to the target data in the server, the data state identifier can be updated according to the data consumption information sent by the client, when the client requests the historical data, the corresponding historical data can be extracted according to the data state identifier, and the sequencing batch return can be carried out according to the flag bit, so that the accuracy and the order of the historical data storage are ensured, the consistency of the historical data storage and the display order is realized, and further the follow-up consumption accuracy of the historical data by the client is facilitated.
The data processing method of the embodiments of the present disclosure will be further described below by way of a specific example. Fig. 4 is a schematic diagram of data processing provided by an embodiment of the present disclosure, and as shown in fig. 4, the diagram illustrates a complete process of data processing between a client and a server, and takes target data as recommended data, and data consumption information as data display information as an example, which may specifically include: the client requests recommendation data from the server; the method comprises the steps that a server side requests recommendation data from a recommendation system, after the recommendation system returns the recommendation data, the recommendation data are stored in a local storage area, a first identifier of a data state identifier of each recommendation data is set to be in an unconsumed state, a flag bit of each recommendation data is set according to a preset sequence sent by the recommendation system, and then the recommendation data can be returned to a client side; after receiving the recommendation data, the client can display the recommendation data to the user, collect the data of which at least part of the content is displayed through the buried point, determine the data as recommendation history data, and send the identification of the recommendation history data to the server; the server side can update the data state identification of the locally stored recommendation history data from the first identification of the non-consumed state to the second identification representing the displayed at least part of the content according to the identification of the recommendation history data; when the client needs to display the recommendation history data, the client can request the recommendation history data from the server; the server side can extract the recommendation history data of the second identifier according to the data state identifier, sort and page the recommendation history data according to the flag bit, and then return the recommendation history data to the client side.
For example, the server side obtains recommendation data from the recommendation system as A1-A5, see table 1, and table 1 shows a first data table after the recommendation data sets a data state identifier and a flag bit.
TABLE 1 first data sheet
Data Data state identification Sign bit
A1 First sign 5
A2 First sign 4
A3 First sign 3
A4 First sign 2
A5 First sign 1
Assuming that a user browses recommended data A1, A3 and A5 in a client, a server updates a data state identifier as shown in table 2, table 2 shows a second data table after the data state identifier is updated, and the data state identifiers of the recommended data A1, A3 and A5 in the table are updated into the second identifier; the client requests the recommendation history data, the server performs data filtering extraction and sequencing according to the data state identification and the flag bit to obtain a result, such as a table 3, and a third data table of the sequencing result of the recommendation history data is shown in the table 3.
Table 2 second data table
Data Data state identification Sign bit
A1 Second labelIdentification device 5
A2 First sign 4
A3 Second sign 3
A4 First sign 2
A5 Second sign 1
TABLE 3 third data sheet
In the scheme, when the server side acquires recommended data, all the recommended data are stored, the data state identifier is set as a first identifier of an unconsumed state, and the flag bits are set according to a preset sequence; the client reports a consumption buried point, the server monitors a buried point queue and consumes the buried point, and updates a first identifier of a non-consumed state to a second identifier of the recommended data of the displayed at least part of the content; when the server returns the recommendation history data, the data of the first identifier can be filtered, the recommendation history data of the second identifier is extracted, and batch return is performed according to the flag bit sequence. According to the scheme, the data state identification and the data flag bit are newly added on the basis of combining the server side storage and the client side reporting, so that the efficiency of data screening and sequencing is improved, and the accuracy and the order of data are ensured.
Fig. 5 is a schematic structural diagram of a data processing apparatus according to an embodiment of the present disclosure, where the apparatus may be implemented by software and/or hardware, and may be generally integrated in an electronic device. As shown in fig. 5, the apparatus includes:
the setting module 501 is configured to obtain a plurality of target data, and set a data state identifier of the target data and a flag bit, where the data state identifier is used to characterize a consumption state of the target data at a client, and the flag bit is used to identify a display priority among different target data;
a sending module 502, configured to send the plurality of target data to a client;
an updating module 503, configured to receive the data consumption information sent by the client, and update the data status identifiers of the plurality of target data according to the data consumption information;
an extracting module 504, configured to respond to a history data request of the client, and extract, according to a data state identifier, history data corresponding to the history data request;
and the return module 505 is configured to sort the historical data according to the flag bit to obtain a first sorting result, and return the historical data to the client according to the first sorting result.
Optionally, the setting module 501 is configured to:
setting a data state identifier of the target data as a first identifier representing an unconsumed state;
and setting the flag bits from large to small for the plurality of target data according to a preset sequence, wherein each target data has a unique flag bit, and the larger the flag bit is, the more preferentially the target data is displayed.
Optionally, the data consumption information includes data presentation information and/or data operation information.
Optionally, the updating module 503 is configured to:
determining state data to be updated in the plurality of target data according to the data display information and/or the data operation information;
updating the data state identifier of the data to be updated from the first identifier to a second identifier, wherein the second identifier represents a display state in which at least part of the content is displayed and/or an operation state in which at least one interaction operation is performed.
Optionally, the apparatus further comprises a second return module for: after extracting the history data corresponding to the history data request according to the data state identification,
acquiring associated information of the historical data from the client, wherein the associated information comprises at least one of interaction information, scene information and time information;
And determining a weighted value of the historical data according to the zone bit and the associated information, sorting the historical data according to the weighted value to obtain a second sorting result, and returning the historical data to the client according to the second sorting result.
Optionally, the target data represents data that is presented with uncertainty in the client and whose data state changes following user operation, and the target data includes recommendation data.
The data processing device provided by the embodiment of the disclosure can execute the data processing method provided by any embodiment of the disclosure, and has the corresponding functional modules and beneficial effects of the execution method.
Fig. 6 is a schematic structural diagram of another data processing apparatus according to an embodiment of the present disclosure, where the apparatus may be implemented by software and/or hardware, and may be generally integrated in an electronic device. As shown in fig. 6, the apparatus includes:
the data module 601 is configured to obtain a plurality of target data sent by a server, where the plurality of target data are provided with a data state identifier and a flag bit in the server, the data state identifier is used for representing a consumption state of the target data at a client, and the flag bit is used for identifying display priorities among different target data;
The consumption module 602 is configured to send data consumption information of the plurality of target data to the server, where the data consumption information is used in the server to update data status identifiers of the plurality of target data;
the request module 603 is configured to send a history data request to the server, so that the server extracts, according to the data status identifier, history data corresponding to the history data request, orders the history data according to the flag bit to obtain a first ordering result, and returns the history data according to the first ordering result.
The data processing device provided by the embodiment of the disclosure can execute the data processing method provided by any embodiment of the disclosure, and has the corresponding functional modules and beneficial effects of the execution method.
The disclosed embodiments also provide a computer program product comprising a computer program/instructions which, when executed by a processor, implement the data processing method provided by any of the embodiments of the present disclosure.
Fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the present disclosure. Referring now in particular to fig. 7, a schematic diagram of an electronic device 700 suitable for use in implementing embodiments of the present disclosure is shown. The electronic device 700 in the embodiments of the present disclosure may include, but is not limited to, mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), in-vehicle terminals (e.g., in-vehicle navigation terminals), and the like, and stationary terminals such as digital TVs, desktop computers, and the like. The electronic device shown in fig. 7 is merely an example and should not be construed to limit the functionality and scope of use of the disclosed embodiments.
As shown in fig. 7, the electronic device 700 may include a processing means (e.g., a central processor, a graphics processor, etc.) 701, which may perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 702 or a program loaded from a storage means 708 into a Random Access Memory (RAM) 703. In the RAM703, various programs and data required for the operation of the electronic device 700 are also stored. The processing device 701, the ROM 702, and the RAM703 are connected to each other through a bus 704. An input/output (I/O) interface 705 is also connected to bus 704.
In general, the following devices may be connected to the I/O interface 705: input devices 706 including, for example, a touch screen, touchpad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, and the like; an output device 707 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 708 including, for example, magnetic tape, hard disk, etc.; and a communication device 709. The communication means 709 may allow the electronic device 700 to communicate wirelessly or by wire with other devices to exchange data. While fig. 7 shows an electronic device 700 having various means, it is to be understood that not all of the illustrated means are required to be implemented or provided. More or fewer devices may be implemented or provided instead.
In particular, according to embodiments of the present disclosure, the processes described above with reference to flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a non-transitory computer readable medium, the computer program comprising program code for performing the method shown in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via communication device 709, or installed from storage 708, or installed from ROM 702. When executed by the processing device 701, the computer program performs the above-described functions defined in the data processing method of the embodiment of the present disclosure.
It should be noted that the computer readable medium described in the present disclosure may be a computer readable signal medium or a computer readable storage medium, or any combination of the two. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples of the computer-readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this disclosure, a computer-readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present disclosure, however, the computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave, with the computer-readable program code embodied therein. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, fiber optic cables, RF (radio frequency), and the like, or any suitable combination of the foregoing.
In some implementations, the clients, servers may communicate using any currently known or future developed network protocol, such as HTTP (HyperText Transfer Protocol ), and may be interconnected with any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the internet (e.g., the internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed networks.
The computer readable medium may be contained in the electronic device; or may exist alone without being incorporated into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: acquiring a plurality of target data, and setting a data state identifier and a flag bit of the target data, wherein the data state identifier is used for representing the consumption state of the target data at a client, and the flag bit is used for identifying the display priority among different target data; transmitting the plurality of target data to a client; receiving data consumption information sent by the client, and updating the data state identifiers of the plurality of target data according to the data consumption information; responding to the historical data request of the client, and extracting historical data corresponding to the historical data request according to a data state identifier; and sequencing the historical data according to the flag bit to obtain a first sequencing result, and returning the historical data to the client according to the first sequencing result.
Alternatively, the computer-readable medium carries one or more programs that, when executed by the electronic device, cause the electronic device to: acquiring a plurality of target data sent by a server, wherein the plurality of target data are provided with a data state identifier and a flag bit in the server, the data state identifier is used for representing the consumption state of the target data in a client, and the flag bit is used for identifying the display priority among different target data; transmitting data consumption information of the plurality of target data to the server, wherein the data consumption information is used for updating data state identifiers of the plurality of target data in the server; and sending a historical data request to the server side, so that the server side extracts the historical data corresponding to the historical data request according to the data state identification, sorts the historical data according to the flag bit to obtain a first sorting result, and returns the historical data according to the first sorting result.
Computer program code for carrying out operations of the present disclosure may be written in one or more programming languages, including, but not limited to, an object oriented programming language such as Java, smalltalk, C ++ and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider).
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units involved in the embodiments of the present disclosure may be implemented by means of software, or may be implemented by means of hardware. Wherein the names of the units do not constitute a limitation of the units themselves in some cases.
The functions described above herein may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: a Field Programmable Gate Array (FPGA), an Application Specific Integrated Circuit (ASIC), an Application Specific Standard Product (ASSP), a system on a chip (SOC), a Complex Programmable Logic Device (CPLD), and the like.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. The machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The foregoing description is only of the preferred embodiments of the present disclosure and description of the principles of the technology being employed. It will be appreciated by persons skilled in the art that the scope of the disclosure referred to in this disclosure is not limited to the specific combinations of features described above, but also covers other embodiments which may be formed by any combination of features described above or equivalents thereof without departing from the spirit of the disclosure. Such as those described above, are mutually substituted with the technical features having similar functions disclosed in the present disclosure (but not limited thereto).
Moreover, although operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. In certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limiting the scope of the present disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are example forms of implementing the claims.

Claims (11)

1. A method of data processing, comprising:
acquiring a plurality of target data, and setting a data state identifier and a flag bit of the target data, wherein the data state identifier is used for representing the consumption state of the target data at a client, and the flag bit is used for identifying the display priority among different target data;
transmitting the plurality of target data to a client;
receiving data consumption information sent by the client, and updating the data state identifiers of the plurality of target data according to the data consumption information;
responding to the historical data request of the client, and extracting historical data corresponding to the historical data request according to a data state identifier;
and sequencing the historical data according to the flag bit to obtain a first sequencing result, and returning the historical data to the client according to the first sequencing result.
2. The method of claim 1, wherein setting the data state identification and flag bit of the target data comprises:
setting a data state identifier of the target data as a first identifier representing an unconsumed state;
and setting the flag bits from large to small for the plurality of target data according to a preset sequence, wherein each target data has a unique flag bit, and the larger the flag bit is, the more preferentially the target data is displayed.
3. The method according to claim 2, wherein the data consumption information comprises data presentation information and/or data manipulation information.
4. A method according to claim 3, updating the data state identification of the plurality of target data according to the data consumption information, comprising:
determining state data to be updated in the plurality of target data according to the data display information and/or the data operation information;
updating the data state identifier of the data to be updated from the first identifier to a second identifier, wherein the second identifier represents a display state in which at least part of the content is displayed and/or an operation state in which at least one interaction operation is performed.
5. The method of claim 1, wherein after extracting the historical data corresponding to the historical data request based on the data state identification, the method further comprises:
Acquiring associated information of the historical data from the client, wherein the associated information comprises at least one of interaction information, scene information and time information;
and determining a weighted value of the historical data according to the zone bit and the associated information, sorting the historical data according to the weighted value to obtain a second sorting result, and returning the historical data to the client according to the second sorting result.
6. The method of any of claims 1-5, wherein the target data represents data that is presented in the client with uncertainty and whose data state follows user operation changes, the target data comprising recommendation data.
7. A method of data processing, comprising:
acquiring a plurality of target data sent by a server, wherein the plurality of target data are provided with a data state identifier and a flag bit in the server, the data state identifier is used for representing the consumption state of the target data in a client, and the flag bit is used for identifying the display priority among different target data;
transmitting data consumption information of the plurality of target data to the server, wherein the data consumption information is used for updating data state identifiers of the plurality of target data in the server;
And sending a historical data request to the server side, so that the server side extracts the historical data corresponding to the historical data request according to the data state identification, sorts the historical data according to the flag bit to obtain a first sorting result, and returns the historical data according to the first sorting result.
8. A data processing apparatus, comprising:
the system comprises a setting module, a data state identification module and a flag bit, wherein the setting module is used for acquiring a plurality of target data, setting a data state identification and a flag bit of the target data, the data state identification is used for representing the consumption state of the target data at a client, and the flag bit is used for identifying the display priority among different target data;
the sending module is used for sending the plurality of target data to the client;
the updating module is used for receiving the data consumption information sent by the client and updating the data state identifiers of the plurality of target data according to the data consumption information;
the extraction module is used for responding to the historical data request of the client and extracting historical data corresponding to the historical data request according to the data state identification;
and the return module is used for sequencing the historical data according to the flag bit to obtain a first sequencing result, and returning the historical data to the client according to the first sequencing result.
9. A data processing apparatus, comprising:
the system comprises a data module, a data processing module and a data processing module, wherein the data module is used for acquiring a plurality of target data sent by a server, the plurality of target data are provided with a data state identifier and a flag bit in the server, the data state identifier is used for representing the consumption state of the target data in a client, and the flag bit is used for identifying the display priority among different target data;
the consumption module is used for sending the data consumption information of the plurality of target data to the server, and the data consumption information is used for updating the data state identifiers of the plurality of target data in the server;
the request module is used for sending a historical data request to the server side so that the server side extracts historical data corresponding to the historical data request according to the data state identification, orders the historical data according to the flag bit to obtain a first ordering result, and returns the historical data according to the first ordering result.
10. An electronic device, the electronic device comprising:
a processor;
a memory for storing the processor-executable instructions;
the processor is configured to read the executable instructions from the memory and execute the instructions to implement the data processing method according to any one of the preceding claims 1-6.
11. A computer readable storage medium, characterized in that the storage medium stores a computer program for executing the data processing method according to any of the preceding claims 1-6.
CN202210316144.2A 2022-03-28 2022-03-28 Data processing method, device, equipment and medium Active CN114647685B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210316144.2A CN114647685B (en) 2022-03-28 2022-03-28 Data processing method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210316144.2A CN114647685B (en) 2022-03-28 2022-03-28 Data processing method, device, equipment and medium

Publications (2)

Publication Number Publication Date
CN114647685A CN114647685A (en) 2022-06-21
CN114647685B true CN114647685B (en) 2024-04-12

Family

ID=81996480

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210316144.2A Active CN114647685B (en) 2022-03-28 2022-03-28 Data processing method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN114647685B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101821736A (en) * 2007-09-06 2010-09-01 王秦胜塞希亚 Method and system of interacting with server, and method and system for generating and presenting search results
US10325285B1 (en) * 2013-06-28 2019-06-18 Groupon, Inc. Predictive recommendation system
CN110781373A (en) * 2019-10-29 2020-02-11 北京字节跳动网络技术有限公司 List updating method and device, readable medium and electronic equipment
CN110837534A (en) * 2019-11-07 2020-02-25 北京字节跳动网络技术有限公司 Data list display method, device, equipment and storage medium
CN111245709A (en) * 2020-02-10 2020-06-05 北京字节跳动网络技术有限公司 Message pushing method and device, electronic equipment and storage medium
CN111414568A (en) * 2019-01-07 2020-07-14 北京字节跳动网络技术有限公司 Information display method and device, electronic equipment and storage medium
CN112181733A (en) * 2020-10-30 2021-01-05 北京字跳网络技术有限公司 Service request processing method, device, equipment and storage medium
CN113139082A (en) * 2021-05-14 2021-07-20 北京字节跳动网络技术有限公司 Multimedia content processing method, apparatus, device and medium
CN113362171A (en) * 2021-05-28 2021-09-07 富途网络科技(深圳)有限公司 Data processing method, device and storage medium
CN113781183A (en) * 2021-09-28 2021-12-10 口碑(上海)信息技术有限公司 Commodity display method and device, computer equipment and computer-readable storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090119254A1 (en) * 2007-11-07 2009-05-07 Cross Tiffany B Storing Accessible Histories of Search Results Reordered to Reflect User Interest in the Search Results
US9818150B2 (en) * 2013-04-05 2017-11-14 Digimarc Corporation Imagery and annotations
US11461802B2 (en) * 2018-12-14 2022-10-04 At&T Intellectual Property I, L.P. Method and apparatus for targeting media to a user via a third party
CN114064668A (en) * 2020-08-07 2022-02-18 伊姆西Ip控股有限责任公司 Method, electronic device and computer program product for storage management

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101821736A (en) * 2007-09-06 2010-09-01 王秦胜塞希亚 Method and system of interacting with server, and method and system for generating and presenting search results
US10325285B1 (en) * 2013-06-28 2019-06-18 Groupon, Inc. Predictive recommendation system
CN111414568A (en) * 2019-01-07 2020-07-14 北京字节跳动网络技术有限公司 Information display method and device, electronic equipment and storage medium
CN110781373A (en) * 2019-10-29 2020-02-11 北京字节跳动网络技术有限公司 List updating method and device, readable medium and electronic equipment
CN110837534A (en) * 2019-11-07 2020-02-25 北京字节跳动网络技术有限公司 Data list display method, device, equipment and storage medium
CN111245709A (en) * 2020-02-10 2020-06-05 北京字节跳动网络技术有限公司 Message pushing method and device, electronic equipment and storage medium
CN112181733A (en) * 2020-10-30 2021-01-05 北京字跳网络技术有限公司 Service request processing method, device, equipment and storage medium
CN113139082A (en) * 2021-05-14 2021-07-20 北京字节跳动网络技术有限公司 Multimedia content processing method, apparatus, device and medium
CN113362171A (en) * 2021-05-28 2021-09-07 富途网络科技(深圳)有限公司 Data processing method, device and storage medium
CN113781183A (en) * 2021-09-28 2021-12-10 口碑(上海)信息技术有限公司 Commodity display method and device, computer equipment and computer-readable storage medium

Also Published As

Publication number Publication date
CN114647685A (en) 2022-06-21

Similar Documents

Publication Publication Date Title
CN111414498B (en) Multimedia information recommendation method and device and electronic equipment
CN110634047B (en) Method and device for recommending house resources, electronic equipment and storage medium
CN111368185B (en) Data display method and device, storage medium and electronic equipment
CN109815416B (en) Associated information pushing method and device, electronic equipment and storage medium
CN109947989B (en) Method and apparatus for processing video
CN111444356B (en) Recommendation method and device based on search
CN115757400B (en) Data table processing method, device, electronic equipment and computer readable medium
CN111597107B (en) Information output method and device and electronic equipment
CN111680799B (en) Method and device for processing model parameters
CN109902726B (en) Resume information processing method and device
CN111008865A (en) Coupon synchronous display method and device, server and storage medium
CN111596992B (en) Navigation bar display method and device and electronic equipment
CN111241137B (en) Data processing method, device, electronic equipment and storage medium
CN113347276A (en) Mobile access system based on GIS
CN114647685B (en) Data processing method, device, equipment and medium
CN111262744A (en) Multimedia information transmitting method, backup server and medium
CN107480269B (en) Object display method and system, medium and computing equipment
CN111382365B (en) Method and device for outputting information
CN111010449B (en) Image information output method, system, device, medium, and electronic apparatus
CN111274104B (en) Data processing method, device, electronic equipment and computer readable storage medium
CN111787043A (en) Data request method and device
CN111310031B (en) House source information display method, device, terminal and storage medium
CN112948108B (en) Request processing method and device and electronic equipment
CN115952315B (en) Campus monitoring video storage method, device, equipment, medium and program product
CN111143740B (en) Information processing method and device and electronic equipment

Legal Events

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