CN110633126B - Information display method and device and electronic equipment - Google Patents

Information display method and device and electronic equipment Download PDF

Info

Publication number
CN110633126B
CN110633126B CN201910927736.6A CN201910927736A CN110633126B CN 110633126 B CN110633126 B CN 110633126B CN 201910927736 A CN201910927736 A CN 201910927736A CN 110633126 B CN110633126 B CN 110633126B
Authority
CN
China
Prior art keywords
message
displayed
messages
information interaction
target
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
CN201910927736.6A
Other languages
Chinese (zh)
Other versions
CN110633126A (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 CN201910927736.6A priority Critical patent/CN110633126B/en
Publication of CN110633126A publication Critical patent/CN110633126A/en
Application granted granted Critical
Publication of CN110633126B publication Critical patent/CN110633126B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/544Buffers; Shared memory; Pipes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/548Queue

Abstract

The embodiment of the invention discloses an information display method, an information display device and electronic equipment. One embodiment of the method comprises the following steps: in response to receiving an instruction to display a target message, determining whether the target message is loaded into a memory according to an identification of the target message; in response to determining that the target message is not loaded into the memory, determining a first message queue corresponding to the target message and a first storage position of the target message in the first message queue; selecting at least one first message to be displayed including a target message from the first message queue, and loading the at least one first message to be displayed into a memory; splicing the plurality of displayed messages with a first message to be displayed; and automatically sliding the plurality of displayed messages and the first message to be displayed until the first message to be displayed is displayed on the current information interaction interface. On one hand, the display speed of the target message can be increased, and on the other hand, the memory consumption can be reduced.

Description

Information display method and device and electronic equipment
Technical Field
The disclosure relates to the technical field of computer application, and in particular relates to an information display method, an information display device and electronic equipment.
Background
With the development of technology, personal computers and portable terminals have been popularized, and people can acquire information or communicate with others using the personal computers and the portable terminals. That is, a person can acquire a large amount of information through a personal computer and a portable terminal, and some of the information is required by the user, and some of the information is not required by the user. Therefore, in order to make it convenient for the user to view the message (i.e., the target message) that he needs, there is typically an input box on the terminal device for inputting an instruction corresponding to the target message that the user wants to view; and the target message can be acquired according to the instruction of the target message, and the target message is displayed on the display interface.
Disclosure of Invention
This disclosure is provided in part to introduce concepts in a simplified form that are further described below in the detailed description. This disclosure is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
The embodiment of the disclosure provides an information display method, an information display device and electronic equipment, which shorten the time for browsing target information by a user and improve the browsing experience of the user.
In a first aspect, an embodiment of the present disclosure provides an information display method, including: determining the identification of a target message in response to receiving an instruction for displaying the target message when an information interaction interface is displayed in an information interaction window of a preset application, and determining whether the target message is loaded to a memory according to the identification; in response to determining that the target message is not loaded into the memory, determining a first message queue corresponding to the target message according to the identification, and determining a first storage position of the target message in the first message queue; selecting at least one first message to be displayed including the target message from the first message queue according to the first storage position, and loading the at least one first message to be displayed into a memory; splicing a plurality of displayed messages displayed on the information interaction interface when the instruction is received with the at least one first message to be displayed; and automatically sliding the plurality of displayed messages and the at least one first message to be displayed until the at least one first message to be displayed is displayed on the current information interaction interface.
In a second aspect, an embodiment of the present disclosure provides an information display apparatus including: the first determining unit is used for determining the identification of the target message in response to receiving an instruction for displaying the target message when the information interaction interface is displayed in an information interaction window of a preset application, and determining whether the target message is loaded to the memory or not according to the identification; the second determining unit is used for determining a first message queue corresponding to the target message according to the identification and determining a first storage position of the target message in the first message queue in response to the fact that the target message is not loaded to the memory; the selecting unit is used for selecting at least one first message to be displayed including the target message from the first message queue according to the first storage position, and loading the at least one first message to be displayed into a memory; the splicing unit is used for splicing the plurality of displayed messages displayed on the information interaction interface when the instruction is received with the at least one first message to be displayed; and the display unit is used for automatically sliding the plurality of displayed messages and the at least one first message to be displayed until the current information interaction interface displays the at least one first message to be displayed.
In a third aspect, an embodiment of the present disclosure provides an electronic device, including: one or more processors; and a storage device having one or more programs stored thereon, which when executed by the one or more processors, cause the one or more processors to implement the information display method of the first aspect.
In a fourth aspect, embodiments of the present disclosure provide a non-transitory computer-readable storage medium having stored thereon executable instructions that, when executed on a processor, implement the information display method of the first aspect.
According to the information display method, the information display device and the electronic equipment, the identification of the target message is determined by responding to the instruction of displaying the target message when the information interaction interface is displayed in the information interaction window of the preset application, and whether the target message is loaded to the memory is determined according to the identification; in response to determining that the target message is not loaded into the memory, determining a first message queue corresponding to the target message according to the identification, and determining a first storage position of the target message in the first message queue; selecting at least one first message to be displayed including the target message from the first message queue according to the first storage position, and loading the at least one first message to be displayed into a memory; splicing a plurality of displayed messages displayed on the information interaction interface when the instruction is received with the at least one first message to be displayed; and automatically sliding the plurality of displayed messages and the at least one first message to be displayed until the at least one first message to be displayed is displayed on the current information interaction interface. According to the scheme provided by the invention, the message content of the target message can be displayed on the information interaction interface quickly by utilizing the mode of splicing the current display message and the message to be displayed according to the instruction for displaying the target message. Compared with the prior art, in order to display the target message, all the messages between the currently displayed message and the target message need to be loaded.
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 flow chart of one embodiment of an information display method according to the present disclosure;
FIGS. 2A-2B are schematic diagrams of one application scenario of an information display method according to the present disclosure;
FIG. 3 is a schematic diagram of a structure of one embodiment of an information display device according to the present disclosure;
FIG. 4 is an exemplary system architecture to which the information display method of one embodiment of the present disclosure may be applied;
fig. 5 is a schematic diagram of a basic structure of an electronic device provided 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.
Referring to fig. 1, a flow of one embodiment of an information display method according to the present disclosure is shown. The information display method as shown in fig. 1 includes the steps of:
step 101, in response to receiving an instruction for displaying a target message when an information interaction interface is displayed in an information interaction window of a preset application, determining an identification of the target message, and determining whether the target message is loaded into a memory according to the identification.
The preset application may be an instant messaging application, a shopping application, or the like. The preset application may have an information interaction window. The user can conduct real-time information interaction with the contact through the information interaction interface displayed in the information interaction window. Historical interaction information and the like can also be checked through the information interaction interface.
In this embodiment, the target message may be a message that is not displayed in the information interaction interface. The receiving time of the target message may be before the receiving time of any message displayed on the information interaction interface, or may be after the receiving time of any message displayed on the information interaction interface.
In some application scenarios, a user or contact may reply to a history message. The reply message may include summary information of the historical message. In these application scenarios, the history message may be a target message. The user can select the summary information of the history message through clicking, touch control or cursor hovering and other operations, so as to send out an instruction for displaying the target message.
In other application scenarios, the target message may be a new message received. The new message refers to a message that has not been browsed by the user. The information interaction interface may display prompt information for receiving the new message, for example, a message for prompting the contact person to send and designating the user as the receiver. When the user clicks or exits the alert message, an instruction to display the target message may be issued.
In this embodiment, each message may correspond to an identifier. The identification of the message herein may include letters, numbers, words, and/or other symbols. The identity of each message may be unique.
The multiple interaction messages generated between the user and the contacts and between different contacts can be stored in advance. For example in a preset database. The preset database can be locally arranged and also can be arranged in a remote server.
For each message, the message content corresponding to the message can be searched through the identification of the message.
The memory may be content of the electronic device corresponding to the information display method. In general, in order to display an interaction message in an information interaction window of the preset application, a historical interaction message between a user and a plurality of contacts corresponding to the information interaction interface and a part of messages in the historical interaction message between the plurality of contacts may be preloaded into a memory.
Whether the target message is loaded into the memory or not can be checked in the memory according to the identification of the target message. For example, traversing the plurality of history interaction messages corresponding to the information interaction interface loaded to the memory, and determining whether the identifiers of the plurality of history interaction messages are the same as the identifiers of the target message. If so, determining that the target message is loaded into the memory. If not, determining that the target message is not loaded to the memory.
Step 102, in response to determining that the target message is not loaded into the memory, determining a first message queue corresponding to the target message according to the identification, and determining a first storage location of the target message in the first message queue.
If it is determined that the target message is not loaded into the memory, it may be determined that the target message is stored in a local hard disk or in another electronic device in communication with the electronic device performing the information display method.
The electronic device performing the information display method may acquire information of the local hard disk storing the target message or the other electronic devices.
In general, in the information of the local hard disk or the other electronic devices, a plurality of history interaction messages corresponding to the information interaction interface may be stored in one queue. The plurality of history messages are stored in the queue according to the sequence of the sending time. The queue may be considered a first message queue. Specifically, according to the identification of the target message, an information interaction interface corresponding to the target message is determined. And then determining a first message queue corresponding to the information interaction interface according to the identification of the information interaction interface. And then searching the first message queue for the identification of the message which is the same as the identification of the target message, thereby determining the first storage position of the target message in the first message queue. The first message queue may store a plurality of messages, identifiers corresponding to the plurality of messages, and sequence numbers corresponding to the message storage areas. For example, the storage location may correspond to a sequence number of the target message in the first message queue. Alternatively, the storage location may be a plurality of messages that are the difference between the target message and the current last message in the first message queue.
Step 103, selecting at least one first message to be displayed including the target message from the first message queue according to the first storage location, and loading the at least one first message to be displayed into the first message queue.
The message content corresponding to the target message may be obtained according to the storage position of the target message in the first message queue, or more than two message contents including the target message may be obtained. The acquired target message and the acquired two or more messages may be regarded as a first message to be displayed. And then loading the at least one message to be displayed into a memory.
Of the above two or more messages to be displayed, the rest of the messages to be displayed may be messages adjacent to the target message, except the target message. In some application scenarios, the number of the messages to be displayed is two, one of the messages to be displayed may be a target message, and the other may be a message adjacent to the target message in the first message queue and having a receiving (or sending) time before a receiving time of the target message; or a message adjacent to the target message and having a time of receipt (or transmission) subsequent to the time of receipt of the target message. In other application scenarios, the number of the messages to be displayed is three. One of the messages to be displayed can be a target message, and the other two messages can be messages adjacent to the target message in the first message queue respectively. In other application scenarios, the number of messages to be displayed may be more than four, where the plurality of messages to be displayed may include a target message. The sequence numbers corresponding to the plurality of messages to be displayed in the first message queue may be continuous.
And 104, splicing the plurality of displayed messages displayed on the information interaction interface when the instruction is received with at least one first message to be displayed.
Step 105, automatically sliding the plurality of displayed messages and at least one first message to be displayed until the current information interaction interface displays the at least one first message to be displayed.
In some application scenarios, the step 104 may include: and setting the at least one first message to be displayed before one message with the earliest message sending time in the plurality of displayed messages. And the step 105 may include: and automatically sliding the plurality of displayed messages and the at least one first message to be displayed along the sliding direction from the corresponding message with the first sending time to the message with the second sending time, until the current information interaction interface displays the at least one first message to be displayed, wherein the first sending time is earlier than the second sending time.
In some application scenarios, the step 104 may include: after setting the at least one first message to be displayed in the message with the latest message sending time in the plurality of displayed messages, and the step 105 may include automatically sliding the plurality of displayed messages and the at least one first message to be displayed along a sliding direction from the message with the corresponding sending time of the third time to the message with the sending time of the fourth time, until the current information interaction interface displays the at least one first message to be displayed, where the third time is later than the fourth time.
According to the information display method provided by the embodiment, the identification of the target message is determined by responding to the instruction for displaying the target message when the information interaction interface is displayed in the information interaction window of the preset application, and whether the target message is loaded to the memory is determined according to the identification; in response to determining that the target message is not loaded into the memory, determining a first message queue corresponding to the target message according to the identification, and determining a first storage position of the target message in the first message queue; selecting at least one first message to be displayed including the target message from the first message queue according to the first storage position, and loading the at least one first message to be displayed into a memory; splicing a plurality of displayed messages displayed on the information interaction interface when the instruction is received with the at least one first message to be displayed; and automatically sliding the plurality of displayed messages and the at least one first message to be displayed until the at least one first message to be displayed is displayed on the current information interaction interface. According to the scheme provided by the invention, the message content of the target message can be displayed on the information interaction interface quickly by utilizing the mode of splicing the current display message and the message to be displayed according to the instruction for displaying the target message. Compared with the prior art, in order to display the target message, all the messages between the currently displayed message and the target message need to be loaded.
In some optional implementations, automatically sliding the plurality of displayed messages and the at least one first message to be displayed in step 105 above, displaying the at least one first message to be displayed to the current information interaction interface includes:
firstly, sliding the displayed messages and the at least one first message to be displayed along the sliding direction until the message content of the target message is displayed at the top or bottom of the information interaction interface;
and secondly, continuing to slide the plurality of displayed messages and the at least one first message to be displayed along the sliding direction until the current information interaction interface displays the message content of only the at least one first message to be displayed.
That is, the message content of the target message may be displayed at the top or bottom of the information interaction interface by sliding the plurality of displayed messages and the at least one first message to be displayed along the sliding direction. And then, continuing to slide the plurality of displayed messages and the at least one first message to be displayed until the current information interaction interface displays the message content of the at least one first message to be displayed. The gradual transition from the original displayed information to the information to be displayed is realized.
It is to be understood that the sliding direction may be the sliding direction along which the corresponding message having the first time point is directed to the message having the second time point. The sliding direction may be a direction along which the message having the corresponding transmission time of the third time points to the message having the transmission time of the fourth time point. The sliding direction can be set according to the application scenario.
In these optional implementations, the information interaction interface gradually transits from the displayed message to the first message to be displayed including the target message, so that the information displayed by the information interaction interface is not directly mutated from the displayed message to the first message to be displayed, thereby realizing fluency of information switching and improving user experience.
In some optional implementations of this embodiment, the information display method further includes: and after the current information interaction interface only displays the at least one first message to be displayed, disconnecting the splicing of the plurality of displayed messages and the at least one first message to be displayed.
And after the current information interaction interface only displays the only one first message to be displayed, the splicing between the plurality of displayed messages and the at least one first display message is disconnected, so that the plurality of displayed messages and the at least one first display message no longer have a precedence relationship obtained by the splicing operation. Therefore, the plurality of historical interaction messages corresponding to the information interaction interface are not disordered due to the splicing operation.
In some optional implementations, if it is determined in the step 101 that the target message is already loaded into the memory, the information display method further includes the following steps:
first, in response to determining that the target message is loaded to a memory, determining a second message queue which corresponds to the target message and is loaded to the memory according to the identification, and determining a second storage position of the target message in the second message queue;
secondly, selecting at least one message to be displayed including the target message from the second message queue according to the second storage position;
thirdly, according to the sending time of the target message and the sequence of the sending time of any one of the displayed messages, automatically sliding the displayed messages, the at least one message and each message among the displayed messages and the at least one message until the message content of the at least one message to be displayed is displayed in the current information interaction interface of the information interaction window.
In these alternative implementations, the target message and the message displayed in the information interaction interface may both be stored in the second message pair column. Each message in the second message queue has been loaded into memory. The order of the target message and the message displayed by the information interaction interface in the second message queue can be determined.
In some application scenarios, if it is determined that the target message is located before any message displayed on the information interaction interface (i.e., the target message is located before a message with the earliest receiving time displayed on the information interaction interface), at least one second message to be displayed including the target message with the receiving time before the receiving time of any message displayed on the information interaction interface may be obtained according to the identifier of the target message. Because the obtained receiving time of the message to be displayed is before the receiving time of any message displayed on the display interface, the message with the corresponding sending time of the fifth moment is required to be directed to the sliding direction of the message with the sending time of the sixth moment in the information interaction window, and the plurality of displayed messages and the at least one first message to be displayed are automatically slid until the at least one first message to be displayed is displayed on the current information interaction interface, wherein the fifth moment is earlier than the sixth moment.
In other application scenarios, if it is determined that the target message is located in any message displayed on the information interaction interface, at least one second message to be displayed including the target message is selected from the second message queue according to the identifier of the target message, and the receiving time of the second message to be displayed is after the receiving time of any message displayed on the information interaction interface. Can be used for
And automatically sliding the plurality of displayed messages and the at least one first message to be displayed along the sliding direction of the corresponding message with the transmission time of the seventh moment in the information interaction window, wherein the message with the transmission time of the eighth moment is pointed to, until the current information interaction interface displays the at least one first message to be displayed, and the eighth moment is earlier than the seventh moment.
In these optional implementations, since the second message queue is already loaded in the memory, at least one second message to be displayed including the target message may be directly obtained from the memory, and the at least one second message to be displayed is displayed in the information interaction interface by automatically sliding the message in the information interaction window, so as to display the message content of the target message to the user. The operation of the user can be reduced, and the user experience is improved.
In some optional embodiments, if the target message is in the second message queue and has been displayed in the information interaction interface, each message displayed in the information interaction interface is slid in the information interaction window, so that the message content of the target message is displayed at a preset position of the current information interaction interface. That is, in the embodiment of the present disclosure, a certain preset position of the information user interface may be set as a display position of the target message, and when the user opens the information user interface this time, if the content displayed on the information user interface already includes the target message, the target message only needs to be moved to the preset position at this time. The preset position may be any position of the information interaction window, which is not limited in the embodiment of the present disclosure. Such as: the preset position may be the top, bottom, middle, etc. of the information interaction window.
For ease of understanding, referring to fig. 2A and 2B, fig. 2A and 2B are schematic diagrams of an application scenario of the information display method according to the embodiments of the present disclosure.
In fig. 2A, the ellipses represent information, while the solid black ellipses may characterize the target message. In these application scenarios, the first message queue is not loaded to memory. The message queue loaded in memory is shown in block B of fig. 2A. The displayed messages in the information interaction interface are as shown in block a of fig. 2A as a plurality of displayed messages. At least one first message to be displayed, such as a plurality of first messages to be displayed in block C of fig. 2A, within the target message may first be obtained from a database storing the first message queue according to the identity of the target message. And loading at least one first message to be displayed in the block C into a memory. The first message to be displayed in box C is then concatenated with the displayed message in box a as shown in fig. 2B. And then displaying the message content of the target message at the bottom of the information interaction interface in a mode of automatically sliding the message displayed on the information interaction interface along the direction shown in fig. 2B. And continuing to slide the displayed message and the message to be displayed, and finally displaying the message content of at least one first message to be displayed in the information interaction interface. In these application scenarios, the target message may be received earlier than the multiple displayed messages in block a. Therefore, the sliding direction is the sliding direction along the message with the corresponding transmission time being the first time, and the message with the transmission time being the second time, and the first time is earlier than the second time.
With further reference to fig. 3, as an implementation of the method shown in the foregoing figures, the present disclosure provides an embodiment of an information display apparatus, which corresponds to the method embodiment shown in fig. 1, and which is particularly applicable to various electronic devices.
As shown in fig. 3, the information display apparatus of the present embodiment includes: a first determining unit 301, a second determining unit 302, a selecting unit 303, a splicing unit 304, and a display unit 305. The first determining unit 301 is configured to determine, in response to receiving an instruction for displaying a target message when an information interaction interface is displayed in an information interaction window of a preset application, an identifier of the target message, and determine whether the target message is loaded into a memory according to the identifier; a second determining unit 302, configured to determine, according to the identifier, a first message queue corresponding to the target message and determine a first storage location of the target message in the first message queue, in response to determining that the target message is not loaded into the memory; a selecting unit 303, configured to select at least one first message to be displayed including the target message from the first message queue according to the first storage location, and load the at least one first message to be displayed into a memory; a splicing unit 304, configured to splice a plurality of displayed messages displayed on the information interaction interface when the instruction is received with the at least one first message to be displayed; and the display unit 305 is configured to automatically slide the plurality of displayed messages and the at least one first message to be displayed until the current information interaction interface displays the at least one first message to be displayed.
In this embodiment, the specific processes and the technical effects of the first determining unit 301, the second determining unit 302, the selecting unit 303, the splicing unit 304 and the display unit 305 of the information display device may refer to the relevant descriptions of the steps 101, 102, 103, 104 and 105 in the corresponding embodiment of fig. 1, and are not repeated herein.
In some alternative implementations, the message sending time of the target message is before the message sending time of the plurality of displayed messages, and the stitching unit 304 is further configured to: setting the at least one first message to be displayed before a message with earliest message sending time in the plurality of displayed messages; and the display unit 305 is further configured to: and automatically sliding the plurality of displayed messages and the at least one first message to be displayed along the sliding direction from the corresponding message with the first sending time to the message with the second sending time, until the current information interaction interface displays the at least one first message to be displayed, wherein the first sending time is earlier than the second sending time.
In some alternative implementations, the message sending time of the target message is after the message sending time of the plurality of displayed messages, the stitching unit 304 is further configured to:
Setting the at least one first message to be displayed after one message with the latest message sending time in the plurality of displayed messages; and the display unit 305 is further configured to: and automatically sliding the plurality of displayed messages and the at least one first message to be displayed along the sliding direction from the corresponding message with the third time to the message with the fourth time, wherein the sending time of the message is the third time, and the third time is later than the fourth time until the current information interaction interface displays the at least one first message to be displayed.
In some alternative implementations, the display unit 305 is further configured to: sliding the displayed messages and the at least one first message to be displayed along the sliding direction until the message content of the target message is displayed at the top or bottom of the information interaction interface; and continuing to slide the displayed messages and the at least one first message to be displayed along the sliding direction until the current information interaction interface displays the message content of only the at least one first message to be displayed.
In some alternative implementations, the information display device further includes a splice-and-break unit (not shown in the figures). The splice-and-break unit is configured to: after the display unit 305 displays only the at least one first message to be displayed on the current information interaction interface, the splicing of the plurality of displayed messages and the at least one first message to be displayed is disconnected.
In some alternative implementations, the second determining unit 302 is further configured to: in response to determining that the target message is loaded to the memory, determining a second message queue which corresponds to the target message and is loaded to the memory according to the identification, and determining a second storage position of the target message in the second message queue; the selecting unit 303 is further configured to: selecting at least one message to be displayed including the target message from the second message queue according to the second storage position; and the display unit 305 is further configured to: according to the sequence of the sending time of the target message and the sending time of any one of the displayed messages, automatically sliding the displayed messages, the at least one message and each message between the displayed messages and the at least one message until the message content of the at least one message to be displayed is displayed in the current information interaction interface of the information interaction window.
Referring to fig. 4, fig. 4 illustrates an exemplary system architecture in which the information display method of one embodiment of the present disclosure may be applied.
As shown in fig. 4, the system architecture may include terminal devices 401, 402, 403, a network 404, and a server 405. The network 404 is used as a medium to provide communication links between the terminal devices 401, 402, 403 and the server 405. The network 404 may include various connection types, such as wired, wireless communication links, or fiber optic cables, among others.
The terminal devices 401, 402, 403 may interact with the server 405 through the network 404 to receive or send messages or the like. Various client applications, such as an instant messaging application, a web browser application, a search class application, a news information class application, may be installed on the terminal devices 401, 402, 403. The client application in the terminal devices 401, 402, 403 may receive information input by the user, and send the information input by the user to the terminal device corresponding to the contact through the server.
The terminal devices 401, 402, 403 may be hardware or software. When the terminal devices 401, 402, 403 are hardware, they may be various electronic devices having a display screen and supporting web browsing, including but not limited to smartphones, tablet computers, electronic book readers, MP3 players (Moving Picture Experts Group Audio Layer III, dynamic video expert compression standard audio plane 3), MP4 (Moving Picture Experts Group Audio Layer IV, dynamic video expert compression standard audio plane 4) players, laptop and desktop computers, and the like. When the terminal devices 401, 402, 403 are software, they can be installed in the above-listed electronic devices. Which may be implemented as multiple software or software modules (e.g., software or software modules for providing distributed services) or as a single software or software module. The present invention is not particularly limited herein.
The server 405 may be a server providing various services, for example, receiving information sent by the user through the terminal devices 401, 402, 403 and forwarding the information to the terminal device corresponding to the contact of the user.
It should be noted that, the information display method provided by the embodiment of the present disclosure may be performed by a terminal device, and accordingly, the information display apparatus may be provided in the terminal devices 401, 402, 403. In addition, the information display method provided by the embodiment of the present disclosure may also be performed by the server 405, and accordingly, the information display apparatus may be provided in the server 405.
It should be understood that the number of terminal devices, networks and servers in fig. 4 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to fig. 5, a schematic diagram of a configuration of an electronic device (e.g., a terminal device or server in fig. 4) suitable for use in implementing embodiments of the present disclosure is shown. The terminal devices in the embodiments of the present disclosure may include, but are 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. 5 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. 5, the electronic device may include a processing means (e.g., a central processing unit, a graphics processor, etc.) 501, which may perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 502 or a program loaded from a storage means 508 into a Random Access Memory (RAM) 503. In the RAM503, various programs and data required for the operation of the electronic device are also stored. The processing device 501, the ROM502, and the RAM503 are connected to each other via a bus 504. An input/output (I/O) interface 505 is also connected to bus 504.
In general, the following devices may be connected to the I/O interface 505: input devices 506 including, for example, a touch screen, touchpad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; an output device 507 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 508 including, for example, magnetic tape, hard disk, etc.; and communication means 509. The communication means 509 may allow the electronic device to communicate with other devices wirelessly or by wire to exchange data. While fig. 5 shows an electronic device 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 the communication means 509, or from the storage means 508, or from the ROM 502. The above-described functions defined in the methods of the embodiments of the present disclosure are performed when the computer program is executed by the processing device 501.
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: determining the identification of a target message in response to receiving an instruction for displaying the target message when an information interaction interface is displayed in an information interaction window of a preset application, and determining whether the target message is loaded to a memory according to the identification; in response to determining that the target message is not loaded into the memory, determining a first message queue corresponding to the target message according to the identification, and determining a first storage position of the target message in the first message queue; selecting at least one first message to be displayed including the target message from the first message queue according to the first storage position, and loading the at least one first message to be displayed into a memory; splicing a plurality of displayed messages displayed on the information interaction interface when the instruction is received with the at least one first message to be displayed; and automatically sliding the plurality of displayed messages and the at least one first message to be displayed until the at least one first message to be displayed is displayed on the current information interaction interface.
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. The name of the unit does not form a limitation on the unit itself in some cases, for example, the first determining unit may also be described as "a unit that determines an identity of the target message in response to receiving an instruction to display the target message when the information interaction interface is displayed in the information interaction window of the preset application, and determines whether the target message is loaded into the memory according to the identity".
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 (12)

1. An information display method, comprising:
determining the identification of a target message in response to receiving an instruction for displaying the target message when an information interaction interface is displayed in an information interaction window of a preset application, and determining whether the target message is loaded to a memory according to the identification;
in response to determining that the target message is not loaded into the memory, determining a first message queue corresponding to the target message according to the identification, and determining a first storage position of the target message in the first message queue;
selecting at least one first message to be displayed including the target message from the first message queue according to the first storage position, and loading the at least one first message to be displayed into a memory;
splicing a plurality of displayed messages displayed on the information interaction interface when the instruction is received with the at least one first message to be displayed;
Automatically sliding the plurality of displayed messages and the at least one first message to be displayed until a current information interaction interface displays the at least one first message to be displayed;
if the message sending time of the target message is before the message sending time of the plurality of displayed messages, the splicing the plurality of displayed messages displayed on the information interaction interface when the instruction is received with the at least one first message to be displayed includes: setting the at least one first message to be displayed before a message with earliest message sending time in the plurality of displayed messages; and
the automatically sliding the plurality of displayed messages and the at least one first message to be displayed until the current information interaction interface displays the at least one first message to be displayed, including:
and automatically sliding the plurality of displayed messages and the at least one first message to be displayed along the sliding direction from the corresponding message with the first sending time to the message with the second sending time, until the current information interaction interface displays the at least one first message to be displayed, wherein the first sending time is earlier than the second sending time.
2. The method of claim 1, wherein the message transmission time of the target message is subsequent to the message transmission time of the plurality of displayed messages,
the splicing the plurality of displayed messages displayed on the information interaction interface when the instruction is received with the at least one first message to be displayed comprises the following steps:
setting the at least one first message to be displayed after one message with the latest message sending time in the plurality of displayed messages; and
the automatically sliding the plurality of displayed messages and the at least one first message to be displayed until the current information interaction interface displays the at least one first message to be displayed, including:
and automatically sliding the plurality of displayed messages and the at least one first message to be displayed along the sliding direction from the corresponding message with the third time to the message with the fourth time, wherein the sending time of the message is the third time, and the third time is later than the fourth time until the current information interaction interface displays the at least one first message to be displayed.
3. The method according to claim 1 or 2, wherein automatically sliding the plurality of displayed messages and the at least one first message to be displayed to a current information interaction interface presents the at least one first message to be displayed, comprising:
Sliding the displayed messages and the at least one first message to be displayed along the sliding direction until the message content of the target message is displayed at the top or bottom of the information interaction interface;
and continuing to slide the displayed messages and the at least one first message to be displayed along the sliding direction until the current information interaction interface displays the message content of only the at least one first message to be displayed.
4. The method according to claim 1, wherein the method further comprises:
and after the current information interaction interface only displays the at least one first message to be displayed, disconnecting the splicing of the plurality of displayed messages and the at least one first message to be displayed.
5. The method according to claim 1, wherein the method further comprises:
in response to determining that the target message is loaded to the memory, determining a second message queue which corresponds to the target message and is loaded to the memory according to the identification, and determining a second storage position of the target message in the second message queue;
selecting at least one second message to be displayed including the target message from the second message queue according to the second storage position;
According to the sequence of the sending time of the target message and the sending time of any one of the displayed messages, automatically sliding the displayed messages, the at least one second message to be displayed and each message between the displayed messages and the at least one second message to be displayed until the message content of the at least one second message to be displayed is displayed in the current information interaction interface of the information interaction window.
6. An information display device, comprising:
the first determining unit is used for determining the identification of the target message in response to receiving an instruction for displaying the target message when the information interaction interface is displayed in an information interaction window of a preset application, and determining whether the target message is loaded to the memory or not according to the identification;
the second determining unit is used for determining a first message queue corresponding to the target message according to the identification and determining a first storage position of the target message in the first message queue in response to the fact that the target message is not loaded to the memory;
the selecting unit is used for selecting at least one first message to be displayed including the target message from the first message queue according to the first storage position, and loading the at least one first message to be displayed into a memory;
The splicing unit is used for splicing the plurality of displayed messages displayed on the information interaction interface when the instruction is received with the at least one first message to be displayed;
the display unit is used for automatically sliding the plurality of displayed messages and the at least one first message to be displayed until the current information interaction interface displays the at least one first message to be displayed;
if the message sending time of the target message is before the message sending time of the plurality of displayed messages, the stitching unit is further configured to:
setting the at least one first message to be displayed before a message with earliest message sending time in the plurality of displayed messages; and
the display unit is further configured to:
and automatically sliding the plurality of displayed messages and the at least one first message to be displayed along the sliding direction from the corresponding message with the first sending time to the message with the second sending time, until the current information interaction interface displays the at least one first message to be displayed, wherein the first sending time is earlier than the second sending time.
7. The apparatus of claim 6, wherein the message transmission time of the target message is subsequent to the message transmission time of the plurality of displayed messages,
The splicing unit is further configured to:
setting the at least one first message to be displayed after one message with the latest message sending time in the plurality of displayed messages; and
the display unit is further configured to:
and automatically sliding the plurality of displayed messages and the at least one first message to be displayed along the sliding direction from the corresponding message with the third time to the message with the fourth time, wherein the sending time of the message is the third time, and the third time is later than the fourth time until the current information interaction interface displays the at least one first message to be displayed.
8. The apparatus according to claim 6 or 7, wherein the display unit is further configured to:
sliding the displayed messages and the at least one first message to be displayed along the sliding direction until the message content of the target message is displayed at the top or bottom of the information interaction interface;
and continuing to slide the displayed messages and the at least one first message to be displayed along the sliding direction until the current information interaction interface displays the message content of only the at least one first message to be displayed.
9. The apparatus of claim 6, further comprising a splice-and-break unit to:
and after the display unit only displays the at least one first message to be displayed on the current information interaction interface, disconnecting the splice of the plurality of displayed messages and the at least one first message to be displayed.
10. The apparatus of claim 8, wherein the second determination unit is further configured to:
in response to determining that the target message is loaded to the memory, determining a second message queue which corresponds to the target message and is loaded to the memory according to the identification, and determining a second storage position of the target message in the second message queue; and
the selecting unit is further configured to:
selecting at least one message to be displayed including the target message from the second message queue according to the second storage position; and
the display unit is further configured to:
according to the sequence of the sending time of the target message and the sending time of any one of the displayed messages, automatically sliding the displayed messages, the at least one message and each message between the displayed messages and the at least one message until the message content of the at least one message to be displayed is displayed in the current information interaction interface of the information interaction window.
11. An electronic device, comprising:
one or more processors;
storage means for storing one or more programs,
when executed by the one or more processors, causes the one or more processors to implement the method of any of claims 1-5.
12. A computer readable medium, on which a computer program is stored, characterized in that the program, when being executed by a processor, implements the method according to any of claims 1-5.
CN201910927736.6A 2019-09-27 2019-09-27 Information display method and device and electronic equipment Active CN110633126B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910927736.6A CN110633126B (en) 2019-09-27 2019-09-27 Information display method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910927736.6A CN110633126B (en) 2019-09-27 2019-09-27 Information display method and device and electronic equipment

Publications (2)

Publication Number Publication Date
CN110633126A CN110633126A (en) 2019-12-31
CN110633126B true CN110633126B (en) 2023-06-27

Family

ID=68974588

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910927736.6A Active CN110633126B (en) 2019-09-27 2019-09-27 Information display method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN110633126B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111309467B (en) * 2020-02-24 2023-07-14 拉扎斯网络科技(上海)有限公司 Task distribution method and device, electronic equipment and storage medium
CN112199215B (en) * 2020-10-13 2024-01-19 恒生电子股份有限公司 Message processing method, device, equipment and storage medium
CN112965778B (en) * 2021-03-22 2023-08-04 北京五八信息技术有限公司 Chat page display method, chat page display device, electronic equipment and computer readable medium
CN114063843A (en) * 2021-11-22 2022-02-18 北京字跳网络技术有限公司 Interaction method, interaction device, electronic equipment, storage medium and computer program product

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102087615A (en) * 2009-12-03 2011-06-08 国际商业机器公司 Automated merger of logically associated messages in a message queue
CN109873757A (en) * 2019-03-29 2019-06-11 上海连尚网络科技有限公司 Message display method, electronic equipment and readable medium for multi-conference
CN110233931A (en) * 2019-04-30 2019-09-13 维沃移动通信有限公司 A kind of unread message management method and terminal device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2335153B1 (en) * 2008-10-10 2018-07-04 International Business Machines Corporation Queue manager and method of managing queues in an asynchronous messaging system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102087615A (en) * 2009-12-03 2011-06-08 国际商业机器公司 Automated merger of logically associated messages in a message queue
CN109873757A (en) * 2019-03-29 2019-06-11 上海连尚网络科技有限公司 Message display method, electronic equipment and readable medium for multi-conference
CN110233931A (en) * 2019-04-30 2019-09-13 维沃移动通信有限公司 A kind of unread message management method and terminal device

Also Published As

Publication number Publication date
CN110633126A (en) 2019-12-31

Similar Documents

Publication Publication Date Title
CN110633126B (en) Information display method and device and electronic equipment
CN111399956A (en) Content display method and device applied to display equipment and electronic equipment
CN110658961B (en) Information display method and device and electronic equipment
CN111291244B (en) House source information display method, device, terminal and storage medium
CN111597467A (en) Display method and device and electronic equipment
CN111190520A (en) Menu item selection method and device, readable medium and electronic equipment
CN110658960A (en) Message processing method and device and electronic equipment
CN114217707B (en) Sharing method, sharing device, electronic equipment and storage medium
CN112379982B (en) Task processing method, device, electronic equipment and computer readable storage medium
CN111596991A (en) Interactive operation execution method and device and electronic equipment
CN110837333A (en) Method, device, terminal and storage medium for adjusting playing progress of multimedia file
CN111596992B (en) Navigation bar display method and device and electronic equipment
CN111259291B (en) View display method and device and electronic equipment
CN110619101B (en) Method and apparatus for processing information
CN111273884A (en) Image display method and device and electronic equipment
CN112307393A (en) Information issuing method and device and electronic equipment
CN111290692B (en) Picture display method and device, electronic equipment and computer readable medium
CN110727882B (en) Information presentation method, electronic device and computer readable medium
CN110568976B (en) Method, device, equipment and storage medium for controlling application display
CN114089891A (en) Display control method and device and electronic equipment
CN110708425A (en) Message display method and device and electronic equipment
CN115314456B (en) Interaction method and device and electronic equipment
CN111241443A (en) Method and device for pushing information and electronic equipment
CN111625707B (en) Recommendation response method, device, medium and equipment
CN112965778B (en) Chat page display method, chat page display device, electronic equipment and computer readable medium

Legal Events

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