CN113553527A - Data display method, device and equipment - Google Patents

Data display method, device and equipment Download PDF

Info

Publication number
CN113553527A
CN113553527A CN202110921243.9A CN202110921243A CN113553527A CN 113553527 A CN113553527 A CN 113553527A CN 202110921243 A CN202110921243 A CN 202110921243A CN 113553527 A CN113553527 A CN 113553527A
Authority
CN
China
Prior art keywords
data
carousel
queue
data queue
area
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
CN202110921243.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.)
Beijing Zitiao Network Technology Co Ltd
Original Assignee
Beijing Zitiao 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 Zitiao Network Technology Co Ltd filed Critical Beijing Zitiao Network Technology Co Ltd
Priority to CN202110921243.9A priority Critical patent/CN113553527A/en
Publication of CN113553527A publication Critical patent/CN113553527A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents

Abstract

The embodiment of the application discloses a data display method, wherein a carousel queue is displayed in a carousel area in a scrolling mode from a carousel initial state, the carousel queue comprises a first data queue and a second data queue, and the first data queue and the second data queue comprise data items in an original data set. I.e. the carousel queue comprises 2 times the amount of data entries. When the first data queue rolls out of the carousel area and the first end of the carousel area is aligned with the first data entry of the second data queue, in order to ensure 2 times of data volume of the carousel queue, data entries are copied from the original data set to generate a third data queue, and the third data queue is spliced at the tail of the second data queue, so that a new carousel queue consisting of the second data queue and the third data queue is obtained. And meanwhile, setting the rolling amount of the carousel queue to be zero, rolling and displaying a new carousel queue in the carousel area from the carousel initial state, and sequentially and circularly executing the operations, thereby realizing the data carousel without visual jump.

Description

Data display method, device and equipment
Technical Field
The application relates to the technical field of computer processing, in particular to a data display method, device and equipment.
Background
With the continuous development of the internet technology, in order to improve the use experience of a user, data required to be displayed is played on the display end in a circulating mode through the carousel technology. The carousel technology can continuously display data according to an appointed sequence, and the effect of displaying messages in an infinite loop and head-to-head mode is achieved.
At present, when data are displayed in a carousel manner, when the data are scrolled to the end, a scrolling device needs to be reset to the initial position of the data so as to re-carousel the data, and the displayed data before and after the data are reset are different due to the operation, so that visual jumping is generated, and the browsing experience of a user is influenced.
Disclosure of Invention
In view of this, embodiments of the present application provide a data display method, apparatus, and device, so that no visual jump is generated and the browsing experience of a user is improved under the condition of realizing infinite carousel.
In order to achieve the above purpose, the technical solutions provided in the embodiments of the present application are as follows:
in a first aspect of embodiments of the present application, a data display method is provided, where the method includes:
starting to scroll and display a carousel queue in a carousel area from an initial carousel state, wherein the carousel queue comprises a first data queue and a second data queue, and the first data queue and the second data queue both comprise data items in an original data set;
when the first data queue rolls out of a carousel area and the first end of the carousel area is aligned with the first data entry in the second data queue, generating a third data queue comprising the data entries in the original data set, splicing the third data queue at the tail of the second data queue to obtain a new carousel queue consisting of the second data queue and the third data queue, wherein the first end of the carousel area refers to one end of the data entry leaving the carousel area;
and setting the carousel rolling amount to be zero so as to roll and display the new carousel queue in the carousel area from the carousel initial state.
In a second aspect of embodiments of the present application, there is provided a data display apparatus, the apparatus including:
the display unit is used for rolling and displaying a carousel queue in a carousel area from an initial carousel state, wherein the carousel queue comprises a first data queue and a second data queue, and the first data queue and the second data queue both comprise data items in an original data set;
a generating unit, configured to generate a third data queue including data entries in the original data set when the first data queue rolls out of the carousel area and a first end of the carousel area is aligned with a first data entry in the second data queue, and splice the third data queue at a tail of the second data queue to obtain a new carousel queue formed by the second data queue and the third data queue, where the first end of the carousel area is an end of the data entry leaving the carousel area;
and the configuration unit is used for setting the carousel rolling amount to be zero so as to display the new carousel queue in the carousel area in a rolling manner from the carousel initial state.
In a third aspect of embodiments of the present application, there is provided an electronic device, including: a processor and a memory;
the memory for storing instructions or computer programs;
the processor is configured to execute the instructions or the computer program in the memory to cause the electronic device to perform the method of the first aspect.
In a fourth aspect of embodiments herein, there is provided a computer-readable storage medium comprising instructions which, when executed on a computer, cause the computer to perform the method of the first aspect above.
Therefore, the embodiment of the application has the following beneficial effects:
according to the technical scheme provided by the embodiment of the application, the data is infinitely broadcast through the carousel queue in the data carousel process. The carousel queue comprises a first data queue and a second data queue, and data entries included in the first data queue are the same as data entries included in the second data queue. That is, the carousel queue includes data entries of 2 times the data amount. And in the carousel display process, starting from a carousel initial state, displaying a carousel queue in a carousel region in a scrolling manner, generating a third data queue comprising data entries in the original data set when the first data queue is scrolled out of the carousel region and the first end of the carousel region is aligned with the first data in the second data queue, and splicing the third data queue at the tail of the second data queue to form a new carousel queue. The new carousel queue includes a second data queue and a third data queue. Meanwhile, the carousel scrolling amount is set to zero to scroll and display a new carousel queue in the carousel area from the carousel initial state. . Because the data items of the first data queue and the second data queue are the same, the first data item in the second data queue starts to be carousel at the moment when the carousel scrolling amount is set to be zero instead of scrolling to the end of the first data queue, so that the data displayed in the carousel area before and after the reset is consistent, and no visual jump is generated.
And when the carousel continues, when the second data queue disappears in the carousel area and the first end of the carousel area is aligned with the first data entry of the third data queue, copying the data entries from the original data and generating a fourth data queue, and splicing the fourth data queue at the tail of the third data queue to obtain a new carousel queue consisting of the third data queue and the fourth data queue. And meanwhile, setting the carousel rolling amount to be zero, and starting to roll and display a new carousel queue in the carousel area in a heavy carousel initial state. That is, the present application keeps the data entries with 2 times of data amount in the carousel queue by repeating the above operations, and ensures that the data in the carousel areas before and after the carousel is reset does not change when the carousel scroll amount is reset, thereby avoiding a visual jump.
Drawings
FIG. 1 is a schematic diagram of a data carousel;
fig. 2 is a flowchart of a data display method according to an embodiment of the present application;
fig. 3a is a schematic diagram of a 2-time data size according to an embodiment of the present disclosure;
fig. 3b is a schematic view of a carousel state provided in an embodiment of the present application;
fig. 3c is a schematic diagram of a timing for resetting a scroll amount according to an embodiment of the present application;
FIG. 4 is a flow chart of another data display method provided by an embodiment of the present application;
fig. 5a is a schematic diagram of determining a target location according to an embodiment of the present application;
fig. 5b is a schematic diagram illustrating an instant message insertion according to an embodiment of the present application;
fig. 5c is a schematic diagram of an instant message inserted into a first data queue according to an embodiment of the present application;
fig. 5d is a schematic diagram of an instant message inserted into the second data queue according to an embodiment of the present application;
fig. 6 is a structural diagram of a data display device according to an embodiment of the present application;
fig. 7 is a structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present application more comprehensible, embodiments accompanying the drawings are described in detail below. It is to be understood that the specific embodiments described herein are merely illustrative of and not restrictive on the broad application. It should be noted that, for the convenience of description, only a part related to the present application is shown in the drawings, and not all structures are shown.
For the purpose of facilitating understanding of the technical solutions of the present application, technical terms related to the present application will be described below.
The ticker is a device for displaying data in a carousel that has an effect similar to that of a carousel display message on an LCD display screen. The ticker of the mobile terminal is a control for realizing carousel at the mobile terminal, and the carousel control can continuously display the messages to be displayed in a carousel manner according to an appointed sequence, so that the effect of displaying the messages in an infinite loop manner and in a head-to-head connection manner is achieved.
In research on carousel technology, it was found that conventional carousel technology only uses 1 times the amount of data to achieve so-called infinite scrolling. In the case of 1 times the amount of data, when the data is scrolled to the end, it is necessary to reset the scrolling means to the beginning. Since there is no data after the last piece of data, the displayed data on the display screen is inconsistent before and after the reset, resulting in a jump and visual incoherence. For example, as shown in fig. 1, in the display state 2, the data n has scrolled to the right edge of the display screen, and there is no data behind the data n, in order to realize the next round of display, the data 1 needs to be reset to the left edge of the display screen, i.e. to enter the display state 3, so that when the display state 2 is switched to the display state 3, a visual jump occurs.
Based on this, the embodiment of the present application provides a data display method, which expands the data size, and meanwhile, the start position of scrolling to the expanded data is not used as the time for resetting the scrolling size any more, but is used as the time for resetting the scrolling size, so as to ensure that the data displayed in the carousel areas before and after the resetting are consistent, and no visual jump is generated. Specifically, a carousel queue to be displayed is obtained, so that the carousel queue is displayed in a carousel area in a scrolling manner from an initial carousel state, the carousel queue includes a first data queue and a second data queue, and the first data queue and the second data queue include data entries in an original data set. I.e. the carousel queue comprises 2 times the amount of data entries. When the first data queue rolls out of the carousel zone and the first end of the carousel zone is aligned with the first data entry of the second data queue, setting the rolling amount of the carousel queue to zero. That is, when the data is scrolled to the start position of the second data queue, the scroll amount is set to zero, and since the data of the start position of the first data queue is the same as the data of the start position of the second data queue, the data before and after the reset is not changed. Meanwhile, after the first data queue leaves the carousel area, in order to ensure 2 times of data volume in the carousel queue, data entries are copied from the original data set to generate a third data queue, the third data queue is spliced at the tail of the second data queue to obtain a new carousel queue consisting of the second data queue and the third data queue, the new carousel queue is displayed in a scrolling mode in the carousel area from the initial state of carousel, and the operations are sequentially executed in a circulating mode, so that the data carousel without visual jump is realized.
It should be noted that, in the implementation of the above scheme, the recycle view control may be used as a carrier of carousel data, and the recycle view control is continuously scrolled to achieve a scrolling effect. Since the RecycleView control supports the presentation of different types of data, the presentation of different types of data can be supported from the bottom layer mechanism. The data types may include, but are not limited to, video, pictures, text, among others.
It should be noted that the carousel area in this embodiment may be a display screen corresponding to the display device, or the carousel area may be an area preset on a web page for displaying information, which is not limited herein.
For the purpose of facilitating an understanding of the aspects of the embodiments of the present application, reference will now be made to the accompanying drawings.
Referring to fig. 2, which is a flowchart of a data display method provided in an embodiment of the present application, as shown in fig. 2, the method may include:
s201: and starting from the carousel initial state, scrolling and displaying the carousel queue in the carousel area. .
In this embodiment, to implement carousel of data, a corresponding carousel queue may be established in advance for data to be displayed. The carousel queue is used for carousel display of data entries in an original data set and comprises a first data queue and a second data queue. The first data queue and the second data queue each include data entries in the original data set. That is, the carousel queue includes data to be displayed in an amount of at least 2 times the data amount. For example, if the original data set includes n data entries [ data entry 1, data entry 2, …, and data entry n ], the first data queue is [ data entry 1, data entry 2, …, data entry n ], and the second data queue is [ data entry 1, data entry 2, …, and data entry n ], as shown in fig. 3 a.
The carousel queue can be borne on a carousel device, such as a ticker, and the carousel queue is controlled to roll by the carousel device. And after the carousel queue is obtained, starting from the carousel initial state, scrolling and displaying the data items in the carousel queue in the carousel area. The carousel initial state is a state in which the scroll amount of the carousel device is 0. For example, as shown in fig. 3b, state 1 is a carousel initial state, and state 2 is a state where the carousel device scroll amount is non-zero.
The original data set comprises a plurality of data items, and the total length of the data items is larger than the length of the display screen. The length of each of the data entries may be the same or different, and this embodiment is not limited herein.
S202: and generating a third data queue comprising data entries in the original data set in response to the first data queue rolling out of the carousel area and the first end of the carousel area being aligned with the first data entry in the second data queue, and splicing the third data queue at the tail of the second data queue to obtain a new carousel queue consisting of the second data queue and the third data queue.
When the next carousel is started from the first data entry of the second data queue, in order to ensure that the data amount in the carousel queue is at least 2 times, copying the data entry from the original data to generate a third data queue, and splicing the third data queue at the tail of the second data queue to obtain a new carousel queue consisting of the second data queue and the third data queue. As shown in fig. 3c, taking the example of expanding to 2 times of data amount as an example, in the display state 2, since the left side of the display screen is aligned with the gray data entry 1, in order to ensure 2 times of data amount, the original data is copied again, and after the gray data entry n is added, a new data queue composed of the second data queue and the third data queue is obtained, such as the display state 3, and the above operations are sequentially circulated to achieve the effect of infinite scrolling.
The first end of the carousel area refers to the end of the data entry leaving the carousel area, and the second end of the carousel area refers to the end of the data entry entering the carousel area. For example, if the data entry is scrolled from right to left, the data entry enters from the right end of the carousel region and disappears from the left end of the carousel region, the first end of the carousel region is the left end of the carousel region, and the second end of the carousel region is the right end of the display screen. For another example, if the data is scrolled from left to right, the data entry enters from the left end of the carousel region and disappears from the right end of the carousel region, the first end of the carousel region is the right end of the carousel region, and the second end of the carousel region is the left end of the carousel region.
As can be seen from a comparison between fig. 1 and fig. 3c, the data size of the carousel queue is expanded from 1 time to 2 times, that is, the carousel queue is expanded from one data queue to two data queues, namely, the first data queue and the second data queue. It should be noted that the first data queue and the second data queue are used for describing 2 times of data amount, and no limitation is made on data entries in the data queues. For example, the data of the white data entry 1-data entry n in display state 1 and display state 2 in 3c is referred to as a first data queue, and the data of the gray data entry 1-data entry n is referred to as a second data queue; in display state 3, the data of gray data entry 1-data entry n may also be referred to as the first data queue and the data of white data entry 1-data entry n may also be referred to as the second data queue.
Optionally, before the third data queue is spliced to the second data queue, the first data queue is deleted, and then the third data queue is spliced to the tail of the second data queue, so as to reduce the occupation of the memory space.
S203: and setting the carousel rolling amount to be zero so as to roll and display a new carousel queue in the carousel area from the carousel initial state.
In this embodiment, the timing for setting the scroll amount to zero is determined again, that is, when the first data queue disappears in the carousel area and the first end of the carousel area is aligned with the first data entry in the second data queue. And when the carousel rolling amount is set to zero, starting to roll and display a new carousel queue in the carousel area from the carousel initial state. For example, fig. 3c, when scrolling from display state 1 to display state 2, the left end of the display screen is aligned with data entry 1, at which point the carousel scroll amount is set to zero to enter display state 3 to resume displaying a new carousel queue.
It should be noted that the execution sequence of S202 and S203 is not limited to the above, and S203 may be executed first and then S202 is executed, or S202 and S203 may be executed simultaneously.
It can be seen that in order to realize infinite scrolling without generating a visual jump, it is necessary to ensure that the last piece of data continues to scroll along the original scrolling direction after scrolling to the end of the screen. To achieve the above object, the embodiments of the present application ensure that no visual jump occurs when resetting the scroll amount by expanding the data amount and re-determining the timing to reset the scroll amount. Meanwhile, data items in the original data set are continuously copied to update the carousel queue, and then infinite carousel of the data items is achieved.
In some application scenarios, an instant message which suddenly appears needs to be displayed in a carousel process, and the instant message cannot be displayed because the conventional carousel function does not support inter-cut. Moreover, because the instant message is time-efficient, the message needs to be displayed once and then is not displayed. Based on this, the embodiment of the present application provides a technical solution for inserting an instant message, which will be described below with reference to the accompanying drawings.
Referring to fig. 4, which is a flowchart of a data display method provided in an embodiment of the present application, as shown in fig. 1, the method may include:
s401: and in the carousel process, the occurrence of the instant messages is monitored in real time.
In this embodiment, when the carousel area performs carousel on the data entries in the original data set, the processor may monitor whether an instant message appears in real time. And the carousel area performs carousel display on the data entries in the original data set through a carousel queue.
It should be noted that, when no instant message is inserted into the carousel queue, the data in the first data queue and the data in the second data queue are the same and are both data entries in the original data set. When instant messages are inserted into the carousel queue, the data in the first data queue is different from the data in the second data queue.
S402: and when the instant message is monitored to appear, determining the target position of the instant message inserted into the carousel queue.
And when the instant message is monitored to appear, determining a target position for inserting the instant message in the carousel queue. Specifically, a first data entry being exposed in the carousel queue may be determined first; and determining a corresponding target position of the instant message inserted into the carousel queue according to the first position of the first data entry corresponding to the carousel queue. That is, when the insertion position of the instant message is determined, the first data entry currently being displayed in the carousel queue is determined, and then the insertion position is determined according to the first position corresponding to the first data entry being displayed, so that the determined target position is ensured to be located behind the position of the first data entry, and the instant message can be displayed after being inserted. Specifically, after the first position is determined, a position away from the first position by a preset length may be determined as the target position.
The first data entry may be data that is just displayed on the carousel area, that is, the first data entry is data that is being displayed and is closest to a second end of the carousel area, where the second end of the carousel area refers to an end of the carousel area where the data entry enters. As shown in fig. 3c, the second end of the carousel area is the right end of the display screen.
Optionally, after determining the first position corresponding to the first data item currently being displayed, determining a second position adjacent to the first position as the target position. Wherein a second data entry corresponding to the second location is to be displayed. That is, the position of the second data entry to be displayed in the carousel queue is determined as the target position, so that the instant message can be displayed in time.
Specifically, the determination of the target location may be determined according to a preset message urgency level. The degree of emergency may be classified into a very emergency, a general emergency, and the like. Optionally, when the urgency level corresponding to the instant message is very urgent, for example, an earthquake prediction message or a strong wind prediction message, the location corresponding to the second data entry to be displayed is determined as the target location. That is, when the instant message is a very urgent message, the location where the second data item to be displayed is located is determined as the target location, so that the instant message is displayed at the next moment in time. The second data entry being presented may be a data entry in the original data set, or may be an already inserted instant message. For example, as shown in fig. 5a, if the scrolling direction of the carousel queue is from right to left, the data item being displayed on the right side of the display screen is data item 4, the data to be displayed is data item 5, the position of the data item 5 is determined as the target position, and the data item 5 moves backwards.
It should be noted that, when the displayed second data entry is an inserted instant message, the magnitude of the emergency degree of the inserted instant message and the magnitude of the emergency degree of the instant message to be inserted may be determined first, and if the emergency degree of the inserted instant message is greater than or equal to the emergency degree of the instant message to be inserted, in order to ensure that the inserted instant message can be displayed in time, the third data entry which is not displayed in the carousel queue and is a data entry in the original data set may be searched backwards through traversal, and the position where the third data entry is located is determined as the target position. Or continuously traversing backwards until the instant message which is not displayed in the carousel queue and has the emergency degree smaller than the emergency degree corresponding to the instant message to be inserted is found, and determining the position of the instant message as the target position.
Optionally, when the emergency degree corresponding to the instant message to be inserted is a general emergency, the location with the preset length from the first location is determined as the target location. The preset length may be set according to an actual application situation, and this embodiment is not limited herein. For example, the preset length is 50 pixels.
It should be noted that, when the data corresponding to the position with the preset length from the first position is the inserted instant message, in order to ensure the instant message to be displayed in time, the next traversal is continued until a third data entry which is not displayed in the carousel queue and is a data entry in the original data set is found, and the position of the third data entry is determined as the target position. Or, when the data corresponding to the position away from the first position by the preset length is the inserted instant message, the magnitude of the emergency degree of the inserted instant message and the emergency degree of the instant message to be inserted may be judged first, and if the emergency degree of the inserted instant message is greater than or equal to the emergency degree of the instant message to be inserted, in order to ensure that the inserted instant message can be displayed in time, the backward traversal is continued until a third data entry which is not displayed in the carousel queue and is a data entry in the original data set is found, and the position of the third data entry is determined as the target position.
S103: the instant message is inserted into the target location for display of the instant message.
And after the target position is determined, the instant message is inserted into the target position, and the instant message is displayed by rolling the carousel queue.
Optionally, the carousel queue includes a first data queue and a second data queue, and the target location corresponding to the instant message may be located in the first data queue or in the second data queue. For example, as shown in fig. 5b, an instant message is inserted into the first data queue, or an instant message may be inserted into the second data queue.
As can be seen from the foregoing, when the data entries in the first data queue are no longer displayed on the carousel area, the first data queue is deleted, and the multiple data entries in the original data set are re-spliced after the second data queue. When the instant message is inserted into the first data queue, the first data queue is deleted after the display is completed, so that the instant message is not repeatedly displayed. For example, as shown in fig. 5c, when the display screen reaches the vertical line position, the first data queue is deleted, a new data queue is generated, and the new data queue is spliced at the tail of the original second data queue, where the original second data queue becomes the first data queue and the newly generated data queue becomes the second data queue.
Similarly, after the instant message is inserted into the second data queue, because the first data queue is deleted after the display is completed, a plurality of data items in the original data set are copied to generate a new data queue, and the new data queue is spliced at the tail of the second data queue. In this case, the second data queue is updated to the first data queue, and the newly spliced data queue becomes the second data queue. Since the instant message is deleted after the first data queue is displayed, the instant message is displayed only once and does not appear in the next carousel. For example, as shown in fig. 5d, the instant message is inserted into the second data queue, and after the scroll amount is reset, the instant message is displayed starting from data entry 1 of the second data queue, and the data entry in the original data set is copied and spliced on the second data queue. The data entry spliced to the second data queue at this time does not include an instant message, thereby ensuring that the instant message is displayed only once.
Therefore, according to the technical scheme provided by the embodiment of the application, the occurrence of the instant message is monitored in real time in the process of carousel the data items in the original data set by using the carousel queue. And after the instant message is monitored, determining that the instant message is inserted into a corresponding target position in the carousel queue, and inserting the instant message into the target position to display the instant message. That is, when the instant message appears, the instant message is directly inserted into the carousel queue, when the instant message is scrolled to the target position where the instant message is, the instant message is displayed, and after the instant message is displayed, the carousel queue is continuously updated by the data items in the original data set, so that the instant message is covered and does not appear any more, the instant message is displayed, and the user experience is improved.
Based on the above method embodiments, embodiments of the present application provide a data display device, which will be described below with reference to the accompanying drawings.
Referring to fig. 6, which is a block diagram of a data display device according to an embodiment of the present disclosure, as shown in fig. 6, the device 600 may include: a display unit 601, a generation unit 602, and a configuration unit 603.
The display unit 601 is configured to start from a carousel initial state to scroll and display a carousel queue in a carousel area, where the carousel queue includes a first data queue and a second data queue, and both the first data queue and the second data queue include data entries in an original data set.
A generating unit 602, configured to generate a third data queue including data entries in the original data set when the first data queue rolls out of the carousel area and a first end of the carousel area is aligned with a first data entry in the second data queue, and splice the third data queue at a tail of the second data queue to obtain a new carousel queue formed by the second data queue and the third data queue, where the first end of the carousel area is an end where a data entry leaves the carousel area.
A configuration unit 603, configured to set a carousel scroll amount to zero, so as to scroll and display the new carousel queue in the carousel area from a carousel initial state.
In a specific implementation manner, the apparatus further includes:
a first determining unit, configured to determine, in response to monitoring of an instant message, a first data entry being displayed in the carousel queue;
a second determining unit, configured to determine, according to a first position of the first data entry in the carousel queue, a target position at which the instant message is inserted into the carousel queue;
and the inserting unit is used for inserting the instant message into the target position so as to display the instant message.
In a specific implementation manner, the first determining unit is specifically configured to determine a first data entry that is being displayed in the carousel queue and is closest to a second end of the carousel area, where the second end of the carousel area refers to an end of the data entry entering the carousel area.
In a specific implementation manner, the second determining unit is specifically configured to determine, as the target location, a second location adjacent to the first location, where a second data entry corresponding to the second location is to be displayed.
In a specific implementation manner, the second determining unit is specifically configured to search, starting from the second location, for a third data entry that is not yet displayed and belongs to the original data set in a backward traversal manner when the second data entry is an inserted instant message; and determining the position of the third data entry as a target position.
In a specific implementation, the target location is located in the first data queue, or the target location is located in the second data queue.
In a specific implementation manner, the apparatus further includes:
and the deleting unit is used for deleting the first data queue before splicing the third data queue at the tail part of the second data queue.
In a specific implementation manner, the data type of the original data entry is at least one of a picture, a text and a video, and/or the data type of the instant message is at least one of a picture, a text and a video.
It should be noted that, in this embodiment, implementation of each unit may refer to the method embodiment described in fig. 2 or fig. 4, and this embodiment is not limited herein.
Referring now to FIG. 7, shown is a schematic diagram of an electronic device 700 suitable for use in implementing embodiments of the present application. The terminal device in the embodiment of the present application may include, but is not limited to, a mobile terminal such as a mobile phone, a notebook computer, a Digital broadcast receiver, a PDA (Personal Digital Assistant), a PAD (Portable android device), a PMP (Portable multimedia Player), a car terminal (e.g., car navigation terminal), and the like, and a fixed terminal such as a Digital TV (television), a desktop computer, and the like. The electronic device shown in fig. 7 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present application.
As shown in fig. 7, electronic device 700 may include a processing means (e.g., central processing unit, graphics processor, etc.) 701 that may perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)702 or a program loaded from storage 708 into a Random Access Memory (RAM) 703. In the RAM703, various programs and data necessary for the operation of the electronic apparatus 700 are also stored. The processing device 701, the ROM702, and the RAM703 are connected to each other by a bus 704. An input/output (I/O) interface 705 is also connected to bus 704.
Generally, the following devices may be connected to the I/O interface 705: input devices 706 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; 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 illustrates an electronic device 700 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided.
In particular, according to embodiments of the application, the processes described above with reference to the flow diagrams may be implemented as computer software programs. For example, embodiments of the present application include a computer program product comprising a computer program carried on a non-transitory computer readable medium, the computer program containing program code for performing the method illustrated by the flow chart. In such embodiments, the computer program may be downloaded and installed from a network via the communication means 709, or may be installed from the storage means 708, or may be installed from the ROM 702. The computer program, when executed by the processing device 701, performs the above-described functions defined in the methods of the embodiments of the present application.
The electronic device provided by the embodiment of the present application and the data display method provided by the embodiment belong to the same inventive concept, and technical details that are not described in detail in the embodiment can be referred to the embodiment, and the embodiment have the same beneficial effects.
The embodiment of the present application provides a computer readable medium, on which a computer program is stored, wherein the program, when executed by a processor, implements the data display method according to any of the above embodiments.
It should be noted that the computer readable medium mentioned above in the present application may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination 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 present application, 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 this application, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. 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, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
In some embodiments, the clients, servers may communicate using any currently known or future developed network Protocol, such as HTTP (HyperText Transfer Protocol), and may interconnect with any form or medium of digital data communication (e.g., a communications 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 network.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled 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 perform the data display method.
Computer program code for carrying out operations for aspects of the present application may be written in any combination of 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 type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart 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 application. 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 described in the embodiments of the present application may be implemented by software or hardware. Where the name of a unit/module does not in some cases constitute a limitation on the unit itself, for example, a voice data collection module may also be described as a "data collection module".
The functions described herein above 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: field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), systems on a chip (SOCs), Complex Programmable Logic Devices (CPLDs), and the like.
In the context of this application, 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. A 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.
According to one or more embodiments of the present application, there is provided a data display method including:
starting to scroll and display a carousel queue in a carousel area from an initial carousel state, wherein the carousel queue comprises a first data queue and a second data queue, and the first data queue and the second data queue both comprise data items in an original data set;
when the first data queue rolls out of a carousel area and the first end of the carousel area is aligned with the first data entry in the second data queue, generating a third data queue comprising the data entries in the original data set, splicing the third data queue at the tail of the second data queue to obtain a new carousel queue consisting of the second data queue and the third data queue, wherein the first end of the carousel area refers to one end of the data entry leaving the carousel area;
and setting the carousel rolling amount to be zero so as to roll and display the new carousel queue in the carousel area from the carousel initial state.
According to one or more embodiments of the present application, the method further comprises:
in response to monitoring for an instant message, determining a first data entry in the carousel queue that is being displayed;
determining a target position of the instant message inserted into the carousel queue according to a first position of the first data entry in the carousel queue;
inserting the instant message into the target location to display the instant message.
According to one or more embodiments of the present application, the determining a first data entry being displayed in the carousel queue includes:
determining a first data entry being displayed in the carousel queue and being closest to a second end of the carousel zone, where the second end of the carousel zone refers to an end of the carousel zone where the data entry enters.
According to one or more embodiments of the present application, the determining a target position of the instant message inserted into the carousel queue according to the first position of the first data entry in the carousel queue includes:
determining a second location adjacent to the first location as a target location, a second data entry corresponding to the second location being about to be displayed.
According to one or more embodiments of the present application, the determining a second location adjacent to the first location as a target location includes:
when the second data entry is the inserted instant message, traversing backwards from the second position to search for a third data entry which is not displayed yet and belongs to the original data set;
and determining the position of the third data entry as a target position.
According to one or more embodiments of the present application, the target location is located in the first data queue or the target location is located in the second data queue.
According to one or more embodiments of the present application, before splicing the third data queue at the tail of the second data queue, the method further comprises:
and deleting the first data queue.
According to one or more embodiments of the present application, the data type of the original data entry is at least one of a picture, a text and a video, and/or the data type of the instant message is at least one of a picture, a text and a video.
According to one or more embodiments of the present application, there is provided a data display apparatus including:
the display unit is used for rolling and displaying a carousel queue in a carousel area from an initial carousel state, wherein the carousel queue comprises a first data queue and a second data queue, and the first data queue and the second data queue both comprise data items in an original data set.
A generating unit, configured to generate a third data queue including data entries in the original data set when the first data queue rolls out of the carousel area and a first end of the carousel area is aligned with a first data entry in the second data queue, and splice the third data queue at a tail of the second data queue to obtain a new carousel queue formed by the second data queue and the third data queue, where the first end of the carousel area is an end where a data entry leaves the carousel area.
And the configuration unit is used for setting the carousel rolling amount to be zero so as to display the new carousel queue in the carousel area in a rolling manner from the carousel initial state.
According to one or more embodiments of the present application, the apparatus further comprises:
a first determining unit, configured to determine, in response to monitoring of an instant message, a first data entry being displayed in the carousel queue;
a second determining unit, configured to determine, according to a first position of the first data entry in the carousel queue, a target position at which the instant message is inserted into the carousel queue;
and the inserting unit is used for inserting the instant message into the target position so as to display the instant message.
According to one or more embodiments of the present application, the first determining unit is specifically configured to determine a first data entry that is being displayed in the carousel queue and is closest to a second end of the carousel area, where the second end of the carousel area refers to an end of the carousel area where the data entry enters.
According to one or more embodiments of the present application, the second determining unit is specifically configured to determine, as the target location, a second location adjacent to the first location, where a second data entry corresponding to the second location is to be displayed.
According to one or more embodiments of the present application, the second determining unit is specifically configured to, when the second data entry is an inserted instant message, search, starting from the second location, a third data entry that is not yet displayed and belongs to the original data set in a backward traversal manner; and determining the position of the third data entry as a target position.
According to one or more embodiments of the present application, the target location is located in the first data queue or the target location is located in the second data queue.
According to one or more embodiments of the present application, the apparatus further comprises:
and the deleting unit is used for deleting the first data queue before splicing the third data queue at the tail part of the second data queue.
According to one or more embodiments of the present application, the data type of the original data entry is at least one of a picture, a text and a video, and/or the data type of the instant message is at least one of a picture, a text and a video.
According to one or more embodiments of the present application, there is provided an electronic apparatus including: a processor and a memory;
the memory for storing instructions or computer programs;
the processor is configured to execute the instructions or the computer program in the memory, so as to enable the electronic device to execute the data display method.
According to one or more embodiments of the present application, there is provided a computer-readable storage medium including instructions that, when executed on a computer, cause the computer to perform the data display method described above.
It should be noted that, in the present specification, the embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments may be referred to each other. For the system or the device disclosed by the embodiment, the description is simple because the system or the device corresponds to the method disclosed by the embodiment, and the relevant points can be referred to the method part for description.
It should be understood that in the present application, "at least one" means one or more, "a plurality" means two or more. "and/or" for describing an association relationship of associated objects, indicating that there may be three relationships, e.g., "a and/or B" may indicate: only A, only B and both A and B are present, wherein A and B may be singular or plural. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship. "at least one of the following" or similar expressions refer to any combination of these items, including any combination of single item(s) or plural items. For example, at least one (one) of a, b, or c, may represent: a, b, c, "a and b", "a and c", "b and c", or "a and b and c", wherein a, b, c may be single or plural.
It is further noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (11)

1. A method of displaying data, the method comprising:
starting to scroll and display a carousel queue in a carousel area from an initial carousel state, wherein the carousel queue comprises a first data queue and a second data queue, and the first data queue and the second data queue both comprise data items in an original data set;
when the first data queue rolls out of a carousel area and the first end of the carousel area is aligned with the first data entry in the second data queue, generating a third data queue comprising the data entries in the original data set, splicing the third data queue at the tail of the second data queue to obtain a new carousel queue consisting of the second data queue and the third data queue, wherein the first end of the carousel area refers to one end of the data entry leaving the carousel area;
and setting the carousel rolling amount to be zero so as to roll and display the new carousel queue in the carousel area from the carousel initial state.
2. The method of claim 1, further comprising:
in response to the monitoring of the instant message,
determining a first data entry being displayed in the carousel queue;
determining a target position of the instant message inserted into the carousel queue according to a first position of the first data entry in the carousel queue;
inserting the instant message into the target location to display the instant message.
3. The method of claim 2, wherein the determining the first data entry in the carousel queue that is being displayed comprises:
determining a first data entry being displayed in the carousel queue and being closest to a second end of the carousel zone, where the second end of the carousel zone refers to an end of the carousel zone where the data entry enters.
4. The method of claim 3, wherein determining the target location for the instant message to be inserted into the carousel queue based on the first location of the first data entry in the carousel queue comprises:
determining a second location adjacent to the first location as a target location, a second data entry corresponding to the second location being about to be displayed.
5. The method of claim 4, wherein determining a second location adjacent to the first location as a target location comprises:
when the second data entry is the inserted instant message, traversing backwards from the second position to search for a third data entry which is not displayed yet and belongs to the original data set;
and determining the position of the third data entry as a target position.
6. The method of any of claims 2-5, wherein the target location is located in the first data queue or the target location is located in the second data queue.
7. The method of any of claims 1-6, wherein prior to splicing the third data queue to the tail of the second data queue, the method further comprises:
and deleting the first data queue.
8. The method according to any of claims 1-7, wherein the data type of the original data entry is at least one of a picture, a text and a video, and/or the data type of the instant message is at least one of a picture, a text and a video.
9. A data display device, the device comprising:
the display unit is used for rolling and displaying a carousel queue in a carousel area from an initial carousel state, wherein the carousel queue comprises a first data queue and a second data queue, and the first data queue and the second data queue both comprise data items in an original data set;
a generating unit, configured to generate a third data queue including data entries in the original data set when the first data queue rolls out of the carousel area and a first end of the carousel area is aligned with a first data entry in the second data queue, and splice the third data queue at a tail of the second data queue to obtain a new carousel queue formed by the second data queue and the third data queue, where the first end of the carousel area is an end of the data entry leaving the carousel area;
and the configuration unit is used for setting the carousel rolling amount to be zero so as to display the new carousel queue in the carousel area in a rolling manner from the carousel initial state.
10. An electronic device, the device comprising: a processor and a memory;
the memory for storing instructions or computer programs;
the processor to execute the instructions or computer program in the memory to cause the electronic device to perform the method of any of claims 1-8.
11. A computer-readable storage medium comprising instructions which, when executed on a computer, cause the computer to perform the method of any of claims 1-8 above.
CN202110921243.9A 2021-08-11 2021-08-11 Data display method, device and equipment Pending CN113553527A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110921243.9A CN113553527A (en) 2021-08-11 2021-08-11 Data display method, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110921243.9A CN113553527A (en) 2021-08-11 2021-08-11 Data display method, device and equipment

Publications (1)

Publication Number Publication Date
CN113553527A true CN113553527A (en) 2021-10-26

Family

ID=78105537

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110921243.9A Pending CN113553527A (en) 2021-08-11 2021-08-11 Data display method, device and equipment

Country Status (1)

Country Link
CN (1) CN113553527A (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060292537A1 (en) * 2005-06-27 2006-12-28 Arcturus Media, Inc. System and method for conducting multimedia karaoke sessions
JP2008015592A (en) * 2006-07-03 2008-01-24 Sony Corp Electronic device with scroll display function, display control method
CN103324458A (en) * 2013-06-27 2013-09-25 宇龙计算机通信科技(深圳)有限公司 Method for display information and mobile terminal
CN103888602A (en) * 2014-03-03 2014-06-25 广州金山网络科技有限公司 Method and device for controlling display list in mobile terminal
US20140228712A1 (en) * 2013-02-14 2014-08-14 Marcus Elliott Generation of personalized training regimens from motion capture data
CN107092655A (en) * 2017-03-21 2017-08-25 武汉斗鱼网络科技有限公司 Circularly exhibiting method and system for organizing figure in Android widescreen equipment
CN108345455A (en) * 2018-03-12 2018-07-31 武汉斗鱼网络科技有限公司 Multistage option linkage changeover module and its implementation
CN109151547A (en) * 2018-08-30 2019-01-04 广州虎牙信息科技有限公司 A kind of carousel method, device, terminal and storage medium
CN109710868A (en) * 2018-12-21 2019-05-03 北京金山安全软件有限公司 Picture carousel method and device
CN109726343A (en) * 2018-12-26 2019-05-07 北京字节跳动网络技术有限公司 Image carousel method and device
CN110708603A (en) * 2019-10-18 2020-01-17 广州创维平面显示科技有限公司 Multimedia data playing method, device, terminal and storage medium
CN112764854A (en) * 2021-01-19 2021-05-07 广州虎牙科技有限公司 Image-text mixed display method and related device and equipment
CN112835501A (en) * 2019-11-25 2021-05-25 华为技术有限公司 Display method and electronic equipment

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060292537A1 (en) * 2005-06-27 2006-12-28 Arcturus Media, Inc. System and method for conducting multimedia karaoke sessions
JP2008015592A (en) * 2006-07-03 2008-01-24 Sony Corp Electronic device with scroll display function, display control method
US20140228712A1 (en) * 2013-02-14 2014-08-14 Marcus Elliott Generation of personalized training regimens from motion capture data
CN103324458A (en) * 2013-06-27 2013-09-25 宇龙计算机通信科技(深圳)有限公司 Method for display information and mobile terminal
CN103888602A (en) * 2014-03-03 2014-06-25 广州金山网络科技有限公司 Method and device for controlling display list in mobile terminal
CN107092655A (en) * 2017-03-21 2017-08-25 武汉斗鱼网络科技有限公司 Circularly exhibiting method and system for organizing figure in Android widescreen equipment
CN108345455A (en) * 2018-03-12 2018-07-31 武汉斗鱼网络科技有限公司 Multistage option linkage changeover module and its implementation
CN109151547A (en) * 2018-08-30 2019-01-04 广州虎牙信息科技有限公司 A kind of carousel method, device, terminal and storage medium
CN109710868A (en) * 2018-12-21 2019-05-03 北京金山安全软件有限公司 Picture carousel method and device
CN109726343A (en) * 2018-12-26 2019-05-07 北京字节跳动网络技术有限公司 Image carousel method and device
CN110708603A (en) * 2019-10-18 2020-01-17 广州创维平面显示科技有限公司 Multimedia data playing method, device, terminal and storage medium
CN112835501A (en) * 2019-11-25 2021-05-25 华为技术有限公司 Display method and electronic equipment
CN112764854A (en) * 2021-01-19 2021-05-07 广州虎牙科技有限公司 Image-text mixed display method and related device and equipment

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
BEE SUAN ONG 等: "Loop playback lagging", 《2008 IEEE INTERNATIONAL CONFERENCE ON MULTIMEDIA AND EXPO》, 26 August 2008 (2008-08-26), pages 1 - 4 *
李长腾: "基于WEB的网上装修服务系统的设计与实现", 《中国优秀硕士学位论文全文数据库信息科技辑》, 15 March 2016 (2016-03-15), pages 139 - 554 *
王方 等: "3ds Max模型及动画输出为Virtools格式的方法", 《现代电影技术》, 11 October 2007 (2007-10-11), pages 49 - 54 *

Similar Documents

Publication Publication Date Title
CN111510760B (en) Video information display method and device, storage medium and electronic equipment
US20230107220A1 (en) Video processing method and apparatus, electronic device, and computer readable storage medium
EP3955153A1 (en) Method and apparatus for inserting information into online document
CN111399956A (en) Content display method and device applied to display equipment and electronic equipment
CN113076048B (en) Video display method and device, electronic equipment and storage medium
CN112035030B (en) Information display method and device and electronic equipment
EP4319135A1 (en) Image fusion method and apparatus, electronic device, and storage medium
CN113238706B (en) View display method, device, equipment and medium
CN111240793B (en) Method, device, electronic equipment and computer readable medium for cell prerendering
CN110781432A (en) Page jump method and device, electronic equipment and computer readable storage medium
CN114363686B (en) Method, device, equipment and medium for publishing multimedia content
CN110022493B (en) Playing progress display method and device, electronic equipment and storage medium
CN115567745A (en) Display method, display device, electronic equipment and computer readable medium
CN111723309B (en) Method and device for web page searching
CN109714626B (en) Information interaction method and device, electronic equipment and computer readable storage medium
CN110134905B (en) Page update display method, device, equipment and storage medium
CN110996155B (en) Video playing page display method and device, electronic equipment and computer readable medium
CN111309416B (en) Information display method, device and equipment of application interface and readable medium
WO2023056925A1 (en) Document content updating method and apparatus, and electronic device
CN113608816B (en) Progress adjustment method and device, electronic equipment and storage medium
CN115550723A (en) Multimedia information display method and device and electronic equipment
CN113553527A (en) Data display method, device and equipment
CN115269920A (en) Interaction method, interaction device, electronic equipment and storage medium
CN113709573B (en) Method, device, equipment and storage medium for configuring video special effects
CN114491098A (en) Comment prompting method and device, electronic equipment, storage medium and program product

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