CN111580899A - Message popup window system based on hierarchical structure and electronic equipment - Google Patents

Message popup window system based on hierarchical structure and electronic equipment Download PDF

Info

Publication number
CN111580899A
CN111580899A CN202010244031.7A CN202010244031A CN111580899A CN 111580899 A CN111580899 A CN 111580899A CN 202010244031 A CN202010244031 A CN 202010244031A CN 111580899 A CN111580899 A CN 111580899A
Authority
CN
China
Prior art keywords
popup
layer
message
pop
window
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.)
Granted
Application number
CN202010244031.7A
Other languages
Chinese (zh)
Other versions
CN111580899B (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.)
Shenzhen Mapgoo Technology Co ltd
Original Assignee
Shenzhen Mapgoo 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 Shenzhen Mapgoo Technology Co ltd filed Critical Shenzhen Mapgoo Technology Co ltd
Priority to CN202010244031.7A priority Critical patent/CN111580899B/en
Publication of CN111580899A publication Critical patent/CN111580899A/en
Application granted granted Critical
Publication of CN111580899B publication Critical patent/CN111580899B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues

Landscapes

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

Abstract

The embodiment of the invention discloses a message popup system based on a layered structure, which comprises 7 layered units, namely a data layer, an object layer, a management layer, a logic layer, a control layer and an interaction layer, wherein the data layer is used for storing popup information and popup parameter information; the object layer is used for designing a popup module and a popup object; the management layer is used for classifying and searching and managing the popup objects; the logic layer is used for determining whether the popup is opened and the popup style according to the acquired popup parameter information; the control layer is used for determining whether all the popup functions or part of the popup functions are enabled or not according to the configuration parameters; the interaction layer is used for carrying out data interaction with the main module and providing system initialization, parameter setting and a popup method called by the main module. The embodiment of the invention adopts a multilayer structure, nesting is carried out layer by layer, the popup logic is separated from the main logic, and the popup system of the message only has one function for the main module to call at any time, thereby achieving the purposes of simplicity, convenience and good use.

Description

Message popup window system based on hierarchical structure and electronic equipment
Technical Field
The present invention relates to a message popup management technology, and in particular, to a message popup system and an electronic device based on a hierarchical structure.
Background
The popup message is indispensable for each app as a strong interaction means with the user, and a system prompt, a message prompt and the like are sent through the popup message. The mode that current popup window technique generally adopted and realized on the spot, after the system triggered a popup window instruction promptly, the system sent popup window message automatically, and the system can send a plurality of popup windows when triggering a plurality of popup window instructions simultaneously, because the difference of message type, popup window content, popup window type and popup window display position are all inequality, consequently just lead to popup window dispersion, the reusability is not high, be difficult to manage, technical problem such as unified format difficulty, cause the interface mixed and disorderly, influence the user and use.
Thus, the prior art is subject to further improvement and advancement.
Disclosure of Invention
In view of the above technical problems, embodiments of the present invention provide a message popup system and an electronic device based on a hierarchical structure, so as to solve the technical problems of popup dispersion, low reusability, difficulty in management, difficulty in unifying formats, and the like of the existing message popup system.
A first aspect of an embodiment of the present invention provides a message popup system based on a hierarchical structure, where the system includes 7 hierarchical units, which are a data layer, an object layer, a management layer, a logic layer, a control layer, and an interaction layer, respectively, where the data layer is used to store popup information and popup parameter information; the object layer is used for designing a popup module and a popup object; the management layer is used for classifying and searching and managing the popup objects; the logic layer is used for determining whether the popup is opened and the popup style according to the acquired popup parameter information; the control layer is used for determining whether all the popup functions or part of the popup functions are enabled or not according to the configuration parameters; the interaction layer is used for carrying out data interaction with the main module and providing a popup method for system initialization, parameter setting and calling of the main module.
Optionally, the popup parameter information includes a switch parameter and a control parameter, and the data layer stores the switch parameter and the control parameter of the popup in an SP form.
Optionally, the popup parameter information includes a total popup time, a current popup time, a latest popup time, a last display duration, and a last closing time.
Optionally, the switch parameters include manual and automatic closing of the pop-up window.
Optionally, the logic layer controls the pop-up style of the pop-up window according to the control parameter of the pop-up window after determining that the pop-up window needs to be opened.
Optionally, the control layer controls a main switch of all pop-up windows and a classification switch of the pop-up window object, and when both the main switch and the classification switch are turned on, the system enters the logic layer to judge whether the pop-up windows pop up.
Optionally, the control layer controls the high-priority pop window to be enabled preferentially and other pop windows to be hidden by adopting the pop window priority.
Optionally, the data layer provides local data persistence, and stores popup information and popup parameter information using a database.
A second aspect of embodiments of the present invention provides an electronic device, comprising at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores a program of instructions executable by the at least one processor to enable the at least one processor to load and execute the message popup system described above.
A third aspect of embodiments of the present invention provides a computer program product for use in a hierarchical structure based message popup system, the computer program product comprising the above message popup system.
In the technical scheme provided by the embodiment of the invention, all popup windows are extracted and stripped to serve as an independent message popup window system, so that unified control management is carried out on the popup windows in the independent message popup window system, the message popup window system adopts a multilayer structure, is nested layer by layer and is divided into a data layer, an object layer, a management layer, a logic layer, a control layer and an interaction layer, and the popup window logic is separated from the main logic and is called by a main module at any time. Therefore, compared with the prior art, the message popup window system is independent in logic, realizes unified management of popup windows, and is simple, convenient and easy to use.
Drawings
Fig. 1 is a block diagram of a message popup system based on a hierarchical structure according to an embodiment of the present invention.
Fig. 2 is a schematic diagram of an embodiment of an electronic device in an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. 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 main idea of this embodiment is to extract and strip all pop windows as an individual message pop window system, so as to perform unified control and management on the pop windows in the individual message pop window system, and separate the pop window logic from the main logic.
Referring to fig. 1, an embodiment of a message popup system based on a hierarchical structure in the embodiment of the present invention includes 7 hierarchical units, which are a data layer 11, an object layer 12, a management layer 13, a logic layer 14, a control layer 15, and an interaction layer 16, respectively, where the data layer 11 is configured to store popup information and popup parameter information; the object layer 12 is used for designing a popup module and a popup object; the management layer 13 is used for classifying and searching and managing popup objects; the logic layer 14 is configured to determine whether a popup is opened and a popup style according to the acquired popup parameter information; the control layer 15 is configured to determine whether all or part of the pop-up functions are enabled according to the configuration parameters; the interaction layer 16 is used for data interaction with the main module and provides system initialization, parameter setting and a popup method called by the main module.
Each hierarchical unit is described in detail below.
In this embodiment, the data layer 11 provides local data persistence and stores popup information and popup parameter information using a database. And the popup parameter information comprises a switch parameter and a control parameter, and the switch parameter comprises manual closing and automatic closing of the popup. The data layer 11 provides local data persistence, and stores popup information, popup parameter information such as popup total times, popup times of the day, popup time of the last time, display time of the last time, close time of the last time and the like, and switch parameters of manual click close and popup automatic close by using a database. Meanwhile, a method for acquiring historical data of all popup windows and a method for acquiring current-day data of all popup windows are provided. In this embodiment, the SP form mode is preferably used to store the switching parameters of the pop-up window and the control parameters of the pop-up window.
The object layer 12 provides the design of the pop-up window template, mainly a pop-up window base template, i.e. a basic template of the pop-up window. Including the basic templates of various message pops. For example, the message type popup is in a uniform text format, a uniform frame format, and the like. The object layer 12 provides the implementation of a specific popup object corresponding to the requirement, such as a low-traffic reminder in the internet of things management system, or a message popup of a system message or a notification announcement, according to the popup templates.
The management layer 13 is responsible for placing the popup objects into specific management classes according to door categories, so that the popup objects can be conveniently distinguished and searched. The management class of this embodiment may be specifically set according to system requirements, for example, a traffic popup class, a bulletin popup class, a flow popup class, and the like may be set. The management class is divided according to the field of use, the management layer 13 of this embodiment does not limit the specific classification, and mainly provides a method for classifying the popup objects, which facilitates the distinction and search and facilitates the unified management.
When determining whether the pop-up window is opened and the pop-up format, the logic layer 14 needs to determine whether the pop-up window meets the pop-up requirement according to the scene condition, if the pop-up condition is not met, the logic layer 14 will not pop-up the pop-up window, and if the pop-up condition is met, that is, the logic layer 14 determines that the pop-up window needs to be opened, it will control the pop-up style of the pop-up window according to the control parameter of the pop-up window, including the pop-up styles of various color fonts, or the pop-up styles of side entry, flash, amplification. For example, when the flow rate is less than 100M, the low-flow pop-up window pops up, and only pops up 1 time per day, and when the pop-up window pops up, the pop-up window pops up by using red, orange or yellow fonts according to the residual flow rate. The pop-up window style is not specifically limited in the embodiment, and the user can set or select to add the pop-up window style according to the system requirement.
The control layer 15 determines whether all or part of the pop-up window functions are enabled or not according to the parameters of the message pop-up window system, or controls the high-priority pop-up window to be enabled and the rest pop-up windows to be hidden by using the pop-up window priorities, and when a plurality of pop-up windows need to be popped up simultaneously, the system displays the pop-up window with the highest priority and hides the rest pop-up windows. The control layer 15 controls the main switches of all pop-up windows and the classification switches of the pop-up window objects, and when the main switches and the classification switches are both opened, the system enters the logic layer 14 to judge whether the pop-up windows pop up. When the master switch is closed, all the pop-up windows are not popped up, when the master switch is opened, and when one or more classification switches are closed, one or more classification pop-up windows are not popped up, and other classification pop-up windows can be popped up. For example, only when the total pop-up switch and the flow pop-up classification switch of the message pop-up system are turned on, the low-flow pop-up window enters the logic layer 14 to determine whether the low-flow pop-up window pops up, all pop-up windows do not pop up when the total switch is turned off, the total switch is turned on, and only when the flow classification switch is turned off, it means that only the flow pop-up window classification is not enabled, and does not pop up, and other classification pop-up windows can still pop up.
The interaction layer 16 is configured to perform data interaction with the main module, and when the main module 20 needs to manage the popup, the main module 20 may invoke the message popup system according to the embodiment of the present invention, perform data interaction with the message popup system through the interaction layer 16, and perform setting operations such as system initialization setting and parameter setting of the message popup system. Meanwhile, the method of displaying the popup that the main module 20 needs to call may be selected through the interaction layer 16.
In this embodiment, the interaction layer 16 performs data interaction with the data layer 11, and performs control operation through the control layer 15, and the control layer 15 controls the logic layer 14 to perform logic determination such as popup opening and popup style according to a data instruction of the interaction layer 16, the logic layer 14 controls the management layer 13, determines popup classification from the management layer 13, performs data interaction with the data layer 11, and the management layer 13 controls the object layer 12.
The message popup system of the embodiment of the invention adopts a multilayer structure, is nested layer by layer and exists as an independent system, extracts and strips all popup windows to be used as an independent message popup system, so that unified control management is carried out on the popup windows in the independent message popup system, popup logic and main logic are separated, and the message popup system enables the popup windows to be only one function for a main module to call at any time, thereby achieving the purposes of simplicity, convenience and good use. The main module of the embodiment of the invention is various systems which need to uniformly manage the message popup, and the message popup system is embodied in a functional form of a plug-in.
Fig. 2 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present application, where the electronic device includes: one or more processors 201 and memory 202. One is taken as an example in fig. 2. The processor 201 and the memory 202 may be connected by a bus or other means, and fig. 2 illustrates an example of connection by a bus.
Memory 202, which is a non-volatile computer-readable storage medium, may be used to store non-volatile software programs, non-volatile computer-executable programs, and modules, such as program instructions/modules corresponding to a message pop-up system in embodiments of the present invention. The processor 201 executes various functional applications and data processing of the server by executing nonvolatile software programs, instructions and modules stored in the memory 202, namely, implements the message popup system in the above method embodiment.
The memory 202 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created from use of the base layer drawing design system, and the like. Further, the memory 202 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some embodiments, memory 202 may optionally include memory located remotely from processor 201, which may be connected to a message popup system via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The electronic device can execute the system provided by the embodiment of the application, and has the corresponding functional modules and beneficial effects of executing the system. For technical details that are not described in detail in this embodiment, reference may be made to the system provided in the embodiments of the present application.
Moreover, the above-described system embodiments are only illustrative, wherein the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a general hardware platform, and certainly can also be implemented by hardware. Based on such understanding, the technical solution of the present invention may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to load and execute the message popup system according to the embodiments of the present invention. And the aforementioned storage medium includes: 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.
The above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A message popup system based on a hierarchical structure is characterized in that the system comprises 7 hierarchical units which are a data layer, an object layer, a management layer, a logic layer, a control layer and an interaction layer respectively,
the data layer is used for storing popup window popup information and popup window parameter information;
the object layer is used for designing a popup module and a popup object;
the management layer is used for classifying and searching and managing the popup objects;
the logic layer is used for determining whether the popup is opened and the popup style according to the acquired popup parameter information;
the control layer is used for determining whether all the popup functions or part of the popup functions are enabled or not according to the configuration parameters;
the interaction layer is used for carrying out data interaction with the main module and providing a popup method for system initialization, parameter setting and calling of the main module.
2. The hierarchical message popup system of claim 1, wherein the popup parameter information includes a switch parameter and a control parameter, and the data layer stores the switch parameter and the control parameter of the popup in an SP form.
3. The hierarchical message popup system of claim 1, wherein the popup parameter information includes a total number of popup times, a number of popup times of the day, a last popup time, a last display duration, and a last closing time.
4. The hierarchical-based message popup system of claim 2, wherein the switch parameters include popup manual and automatic shutdown.
5. The hierarchical message popup system of claim 2, wherein the logic layer controls a popup pattern of a popup according to a control parameter of the popup after determining that the popup needs to be opened.
6. The system of claim 4, wherein the control layer controls a total switch of all pop windows and a classification switch of the pop window object, and when the total switch and the classification switch are both turned on, the system enters a logic layer to determine whether the pop window pops up.
7. The hierarchical message popup system of claim 1, wherein the control layer controls high priority popup to be preferentially enabled and remaining popup to be hidden with popup priority.
8. The hierarchical-based message popup system of claim 1, wherein the data layer provides local data persistence and employs a database to store popup information and popup parameter information.
9. An electronic device comprising at least one processor;
and a memory communicatively coupled to the at least one processor;
wherein the memory stores a program of instructions executable by the at least one processor to enable the at least one processor to load perform the message popup system of any of claims 1 to 8.
10. A computer program product for use in a hierarchical based message popup system, the computer program product comprising the message popup system of any of claims 1 to 8.
CN202010244031.7A 2020-03-31 2020-03-31 Layered structure-based message popup window system and electronic equipment Active CN111580899B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010244031.7A CN111580899B (en) 2020-03-31 2020-03-31 Layered structure-based message popup window system and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010244031.7A CN111580899B (en) 2020-03-31 2020-03-31 Layered structure-based message popup window system and electronic equipment

Publications (2)

Publication Number Publication Date
CN111580899A true CN111580899A (en) 2020-08-25
CN111580899B CN111580899B (en) 2024-04-30

Family

ID=72126136

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010244031.7A Active CN111580899B (en) 2020-03-31 2020-03-31 Layered structure-based message popup window system and electronic equipment

Country Status (1)

Country Link
CN (1) CN111580899B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111930283A (en) * 2020-10-12 2020-11-13 武汉深之度科技有限公司 Message display method and computing device
CN111984260A (en) * 2020-09-01 2020-11-24 中国银行股份有限公司 Front-end APP popup window management method, device and system
CN113900760A (en) * 2021-10-26 2022-01-07 广州博冠信息科技有限公司 Popup window display method and device
CN117221117A (en) * 2023-07-24 2023-12-12 瞳见科技有限公司 Normalized popup window generation method, system, terminal and storage medium
CN113900760B (en) * 2021-10-26 2024-05-28 广州博冠信息科技有限公司 Popup window display method and device

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070061733A1 (en) * 2005-08-30 2007-03-15 Microsoft Corporation Pluggable window manager architecture using a scene graph system
US20130191526A1 (en) * 2011-03-14 2013-07-25 Tencent Technology Shenzhen Company Limited Open plug-in management platform and plug-in management method implemented on browser
CN106484509A (en) * 2016-09-27 2017-03-08 腾讯科技(深圳)有限公司 A kind of output intent of pop-up, device and terminal
CN106569830A (en) * 2016-11-10 2017-04-19 北京小鸟看看科技有限公司 Virtual reality device and method and plug-in unit for realizing message prompt box displaying in the same
CN106648779A (en) * 2016-12-26 2017-05-10 竞技世界(北京)网络技术有限公司 Intelligent terminal floating window permission setting method
CN107153545A (en) * 2017-05-09 2017-09-12 北京酷我科技有限公司 A kind of method that pop-up is managed collectively in iOS system
CN109144650A (en) * 2018-08-22 2019-01-04 拉扎斯网络科技(上海)有限公司 Show method for managing object, device, electronic equipment and computer storage medium
CN109766155A (en) * 2018-12-13 2019-05-17 深圳壹账通智能科技有限公司 A kind of bullet frame generation method, device and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070061733A1 (en) * 2005-08-30 2007-03-15 Microsoft Corporation Pluggable window manager architecture using a scene graph system
US20130191526A1 (en) * 2011-03-14 2013-07-25 Tencent Technology Shenzhen Company Limited Open plug-in management platform and plug-in management method implemented on browser
CN106484509A (en) * 2016-09-27 2017-03-08 腾讯科技(深圳)有限公司 A kind of output intent of pop-up, device and terminal
CN106569830A (en) * 2016-11-10 2017-04-19 北京小鸟看看科技有限公司 Virtual reality device and method and plug-in unit for realizing message prompt box displaying in the same
CN106648779A (en) * 2016-12-26 2017-05-10 竞技世界(北京)网络技术有限公司 Intelligent terminal floating window permission setting method
CN107153545A (en) * 2017-05-09 2017-09-12 北京酷我科技有限公司 A kind of method that pop-up is managed collectively in iOS system
CN109144650A (en) * 2018-08-22 2019-01-04 拉扎斯网络科技(上海)有限公司 Show method for managing object, device, electronic equipment and computer storage medium
CN109766155A (en) * 2018-12-13 2019-05-17 深圳壹账通智能科技有限公司 A kind of bullet frame generation method, device and storage medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111984260A (en) * 2020-09-01 2020-11-24 中国银行股份有限公司 Front-end APP popup window management method, device and system
CN111930283A (en) * 2020-10-12 2020-11-13 武汉深之度科技有限公司 Message display method and computing device
CN113900760A (en) * 2021-10-26 2022-01-07 广州博冠信息科技有限公司 Popup window display method and device
CN113900760B (en) * 2021-10-26 2024-05-28 广州博冠信息科技有限公司 Popup window display method and device
CN117221117A (en) * 2023-07-24 2023-12-12 瞳见科技有限公司 Normalized popup window generation method, system, terminal and storage medium
CN117221117B (en) * 2023-07-24 2024-03-29 瞳见科技有限公司 Normalized popup window generation method, system, terminal and storage medium

Also Published As

Publication number Publication date
CN111580899B (en) 2024-04-30

Similar Documents

Publication Publication Date Title
CN111580899A (en) Message popup window system based on hierarchical structure and electronic equipment
CN103092824B (en) A kind of p.m.entry creation method and device
CN105468364B (en) The processing method and mobile terminal of the notification message of application program
EP2827242A1 (en) Method, apparatus and computer storage medium for plug-in management and control
US20190196693A1 (en) Method and apparatus for displaying reminder message
CN108376094B (en) Notification message display method and device, computer equipment and storage medium
CN105117320A (en) Method for managing application in electronic terminal and electronic terminal thereof
CN104038621A (en) Device and method for managing event information in communication terminal
CN109947502B (en) Configuration method, device and equipment for express cabinet display interface and storage medium
CN103744810A (en) Terminal, electronic device and synchronous display system and method
CN108829716B (en) Conference agenda generation method and device for conference to be held
CN109086109B (en) Page display method and device, electronic equipment and medium
CN107566642A (en) A kind of method, apparatus and intelligent terminal of functional mode switching
CN107861789A (en) A kind of communication information methods of exhibiting, device, terminal and readable storage medium storing program for executing
CN106940616A (en) Using operation method and device
CN110120909B (en) Message transmission method and device, storage medium and electronic device
CN115097971B (en) Display control method of popup frame and related device
CN109240098A (en) Equipment configuration method, device, terminal device and storage medium
CN111221599A (en) Method for displaying floating window, mobile terminal and storage medium
CN112052316A (en) Model evaluation method, model evaluation device, storage medium and electronic equipment
CN105930697A (en) Method and device for opening use permission of interactive information
CN111209381B (en) Time management method and device in dialogue scene
CN106373572A (en) Information prompting method based on artificial intelligence and device
CN102467328A (en) Method for managing pop-up window based on embedded system graphics library
CN115080271A (en) Event data processing method and device, electronic 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
GR01 Patent grant
GR01 Patent grant