CN112163174B - Message display method and device, storage medium and computer equipment - Google Patents

Message display method and device, storage medium and computer equipment Download PDF

Info

Publication number
CN112163174B
CN112163174B CN202011049767.5A CN202011049767A CN112163174B CN 112163174 B CN112163174 B CN 112163174B CN 202011049767 A CN202011049767 A CN 202011049767A CN 112163174 B CN112163174 B CN 112163174B
Authority
CN
China
Prior art keywords
information
message
identification information
target
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
CN202011049767.5A
Other languages
Chinese (zh)
Other versions
CN112163174A (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.)
Guangzhou Boguan Information Technology Co Ltd
Original Assignee
Guangzhou Boguan Information 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 Guangzhou Boguan Information Technology Co Ltd filed Critical Guangzhou Boguan Information Technology Co Ltd
Priority to CN202011049767.5A priority Critical patent/CN112163174B/en
Publication of CN112163174A publication Critical patent/CN112163174A/en
Application granted granted Critical
Publication of CN112163174B publication Critical patent/CN112163174B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the application discloses a message display method, a message display device, a storage medium and computer equipment. The method comprises the following steps: acquiring interface display information, wherein the interface display information carries mapping relation data, and the mapping relation data comprises a mapping relation between a preset control and identification information; receiving a message to be displayed, wherein the message to be displayed carries target identification information; determining a target preset control corresponding to the target identification information according to the target identification information and the mapping relation data; acquiring configuration information associated with target identification information; and displaying the message to be displayed at the appointed position of the target preset control according to the configuration information. Therefore, the target preset control corresponding to the target identification information is rapidly determined through the mapping relation data, the configuration information corresponding to the target identification information is obtained, the message to be displayed is displayed at the designated position of the target preset control according to the configuration information, the dynamic association between the identification information and the target preset control is realized, and the display efficiency of the message is improved.

Description

Message display method and device, storage medium and computer equipment
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a method and apparatus for displaying a message, a storage medium, and a computer device.
Background
With the development and popularization of computer equipment technology, terminal application functions are increasing, and in order to increase interest on an application interface, application interface controls can be added for function prompt, for example, bubble controls are added to remind a user of new function online.
However, the newly added bubble controls need to be developed by a program developer for related logic codes, and the later updating needs to be continuously maintained and released by the developer, so that the processing time of the developer is occupied, and the display efficiency of the message is lower.
Disclosure of Invention
The embodiment of the application provides a message display method, a device, a storage medium and computer equipment, which can improve the message display efficiency.
The embodiment of the application provides a message display method, which comprises the following steps:
acquiring interface display information, wherein the interface display information carries mapping relation data, and the mapping relation data comprises a mapping relation between a preset control and identification information;
receiving a message to be displayed, wherein the message to be displayed carries target identification information;
determining a target preset control corresponding to the target identification information according to the target identification information and the mapping relation data;
Acquiring configuration information associated with the target identification information;
and displaying the message to be displayed at the appointed position of the target preset control according to the configuration information.
Optionally, the processing method further includes:
acquiring unique identification code information;
generating identification information according to the unique identification code information;
and storing the identification information to the preset control to form mapping relation data between the preset control and the identification information.
Optionally, the processing method further includes:
acquiring preset prefix information;
the step of generating identification information according to the unique identification code information comprises the following steps:
generating identification information according to the preset prefix information and the unique identification code information.
Optionally, the step of saving the identification information to the preset control includes:
acquiring tree structure information corresponding to the control;
traversing the root node based on the tree structure information, and determining a preset control containing identification information;
and establishing mapping relation data between the preset control and the identification information.
Optionally, before the step of receiving the message to be displayed, the method further includes:
detecting whether a target control is in a loading state currently or not;
And when detecting that no target control is in the loading state currently, executing the step of receiving the message to be displayed.
Optionally, before the step of obtaining the configuration information associated with the target identification information, the method includes:
monitoring state information of the target preset control;
and determining that the state information accords with preset state information.
Optionally, the configuration information includes at least one of:
display area information of the message to be displayed;
message content information of the message to be displayed;
the display position of the message to be displayed relative to the target preset control;
and the interactive information of the message to be displayed.
Optionally, the step of displaying the message to be displayed at the designated position of the target preset control includes:
rendering and displaying the target preset control;
acquiring a first display position of the target preset control in the interface;
calculating a second display position of the message to be displayed on the interface according to the configuration information and the first display position;
and displaying the message to be displayed at the second display position.
Optionally, the processing method further includes:
Receiving identification information input by a user;
generating a corresponding configuration page according to the identification information for display;
receiving configuration information input by a user based on the configuration page;
and associating and storing the configuration information with the identification information.
Optionally, after the step of associating and saving the configuration information with the identification information, the method further includes:
receiving a modification instruction input by a user, wherein the modification instruction carries identification information to be modified;
according to the identification information to be modified, a corresponding target configuration page is called and displayed;
receiving target configuration information input by a user based on the target configuration page;
and replacing the configuration information with the target configuration information.
Optionally, the step of associating and saving the configuration information with the identification information includes:
acquiring display time information and current time in the configuration information;
and when the current time is detected to be matched with the display time information, the configuration information and the identification information are associated and stored.
Optionally, the processing method further includes:
receiving a push message sent by a third party platform, wherein the push message carries third party identification information and third party configuration information;
Searching corresponding associated configuration information according to the third party identification information;
and modifying the configuration information based on the third party configuration information to update and display.
The embodiment of the application also provides a message display device, which comprises:
the first acquisition unit is used for acquiring interface display information, wherein the interface display information carries mapping relation data, and the mapping relation data comprises a mapping relation between a preset control and identification information;
the receiving unit is used for receiving a message to be displayed, wherein the message to be displayed carries target identification information;
the determining unit is used for determining a target preset control corresponding to the target identification information according to the target identification information and the mapping relation data;
a second obtaining unit, configured to obtain configuration information associated with the target identification information;
and the display unit is used for displaying the message to be displayed at the appointed position of the target preset control according to the configuration information.
Embodiments of the present application also provide a computer readable storage medium storing a computer program adapted to be loaded by a processor to perform the steps in the method for displaying a message according to any of the embodiments above.
The embodiment of the application also provides a computer device, which comprises a memory and a processor, wherein the memory stores a computer program, and the processor executes the steps in the message display method according to any embodiment by calling the computer program stored in the memory.
According to the message display method, the device, the storage medium and the computer equipment, interface display information is obtained, the interface display information carries mapping relation data, and the mapping relation data comprises mapping relations between preset controls and identification information; receiving a message to be displayed, wherein the message to be displayed carries target identification information; determining a target preset control corresponding to the target identification information according to the target identification information and the mapping relation data; acquiring configuration information associated with target identification information; and displaying the message to be displayed at the appointed position of the target preset control according to the configuration information. Therefore, the target preset control corresponding to the target identification information is rapidly determined through the mapping relation data, the configuration information corresponding to the target identification information is obtained, the message to be displayed is displayed at the designated position of the target preset control according to the configuration information, the dynamic association between the identification information and the target preset control is realized, and the display efficiency of the message is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the description of the embodiments will be briefly introduced below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic view of a scenario of a message display system according to an embodiment of the present application.
Fig. 2 is a flow chart of a message display method according to an embodiment of the present application.
Fig. 3 is another flow chart of a message display method according to an embodiment of the present application.
Fig. 4 is a schematic diagram of a first application scenario of a message display method according to an embodiment of the present application.
Fig. 5 is a second application scenario schematic diagram of a message display method according to an embodiment of the present application.
Fig. 6 is a schematic diagram of a third application scenario of a message display method according to an embodiment of the present application.
Fig. 7 is a schematic structural diagram of a message display device according to an embodiment of the present application.
Fig. 8 is another schematic structural diagram of a message display device according to an embodiment of the present application.
Fig. 9 is a schematic structural diagram of a computer device according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all, of the embodiments of the present application. All other embodiments, which can be made by those skilled in the art based on the embodiments herein without making any inventive effort, are intended to be within the scope of the present application.
The embodiment of the application provides a message display method, a message display device, a storage medium and computer equipment.
Referring to fig. 1, fig. 1 is a schematic view of a scene of a message display system according to an embodiment of the present application, including: terminal a and the server (the information processing system may further include other terminals than terminal a, the specific number of which is not limited herein) may be connected through a communication network between terminal a and the server, and the communication network may include a wireless network and a wired network, where the wireless network includes one or more of a wireless wide area network, a wireless local area network, a wireless metropolitan area network, and a wireless personal area network. The network includes network entities such as routers, gateways, etc., which are not shown. The terminal a may perform information interaction with the server through a communication network, for example, the terminal a may receive, through an application interface, a message to be displayed sent by the server.
The information processing system may include an information processing device, where the information processing device may be specifically integrated in a terminal, as shown in fig. 1, where the terminal obtains interface display information, where the interface display information carries mapping relationship data, where the mapping relationship data includes a mapping relationship between a preset control and identification information; receiving a message to be displayed, wherein the message to be displayed carries target identification information; determining a target preset control corresponding to the target identification information according to the target identification information and the mapping relation data; acquiring configuration information associated with the target identification information; and displaying the message to be displayed at the appointed position of the target preset control according to the configuration information.
The server in the information processing system may store information base data of the background, for example, mapping relation between a preset control and identification information and association relation data of the configuration information and the identification information.
It should be noted that, the schematic view of the scenario of the message display system shown in fig. 1 is only an example, and the message display system and scenario described in the embodiments of the present application are for more clearly describing the technical solutions of the embodiments of the present application, and do not constitute a limitation on the technical solutions provided in the embodiments of the present application, and those skilled in the art can know that, with the evolution of the information processing system and the appearance of the new service scenario, the technical solutions provided in the embodiments of the present application are equally applicable to similar technical problems.
In this embodiment, description will be made from the viewpoint of an information processing apparatus which can be integrated in a terminal having a storage unit and a microprocessor mounted therein and having arithmetic capability.
Referring to fig. 2, fig. 2 is a flow chart of a message display method according to an embodiment of the present application. The information processing method comprises the following steps:
step 101, obtaining interface display information.
The interface display information is used for rendering a current display interface, the display interface can be an application interface or a web page interface, and the like, and is not limited herein, the interface display information also carries mapping relation data, the mapping relation data comprises a mapping relation between a preset control and identification information, and the interface display information can also comprise a plurality of controls except the preset control.
In this embodiment of the present application, the identification information may also be referred to as an ID of a bubble control, and represents a bubble control, after mapping relationship data is established, the bubble control corresponding to the identification information may be configured at any time based on the identification information in the mapping relationship data, that is, a user may generate a corresponding configuration page by inputting the identification information to display the corresponding configuration page, where the configuration information may include a background color (background color, background picture, background fillet radian, whether there is a closing button, and a direction pointed by a bubble arrow) of the bubble control, rich text content (document color and picture content), whether there is a countdown auto-closing, an offset position of the relative control, a valid display date range of the bubble, whether the present bubble ID configuration is currently opened, and when the user clicks the determination button, the configuration information may be associated with the identification information and stored in a background server.
The bubble control may also be specifically referred to as a bubble pop-up box, pop-up bubble or bubble box, which may be a pop-up window consisting of a rectangular and triangular arrow, where the arrow points is typically a control or area that triggers the bubble control to pop-up. The bubble control may be closed by clicking a button within the bubble control or other area of the screen of the non-bubble control. The preset control is a control which causes the bubble control to pop out, when a mouse or a focus of a user is focused on the preset control, the display of the bubble control is triggered, the bubble control is generally used for reminding the user of new function online, in the related technology, development of a developer is often needed for the control, in addition, the plurality of bubble controls are not universal, repeated development is needed, and the control processing efficiency is low.
In one embodiment, the unique identification code information (Universally Unique Identifier, UUID) of the preset control may be obtained in advance, where the unique identification code information is a standard of software construction and is unique identification information. Generating identification information according to the unique identification code information, namely determining the unique identification code information as identification information, for example, the identification information is ' 05B30BD6-1564-4E91-BC07-073E8D2C290C ', storing the identification information to a preset control, and if the preset control is LiveButton, setting the identification information ' 05B30BD6-1564-4E91-BC07-073E8D2C290C ' in the preset control LiveButton ' through an interface LiveButton.
Step 102, receiving a message to be displayed.
The message to be displayed can carry target identification information, and the message to be displayed can be pushed by a server and is used for rapidly displaying bubble messages corresponding to the target identification information.
Before receiving the message to be displayed, whether the terminal is ready to load the bubble control can be confirmed, when the terminal detects that the target control is not in a loading state currently, namely, the loading state of the bubble control is not existed, the terminal is ready to load the bubble control, the message to be displayed sent by the server is received, the message to be displayed carries target identification information, so that configuration information of the corresponding bubble control can be obtained according to the target identification information, the message to be displayed is drawn according to parameters in the configuration information, and the bubble control is generated and displayed.
And step 103, determining a target preset control corresponding to the target identification information according to the target identification information and the mapping relation data.
The interface display message comprises a plurality of types of controls, and the interface display message comprises a common control and a preset control, wherein the common control can be directly rendered and displayed, and in order to realize the function realization of the bubble control, the target preset control corresponding to the target identification information is screened out according to the target identification information and the mapping relation data.
Step 104, obtaining the configuration information associated with the target identification information.
Wherein, because the user sets up the association relation of the identification information and the configuration information on the basis of the configuration page in advance, the terminal obtains the associated configuration information on the basis of the target identification information, the configuration information is used for rendering a plurality of attribute information of the bubble control, and the configuration information comprises at least one of the following:
(1) Display area information of the message to be displayed;
(2) Message content information of the message to be displayed;
(3) The display position of the message to be displayed relative to the target preset control;
(4) And the interactive information of the message to be displayed.
The display area information of the message to be displayed may be a shape, a size, a background, etc. of the bubble control, and may specifically be a background (color, picture, rounded radian, etc.) of the bubble control, a bubble arrow direction, etc. The message content information of the message to be displayed can be rich text content (text color, picture content) of the bubble control. The display position of the message to be displayed relative to the target preset control is the offset position of the relative control. The interactive information of the message to be displayed can be whether the bubble control is automatically closed by counting down, whether the bubble control is provided with a closing button or not, and the like.
In an embodiment, because the bubble control and the preset control belong to a subordinate relationship, the necessary condition for displaying the bubble control is that the preset control is displaying state information, so that the state information of the preset control needs to be monitored, the state information includes displaying state information and hiding state information, and when the state information is detected to be in accordance with the preset state information (displaying state information), the configuration information associated with the identification information corresponding to the preset control can be directly obtained. When the state information is detected not to accord with the preset state information, the step of monitoring the state information of the preset control can be returned to be executed until the state information accords with the preset state information.
And 105, displaying the message to be displayed at the designated position of the target preset control according to the configuration information.
The configuration information can be directly loaded to generate a corresponding bubble control, because the bubble control and the preset control belong to a subordinate relation, the target preset control needs to be rendered and displayed first, the position offset information of the bubble control relative to the target preset control is calculated, the position offset information can be two-dimensional coordinate information, such as (2, 3), and finally, the display position of the bubble control is obtained according to the position offset information, the bubble control is displayed at the display position, the bubble control is displayed at the designated position of the target preset control, the rich text information can be displayed by the bubble control, namely, the message to be displayed is displayed at the designated position of the target preset control, and a user is prompted to be on line for a new function.
According to the message display method, interface display information is obtained, and the interface display information carries mapping relation data, wherein the mapping relation data comprises a mapping relation between a preset control and identification information; receiving a message to be displayed, wherein the message to be displayed carries target identification information; determining a target preset control corresponding to the target identification information according to the target identification information and the mapping relation data; acquiring configuration information associated with target identification information; and displaying the message to be displayed at the appointed position of the target preset control according to the configuration information. Therefore, the target preset control corresponding to the target identification information is rapidly determined through the mapping relation data, the configuration information corresponding to the target identification information is obtained, the message to be displayed is displayed at the designated position of the target preset control according to the configuration information, the dynamic association between the identification information and the target preset control is realized, and the display efficiency of the message is improved.
Referring to fig. 3 to fig. 6, fig. 3 is another flow chart of the message display method provided in the embodiment of the present application, and fig. 4 and fig. 6 are application scenario diagrams of the message display method provided in the embodiment of the present application. The specific flow of the method can be as follows:
Step 201, obtaining preset prefix information, and generating identification information according to the preset prefix information and the unique identification code information.
Assuming that the preset control is a button control "LiveButton", a user can directly define that preset prefix information of the button control is "LiveButton" for better readability, and further obtain unique identification code information "05B30BD6-1564-4E91-BC07-073E8D2C290C" of the preset control.
Further, the preset prefix information "LiveButton" and the unique identification code information "05B30BD6-1564-4E91-BC07-073E8D2C290C" may be spliced to generate globally unique identification information "LiveButton-05B30BD6-1564-4E91-BC07-073E8D2C290C", which is a bubble control ID and represents a bubble control, and in order to form a relationship between the bubble control and the preset control, the embodiment of the present application may generate LiveButton.
Step 202, obtaining tree structure information corresponding to the control, starting traversing based on a root node of the tree structure information, determining a preset control containing identification information, and establishing mapping relation data between the preset control and the identification information.
In the development process of the user, father-son relations exist between each control, for example, a control "widget" can contain child controls "button a" and "button B", so that the logical relation between the controls is a tree structure, the tree structure can be an XML tree or a json tree, in order to traverse all the controls, in the embodiment of the application, tree structure information corresponding to the controls of the interface can be obtained, traversing is started based on root nodes of the tree structure information, preset controls containing identification information are determined, for example, preset controls "LiveButton" containing identification information "LiveButton-05B30BD6-1564-4E91-BC07-073E8D2C290C" are determined, and mapping relation data between each preset control and the corresponding identification information is established.
Step 203, receiving the identification information input by the user, generating a corresponding configuration page according to the identification information, displaying, receiving the configuration information input by the user based on the configuration page, and obtaining the display time information and the current time in the configuration information.
Referring to fig. 4, the configuration interface may receive the identification information input by the user, for example, the user may input the identification information "LiveButton-05B30BD6-1564-4E91-BC07-073E8D2C290C" to be configured based on the configuration page 101, generate the corresponding configuration page 101 according to the identification information "LiveButton-05B30BD 6-1564-E91-BC 07-073E8D2C290C", display the configuration page 101 may set the dimensions of the background color, the rich text content, whether the countdown is automatically closed, the effective display date range of the bubble, the offset position of the relative control, and the like of the bubble control represented by the identification information, and obtain the effective display date range of the bubble in the configuration information, for example, "1 month 1 day to 12 month 31 day in 2020" and the current time "2020, which are 15 days in 2020. Compared with the prior art, the method and the device can realize the configuration information of the bubble control set in an interfacing way, do not need repeated program code development of developers, can rapidly update and maintain through the identification information, and greatly improve the display efficiency of the message.
And 204, when the current time is detected to be matched with the display time information, associating and storing the configuration information with the identification information.
In order to prevent the system resource waste caused by the storage of invalid configuration information, it is necessary to detect whether the current time is matched with the display time information, and when detecting that the current time of "7/15/2020" accords with the display time information of "1/12/31/2020", the configuration information and the identification information are directly associated and stored.
In one embodiment, the configuration information is deleted directly when it is detected that the current time does not match the display time information.
Step 205, receiving a modification instruction input by a user, and calling and displaying a corresponding target configuration page according to the identification information to be modified.
After the configuration information and the identification information are associated and stored in the background server, the user can revise the configuration information at any time, in an embodiment, an identification information list, namely a bubble control list, can be generated, the user can input or manually find corresponding identification information based on the identification information list, a modification instruction is generated, the modification instruction carries identification information to be modified, and a configured target configuration page can be directly called and displayed according to the identification information to be modified.
And 206, receiving target configuration information input by a user based on the target configuration page, and replacing the configuration information with the target configuration information.
The user can quickly modify the original configuration information based on the target configuration page to obtain target configuration information input by the user, and replace the original configuration information with the target configuration information, so that the configuration information can be quickly updated based on the identification information, and quick online prompt of the bubble control can be realized without releasing a new client version by the application.
Step 207, obtaining interface display information, and receiving a message to be displayed when detecting that no target control is currently in a loading state.
The target control may refer to a bubble control or other suspension display control, may acquire interface display information, render a display application interface based on the interface display information, and may confirm whether the terminal is ready to load the bubble control before receiving a message to be displayed, when detecting that the bubble control is not currently in a loading state, that is, when the bubble control is not in a loading state, it is indicated that the terminal is ready to load the bubble control, and may directly receive the message to be displayed sent by the server, where the bubble control enters a preparation state.
And step 208, determining a target preset control corresponding to the target identification information according to the target identification information and the mapping relation data.
The message to be displayed comprises a plurality of controls, and the message to be displayed comprises a common control and a preset control, wherein the common control can be directly rendered and displayed, and in order to realize the function realization of the bubble control, the target preset control corresponding to the target identification information is screened out according to the target identification information and the mapping relation data.
And step 209, monitoring state information of a target preset control.
The bubble control and the preset control belong to a subordinate relation, and the display requirement of the bubble control is that the preset control is display state information, so that the state information of the target preset control needs to be monitored, and the state information comprises display state information and hidden state information.
Step 210, determining that the detected state information accords with preset state information, and obtaining configuration information associated with the target identification information.
When the state information is detected to be in accordance with the preset state information (display state information), configuration information associated with the identification information corresponding to the target preset control can be directly obtained.
Step 211, rendering and displaying the target preset control according to the configuration information, obtaining a first display position of the target preset control in the interface, calculating a second display position of the message to be displayed in the interface according to the configuration information and the first display position, and displaying the message to be displayed at the second display position.
Referring to fig. 5, configuration information may be directly loaded to generate a target control (i.e., a bubble control), and because the bubble control and a preset control belong to a subordinate relationship, the target preset control needs to be rendered and displayed first, and if the target preset control is a live button control "LiveButton", the live button control "LiveButton" may be directly rendered and displayed, a first display position of the live button control "LiveButton" is obtained, a second display position of the bubble control relative to the live button control "LiveButton" under the position offset information is calculated according to the first display position and the configuration information, and a bubble control is generated at the second display position for a message to be displayed, for example, the bubble control 102 displays rich text information "open for 10 minutes to obtain a gift addition prize" for prompting a user to be on line.
Step 212, receiving the push message sent by the third party platform, searching the corresponding associated configuration information according to the third party identification information, and modifying the configuration information based on the third party configuration information to update and display.
The third party platform may be a third party server, for example, a server for real-time management activities, and in order to achieve the customization requirement, the third party platform may send a push message to the terminal at any time, where the push message carries third party identification information and third party configuration information.
For example, referring to fig. 6 together, assuming that a third party platform needs to add a content hint, the third party identification information may be "LiveButton-05B30BD6-1564-4E91-BC07-073E8D2C290C", the rich text information in the third party configuration information may be "get gift-adding rewards for 20 minutes in play", first, after receiving the push message, the terminal determines that the control corresponding to the third party identification information is the bubble control 102, in this embodiment of the present application, the rich text information "get gift-adding rewards for 20 minutes in play" in the third party configuration information may replace the rich text information "get gift-adding rewards for 10 minutes in play" in generate new bubble control 102 to display the rich text information "get gift-adding rewards for 20 minutes in play", so as to implement real-time customization requirements, and fast maintain the bubble control, thereby further improving the display efficiency of the message. In the embodiment of the application, the update of the configuration information only realizes the coverage of the current page display, and the configuration information in the background server is unchanged and still is the original configuration information.
According to the message display method, interface display information is obtained, the interface display information carries mapping relation data, and the mapping relation data comprises mapping relations between preset controls and identification information; receiving a message to be displayed, wherein the message to be displayed carries target identification information; determining a target preset control corresponding to the target identification information according to the target identification information and the mapping relation data; acquiring configuration information associated with target identification information; and displaying the message to be displayed at the appointed position of the target preset control according to the configuration information. Therefore, the target preset control corresponding to the target identification information is rapidly determined through the mapping relation data, the configuration information corresponding to the target identification information is obtained, the message to be displayed is displayed at the designated position of the target preset control according to the configuration information, the dynamic association between the identification information and the target preset control is realized, and the display efficiency of the message is improved.
In order to facilitate better implementation of the message display method of the embodiment of the application, the embodiment of the application also provides a message display device. Referring to fig. 7, fig. 7 is a schematic structural diagram of a message display device according to an embodiment of the present application. The display device 300 of the message may include a first acquisition unit 301, a reception unit 302, a determination unit 303, a second acquisition unit 304, and a display unit 305.
The first obtaining unit 301 is configured to obtain interface display information, where the interface display information carries mapping relationship data, and the mapping relationship data includes a mapping relationship between a preset control and identification information.
And a receiving unit 302, configured to receive a message to be displayed, where the message to be displayed carries the target identification information.
The determining unit 303 is configured to determine, according to the target identification information and the mapping relationship data, a target preset control corresponding to the target identification information.
A second obtaining unit 304, configured to obtain configuration information associated with the target identification information.
And the display unit 305 is configured to display the message to be displayed at the designated position of the target preset control according to the configuration information.
In some embodiments, the display unit 305 is configured to:
rendering and displaying the target preset control; acquiring a first display position of the target preset control in the interface; calculating a second display position of the message to be displayed on the interface according to the configuration information and the first display position; and displaying the message to be displayed at the second display position.
Referring to fig. 8, fig. 8 is another schematic structural diagram of a message display device according to an embodiment of the present application. Fig. 8 differs from fig. 7 in that: the display apparatus 300 of the message further includes an identification code acquisition unit 305, a prefix information acquisition unit 306, a generation unit 307, a saving unit 308, an association unit 309, a modification unit 310, a detection unit 311, and an update unit 312.
An identification code acquisition unit 305 for acquiring unique identification code information;
a prefix information obtaining unit 306, configured to obtain preset prefix information;
a generating unit 307 for generating identification information from the unique identification code information;
a storage unit 308, configured to store the identification information to the preset control, so as to form mapping relationship data between the preset control and the identification information;
in some embodiments, the generating unit 307 is configured to:
generating identification information according to the preset prefix information and the unique identification code information.
In some embodiments, the holding unit 308 is configured to:
acquiring tree structure information corresponding to the control; traversing the root node based on the tree structure information, and determining a preset control containing identification information; and establishing mapping relation data between the preset control and the identification information.
An association unit 309, configured to receive identification information input by a user; generating a corresponding configuration page according to the identification information for display; receiving configuration information input by a user based on the configuration page; and associating and storing the configuration information with the identification information.
In some embodiments, the association unit 309 is further configured to: the method comprises the steps of receiving identification information input by a user; generating a corresponding configuration page according to the identification information for display; receiving configuration information input by a user based on the configuration page; acquiring display time information and current time in the configuration information; and when the current time is detected to be matched with the display time information, the configuration information and the identification information are associated and stored.
A modifying unit 310, configured to receive a modifying instruction input by a user, where the modifying instruction carries identification information to be modified; according to the identification information to be modified, a corresponding target configuration page is called and displayed; receiving target configuration information input by a user based on the target configuration page; and replacing the configuration information with the target configuration information.
The detecting unit 311 is configured to detect whether a target control is currently in a loading state; and when detecting that no target control is in the loading state currently, executing the step of receiving the message to be displayed.
An updating unit 312, configured to receive a push message sent by the third party platform, where the push message carries third party identification information and third party configuration information; searching corresponding associated configuration information according to the third party identification information; and modifying the configuration information based on the third party configuration information to update and display.
All the above technical solutions may be combined to form an optional embodiment of the present application, which is not described here in detail.
In the message display device 300 provided in the embodiment of the present application, the first obtaining unit 301 obtains interface display information, where the interface display information carries mapping relationship data, where the mapping relationship data includes a mapping relationship between a preset control and identification information; the receiving unit 302 receives a message to be displayed, wherein the message to be displayed carries target identification information; the determining unit 303 determines a target preset control corresponding to the target identification information according to the target identification information and the mapping relation data; the second acquisition unit 304 acquires configuration information associated with the target identification information; the display unit 305 displays a message to be displayed at a designated position of the target preset control according to the configuration information. Therefore, the target preset control corresponding to the target identification information is rapidly determined through the mapping relation data, the configuration information corresponding to the target identification information is obtained, the message to be displayed is displayed at the designated position of the target preset control according to the configuration information, the dynamic association between the identification information and the target preset control is realized, and the display efficiency of the message is improved.
Correspondingly, the embodiment of the application also provides a computer device, which can be a terminal or a server, wherein the terminal can be a terminal device such as a smart phone, a tablet computer, a notebook computer, a touch screen, a game console, a personal computer (PC, personal Computer), a personal digital assistant (Personal Digital Assistant, PDA) and the like. As shown in fig. 9, fig. 9 is a schematic structural diagram of a computer device according to an embodiment of the present application. The computer apparatus 400 includes a processor 401 having one or more processing cores, a memory 402 having one or more computer readable storage media, and a computer program stored on the memory 402 and executable on the processor. The processor 401 is electrically connected to the memory 402. It will be appreciated by those skilled in the art that the computer device structure shown in the figures is not limiting of the computer device and may include more or fewer components than shown, or may combine certain components, or a different arrangement of components.
Processor 401 is a control center of computer device 400 and connects the various portions of the entire computer device 400 using various interfaces and lines to perform various functions of computer device 400 and process data by running or loading software programs and/or modules stored in memory 402 and invoking data stored in memory 402, thereby performing overall monitoring of computer device 400.
In the embodiment of the present application, the processor 401 in the computer device 400 loads the instructions corresponding to the processes of one or more application programs into the memory 402 according to the following steps, and the processor 401 executes the application programs stored in the memory 402, so as to implement various functions:
acquiring interface display information, wherein the interface display information carries mapping relation data, and the mapping relation data comprises a mapping relation between a preset control and identification information; receiving a message to be displayed, wherein the message to be displayed carries target identification information; determining a target preset control corresponding to the target identification information according to the target identification information and the mapping relation data; acquiring configuration information associated with the target identification information; and displaying the message to be displayed at the appointed position of the target preset control according to the configuration information.
The specific implementation of each operation above may be referred to the previous embodiments, and will not be described herein.
Optionally, as shown in fig. 9, the computer device 400 further includes: a touch display 403, a radio frequency circuit 404, an audio circuit 405, an input unit 406, and a power supply 407. The processor 401 is electrically connected to the touch display 403, the radio frequency circuit 404, the audio circuit 405, the input unit 406, and the power supply 407, respectively. Those skilled in the art will appreciate that the computer device structure shown in FIG. 9 is not limiting of the computer device and may include more or fewer components than shown, or may combine certain components, or a different arrangement of components.
The touch display 403 may be used to display a graphical user interface and receive operation instructions generated by a user acting on the graphical user interface. The touch display screen 403 may include a display panel and a touch panel. Wherein the display panel may be used to display information entered by a user or provided to a user as well as various graphical user interfaces of a computer device, which may be composed of graphics, text, icons, video, and any combination thereof. Alternatively, the display panel may be configured in the form of a liquid crystal display (LCD, liquid Crystal Display), an Organic Light-Emitting Diode (OLED), or the like. The touch panel may be used to collect touch operations on or near the user (such as operations on or near the touch panel by the user using any suitable object or accessory such as a finger, stylus, etc.), and generate corresponding operation instructions, and the operation instructions execute corresponding programs. Alternatively, the touch panel may include two parts, a touch detection device and a touch controller. The touch detection device detects the touch azimuth of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch detection device, converts it into touch point coordinates, and sends the touch point coordinates to the processor 401, and can receive and execute commands sent from the processor 401. The touch panel may overlay the display panel, and upon detection of a touch operation thereon or thereabout, the touch panel is passed to the processor 401 to determine the type of touch event, and the processor 401 then provides a corresponding visual output on the display panel in accordance with the type of touch event. In the embodiment of the present application, the touch panel and the display panel may be integrated into the touch display screen 403 to implement the input and output functions. In some embodiments, however, the touch panel and the touch panel may be implemented as two separate components to perform the input and output functions. I.e. the touch-sensitive display 403 may also implement an input function as part of the input unit 406.
In the embodiment of the application, the game application program executed by the processor 401 generates a graphical user interface on the touch display screen 403, and the graphical user interface includes at least one preset control. The touch display 403 is used for presenting a graphical user interface and receiving an operation instruction generated by a user acting on the graphical user interface.
The radio frequency circuitry 404 may be used to transceive radio frequency signals to establish wireless communications with a network device or other computer device via wireless communications.
The audio circuitry 405 may be used to provide an audio interface between a user and a computer device through speakers, microphones, and so on. The audio circuit 405 may transmit the received electrical signal after audio data conversion to a speaker, where the electrical signal is converted into a sound signal for output; on the other hand, the microphone converts the collected sound signals into electrical signals, which are received by the audio circuit 405 and converted into audio data, which are processed by the audio data output processor 401 and sent via the radio frequency circuit 404 to, for example, another computer device, or which are output to the memory 402 for further processing. The audio circuit 405 may also include an ear bud jack to provide communication of the peripheral ear bud with the computer device.
The input unit 406 may be used to receive input numbers, character information, or user characteristic information (e.g., fingerprint, iris, facial information, etc.), and to generate keyboard, mouse, joystick, optical, or trackball signal inputs related to user settings and function control.
The power supply 407 is used to power the various components of the computer device 400. Alternatively, the power supply 407 may be logically connected to the processor 401 through a power management system, so as to implement functions of managing charging, discharging, and power consumption management through the power management system. The power supply 407 may also include one or more of any of a direct current or alternating current power supply, a recharging system, a power failure detection circuit, a power converter or inverter, a power status indicator, and the like.
Although not shown in fig. 9, the computer device 400 may further include a camera, a sensor, a wireless fidelity module, a bluetooth module, etc., which are not described herein.
In the foregoing embodiments, the descriptions of the embodiments are emphasized, and for parts of one embodiment that are not described in detail, reference may be made to related descriptions of other embodiments.
As can be seen from the above, in the computer device provided in this embodiment, by acquiring the interface display information, the interface display information carries mapping relationship data, where the mapping relationship data includes a mapping relationship between a preset control and identification information; receiving a message to be displayed, wherein the message to be displayed carries target identification information; determining a target preset control corresponding to the target identification information according to the target identification information and the mapping relation data; acquiring configuration information associated with target identification information; and displaying the message to be displayed at the appointed position of the target preset control according to the configuration information. Therefore, the target preset control corresponding to the target identification information is rapidly determined through the mapping relation data, the configuration information corresponding to the target identification information is obtained, the message to be displayed is displayed at the designated position of the target preset control according to the configuration information, the dynamic association between the identification information and the target preset control is realized, and the display efficiency of the message is improved.
Those of ordinary skill in the art will appreciate that all or a portion of the steps of the various methods of the above embodiments may be performed by instructions, or by instructions controlling associated hardware, which may be stored in a computer-readable storage medium and loaded and executed by a processor.
To this end, embodiments of the present application provide a computer readable storage medium having stored therein a plurality of computer programs that can be loaded by a processor to perform steps in any of the message display methods provided by embodiments of the present application. For example, the computer program may perform the steps of:
acquiring interface display information, wherein the interface display information carries mapping relation data, and the mapping relation data comprises a mapping relation between a preset control and identification information; receiving a message to be displayed, wherein the message to be displayed carries target identification information; determining a target preset control corresponding to the target identification information according to the target identification information and the mapping relation data; acquiring configuration information associated with the target identification information; and displaying the message to be displayed at the appointed position of the target preset control according to the configuration information.
The specific implementation of each operation above may be referred to the previous embodiments, and will not be described herein.
Wherein the storage medium may include: read Only Memory (ROM), random access Memory (RAM, random Access Memory), magnetic or optical disk, and the like.
The steps in the method for displaying any message provided in the embodiment of the present application may be executed by the computer program stored in the storage medium, so that the beneficial effects that can be achieved by any method for displaying a message provided in the embodiment of the present application may be achieved, which are detailed in the previous embodiments and are not described herein.
The foregoing has described in detail the method, apparatus, storage medium and computer device for displaying messages provided by the embodiments of the present application, and specific examples have been applied to illustrate the principles and embodiments of the present application, where the foregoing description of the embodiments is only for aiding in understanding the method and core idea of the present application; meanwhile, those skilled in the art will have variations in the specific embodiments and application scope in light of the ideas of the present application, and the present description should not be construed as limiting the present application in view of the above.

Claims (15)

1. A method for displaying a message, comprising:
acquiring interface display information, wherein the interface display information carries mapping relation data, and the mapping relation data comprises a mapping relation between a preset control and identification information;
receiving a message to be displayed, wherein the message to be displayed carries target identification information;
determining a target preset control corresponding to the target identification information according to the target identification information and the mapping relation data;
acquiring configuration information associated with the target identification information;
and displaying the message to be displayed at the appointed position of the target preset control according to the configuration information.
2. The method of displaying a message according to claim 1, wherein the method of displaying further comprises:
acquiring unique identification code information;
generating identification information according to the unique identification code information;
and storing the identification information to the preset control to form mapping relation data between the preset control and the identification information.
3. The method of displaying a message according to claim 2, wherein the method further comprises:
acquiring preset prefix information;
the step of generating identification information according to the unique identification code information comprises the following steps:
Generating identification information according to the preset prefix information and the unique identification code information.
4. The method for displaying a message according to claim 2, wherein the step of saving the identification information to the preset control comprises:
acquiring tree structure information corresponding to the control;
traversing the root node based on the tree structure information, and determining a preset control containing identification information;
and establishing mapping relation data between the preset control and the identification information.
5. The method for displaying a message according to claim 1, wherein prior to the step of receiving the message to be displayed, further comprising:
detecting whether a target control is in a loading state currently or not;
and when detecting that no target control is in the loading state currently, executing the step of receiving the message to be displayed.
6. The message display method according to claim 1, further comprising, before the step of acquiring the configuration information associated with the target identification information:
monitoring state information of the target preset control;
and determining that the state information accords with preset state information.
7. The method of claim 1, wherein the configuration information comprises at least one of:
Display area information of the message to be displayed;
message content information of the message to be displayed;
the display position of the message to be displayed relative to the target preset control;
and the interactive information of the message to be displayed.
8. The method for displaying a message according to any one of claims 1 to 7, wherein the step of displaying the message to be displayed at a designated position of the target preset control includes:
rendering and displaying the target preset control;
acquiring a first display position of the target preset control in the interface;
calculating a second display position of the message to be displayed on the interface according to the configuration information and the first display position;
and displaying the message to be displayed at the second display position.
9. The method of displaying a message according to any one of claims 1 to 7, wherein the method of displaying further comprises:
receiving identification information input by a user;
generating a corresponding configuration page according to the identification information for display;
receiving configuration information input by a user based on the configuration page;
and associating and storing the configuration information with the identification information.
10. The message display method according to claim 9, wherein after the step of associating and saving the configuration information with the identification information, further comprising:
receiving a modification instruction input by a user, wherein the modification instruction carries identification information to be modified;
according to the identification information to be modified, a corresponding target configuration page is called and displayed;
receiving target configuration information input by a user based on the target configuration page;
and replacing the configuration information with the target configuration information.
11. The message display method according to claim 9, wherein the step of associating and saving the configuration information with the identification information includes:
acquiring display time information and current time in the configuration information;
and when the current time is detected to be matched with the display time information, the configuration information and the identification information are associated and stored.
12. The method of displaying a message according to any one of claims 1 to 7, wherein the method of displaying further comprises:
receiving a push message sent by a third party platform, wherein the push message carries third party identification information and third party configuration information;
Searching corresponding associated configuration information according to the third party identification information;
and modifying the configuration information based on the third party configuration information to update and display.
13. A message display device, comprising:
the first acquisition unit is used for acquiring interface display information, wherein the interface display information carries mapping relation data, and the mapping relation data comprises a mapping relation between a preset control and identification information;
the receiving unit is used for receiving a message to be displayed, wherein the message to be displayed carries target identification information;
the determining unit is used for determining a target preset control corresponding to the target identification information according to the target identification information and the mapping relation data;
a second obtaining unit, configured to obtain configuration information associated with the target identification information;
and the display unit is used for displaying the message to be displayed at the appointed position of the target preset control according to the configuration information.
14. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program adapted to be loaded by a processor for performing the steps in the method of displaying a message according to any of claims 1-12.
15. A computer device, characterized in that it comprises a memory in which a computer program is stored and a processor which performs the steps in the method of displaying a message according to any of claims 1-12 by calling the computer program stored in the memory.
CN202011049767.5A 2020-09-29 2020-09-29 Message display method and device, storage medium and computer equipment Active CN112163174B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011049767.5A CN112163174B (en) 2020-09-29 2020-09-29 Message display method and device, storage medium and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011049767.5A CN112163174B (en) 2020-09-29 2020-09-29 Message display method and device, storage medium and computer equipment

Publications (2)

Publication Number Publication Date
CN112163174A CN112163174A (en) 2021-01-01
CN112163174B true CN112163174B (en) 2024-01-09

Family

ID=73861178

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011049767.5A Active CN112163174B (en) 2020-09-29 2020-09-29 Message display method and device, storage medium and computer equipment

Country Status (1)

Country Link
CN (1) CN112163174B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113836465A (en) * 2021-09-17 2021-12-24 深圳追一科技有限公司 Control display method, system, computer equipment and storage medium
CN116624361B (en) * 2023-04-11 2024-03-22 北京通嘉宏瑞科技有限公司 Vacuum pump working method, device, computer equipment and storage medium

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017054622A1 (en) * 2015-09-28 2017-04-06 北京金山安全软件有限公司 Message display method and apparatus, and electronic device
CN107222774A (en) * 2017-05-26 2017-09-29 武汉斗鱼网络科技有限公司 Information displaying method and device, computer-readable recording medium
CN107943551A (en) * 2017-11-14 2018-04-20 维沃移动通信有限公司 A kind of screen display method and mobile terminal
CN108228025A (en) * 2017-12-18 2018-06-29 广东欧珀移动通信有限公司 message display method, device, mobile terminal and storage medium
CN108228065A (en) * 2016-12-09 2018-06-29 阿里巴巴集团控股有限公司 Detect the method, apparatus and electronic equipment of UI control informations
CN108334256A (en) * 2018-02-27 2018-07-27 维沃移动通信有限公司 A kind of message control method and mobile terminal
CN108428112A (en) * 2018-03-12 2018-08-21 武汉斗鱼网络科技有限公司 A kind of generation method of list, device, computer and storage medium
CN109358936A (en) * 2018-09-29 2019-02-19 Oppo广东移动通信有限公司 Information processing method, device, storage medium, electronic equipment and system
CN109814957A (en) * 2017-11-20 2019-05-28 北京京东尚科信息技术有限公司 A kind of label addition method and device for IOS system
WO2019174469A1 (en) * 2018-03-12 2019-09-19 Oppo广东移动通信有限公司 Message notification method, apparatus, device and storage medium
CN110297759A (en) * 2019-05-22 2019-10-01 深圳壹账通智能科技有限公司 A kind of method, apparatus making test page script, equipment and storage medium
CN111124412A (en) * 2020-01-02 2020-05-08 腾讯科技(深圳)有限公司 Game page drawing method, device, equipment and storage medium
CN111182345A (en) * 2019-12-20 2020-05-19 海信视像科技股份有限公司 Display method and display equipment of control
CN111309418A (en) * 2020-01-21 2020-06-19 华为技术有限公司 Control display method and electronic equipment
CN111370096A (en) * 2020-03-06 2020-07-03 北京三快在线科技有限公司 Interactive interface display method, device, equipment and storage medium

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017054622A1 (en) * 2015-09-28 2017-04-06 北京金山安全软件有限公司 Message display method and apparatus, and electronic device
CN108228065A (en) * 2016-12-09 2018-06-29 阿里巴巴集团控股有限公司 Detect the method, apparatus and electronic equipment of UI control informations
CN107222774A (en) * 2017-05-26 2017-09-29 武汉斗鱼网络科技有限公司 Information displaying method and device, computer-readable recording medium
CN107943551A (en) * 2017-11-14 2018-04-20 维沃移动通信有限公司 A kind of screen display method and mobile terminal
CN109814957A (en) * 2017-11-20 2019-05-28 北京京东尚科信息技术有限公司 A kind of label addition method and device for IOS system
CN108228025A (en) * 2017-12-18 2018-06-29 广东欧珀移动通信有限公司 message display method, device, mobile terminal and storage medium
CN108334256A (en) * 2018-02-27 2018-07-27 维沃移动通信有限公司 A kind of message control method and mobile terminal
CN108428112A (en) * 2018-03-12 2018-08-21 武汉斗鱼网络科技有限公司 A kind of generation method of list, device, computer and storage medium
WO2019174469A1 (en) * 2018-03-12 2019-09-19 Oppo广东移动通信有限公司 Message notification method, apparatus, device and storage medium
CN109358936A (en) * 2018-09-29 2019-02-19 Oppo广东移动通信有限公司 Information processing method, device, storage medium, electronic equipment and system
CN110297759A (en) * 2019-05-22 2019-10-01 深圳壹账通智能科技有限公司 A kind of method, apparatus making test page script, equipment and storage medium
CN111182345A (en) * 2019-12-20 2020-05-19 海信视像科技股份有限公司 Display method and display equipment of control
CN111124412A (en) * 2020-01-02 2020-05-08 腾讯科技(深圳)有限公司 Game page drawing method, device, equipment and storage medium
CN111309418A (en) * 2020-01-21 2020-06-19 华为技术有限公司 Control display method and electronic equipment
CN111370096A (en) * 2020-03-06 2020-07-03 北京三快在线科技有限公司 Interactive interface display method, device, equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ASP.NET虚拟目录及其配置文件的使用策略;彭华林;《职大学报》;81-86 *
Passive Acoustic Mapping with the Angular Spectrum Method;Costas D. Arvanitis 等;《IEEE Transactions on Medical Imaging》;983 – 993 *

Also Published As

Publication number Publication date
CN112163174A (en) 2021-01-01

Similar Documents

Publication Publication Date Title
CN111240777B (en) Dynamic wallpaper generation method and device, storage medium and electronic equipment
CN112163174B (en) Message display method and device, storage medium and computer equipment
CN111124412B (en) Game page drawing method, device, equipment and storage medium
CN112233211A (en) Animation production method and device, storage medium and computer equipment
CN110045958B (en) Texture data generation method, device, storage medium and equipment
CN115469937A (en) Plug-in operation method and device, electronic equipment and storage medium
CN114327087A (en) Input event processing method and device, electronic equipment and storage medium
CN114222003A (en) Service calling method, system, device, equipment and storage medium
US20240089223A1 (en) Information display method and apparatus, and electronic device
CN113408260A (en) Project engineering generation method and device, computer equipment and storage medium
CN113489637A (en) Method and device for adding reminding object, storage medium and computer equipment
CN114417201A (en) Message processing method and device, computer equipment and storage medium
CN111984305B (en) Application configuration method and device and computer equipment
CN114546113A (en) Menu operation method and device, storage medium and electronic equipment
CN112783386A (en) Page jump method, device, storage medium and computer equipment
CN114416234B (en) Page switching method and device, computer equipment and storage medium
CN113713375B (en) Interface element display method, device, terminal and storage medium
CN117579853A (en) Information prompting method and device for live broadcasting room, electronic equipment and readable storage medium
CN116186333A (en) User event indexing method, device, electronic equipment and storage medium
CN110069723B (en) Graphic code identification method, device and storage medium
CN116962332A (en) Message searching method, device and computer readable storage medium
CN117149334A (en) Prompt message processing method and device, computer equipment and storage medium
CN114168048A (en) Application message reminding method and device, computer equipment and storage medium
CN115858652A (en) Data conversion method and device, computer equipment and storage medium
CN116599921A (en) Message refreshing method and device, computer 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