CN110569097B - Information display method and device - Google Patents

Information display method and device Download PDF

Info

Publication number
CN110569097B
CN110569097B CN201910792640.3A CN201910792640A CN110569097B CN 110569097 B CN110569097 B CN 110569097B CN 201910792640 A CN201910792640 A CN 201910792640A CN 110569097 B CN110569097 B CN 110569097B
Authority
CN
China
Prior art keywords
page
target
information
operation instruction
displayed
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
CN201910792640.3A
Other languages
Chinese (zh)
Other versions
CN110569097A (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 QIYI Century Science and Technology Co Ltd
Original Assignee
Beijing QIYI Century Science and 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 QIYI Century Science and Technology Co Ltd filed Critical Beijing QIYI Century Science and Technology Co Ltd
Priority to CN201910792640.3A priority Critical patent/CN110569097B/en
Publication of CN110569097A publication Critical patent/CN110569097A/en
Application granted granted Critical
Publication of CN110569097B publication Critical patent/CN110569097B/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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the invention provides an information display method and device. And after receiving the request message sent by the client, the server sends a response message carrying the page data of the target page and the page updating rule corresponding to the target page to the client. After receiving the response message, the client displays the information which needs to be displayed currently in the target page based on the page data of the target page and the page layout of the target page, and then when receiving the target operation instruction, the client updates the information displayed in the target page according to the page updating rule corresponding to the target page. Based on the above processing, the update frequency of the client can be reduced.

Description

Information display method and device
Technical Field
The invention relates to the technical field of computers, in particular to an information display method and device.
Background
The client is a front-end application program corresponding to the back-end server and providing local services for the client. For example, APP (Application) installed in a smartphone is also a client. The client can update the information displayed in the page according to the operation instruction input by the user.
In the prior art, each page of a client is configured with a preset page update rule, and when an operation instruction is received, the client determines a display area responding to the operation instruction according to a display area indicated by the operation instruction in the page, information currently displayed in the display area, and the preset page update rule, and after the operation instruction is executed, responds to information to be displayed in the display area of the operation instruction, and further updates the information displayed in the page.
However, the inventor finds that the prior art has at least the following problems in the process of implementing the invention:
in the prior art, a preset page update rule is determined according to a page layout of the page (i.e., a display manner of information in the page), and after the page layout of the page is adjusted, the page update rule of the page needs to be correspondingly adjusted, and further, a new client needs to be developed for a user to use. As can be seen, after the page layout of the page is adjusted each time, a new client needs to be developed, which results in a high update frequency of the client.
Disclosure of Invention
An object of the embodiments of the present invention is to provide an information display method and apparatus, which can reduce the update frequency of a client.
In a first aspect, to achieve the above object, an embodiment of the present invention provides an information display method, where the method is applied to a client, and the method includes:
when a target page needs to be displayed, sending a request message aiming at the target page to a server;
when a response message sent by the server according to the request message is received, displaying information which needs to be displayed currently in the target page based on the page layout of the target page, wherein the response message carries page data of the target page and a page updating rule corresponding to the target page, the page data of the target page comprises the information which needs to be displayed in the target page and an identifier of the page layout of the target page, and the page updating rule is determined according to the page layout of the target page;
and when a target operation instruction is received, updating the information displayed in the target page according to the page updating rule.
Optionally, the target page includes a plurality of display areas, each display area corresponds to a first thread, and currently displayed information in each display area corresponds to a second thread; the page updating rule comprises information indicated by an operation instruction in the target page, an identifier of an operation type of the operation instruction and a first corresponding relation of information needing to be displayed in a display area responding to the operation instruction, wherein the operation type comprises amplification display, reduction display and playing;
when a target operation instruction is received, updating the information displayed in the target page according to the page updating rule, wherein the updating includes:
when a target operation instruction is received, determining second information which corresponds to the first information and an identifier of an operation type of the target operation instruction and is required to be displayed in a display area of the target operation instruction according to the first corresponding relation through a second thread corresponding to the first information indicated by the target operation instruction in the target page, and sending a broadcast message, wherein the broadcast message carries the first information, the identifier of the operation type of the target operation instruction and the second information;
displaying, by a first thread for monitoring a broadcast message carrying the first information, the second information in a display area corresponding to the first thread for monitoring the broadcast message carrying the first information based on an identifier of an operation type of the target operation instruction carried in the broadcast message.
Optionally, the page update rule includes information indicated by an operation instruction in the target page, a display area responding to the operation instruction, and a second corresponding relationship of information to be displayed in the display area responding to the operation instruction;
when a target operation instruction is received, updating the information displayed in the target page according to the page updating rule, wherein the updating includes:
when a target operation instruction is received, determining information indicated by the target operation instruction in the target page as third information;
according to the second corresponding relation and the third information, determining a display area responding to the target operation instruction as a target display area, and determining information needing to be displayed in the target display area as fourth information;
and displaying the fourth information in the target display area according to the operation type of the target operation instruction, wherein the operation type comprises amplification display, reduction display and playing.
In a second aspect, to achieve the above object, an embodiment of the present invention provides an information display method, where the method is applied to a server, and the method includes:
receiving a request message aiming at a target page sent by a client;
sending a response message to the client according to the request message, wherein the response message carries page data of the target page and a page update rule corresponding to the target page, the page data of the target page comprises information required to be displayed in the target page and an identifier of a page layout of the target page, and the page update rule is determined according to the page layout of the target page, so that the client displays the information required to be displayed currently in the target page based on the page layout of the target page, and updates the information displayed in the target page according to the page update rule when receiving a target operation instruction.
Optionally, the page update rule includes information indicated by the operation instruction in the target page, an identifier of an operation type of the operation instruction, and a first corresponding relationship of information that needs to be displayed in a display area that responds to the operation instruction, where the operation type includes zoom-in display, zoom-out display, and play.
Optionally, the page update rule includes information indicated by the operation instruction in the target page, a display area responding to the operation instruction, and a second corresponding relationship of information to be displayed in the display area responding to the operation instruction.
In a third aspect, to achieve the above object, an embodiment of the present invention provides an information display apparatus, where the apparatus is applied to a client, and the apparatus includes:
the system comprises a sending module, a receiving module and a display module, wherein the sending module is used for sending a request message aiming at a target page to a server when the target page needs to be displayed;
a display module, configured to, when a response message sent by the server according to the request message is received, display information to be currently displayed in the target page based on a page layout of the target page, where the response message carries page data of the target page and a page update rule corresponding to the target page, the page data of the target page includes the information to be displayed in the target page and an identifier of the page layout of the target page, and the page update rule is determined according to the page layout of the target page;
and the updating module is used for updating the information displayed in the target page according to the page updating rule when a target operation instruction is received.
Optionally, the target page includes multiple display areas, each display area corresponds to a first thread, and currently displayed information in each display area corresponds to a second thread; the page updating rule comprises information indicated by an operation instruction in the target page, an identifier of an operation type of the operation instruction and a first corresponding relation of information needing to be displayed in a display area responding to the operation instruction, wherein the operation type comprises amplification display, reduction display and playing;
the updating module is specifically configured to, when a target operation instruction is received, determine, according to the first correspondence, a second thread corresponding to first information indicated in the target page by the target operation instruction, that corresponds to the first information and an identifier of an operation type of the target operation instruction, respond to second information that needs to be displayed in a display area of the target operation instruction, and send a broadcast message, where the broadcast message carries the first information, the identifier of the operation type of the target operation instruction, and the second information;
displaying, by a first thread for monitoring a broadcast message carrying the first information, the second information in a display area corresponding to the first thread for monitoring the broadcast message carrying the first information based on an identifier of an operation type of the target operation instruction carried in the broadcast message.
Optionally, the page update rule includes information indicated by an operation instruction in the target page, a display area responding to the operation instruction, and a second corresponding relationship of information to be displayed in the display area responding to the operation instruction;
the updating module is specifically configured to determine, when a target operation instruction is received, information indicated by the target operation instruction in the target page as third information;
according to the second corresponding relation and the third information, determining a display area responding to the target operation instruction as a target display area, and determining information needing to be displayed in the target display area as fourth information;
and displaying the fourth information in the target display area according to the operation type of the target operation instruction, wherein the operation type comprises amplification display, reduction display and playing.
In a fourth aspect, to achieve the above object, an embodiment of the present invention provides an information display apparatus, where the apparatus is applied to a server, and the apparatus includes:
the receiving module is used for receiving a request message aiming at a target page sent by a client;
a sending module, configured to send a response message to the client according to the request message, where the response message carries page data of the target page and a page update rule corresponding to the target page, the page data of the target page includes information that needs to be displayed in the target page and an identifier of a page layout of the target page, and the page update rule is determined according to the page layout of the target page, so that the client displays the information that needs to be displayed currently in the target page based on the page layout of the target page, and when a target operation instruction is received, updates the information displayed in the target page according to the page update rule.
Optionally, the page update rule includes information indicated by the operation instruction in the target page, an identifier of an operation type of the operation instruction, and a first corresponding relationship of information that needs to be displayed in a display area that responds to the operation instruction, where the operation type includes zoom-in display, zoom-out display, and play.
Optionally, the page update rule includes information indicated by the operation instruction in the target page, a display area responding to the operation instruction, and a second corresponding relationship of information to be displayed in the display area responding to the operation instruction.
In another aspect of the present invention, to achieve the foregoing object, an embodiment of the present invention further provides a client, including a processor, a communication interface, a memory, and a communication bus, where the processor and the communication interface complete communication between the memory and the processor through the communication bus;
a memory for storing a computer program;
a processor, configured to implement the steps of the information display method according to the first aspect when executing the program stored in the memory.
In another aspect of the present invention, to achieve the foregoing object, an embodiment of the present invention further provides a server, including a processor, a communication interface, a memory, and a communication bus, where the processor, the communication interface, and the memory complete mutual communication through the communication bus;
a memory for storing a computer program;
and a processor for implementing the steps of the information display method according to the second aspect when executing the program stored in the memory.
In another aspect of the present invention, the present invention further provides a computer-readable storage medium, which stores instructions that, when executed on a computer, cause the computer to perform the steps of the information display method according to the first aspect.
In a further aspect of the implementation of the present invention, the embodiment of the present invention further provides a computer-readable storage medium, where instructions are stored, and when the instructions are executed on a computer, the instructions cause the computer to execute the steps of the information display method according to the second aspect.
In another aspect of the present invention, the present invention further provides a computer program product containing instructions, which when run on a computer, causes the computer to execute the information display method according to the first aspect.
In another aspect of the present invention, the present invention further provides a computer program product containing instructions, which when run on a computer, causes the computer to execute the information display method according to the second aspect.
According to the information display method and device provided by the embodiment of the invention, when the target page needs to be displayed, the client sends the request message aiming at the target page to the server. And after receiving the request message sent by the client, the server sends a response message carrying the page data of the target page and the page updating rule corresponding to the target page to the client. After receiving the response message, the client displays the information which needs to be displayed currently in the target page based on the page data of the target page and the page layout of the target page, and then when receiving the target operation instruction, the client updates the information displayed in the target page according to the page updating rule corresponding to the target page.
Based on the above processing, when the page layout of a certain page of the client is adjusted, the server may send, to the client, the page update rule correspondingly adjusted according to the adjusted page layout when sending the page data of the page to the client, and subsequently, the client may update the information displayed in the page according to the adjusted page update rule.
Of course, not all of the advantages described above need to be achieved at the same time in the practice of any one product or method of the invention.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below.
Fig. 1 is an architecture diagram of an information display system according to an embodiment of the present invention;
fig. 2 is a flowchart of an information display method according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a target page of a client according to an embodiment of the present invention;
fig. 4 is a flowchart of an information display method according to an embodiment of the present invention;
fig. 5 is a flowchart of an example of an information display method according to an embodiment of the present invention;
fig. 6 is a structural diagram of an information display device according to an embodiment of the present invention;
fig. 7 is a structural diagram of an information display apparatus according to an embodiment of the present invention;
fig. 8 is a structural diagram of a client according to an embodiment of the present invention;
fig. 9 is a block diagram of a server according to an embodiment of the present invention.
Detailed Description
The technical solution in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention.
Referring to fig. 1, fig. 1 is an architecture diagram of an information display system according to an embodiment of the present invention, where the information display system may include: a client and a server.
When the target page needs to be displayed, the client sends a request message for the target page to the server. After receiving the request message sent by the client, the server may send a response message carrying the page data of the target page and the page rule corresponding to the target page to the client according to the request message. After receiving the response message, the client may display information that needs to be displayed currently in the target page according to the page data of the target page and the page layout of the target page, and further, when receiving a target operation instruction for the target page, the client may update the information displayed in the target page according to a page update rule corresponding to the target page.
It can be seen that, when the page layout of a certain page of the client is adjusted, the server may send the page update rule correspondingly adjusted according to the adjusted page layout to the client when sending the page data of the page to the client, and subsequently, the client may update the information displayed in the page according to the adjusted page update rule.
The present invention will be described in detail with reference to specific examples.
Referring to fig. 2, fig. 2 is a flowchart of an information display method provided in an embodiment of the present invention, where the method is applied to a client, and the method includes the following steps:
s201: and when the target page needs to be displayed, sending a request message for the target page to the server.
In the embodiment of the invention, the client can display different pages according to the operation of the user, different information can be displayed in each page, and further, the user can browse the information displayed in the different pages of the client. When a page (which may be referred to as a target page) needs to be displayed, the client may obtain information that needs to be displayed in the target page, and further, the client may send a request message for the target page to the server.
Correspondingly, after receiving a request message for a target page sent by a client, the server can send a response message carrying the page data of the target page and the page update rule corresponding to the target page to the client according to the request message, so that the client performs corresponding processing according to the received response message.
For example, the client may play a video, when a movie page needs to be displayed, the client may send a request message for the movie page to the server, and after receiving the request message, the server may send a response message carrying page data of the movie page and a page update rule corresponding to the movie page to the client.
S202: and when a response message which is sent by the server according to the request message and carries the page data of the target page and the page updating rule corresponding to the target page is received, displaying the information which needs to be displayed currently in the target page based on the page data of the target page and the page layout of the target page.
The page data of the target page comprises information required to be displayed in the target page and an identifier of the page layout of the target page. The information required to be displayed in the target page comprises the information required to be displayed currently in the target page and the information required to be displayed in the target page after the operation instruction is executed. According to the method provided by the embodiment of the invention, the currently displayed information in the target page can be updated.
A page may include multiple display regions, with different display regions corresponding to different display locations in the page, e.g., a display region in a page includes: the display area 1 and the display area 2 may be such that the display area 1 corresponds to a display position on the left side of the page, and the display area 2 corresponds to a display position on the right side of the page, but the present invention is not limited thereto.
The page layout of the page can represent the position relation of a plurality of display areas in the page and the corresponding relation between the plurality of display areas and a plurality of information needing to be displayed in the page.
Illustratively, if the information to be displayed in a page includes: information A and information B, wherein the display area in the page comprises: display area 1, display area 2. The page layout of the page may represent: a display area 1 corresponds to a display position on the left side of the page, a display area 2 corresponds to a display position on the right side of the page, and information a is displayed in the display area 1 and information B is displayed in the display area 2; the page layout of the page may also represent: the display area 1 corresponds to a display position on the left side of the page, and the display area 2 corresponds to a display position on the right side of the page, and displays the information B in the display area 1 and the information a in the display area 2, but the present invention is not limited thereto.
After receiving the response message which is sent by the server and carries the page data of the target page and the page update rule corresponding to the target page, the client can display the information which needs to be displayed currently in the target page according to the page data of the target page and the page layout of the target page.
Illustratively, if the information to be displayed in the page includes: information a, information B, the page layout of the page represents: the display area 1 corresponds to a display position on the left side of the page, and the display area 2 corresponds to a display position on the right side of the page, and displays the information a in the display area 1 and the information B in the display area 2. When the client receives the response message sent by the server, the client can display the information a in the display area 1 and the information B in the display area 2 according to the page data of the page and the page layout of the page.
And the page updating rule corresponding to one page is used for enabling the client to update the information displayed on the page according to the received operation instruction aiming at the page.
S203: and when a target operation instruction is received, updating the information displayed in the target page according to the page updating rule.
In addition, in the process of browsing the information currently displayed in the target page by the user, the information currently displayed in the target page can be operated, correspondingly, the client can receive a target operation instruction for the target page, and then the client can update the information displayed in the target page according to the target operation instruction and a page update rule corresponding to the target page.
It can be understood that the client may update the information displayed in one display area of the target page according to the page update rule corresponding to the target page, so as to implement the update of the information in the target page.
Optionally, the method for updating the information displayed in the target page according to the page update rule corresponding to the target page may include the following two ways:
in a first mode, S203 may include the following steps:
the method comprises the following steps: when the target operation instruction is received, according to the first corresponding relation, the second thread corresponding to the first information indicated by the target operation instruction in the target page is determined, the second information which is corresponding to the first information and the identification of the operation type of the target operation instruction is responded, and the broadcast message is sent.
The broadcast message carries the first information, the identifier of the operation type of the target operation instruction and the second information. The second information may be obtained from the page data of the target page by a second thread corresponding to the first information.
The target page can comprise a plurality of display areas, each display area corresponds to a first thread, and information displayed currently in each display area corresponds to a second thread.
The page updating rule corresponding to the target page comprises information indicated by the operation instruction in the target page, an identifier of an operation type of the operation instruction and a first corresponding relation of information needing to be displayed in a display area responding to the operation instruction.
The operation types include enlargement display, reduction display, and play.
Illustratively, if the information to be displayed in the display area in response to the operation instruction is a picture a, and the operation type of the operation instruction is zoom-in display, it indicates that the picture a is zoomed in; if the information needing to be displayed in the display area responding to the operation instruction is the picture B and the operation type of the operation instruction is reduction display, the picture B is reduced; and if the information needing to be displayed in the display area responding to the operation instruction is the video C and the operation type of the operation instruction is playing, the video C is played.
The information indicated by the operation instruction in the target page is the information displayed in the display area of the target page clicked by the user.
For example, the target page may be a movie playing page, the user clicks a play button displayed in a display area 1 of the movie playing page, and if the currently displayed information in the display area 1 is movie a, the information indicated by the operation instruction is movie a, and the identifier of the operation type of the operation instruction is playing movie a.
When the user operates the currently displayed information of the target page, the client may detect a click operation of the user, and the currently displayed information in the display area clicked by the user is the information (i.e., the first information) indicated by the target operation instruction, and the client may determine the identifier of the operation type of the target operation instruction according to the click operation.
For example, a picture may be displayed in the target page, when the user clicks an enlargement button displayed in the display area 1 in the target page, the currently displayed information in the display area 1 is picture a, the first information indicated by the operation instruction is picture a, and the identifier of the operation type of the operation instruction is to enlarge and display picture a.
When the target operation instruction is received, a second thread (which may be referred to as a target second thread) corresponding to the information (i.e., the first information) indicated by the target operation instruction may determine, according to the first corresponding relationship in the page update rule corresponding to the target page, information (i.e., the second information) that needs to be displayed in the display area in response to the target operation instruction.
The target second thread may then send a broadcast message carrying the first information, an identification of the operation type of the target operation instruction, and the second information.
For example, the target page may be a movie page, and the display area in the movie page may include: display area 1, display area 2, display area 3, display area 4, the information displayed in each current display area is: movies in 2017, 2018, 2019, 2017: movie 1, movie 2, movie 3.
If the user clicks 2018 displayed in the display area 2, the information indicated by the operation instruction (i.e., the first information) is in 2018, the second thread receiving the operation instruction is the second thread corresponding to the first information (i.e., 2018), the second thread may determine, according to the page update rule corresponding to the movie page, that the information (i.e., the second information) to be displayed in the display area in response to the operation instruction is 2018, the movie (including movie 4, movie 5, and movie 6), and the second thread may send a broadcast message carrying the first information indicated by the operation instruction (i.e., 2018), the identifier of the operation type of the operation instruction (i.e., movie displaying 2018), and the second information corresponding to the operation instruction (i.e., movie: movie 4, movie 5, and movie 6 in 2018).
Step two: and displaying second information in a display area corresponding to the first thread for monitoring the broadcast message carrying the first information based on the identifier of the operation type of the target operation instruction carried in the broadcast message by the first thread for monitoring the broadcast message carrying the first information.
For each first thread, there corresponds to first information (which may be referred to as target first information) carried in a broadcast message monitored by the first thread.
When a first thread receives a broadcast message, whether first information carried in the broadcast message is the same as preset target first information or not can be judged, and if the first information carried in the broadcast message is not the same as the preset target first information, the broadcast message is not a broadcast message monitored by the first thread; and if the first information carried in the broadcast message is the same as the preset target first information, the broadcast message is the broadcast message monitored by the first thread.
When receiving a broadcast message sent by a target second thread, a first thread corresponding to each display area may determine whether the broadcast message is a broadcast message monitored by the first thread according to first information carried in the broadcast message.
If the broadcast message is not a broadcast message that the first thread listens to, the first thread does not respond.
If the broadcast message is a broadcast message monitored by the first thread, the first thread may display second information in a display area corresponding to the first thread according to the identifier of the operation type of the target operation instruction carried in the broadcast message.
For example, the target page may be a movie page, referring to fig. 3, where fig. 3 is a schematic diagram of a target page of a client according to an embodiment of the present invention, a display area in the movie page includes: display area 1, display area 2, display area 3, display area 4. The displayed information in each current display area is respectively: movies in 2017, 2018, 2019, 2017: movie 1, movie 2, movie 3.
When the user clicks 2018 displayed in the display area 2, a second thread (i.e., a target second thread) corresponding to the information (i.e., 2018) displayed in the display area 2 may send a broadcast message carrying the first information (i.e., 2018), the identifier of the operation type of the operation instruction (i.e., movie displaying 2018), and the second information (i.e., movie in 2018: movie 4, movie 5, movie 6).
After the first thread corresponding to each display area receives the broadcast message sent by the target second thread, the first thread corresponding to each of the display area 1, the display area 2 and the display area 3 judges that the broadcast message is not the broadcast message monitored by the first thread according to the first information (i.e. 2018) carried in the broadcast message, and the first thread corresponding to each of the display area 1, the display area 2 and the display area 3 does not respond.
The first thread corresponding to the display area 4 determines that the broadcast message is the broadcast message monitored by the first thread according to the first information (i.e., 2018) carried in the broadcast message, and then the first thread may display the second information corresponding to the operation instruction (i.e., the movie in 2018: movie 4, movie 5, movie 6) in the display area 4 according to the identifier of the operation type of the operation instruction carried in the broadcast message (i.e., the movie in 2018: movie 4, movie 5, movie 6).
Based on the processing, when the operation instruction is received, the corresponding first thread and the second thread respond to the operation instruction, and compared with the prior art that the client executes the operation instruction, the response speed is high, and the user experience can be improved. In addition, when the corresponding first thread and the second thread respond to the operation instruction, the needed memory resources are less, and the memory resources can be saved.
In a second mode, S203 may include the following steps:
the method comprises the following steps: when the target operation instruction is received, information indicated in the target page by the target operation instruction is determined as third information.
The page updating rule corresponding to the target page comprises information indicated by the operation instruction in the target page, a display area responding to the operation instruction, and a second corresponding relation of information needing to be displayed in the display area responding to the operation instruction.
The information indicated by the operation instruction in the target page is the information displayed in the display area of the target page clicked by the user.
After the client displays the information which needs to be displayed currently in the target page based on the page data of the target page and the page layout of the target page, if the user operates the information which is displayed currently in the target page, when the client receives a target operation instruction for the target page, the client can determine the information which is displayed in the display area clicked by the user, that is, the information (i.e., the third information) indicated by the target operation instruction in the target page.
Step two: and determining a display area responding to the target operation instruction as a target display area according to the second corresponding relation and the third information, and determining information needing to be displayed in the target display area as fourth information.
After the client determines the third information indicated by the target operation instruction in the target page, the display area (i.e., the target display area) responding to the target operation instruction and the information (i.e., the fourth information) required to be displayed in the target display area may be determined according to the third information indicated by the target operation instruction in the target page and the second corresponding relationship in the page update rule corresponding to the target page.
Step three: and displaying the fourth information in the target display area according to the operation type of the target operation instruction.
The operation types comprise zooming-in display, zooming-out display and playing.
After the client determines the target display area and the fourth information to be displayed in the target display area, the fourth information may be displayed in the target display area according to the identifier of the operation type of the target operation instruction.
For example, the target page may be a movie page, and the display areas in the movie page may include a display area 1, a display area 2, and a display area 3, where the currently displayed information in each display area is: if the client detects that the user clicks the play button displayed in the display area 1, the third information indicated by the operation instruction in the movie page is movie a, the identifier of the operation type of the operation instruction is play movie a, and further, the client can determine that the display area (i.e., the target display area) responding to the operation instruction is the display area 1 and the information (i.e., the fourth information) required to be displayed in the display area 1 is movie a according to the second corresponding relationship in the page update rule corresponding to the movie page, and then the client can play movie a in the display area 1 according to the identifier of the operation type of the operation instruction (i.e., play movie a).
Based on the above processing, when the page layout of a certain page of the client is adjusted, the server may send, to the client, the page update rule correspondingly adjusted according to the adjusted page layout when sending the page data of the page to the client, and subsequently, the client may update the information displayed in the page according to the adjusted page update rule.
Referring to fig. 4, fig. 4 is a flowchart of an information display method provided by an embodiment of the present invention, where the method is applied to a server, and the method may include the following steps:
s401: and receiving a request message for the target page sent by the client.
In the embodiment of the invention, the client can display different pages according to the operation of the user, each page can display different information, and further, the user can browse the information displayed in the different pages of the client. When a page (which may be referred to as a target page) needs to be displayed, the client may obtain information that needs to be displayed in the target page, and further, the client may send a request message for the target page to the server.
Correspondingly, the server can receive a request message for a target page sent by the client, and then perform corresponding processing according to the received request message.
S402: and sending a response message carrying the page data of the target page and the page updating rule corresponding to the target page to the client according to the request message, wherein the page data of the target page comprises the information to be displayed in the target page and the page layout identifier of the target page, so that the client displays the current information to be displayed in the target page based on the page layout of the target page, and updates the information displayed in the target page according to the page updating rule when receiving a target operation instruction.
The page updating rule is determined according to the page layout of the target page.
After receiving the request message for the target page sent by the client, the server may send a response message carrying the page data of the target page and the page update rule corresponding to the target page to the client. The page data of the target page may include information to be displayed in the target page and an identifier of a page layout of the target page.
It is to be understood that the page update rule may be preset and stored in the server.
Correspondingly, after receiving the response message which is sent by the server and carries the page data of the target page and the page update rule corresponding to the target page, the client can display the information which needs to be displayed currently in the target page according to the page data of the target page and the page layout of the target page.
Subsequently, if the client receives an operation instruction for the target page, the information displayed in the target page can be updated according to the page update rule corresponding to the target page.
In one implementation manner, the page update rule corresponding to the target page includes information indicated by the operation instruction in the target page, an identifier of an operation type of the operation instruction, and a first corresponding relationship of information to be displayed in a display area responding to the operation instruction, where the operation type includes zoom-in display, zoom-out display, and play.
Correspondingly, if the client receives the target operation instruction for the target page, the client can update the information displayed in the target page according to the target operation instruction and the first corresponding relation included in the page update rule. For the method for updating the information displayed in the target page by the client according to the page update rule corresponding to the target page, reference is made to the detailed description in the above embodiments, which is not described herein again.
In another implementation manner, the page update rule corresponding to the target page includes information indicated by the operation instruction in the target page, a display area responding to the operation instruction, and a second corresponding relationship of information required to be displayed in the display area responding to the operation instruction.
Correspondingly, if the client receives the target operation instruction for the target page, the client can update the information displayed in the target page according to the target operation instruction and the second corresponding relation included in the page update rule. For the method for updating the information displayed in the target page by the client according to the page update rule corresponding to the target page, reference is made to the detailed description in the above embodiments, which is not described herein again.
Based on the above processing, when the page layout of a certain page of the client is adjusted, the server may send the page update rule correspondingly adjusted according to the adjusted page layout to the client when sending the page data of the page to the client, and subsequently, the client may update the information displayed in the page according to the adjusted page update rule.
Referring to fig. 5, fig. 5 is a flowchart of an example of an information display method according to an embodiment of the present invention, where the method may be applied to a client and a server in an information display system.
The method may comprise the steps of:
s501: when the target page needs to be displayed, the client sends a request message for the target page to the server.
S502: and the server sends a response message carrying the page data of the target page and the page updating rule corresponding to the target page to the client according to the received request message.
The page data of the target page comprises information to be displayed in the target page and an identifier of the page layout of the target page.
And the page updating rule corresponding to the target page is determined according to the page layout of the target page.
The page updating rule corresponding to the target page comprises information indicated by the operation instruction in the target page, an identifier of an operation type of the operation instruction and a first corresponding relation of information needing to be displayed in a display area responding to the operation instruction, wherein the operation type comprises enlargement display, reduction display and playing.
S503: and when receiving a response message sent by the server, the client displays the information which needs to be displayed currently in the target page based on the page data of the target page and the page layout of the target page.
The page data of the target page comprises information required to be displayed in the target page and an identifier of the page layout of the target page.
S504: when receiving the target operation instruction, the client determines second information which corresponds to the first information and the identification of the operation type of the target operation instruction, responds to the second information needing to be displayed in the display area of the target operation instruction and sends a broadcast message according to the first corresponding relation through a second thread corresponding to the first information indicated by the target operation instruction in the target page.
The broadcast message carries the first information, the identifier of the operation type of the target operation instruction and the second information. The second information may be obtained from the page data of the target page by a second thread corresponding to the first information.
The page updating rule corresponding to the target page comprises information indicated by the operation instruction in the target page, an identifier of an operation type of the operation instruction and a first corresponding relation of information needing to be displayed in a display area responding to the operation instruction, wherein the operation type comprises enlargement display, reduction display and playing.
S505: the client displays the second information in a display area corresponding to the first thread for monitoring the broadcast message carrying the first information based on the identifier of the operation type of the target operation instruction carried in the broadcast message through the first thread for monitoring the broadcast message carrying the first information.
Corresponding to the embodiment of the method in fig. 2, referring to fig. 6, fig. 6 is a structural diagram of an information display apparatus provided in an embodiment of the present invention, the apparatus is applied to a client, and the apparatus includes:
a sending module 601, configured to send a request message for a target page to a server when the target page needs to be displayed;
a display module 602, configured to, when a response message sent by the server according to the request message is received, display information that needs to be displayed currently in the target page based on a page layout of the target page, where the response message carries page data of the target page and a page update rule corresponding to the target page, the page data of the target page includes the information that needs to be displayed in the target page and an identifier of the page layout of the target page, and the page update rule is determined according to the page layout of the target page;
the updating module 603 is configured to, when a target operation instruction is received, update information displayed in the target page according to the page update rule.
Optionally, the target page includes multiple display areas, each display area corresponds to a first thread, and currently displayed information in each display area corresponds to a second thread; the page updating rule comprises information indicated by an operation instruction in the target page, an identifier of an operation type of the operation instruction and a first corresponding relation of information needing to be displayed in a display area responding to the operation instruction, wherein the operation type comprises amplification display, reduction display and playing;
the updating module 603 is specifically configured to, when a target operation instruction is received, determine, according to the first correspondence, that a second thread corresponding to first information indicated in the target page by the target operation instruction corresponds to the first information and an identifier of an operation type of the target operation instruction, respond that second information needs to be displayed in a display area of the target operation instruction, and send a broadcast message, where the broadcast message carries the first information, the identifier of the operation type of the target operation instruction, and the second information;
displaying, by a first thread for monitoring a broadcast message carrying the first information, the second information in a display area corresponding to the first thread for monitoring the broadcast message carrying the first information based on an identifier of an operation type of the target operation instruction carried in the broadcast message.
Optionally, the page update rule includes information indicated by an operation instruction in the target page, a display area responding to the operation instruction, and a second corresponding relationship of information to be displayed in the display area responding to the operation instruction;
the updating module 603 is specifically configured to, when a target operation instruction is received, determine information indicated by the target operation instruction in the target page, as third information;
according to the second corresponding relation and the third information, determining a display area responding to the target operation instruction as a target display area, and determining information needing to be displayed in the target display area as fourth information;
and displaying the fourth information in the target display area according to the operation type of the target operation instruction, wherein the operation type comprises amplification display, reduction display and playing.
Corresponding to the embodiment of the method in fig. 4, referring to fig. 7, fig. 7 is a structural diagram of an information display apparatus according to an embodiment of the present invention, the apparatus is applied to a server, and the apparatus includes:
a receiving module 701, configured to receive a request message for a target page sent by a client;
a sending module 702, configured to send a response message to the client according to the request message, where the response message carries page data of the target page and a page update rule corresponding to the target page, the page data of the target page includes information that needs to be displayed in the target page and an identifier of a page layout of the target page, and the page update rule is determined according to the page layout of the target page, so that the client displays the information that needs to be currently displayed in the target page based on the page layout of the target page, and updates the information displayed in the target page according to the page update rule when a target operation instruction is received.
Optionally, the page update rule includes information indicated by an operation instruction in the target page, an identifier of an operation type of the operation instruction, and a first corresponding relationship of information to be displayed in a display area responding to the operation instruction, where the operation type includes zoom-in display, zoom-out display, and play.
Optionally, the page update rule includes information indicated by the operation instruction in the target page, a display area responding to the operation instruction, and a second corresponding relationship of information to be displayed in the display area responding to the operation instruction.
Based on the above processing, when the page layout of a certain page of the client is adjusted, the server may send, to the client, the page update rule correspondingly adjusted according to the adjusted page layout when sending the page data of the page to the client, and subsequently, the client may update the information displayed in the page according to the adjusted page update rule.
Referring to fig. 8, fig. 8 is a block diagram of a client according to an embodiment of the present invention, including a processor 801, a communication interface 802, a memory 803, and a communication bus 804, where the processor 801, the communication interface 802, and the memory 803 complete communication with each other through the communication bus 804,
a memory 803 for storing a computer program;
the processor 801 is configured to implement the following steps when executing the program stored in the memory 803:
when a target page needs to be displayed, sending a request message aiming at the target page to a server;
when a response message sent by the server according to the request message is received, displaying information which needs to be displayed currently in the target page based on the page layout of the target page, wherein the response message carries page data of the target page and a page updating rule corresponding to the target page, the page data of the target page comprises the information which needs to be displayed in the target page and an identifier of the page layout of the target page, and the page updating rule is determined according to the page layout of the target page;
and when a target operation instruction is received, updating the information displayed in the target page according to the page updating rule.
Referring to fig. 9, fig. 9 is a block diagram of a server according to an embodiment of the present invention, including a processor 901, a communication interface 902, a memory 903, and a communication bus 904, where the processor 901, the communication interface 902, and the memory 903 are configured to complete mutual communication via the communication bus 904,
a memory 903 for storing computer programs;
the processor 901 is configured to implement the following steps when executing the program stored in the memory 903:
receiving a request message aiming at a target page sent by a client;
sending a response message to the client according to the request message, wherein the response message carries page data of the target page and a page update rule corresponding to the target page, the page data of the target page comprises information required to be displayed in the target page and an identifier of a page layout of the target page, and the page update rule is determined according to the page layout of the target page, so that the client displays the information required to be displayed currently in the target page based on the page layout of the target page, and updates the information displayed in the target page according to the page update rule when receiving a target operation instruction.
The communication bus mentioned in the above clients and servers may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus.
The communication interface is used for communication among the client, the server and other equipment.
The Memory may include a Random Access Memory (RAM) or a Non-Volatile Memory (NVM), such as at least one disk Memory. Optionally, the memory may also be at least one memory device located remotely from the processor.
The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but also Digital Signal Processors (DSPs), application Specific Integrated Circuits (ASICs), field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components.
Based on the above processing, when the page layout of a certain page of the client is adjusted, the server may send, to the client, the page update rule correspondingly adjusted according to the adjusted page layout when sending the page data of the page to the client, and subsequently, the client may update the information displayed in the page according to the adjusted page update rule.
In still another embodiment provided by the present invention, a computer-readable storage medium is further provided, which stores instructions that, when executed on a computer, cause the computer to perform the steps of the information display method applied to the client provided in the above-described embodiment.
Specifically, the information display method applied to the client comprises the following steps:
when a target page needs to be displayed, sending a request message aiming at the target page to a server;
when a response message sent by the server according to the request message is received, displaying information which needs to be displayed currently in the target page based on the page layout of the target page, wherein the response message carries page data of the target page and a page updating rule corresponding to the target page, the page data of the target page comprises the information which needs to be displayed in the target page and an identifier of the page layout of the target page, and the page updating rule is determined according to the page layout of the target page;
and when a target operation instruction is received, updating the information displayed in the target page according to the page updating rule.
In still another embodiment provided by the present invention, there is also provided a computer-readable storage medium having stored therein instructions, which, when run on a computer, cause the computer to perform the steps of the information display method applied to a server provided in the above-described embodiment.
Specifically, the information display method applied to the server comprises the following steps:
receiving a request message aiming at a target page sent by a client;
sending a response message to the client according to the request message, wherein the response message carries page data of the target page and a page update rule corresponding to the target page, the page data of the target page comprises information required to be displayed in the target page and an identifier of a page layout of the target page, and the page update rule is determined according to the page layout of the target page, so that the client displays the information required to be displayed currently in the target page based on the page layout of the target page, and updates the information displayed in the target page according to the page update rule when receiving a target operation instruction.
Based on the above processing, when the page layout of a certain page of the client is adjusted, the server may send the page update rule correspondingly adjusted according to the adjusted page layout to the client when sending the page data of the page to the client, and subsequently, the client may update the information displayed in the page according to the adjusted page update rule.
In a further embodiment provided by the present invention, there is also provided a computer program product containing instructions which, when run on a computer, cause the computer to perform the steps of the information display method applied to the client provided in the above embodiment.
Specifically, the information display method applied to the client comprises the following steps:
when a target page needs to be displayed, sending a request message aiming at the target page to a server;
when a response message sent by the server according to the request message is received, displaying information which needs to be displayed currently in the target page based on the page layout of the target page, wherein the response message carries page data of the target page and a page updating rule corresponding to the target page, the page data of the target page comprises the information which needs to be displayed in the target page and an identifier of the page layout of the target page, and the page updating rule is determined according to the page layout of the target page;
and when a target operation instruction is received, updating the information displayed in the target page according to the page updating rule.
In a further embodiment provided by the present invention, there is also provided a computer program product containing instructions which, when run on a computer, cause the computer to perform the steps of the information display method applied to the server provided in the above embodiment.
Specifically, the information display method applied to the server comprises the following steps:
receiving a request message aiming at a target page sent by a client;
sending a response message to the client according to the request message, wherein the response message carries page data of the target page and a page update rule corresponding to the target page, the page data of the target page comprises information required to be displayed in the target page and an identifier of a page layout of the target page, and the page update rule is determined according to the page layout of the target page, so that the client displays the information required to be displayed currently in the target page based on the page layout of the target page, and updates the information displayed in the target page according to the page update rule when receiving a target operation instruction.
Based on the above processing, when the page layout of a certain page of the client is adjusted, the server may send the page update rule correspondingly adjusted according to the adjusted page layout to the client when sending the page data of the page to the client, and subsequently, the client may update the information displayed in the page according to the adjusted page update rule.
It should be noted that, in this document, relational terms such as first and second, and the like are 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 phrases "comprising a," "8230," "8230," or "comprising" does not exclude the presence of additional like elements in a process, method, article, or apparatus that comprises the element.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on differences from other embodiments. In particular, for the apparatus, client, server, computer-readable storage medium, and computer program product embodiments, the description is relatively simple as it is substantially similar to the method embodiments, and reference may be made to some descriptions of the method embodiments for relevant points.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (14)

1. An information display method is applied to a client, and comprises the following steps:
when a target page needs to be displayed, sending a request message aiming at the target page to a server;
when a response message sent by the server according to the request message is received, displaying information which needs to be displayed currently in the target page based on the page layout of the target page, wherein the response message carries page data of the target page and a page updating rule corresponding to the target page, the page data of the target page comprises the information which needs to be displayed in the target page and an identifier of the page layout of the target page, and the page updating rule is determined according to the page layout of the target page; the page updating rule comprises the corresponding relation between the information indicated by the operation instruction in the target page and the information needing to be displayed in the display area responding to the operation instruction;
and when a target operation instruction is received, updating the information displayed in the target page according to the page updating rule.
2. The method according to claim 1, wherein the target page comprises a plurality of display areas, each display area corresponds to a first thread, and information currently displayed in each display area corresponds to a second thread; the page updating rule comprises information indicated by an operation instruction in the target page, an identifier of an operation type of the operation instruction and a first corresponding relation of information needing to be displayed in a display area responding to the operation instruction, wherein the operation type comprises amplification display, reduction display and playing;
when a target operation instruction is received, updating the information displayed in the target page according to the page updating rule, wherein the updating includes:
when a target operation instruction is received, determining second information which corresponds to the first information and an identifier of an operation type of the target operation instruction and is required to be displayed in a display area of the target operation instruction according to the first corresponding relation through a second thread corresponding to the first information indicated by the target operation instruction in the target page, and sending a broadcast message, wherein the broadcast message carries the first information, the identifier of the operation type of the target operation instruction and the second information;
displaying, by a first thread for monitoring a broadcast message carrying the first information, the second information in a display area corresponding to the first thread for monitoring the broadcast message carrying the first information based on an identifier of an operation type of the target operation instruction carried in the broadcast message.
3. The method according to claim 1, wherein the page update rule comprises information indicated by an operation instruction in the target page, a display area responding to the operation instruction, and a second corresponding relation of information required to be displayed in the display area responding to the operation instruction;
when a target operation instruction is received, updating the information displayed in the target page according to the page updating rule, wherein the updating step comprises the following steps:
when a target operation instruction is received, determining information indicated by the target operation instruction in the target page as third information;
according to the second corresponding relation and the third information, determining a display area responding to the target operation instruction as a target display area, and determining information needing to be displayed in the target display area as fourth information;
and displaying the fourth information in the target display area according to the operation type of the target operation instruction, wherein the operation type comprises amplification display, reduction display and playing.
4. An information display method, wherein the method is applied to a server, and the method comprises:
receiving a request message aiming at a target page sent by a client;
sending a response message to the client according to the request message, wherein the response message carries page data of the target page and a page update rule corresponding to the target page, the page data of the target page comprises information required to be displayed in the target page and an identifier of a page layout of the target page, and the page update rule is determined according to the page layout of the target page, so that the client displays the information required to be displayed currently in the target page based on the page layout of the target page, and updates the information displayed in the target page according to the page update rule when receiving a target operation instruction; the page updating rule comprises the corresponding relation between the information indicated by the operation instruction in the target page and the information needing to be displayed in the display area responding to the operation instruction.
5. The method according to claim 4, wherein the page update rule includes a first correspondence relationship between information indicated by an operation instruction in the target page, an identifier of an operation type of the operation instruction, and information required to be displayed in a display area in response to the operation instruction, and the operation type includes zoom-in display, zoom-out display, and play.
6. The method according to claim 4, wherein the page update rule comprises information indicated by an operation instruction in the target page, a display area responding to the operation instruction, and a second corresponding relation of information required to be displayed in the display area responding to the operation instruction.
7. An information display apparatus, wherein the apparatus is applied to a client, the apparatus comprising:
the system comprises a sending module, a receiving module and a display module, wherein the sending module is used for sending a request message aiming at a target page to a server when the target page needs to be displayed;
a display module, configured to display information to be currently displayed in the target page based on a page layout of the target page when a response message sent by the server according to the request message is received, where the response message carries page data of the target page and a page update rule corresponding to the target page, the page data of the target page includes the information to be displayed in the target page and an identifier of the page layout of the target page, and the page update rule is determined according to the page layout of the target page; the page updating rule comprises the corresponding relation between the information indicated by the operation instruction in the target page and the information needing to be displayed in the display area responding to the operation instruction;
and the updating module is used for updating the information displayed in the target page according to the page updating rule when a target operation instruction is received.
8. The apparatus according to claim 7, wherein the target page comprises a plurality of display areas, each display area corresponds to a first thread, and information currently displayed in each display area corresponds to a second thread; the page updating rule comprises information indicated by an operation instruction in the target page, an identifier of an operation type of the operation instruction and a first corresponding relation of information needing to be displayed in a display area responding to the operation instruction, wherein the operation type comprises amplification display, reduction display and playing;
the updating module is specifically configured to, when a target operation instruction is received, determine, according to the first correspondence, second information that needs to be displayed in a display area of the target operation instruction and corresponds to an identifier of an operation type of the first information and the target operation instruction through a second thread corresponding to the first information indicated by the target operation instruction in the target page, and send a broadcast message, where the broadcast message carries the first information, the identifier of the operation type of the target operation instruction, and the second information;
displaying, by a first thread for monitoring a broadcast message carrying the first information, the second information in a display area corresponding to the first thread for monitoring the broadcast message carrying the first information based on an identifier of an operation type of the target operation instruction carried in the broadcast message.
9. The apparatus according to claim 7, wherein the page update rule includes a second correspondence relationship between information indicated by an operation instruction in the target page, a display area in response to the operation instruction, and information to be displayed in the display area in response to the operation instruction;
the updating module is specifically configured to determine, when a target operation instruction is received, information indicated by the target operation instruction in the target page as third information;
according to the second corresponding relation and the third information, determining a display area responding to the target operation instruction as a target display area, and determining information needing to be displayed in the target display area as fourth information;
and displaying the fourth information in the target display area according to the operation type of the target operation instruction, wherein the operation type comprises amplification display, reduction display and playing.
10. An information display device, wherein the device is applied to a server, the device comprising:
the receiving module is used for receiving a request message aiming at a target page sent by a client;
a sending module, configured to send a response message to the client according to the request message, where the response message carries page data of the target page and a page update rule corresponding to the target page, where the page data of the target page includes information that needs to be displayed in the target page and an identifier of a page layout of the target page, and the page update rule is determined according to the page layout of the target page, so that the client displays the information that needs to be displayed currently in the target page based on the page layout of the target page, and when a target operation instruction is received, updates the information displayed in the target page according to the page update rule; the page updating rule comprises the corresponding relation between the information indicated by the operation instruction in the target page and the information needing to be displayed in the display area responding to the operation instruction.
11. The apparatus according to claim 10, wherein the page update rule includes a first correspondence between information indicated by an operation instruction in the target page, an identifier of an operation type of the operation instruction, and information that needs to be displayed in a display area in response to the operation instruction, and the operation type includes zoom-in display, zoom-out display, and play.
12. The apparatus according to claim 10, wherein the page update rule includes information indicated by the operation instruction in the target page, a display area responsive to the operation instruction, and a second correspondence of information that needs to be displayed in the display area responsive to the operation instruction.
13. The client is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for realizing the communication between the processor and the memory through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of any one of claims 1 to 3 when executing a program stored in the memory.
14. A server is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for realizing the communication between the processor and the memory through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of any of claims 4-6 when executing a program stored in the memory.
CN201910792640.3A 2019-08-26 2019-08-26 Information display method and device Active CN110569097B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910792640.3A CN110569097B (en) 2019-08-26 2019-08-26 Information display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910792640.3A CN110569097B (en) 2019-08-26 2019-08-26 Information display method and device

Publications (2)

Publication Number Publication Date
CN110569097A CN110569097A (en) 2019-12-13
CN110569097B true CN110569097B (en) 2022-12-06

Family

ID=68776175

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910792640.3A Active CN110569097B (en) 2019-08-26 2019-08-26 Information display method and device

Country Status (1)

Country Link
CN (1) CN110569097B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111125586B (en) * 2019-12-27 2023-09-05 北京奇艺世纪科技有限公司 Page updating method and device
CN111562939A (en) * 2020-04-26 2020-08-21 特瓦特能源科技有限公司 Activity publishing method and device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102340704A (en) * 2010-07-16 2012-02-01 中国联合网络通信集团有限公司 Asynchronous dynamic page switching method and system and server
CN102789469A (en) * 2011-05-20 2012-11-21 腾讯科技(深圳)有限公司 Page updating method and system
CN105573773A (en) * 2014-10-17 2016-05-11 Tcl集团股份有限公司 User interface laying method, apparatus and system
CN105653545A (en) * 2014-11-10 2016-06-08 阿里巴巴集团控股有限公司 Method and device for providing service object information in page
CN106610823A (en) * 2015-10-23 2017-05-03 腾讯科技(深圳)有限公司 Page display method and device
CN107027056A (en) * 2017-03-28 2017-08-08 华为技术有限公司 A kind of desktop collocation method, server and client
CN108664243A (en) * 2017-04-01 2018-10-16 合网络技术(北京)有限公司 The generation method and device of user interface

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4940656B2 (en) * 2005-12-28 2012-05-30 ブラザー工業株式会社 Dialog display change method, program, and electronic device
US20110083082A1 (en) * 2009-10-02 2011-04-07 Thomas Gottwald Fractional download based on currently presented portions from large content pages
CN103491066B (en) * 2012-06-14 2016-03-16 腾讯科技(深圳)有限公司 The method that the page shows, system, server device and client device
CN104050947A (en) * 2013-03-15 2014-09-17 联想(北京)有限公司 Display control method and electronic device
CN105607927A (en) * 2015-12-18 2016-05-25 小米科技有限责任公司 Page display method and apparatus
CN106293765A (en) * 2016-08-23 2017-01-04 乐视控股(北京)有限公司 A kind of layout updates method and device
CN108090062B (en) * 2016-11-21 2022-04-19 阿里巴巴集团控股有限公司 Page refreshing method and device
CN106990949B (en) * 2016-12-31 2021-06-18 深圳大宇无限科技有限公司 Application page display method and device
CN107066273B (en) * 2017-03-31 2020-10-27 北京奇艺世纪科技有限公司 Page style updating method and device
CN107066272B (en) * 2017-03-31 2020-10-20 北京奇艺世纪科技有限公司 Page updating method and device
CN107515907B (en) * 2017-08-10 2018-12-21 北京海泰方圆科技股份有限公司 The display methods and device of browser page
CN108399222B (en) * 2018-02-11 2020-09-01 北京奇艺世纪科技有限公司 Page refreshing method and device
CN110020388A (en) * 2018-12-25 2019-07-16 阿里巴巴集团控股有限公司 A kind of page display method and system
CN110046021B (en) * 2019-05-21 2020-08-25 北京字节跳动网络技术有限公司 Page display method, device, system, equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102340704A (en) * 2010-07-16 2012-02-01 中国联合网络通信集团有限公司 Asynchronous dynamic page switching method and system and server
CN102789469A (en) * 2011-05-20 2012-11-21 腾讯科技(深圳)有限公司 Page updating method and system
CN105573773A (en) * 2014-10-17 2016-05-11 Tcl集团股份有限公司 User interface laying method, apparatus and system
CN105653545A (en) * 2014-11-10 2016-06-08 阿里巴巴集团控股有限公司 Method and device for providing service object information in page
CN106610823A (en) * 2015-10-23 2017-05-03 腾讯科技(深圳)有限公司 Page display method and device
CN107027056A (en) * 2017-03-28 2017-08-08 华为技术有限公司 A kind of desktop collocation method, server and client
CN108664243A (en) * 2017-04-01 2018-10-16 合网络技术(北京)有限公司 The generation method and device of user interface

Also Published As

Publication number Publication date
CN110569097A (en) 2019-12-13

Similar Documents

Publication Publication Date Title
US10198410B2 (en) Method, device and mobile terminal for restoring page
CN111372115B (en) Application program access method and device and communication system
US20230045363A1 (en) Video playback method and apparatus, computer device, and storage medium
US20170180805A1 (en) Method and electronic device for video follow-play
US10970029B2 (en) Dynamic user interface and module facilitating content sharing in a distributed computing environment
KR20140031234A (en) Multi-input gestures in hierarchical regions
CN110569097B (en) Information display method and device
CN110989877B (en) Message management method, related equipment and computer readable storage medium
US11962837B2 (en) Video update push method and terminal
JP2016177614A (en) Conference system, information processing device, information terminal, and program
CN114528517A (en) View processing method and device, electronic equipment and computer readable medium
CN109218272B (en) Media content pushing method, device, server, system and storage medium
CN111367606A (en) Application page display method, device, terminal and medium
EP4351117A1 (en) Information display method and apparatus, and electronic device
CN110716782A (en) Information display method and device and electronic equipment
CN110622135B (en) System and method for providing content items in situations involving suboptimal network conditions
CN110457632B (en) Webpage loading processing method and device
CN116258435A (en) Logistics information display method, device, equipment, storage medium and product
CN113656286A (en) Software testing method and device, electronic equipment and readable storage medium
CN113918849A (en) Page display method, device and system, electronic equipment and storage medium
WO2019242287A1 (en) Information display method, and a terminal device and a network device thereof
CN111314462A (en) Resource processing method, device and storage medium
CN112256654A (en) Document sharing method and device
WO2022057595A1 (en) Marking information processing method and device, and storage medium
CN115840604B (en) Data processing method, device, electronic equipment and computer readable storage medium

Legal Events

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