CN111538556A - Information display method, device, equipment and computer readable storage medium - Google Patents

Information display method, device, equipment and computer readable storage medium Download PDF

Info

Publication number
CN111538556A
CN111538556A CN202010591047.5A CN202010591047A CN111538556A CN 111538556 A CN111538556 A CN 111538556A CN 202010591047 A CN202010591047 A CN 202010591047A CN 111538556 A CN111538556 A CN 111538556A
Authority
CN
China
Prior art keywords
target
information
display
target service
component
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010591047.5A
Other languages
Chinese (zh)
Inventor
周后军
李屏君
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CHENGDU SKSPRUCE TECHNOLOGY Inc
Original Assignee
CHENGDU SKSPRUCE TECHNOLOGY Inc
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 CHENGDU SKSPRUCE TECHNOLOGY Inc filed Critical CHENGDU SKSPRUCE TECHNOLOGY Inc
Priority to CN202010591047.5A priority Critical patent/CN111538556A/en
Publication of CN111538556A publication Critical patent/CN111538556A/en
Pending legal-status Critical Current

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)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses an information display method, which comprises the following steps: analyzing the received information display request to obtain target service information to be displayed and a target display terminal; calling each target display component required for displaying the target service information from the display component set, and carrying out combination operation on each target display component to obtain a combined service component; carrying out workflow processing on the combined service assembly to obtain a target service assembly; sending a service registration instruction to a target display terminal to enable the target display terminal to register a target service component; and binding the view layer of the target display terminal, pushing the target service information to the target display terminal, and displaying the target service information by using the view layer. The invention greatly saves the flow and the server resource, realizes the real-time pushing and displaying of the service information and reduces the cost. The invention also discloses an information display device, equipment and a storage medium, which have corresponding technical effects.

Description

Information display method, device, equipment and computer readable storage medium
Technical Field
The invention relates to the technical field of internet of things, in particular to an information display method, an information display device, information display equipment and a computer readable storage medium.
Background
With the development of the internet of things IoT technology, various information such as sound, light, heat, electricity, mechanics, chemistry, biology, location and the like collected by various information sensors are more and more, and the collected information needs to be displayed in real time. For example, the collected data trend, report forms, geographical positioning and other information are dynamically displayed on an internet of things large-screen billboard or terminal equipment such as a mobile phone and a PC in real time.
The existing information display mode is that a server is used for refreshing page data of an internet of things large-screen billboard or terminal equipment such as a mobile phone and a PC (personal computer) at regular time, so that information is displayed in real time, but the method has serious consumption on flow and server resources.
In summary, how to effectively solve the problem that the current information display mode consumes serious flow and server resources is a problem that needs to be solved urgently by those skilled in the art at present.
Disclosure of Invention
The invention aims to provide an information display method, which greatly saves flow and server resources, realizes the real-time push display of service information and reduces the cost; another object of the present invention is to provide an information display device, an apparatus, and a computer-readable storage medium.
In order to solve the technical problems, the invention provides the following technical scheme:
an information display method comprising:
analyzing the received information display request to obtain target service information to be displayed and a target display terminal;
calling each target display component required for displaying the target service information from a display component set, and carrying out combined operation on each target display component to obtain a combined service component;
carrying out workflow processing on the combined service assembly to obtain a target service assembly;
sending a service registration instruction to the target display terminal to enable the target display terminal to register the target service component;
and binding the view layer of the target display terminal, pushing the target service information to the target display terminal, and displaying the target service information by using the view layer.
In a specific embodiment of the present invention, retrieving each target display component required for displaying the target service information from a display component set includes:
analyzing the target service information to obtain each target display function information required for displaying the target service information;
calling target display components corresponding to the target display function information from a display component set; and the display component set stores the corresponding relation between each piece of display function information and each display component.
In a specific embodiment of the present invention, after obtaining target service information to be displayed and a target display terminal, before pushing the target service information to the target display terminal, the method further includes:
caching the target service information into a pre-established message queue;
when a plurality of target service information are stored in the message queue, pushing the target service information to the target display terminal, including:
and pushing each target service message to a corresponding target display terminal according to the caching sequence of each target service message in the message queue.
In a specific embodiment of the present invention, when there are a plurality of target display terminals corresponding to one target service information, sending a service registration instruction to the target display terminal, so that the target display terminal performs a registration operation on the target service component, including:
respectively sending the service registration instruction to each target display terminal so that each target display terminal respectively performs registration operation on the target service component;
binding the view layer of the target display terminal, pushing the target service information to the target display terminal, and displaying the target service information by using the view layer, wherein the method comprises the following steps:
and respectively binding the view layers of the target display terminals, pushing the target service information to the target display terminals, and respectively displaying the target service information by using the view layers.
An information display apparatus comprising:
the request analysis module is used for analyzing the received information display request to obtain target service information to be displayed and a target display terminal;
the component combination module is used for calling each target display component required for displaying the target service information from the display component set and carrying out combination operation on each target display component to obtain a combined service component;
the workflow processing module is used for carrying out workflow processing on the combined service assembly to obtain a target service assembly;
a service registration module, configured to send a service registration instruction to the target display terminal, so that the target display terminal performs registration operation on the target service component;
and the information display module is used for binding the view layer of the target display terminal and pushing the target service information to the target display terminal so as to display the target service information by utilizing the view layer.
In a specific embodiment of the present invention, the component combination module includes a component retrieval submodule, and the component retrieval submodule includes:
a function information obtaining unit, configured to analyze the target service information to obtain each target display function information required for displaying the target service information;
the component calling unit is used for calling target display components corresponding to the target display function information from a display component set; and the display component set stores the corresponding relation between each piece of display function information and each display component.
In one embodiment of the present invention, the method further comprises:
the information caching module is used for caching the target service information into a pre-created message queue after the target service information to be displayed and a target display terminal are obtained and before the target service information is pushed to the target display terminal;
the information display module comprises an information pushing sub-module,
the information pushing submodule is specifically a module for pushing each target service information to a corresponding target display terminal according to the caching sequence of each target service information in the message queue.
In a specific embodiment of the present invention, the service registration module is specifically a module that sends the service registration instruction to each target display terminal, so that each target display terminal performs registration operation on the target service component;
the information display module is specifically a module which respectively performs binding operation on the view layers of each target display terminal, pushes the target service information to each target display terminal, and respectively performs display operation on the target service information by using each view layer.
An information display apparatus comprising:
a memory for storing a computer program;
a processor for implementing the steps of the information display method as described above when executing the computer program.
A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the information display method as set forth above.
The invention provides an information display method, which comprises the following steps: analyzing the received information display request to obtain target service information to be displayed and a target display terminal; calling each target display component required for displaying the target service information from the display component set, and carrying out combination operation on each target display component to obtain a combined service component; carrying out workflow processing on the combined service assembly to obtain a target service assembly; sending a service registration instruction to a target display terminal to enable the target display terminal to register a target service component; and binding the view layer of the target display terminal, pushing the target service information to the target display terminal, and displaying the target service information by using the view layer.
According to the technical scheme, the display component set comprising the plurality of display components is deployed in advance, corresponding target display components are called according to information display requirements and combined into the combined service component, and the target service component is obtained by performing workflow processing on the combined service component. Namely, the service information display flow is customized through the workflow, and the target service information to be displayed is automatically pushed through the service registration and the view layer binding operation. Compared with the existing mode of refreshing page data at regular time, the method greatly saves flow and server resources, realizes real-time pushing and displaying of service information, and reduces cost.
Correspondingly, the embodiment of the invention also provides an information display device, equipment and a computer readable storage medium corresponding to the information display method, which have the technical effects and are not described herein again.
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, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flowchart illustrating an embodiment of an information displaying method according to the present invention;
FIG. 2 is a flowchart illustrating another embodiment of an information displaying method according to the present invention;
FIG. 3 is a block diagram of an information display device according to an embodiment of the present invention;
fig. 4 is a block diagram of an information display device according to an embodiment of the present invention.
Detailed Description
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The first embodiment is as follows:
referring to fig. 1, fig. 1 is a flowchart of an implementation of an information display method according to an embodiment of the present invention, where the method may include the following steps:
s101: and analyzing the received information display request to obtain target service information to be displayed and a target display terminal.
When a sensor which is in communication connection with a server in advance needs to send collected target service information to a target display terminal, an information display request is sent to the server, and the information display request comprises the target service information to be displayed and the target display terminal. And the server receives the information display request, and analyzes the received information display request to obtain the target service information to be displayed and the target display terminal.
For example, when the smoke sensor collects the smoke concentration of the current environment, detailed information such as smoke concentration information and smoke sensor installation location information needs to be sent to the internet of things large-screen billboard in a report form analysis mode for display. The smoke sensor sends an information display request to the server, the information display request comprises detailed information such as smoke concentration information and smoke sensor installation place information existing in a report form, and the internet of things large-screen billboard target display terminal. The server receives the information display request, and analyzes the information display request to obtain to-be-displayed detailed information such as smoke concentration information and smoke sensor installation place information in a report form, and the internet of things large-screen billboard.
The target display terminal can be a mobile phone, a PC, an Internet of things large-screen billboard and other terminal equipment.
S102: and calling each target display component required for displaying the target service information from the display component set, and carrying out combined operation on each target display component to obtain a combined service component.
A display component set is preset, wherein a plurality of display components required for displaying different types of service information are stored in the display component set. After the target service information is obtained through analysis, each target display component required for displaying the target service information is called from the display component set, and each target display component is combined to obtain a combined service component.
In connection with the above example, when the smoke alarm information needs to be displayed, the target display components such as the map positioning display component, the indoor positioning display component, the sensor detail display component and the like are called from the display component set. And the target display components are combined to obtain a combined smoke sensing component.
S103: and carrying out workflow processing on the combined service assembly to obtain a target service assembly.
And after the combination operation is carried out on the fetched target display components to obtain a combined service component, carrying out workflow Activity processing on the combined service component, namely abstracting a service operation flow to obtain the target service component.
In connection with the above example, when target display components such as a map positioning display component, an indoor positioning display component, a sensor detail display component and the like are called from a display component set, and each target display component is combined to obtain a combined smoke sensing component, the combined smoke sensing component is subjected to workflow processing to obtain the target smoke sensing component. The target smoke sensing assembly is obtained through workflow processing, so that functions of target display assemblies such as a map positioning display assembly, an indoor positioning display assembly and a sensor detail display assembly can be automatically triggered in the display processing process.
S104: and sending a service registration instruction to the target display terminal so that the target display terminal performs registration operation on the target service component.
And after the workflow processing is carried out on the combined service assembly to obtain a target service assembly, a service registration instruction is sent to a target display terminal, and the target display terminal carries out registration operation on the target service assembly. Specifically, the target display end loads and starts a human-computer interaction UI main program by opening the system, and after receiving a service registration instruction, the target display end performs registration operation on the target service component by using the UI main program through configuration information.
The example is carried out, after the target smoke sensing assembly is obtained, a service registration instruction is sent to the internet of things large-screen billboard, and the internet of things large-screen billboard performs registration operation on the target smoke sensing assembly.
S105: and binding the view layer of the target display terminal, pushing the target service information to the target display terminal, and displaying the target service information by using the view layer.
And after the target display end completes the registration operation of the target service component, the view layer of the target display terminal is bound, the target service information is pushed to the target display terminal, and the view layer is utilized to perform the display operation on the target service information. The real-time performance is met by designing a new user interface framework (UI frame), the dynamic interactive response type framework is used for pushing data in real time through a server pushing (Push) model, and a target display terminal displays information such as data trend, report forms, geographical positioning and dynamic interactive operation in real time through data driving. By customizing the abstract business process through the workflow, the user has more friendly interactive experience, and the user is helped to trace and trace events better.
The example is accepted, the viewing layer of the internet of things large-screen billboard is bound to the server, the smoke sensor sends smoke warning information to the internet of things large-screen billboard through the server, the internet of things large-screen billboard displays outdoor map positioning of the smoke sensor and switches to an indoor map, then the floor where the smoke sensor is located, the position is the position, summary information is automatically prompted, and monitoring personnel can display details and data analysis reports by clicking corresponding lever equipment.
According to the technical scheme, the display component set comprising the plurality of display components is deployed in advance, corresponding target display components are called according to information display requirements and combined into the combined service component, and the target service component is obtained by performing workflow processing on the combined service component. Namely, the service information display flow is customized through the workflow, and the target service information to be displayed is automatically pushed through the service registration and the view layer binding operation. Compared with the existing mode of refreshing page data at regular time, the method greatly saves flow and server resources, realizes real-time pushing and displaying of service information, and reduces cost.
It should be noted that, based on the first embodiment, the embodiment of the present invention further provides a corresponding improvement scheme. In the following embodiments, steps that are the same as or correspond to those in the first embodiment may be referred to each other, and corresponding advantageous effects may also be referred to each other, which are not described in detail in the following modified embodiments.
Example two:
referring to fig. 2, fig. 2 is a flowchart of another implementation of the information display method according to the embodiment of the present invention, where the method may include the following steps:
s201: and analyzing the received information display request to obtain target service information to be displayed and a target display terminal.
S202: and caching the target service information into a pre-created message queue.
And establishing a message queue for service information caching in advance. After the target service information to be displayed is obtained through analysis, the target service information is cached in a pre-established message queue.
S203: and analyzing the target service information to obtain each target display function information required for displaying the target service information.
After the target service information is obtained, the target service information is analyzed to obtain each target display function information required for displaying the target service information. When the smoke sensing alarm information needs to be displayed, the required display function information comprises a map positioning function, an indoor positioning function, a detailed data loading function and the like.
S204: and calling target display components corresponding to the target display function information from the display component set.
And the display component set stores the corresponding relation between each piece of display function information and each display component.
And after analyzing to obtain each target display function information required for displaying the target service information, calling the target display component corresponding to each target display function information from the display component set.
S205: and carrying out combined operation on each target display component to obtain a combined service component.
S206: and carrying out workflow processing on the combined service assembly to obtain a target service assembly.
S207: and when a plurality of target display terminals corresponding to one target service information are provided, respectively sending a service registration instruction to each target display terminal so that each target display terminal respectively performs registration operation on the target service component.
When a plurality of target display terminals corresponding to one target service information are provided, after the workflow processing is carried out on the combined service assembly to obtain the target service assembly, service registration instructions are respectively sent to each target display terminal, and each target display terminal carries out registration operation on the target service assembly.
S208: and respectively binding the view layers of each target display terminal, and pushing each target service information to the corresponding target display terminal according to the caching sequence of each target service information in the message queue when a plurality of target service information are stored in the message queue so as to respectively display the target service information by using each view layer.
After the service registration instruction is sent to each target display terminal, the view layers of each target display terminal are bound respectively, when a plurality of target service information are stored in the message queue, each target service information is pushed to the corresponding target display terminal according to the caching sequence of each target service information in the message queue, and the target service information is displayed by using each view layer. And the server is responded to push data in real time through a message main line customized by a main program of the terminal UI, so that the real-time performance of information display is improved. The server pushes different message data, and the terminal view presents real-time dynamics and diversity through message queue processing, and stable and ordered information display is guaranteed. By registering the target service components for the plurality of target service components and binding the view layers of the plurality of terminals with the server, the sensor information can be transmitted to the plurality of terminal interfaces in real time to meet the requirements of real-time performance and a dynamic interactive response type framework, so that the purposes of reusability and experience consistency of various terminals are achieved.
Corresponding to the above method embodiments, the embodiments of the present invention further provide an information display apparatus, and the information display apparatus described below and the information display method described above may be referred to in correspondence with each other.
Referring to fig. 3, fig. 3 is a block diagram of an information display device according to an embodiment of the present invention, where the information display device may include:
a request analysis module 31, configured to analyze the received information display request to obtain target service information to be displayed and a target display terminal;
the component combination module 32 is used for calling each target display component required for displaying the target service information from the display component set and carrying out combination operation on each target display component to obtain a combined service component;
a workflow processing module 33, configured to perform workflow processing on the combined service component to obtain a target service component;
a service registration module 34, configured to send a service registration instruction to the target display terminal, so that the target display terminal performs registration operation on the target service component;
the information display module 35 is configured to perform a binding operation on a view layer of the target display terminal, and push the target service information to the target display terminal, so as to perform a display operation on the target service information by using the view layer.
According to the technical scheme, the display component set comprising the plurality of display components is deployed in advance, corresponding target display components are called according to information display requirements and combined into the combined service component, and the target service component is obtained by performing workflow processing on the combined service component. Namely, the service information display flow is customized through the workflow, and the target service information to be displayed is automatically pushed through the service registration and the view layer binding operation. Compared with the existing mode of refreshing page data at regular time, the method greatly saves flow and server resources, realizes real-time pushing and displaying of service information, and reduces cost.
In one embodiment of the present invention, the component combination module 32 includes a component retrieval submodule, which includes:
the function information acquisition unit is used for analyzing the target service information to obtain each target display function information required for displaying the target service information;
the component calling unit is used for calling target display components corresponding to the target display function information from the display component set; and the display component set stores the corresponding relation between each piece of display function information and each display component.
In one embodiment of the present invention, the apparatus may further include:
the information caching module is used for caching the target service information into a pre-established message queue after the target service information to be displayed and the target display terminal are obtained and before the target service information is pushed to the target display terminal;
the information display module 35 includes an information push sub-module,
the information pushing submodule is a module which pushes the target service information to the corresponding target display terminal according to the caching sequence of the target service information in the message queue.
In a specific embodiment of the present invention, the service registration module 34 is specifically a module that sends a service registration instruction to each target display terminal, so that each target display terminal performs a registration operation on a target service component;
the information display module 35 is specifically a module that performs a binding operation on the view layers of each target display terminal, and pushes the target service information to each target display terminal, so as to perform a display operation on the target service information by using each view layer.
Corresponding to the above method embodiment, referring to fig. 4, fig. 4 is a schematic diagram of an information display device provided by the present invention, which may include:
a memory 41 for storing a computer program;
the processor 42, when executing the computer program stored in the memory 41, may implement the following steps:
analyzing the received information display request to obtain target service information to be displayed and a target display terminal; calling each target display component required for displaying the target service information from the display component set, and carrying out combination operation on each target display component to obtain a combined service component; carrying out workflow processing on the combined service assembly to obtain a target service assembly; sending a service registration instruction to a target display terminal to enable the target display terminal to register a target service component; and binding the view layer of the target display terminal, pushing the target service information to the target display terminal, and displaying the target service information by using the view layer.
For the introduction of the device provided by the present invention, please refer to the above method embodiment, which is not described herein again.
Corresponding to the above method embodiment, the present invention further provides a computer-readable storage medium having a computer program stored thereon, the computer program, when executed by a processor, implementing the steps of:
analyzing the received information display request to obtain target service information to be displayed and a target display terminal; calling each target display component required for displaying the target service information from the display component set, and carrying out combination operation on each target display component to obtain a combined service component; carrying out workflow processing on the combined service assembly to obtain a target service assembly; sending a service registration instruction to a target display terminal to enable the target display terminal to register a target service component; and binding the view layer of the target display terminal, pushing the target service information to the target display terminal, and displaying the target service information by using the view layer.
The computer-readable storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
For the introduction of the computer-readable storage medium provided by the present invention, please refer to the above method embodiments, which are not described herein again.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device, the apparatus and the computer-readable storage medium disclosed in the embodiments correspond to the method disclosed in the embodiments, so that the description is simple, and the relevant points can be referred to the description of the method.
The principle and the implementation of the present invention are explained in the present application by using specific examples, and the above description of the embodiments is only used to help understanding the technical solution and the core idea of the present invention. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.

Claims (10)

1. An information display method, comprising:
analyzing the received information display request to obtain target service information to be displayed and a target display terminal;
calling each target display component required for displaying the target service information from a display component set, and carrying out combined operation on each target display component to obtain a combined service component;
carrying out workflow processing on the combined service assembly to obtain a target service assembly;
sending a service registration instruction to the target display terminal to enable the target display terminal to register the target service component;
and binding the view layer of the target display terminal, pushing the target service information to the target display terminal, and displaying the target service information by using the view layer.
2. The information display method according to claim 1, wherein retrieving each target display component required for displaying the target service information from a set of display components comprises:
analyzing the target service information to obtain each target display function information required for displaying the target service information;
calling target display components corresponding to the target display function information from a display component set; and the display component set stores the corresponding relation between each piece of display function information and each display component.
3. The information display method according to claim 1, wherein after obtaining the target service information to be displayed and the target display terminal, before pushing the target service information to the target display terminal, further comprising:
caching the target service information into a pre-established message queue;
when a plurality of target service information are stored in the message queue, pushing the target service information to the target display terminal, including:
and pushing each target service message to a corresponding target display terminal according to the caching sequence of each target service message in the message queue.
4. The information display method according to any one of claims 1 to 3, wherein when a plurality of target display terminals correspond to one target service information, sending a service registration instruction to the target display terminal to enable the target display terminal to perform a registration operation on the target service component, includes:
respectively sending the service registration instruction to each target display terminal so that each target display terminal respectively performs registration operation on the target service component;
binding the view layer of the target display terminal, pushing the target service information to the target display terminal, and displaying the target service information by using the view layer, wherein the method comprises the following steps:
and respectively binding the view layers of the target display terminals, pushing the target service information to the target display terminals, and respectively displaying the target service information by using the view layers.
5. An information display device characterized by comprising:
the request analysis module is used for analyzing the received information display request to obtain target service information to be displayed and a target display terminal;
the component combination module is used for calling each target display component required for displaying the target service information from the display component set and carrying out combination operation on each target display component to obtain a combined service component;
the workflow processing module is used for carrying out workflow processing on the combined service assembly to obtain a target service assembly;
a service registration module, configured to send a service registration instruction to the target display terminal, so that the target display terminal performs registration operation on the target service component;
and the information display module is used for binding the view layer of the target display terminal and pushing the target service information to the target display terminal so as to display the target service information by utilizing the view layer.
6. The information display device of claim 5, wherein the component combination module comprises a component retrieval submodule comprising:
a function information obtaining unit, configured to analyze the target service information to obtain each target display function information required for displaying the target service information;
the component calling unit is used for calling target display components corresponding to the target display function information from a display component set; and the display component set stores the corresponding relation between each piece of display function information and each display component.
7. The information display device according to claim 5, further comprising:
the information caching module is used for caching the target service information into a pre-created message queue after the target service information to be displayed and a target display terminal are obtained and before the target service information is pushed to the target display terminal;
the information display module comprises an information pushing sub-module,
the information pushing submodule is specifically a module for pushing each target service information to a corresponding target display terminal according to the caching sequence of each target service information in the message queue.
8. The information display device according to any one of claims 5 to 7, wherein the service registration module is specifically a module that sends the service registration instruction to each of the target display terminals, respectively, so that each of the target display terminals performs a registration operation on the target service component, respectively;
the information display module is specifically a module which respectively performs binding operation on the view layers of each target display terminal, pushes the target service information to each target display terminal, and respectively performs display operation on the target service information by using each view layer.
9. An information display apparatus characterized by comprising:
a memory for storing a computer program;
processor for implementing the steps of the information display method according to any one of claims 1 to 4 when executing said computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored thereon, which computer program, when being executed by a processor, carries out the steps of the information display method according to any one of claims 1 to 4.
CN202010591047.5A 2020-06-24 2020-06-24 Information display method, device, equipment and computer readable storage medium Pending CN111538556A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010591047.5A CN111538556A (en) 2020-06-24 2020-06-24 Information display method, device, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010591047.5A CN111538556A (en) 2020-06-24 2020-06-24 Information display method, device, equipment and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN111538556A true CN111538556A (en) 2020-08-14

Family

ID=71979751

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010591047.5A Pending CN111538556A (en) 2020-06-24 2020-06-24 Information display method, device, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN111538556A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113852474A (en) * 2021-09-23 2021-12-28 京东方科技集团股份有限公司 Task processing method, gateway, computer readable storage medium and electronic device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108846728A (en) * 2018-06-14 2018-11-20 浙江口碑网络技术有限公司 Method for processing business and system based on the business service page
CN108846093A (en) * 2018-06-14 2018-11-20 浙江口碑网络技术有限公司 Support the method for processing business and system of multi-user operation
CN109947425A (en) * 2019-03-04 2019-06-28 腾讯科技(深圳)有限公司 A kind of the dealing with information flow method and device
CN110020307A (en) * 2017-11-30 2019-07-16 阿里巴巴集团控股有限公司 A kind of method for drafting and device of client's end-view

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110020307A (en) * 2017-11-30 2019-07-16 阿里巴巴集团控股有限公司 A kind of method for drafting and device of client's end-view
CN108846728A (en) * 2018-06-14 2018-11-20 浙江口碑网络技术有限公司 Method for processing business and system based on the business service page
CN108846093A (en) * 2018-06-14 2018-11-20 浙江口碑网络技术有限公司 Support the method for processing business and system of multi-user operation
CN109947425A (en) * 2019-03-04 2019-06-28 腾讯科技(深圳)有限公司 A kind of the dealing with information flow method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113852474A (en) * 2021-09-23 2021-12-28 京东方科技集团股份有限公司 Task processing method, gateway, computer readable storage medium and electronic device
CN113852474B (en) * 2021-09-23 2024-04-05 京东方科技集团股份有限公司 Task processing method, gateway, computer readable storage medium and electronic device

Similar Documents

Publication Publication Date Title
CN109710370B (en) Session list display method and device and electronic equipment
CN110768872B (en) Inspection method, system, device, computer equipment and storage medium
CN111198859B (en) Data processing method, device, electronic equipment and computer readable storage medium
CN105915599B (en) Interface display method and device
CN109885781B (en) Mixed page unified browsing method, device, equipment and storage medium
CN112364267B (en) Front-end data acquisition method and device
US20240119223A1 (en) Method, apparatus and electronic device for field merging
CN113656102A (en) Data point burying method and device, storage medium and electronic equipment
CN103490986A (en) Method for displaying broadcast data of chatting software
CN111352790A (en) Test method and device for reporting input event, mobile terminal and storage medium
CN111538556A (en) Information display method, device, equipment and computer readable storage medium
CN113849356A (en) Equipment testing method and device, electronic equipment and storage medium
CN114006885A (en) Data acquisition method and device based on intelligent equipment and electronic equipment
CN111382039A (en) Method, device, electronic equipment and storage medium for reporting user behavior event
CN111274104B (en) Data processing method, device, electronic equipment and computer readable storage medium
CN113312036A (en) Large-screen display method, device and equipment of Web page and storage medium
CN110443062B (en) Operation method and device of multi-tenant database and computer equipment
CN112416455A (en) Data processing method, device, terminal and storage medium
CN108289056B (en) Method and device for sharing dynamic chart and computing equipment
CN112650959A (en) Page loading duration statistical method, device, equipment and storage medium
WO2022237310A1 (en) Method and apparatus for displaying text message, electronic device, and storage medium
CN115221290A (en) Label preposed data query method and device, electronic equipment and readable storage medium
CN111741046B (en) Data reporting method, data acquisition method, device, equipment and medium
CN112631812A (en) Identification setting method and device, electronic equipment and storage medium
CN115705465A (en) Data analysis result presentation method, device, equipment and 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200814