CN111585871A - Message notification method, device, equipment and storage medium - Google Patents

Message notification method, device, equipment and storage medium Download PDF

Info

Publication number
CN111585871A
CN111585871A CN202010378426.6A CN202010378426A CN111585871A CN 111585871 A CN111585871 A CN 111585871A CN 202010378426 A CN202010378426 A CN 202010378426A CN 111585871 A CN111585871 A CN 111585871A
Authority
CN
China
Prior art keywords
message
pushed
index
list
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010378426.6A
Other languages
Chinese (zh)
Inventor
王思宇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Youzhuju Network Technology Co Ltd
Original Assignee
Beijing Infinite Light Field Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Infinite Light Field Technology Co Ltd filed Critical Beijing Infinite Light Field Technology Co Ltd
Priority to CN202010378426.6A priority Critical patent/CN111585871A/en
Publication of CN111585871A publication Critical patent/CN111585871A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/224Monitoring or handling of messages providing notification on incoming messages, e.g. pushed notifications of received messages
    • 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/901Indexing; Data structures therefor; Storage structures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/214Monitoring or handling of messages using selective forwarding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/234Monitoring or handling of messages for tracking messages
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2212/00Encapsulation of packets

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The disclosure provides a message notification method, a message notification device, message notification equipment and a message notification storage medium. The message notification method comprises the following steps: writing and accessing a message to be pushed into a system of the terminal; storing the write-accessed message to be pushed and establishing an index message list; packaging the index message list according to service data; and pushing the encapsulated index message list. The method and the device can realize message and notification type combing optimization, optimize display of the notification content of the aggregated message, prevent the user from receiving too many messages and improve the use experience of the user.

Description

Message notification method, device, equipment and storage medium
Technical Field
The present disclosure relates to the field of computer software technologies, and in particular, to a method, an apparatus, a device, and a storage medium for notifying a message.
Background
In the prior art, there are many notification messages, such as chat messages and activity messages, and after receiving a message, the number of messages that have been received but not viewed can be displayed to remind the user to view the message. However, in this method, since only the number of messages is displayed, if the content of a message, such as the sender of the message, needs to be viewed, an operation such as clicking is required to open the interface, so as to view the specific content. Moreover, the same person can send messages for many times when sharing/collecting the same article for many times, and message aggregation cannot be realized.
Disclosure of Invention
The present disclosure has been made to solve the above problems, and an object of the present disclosure is to provide a simple and efficient message notification method, device, apparatus, and storage medium that can optimize message and notification type combing, optimize display of aggregated message notification contents, and prevent a user from receiving too many messages. This disclosure provides this summary in order to introduce a selection of concepts in a simplified form that are further described below in the detailed description. This summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
In order to solve the above technical problem, an embodiment of the present disclosure provides a message notification method, which adopts the following technical solutions:
writing and accessing a message to be pushed into a system of the terminal;
storing the write-accessed message to be pushed and establishing an index message list;
packaging the index message list according to service data;
and pushing the encapsulated index message list.
In order to solve the above technical problem, an embodiment of the present disclosure further provides a message notification apparatus, which adopts the following technical solution, including:
the write access module is used for writing and accessing the message to be pushed into a system of the terminal;
the storage index module is used for storing the write-accessed message to be pushed and establishing an index message list;
the encapsulation module is used for encapsulating the index message list according to service data;
and the pushing module is used for pushing the encapsulated index message list.
In order to solve the above technical problem, an embodiment of the present disclosure further provides a computer device, which adopts the following technical solutions:
comprising a memory having a computer program stored therein and a processor implementing the method as described above when executing the computer program.
In order to solve the above technical problem, an embodiment of the present disclosure further provides a computer-readable storage medium, which adopts the following technical solutions:
the computer-readable storage medium has stored thereon a computer program which, when executed by a processor, implements the method as described above.
According to the technical scheme disclosed by the disclosure, compared with the prior art, the message and notification type combing optimization, the display of the aggregated message notification content is optimized, the user is prevented from receiving too many messages, and the use experience of the user is improved.
Drawings
FIG. 1 is an exemplary system architecture diagram in which the present disclosure may be applied;
FIG. 2 is a flow diagram for one embodiment of a message notification method according to the present disclosure;
FIG. 3 is a schematic diagram for one embodiment of a message notification method, according to the present disclosure;
FIG. 4 is a schematic diagram for one embodiment of a message notification apparatus, according to the present disclosure;
FIG. 5 is a schematic block diagram of one embodiment of a computer device according to the present disclosure.
The above and other features, advantages and aspects of various embodiments of the present disclosure will become more apparent by referring to the following detailed description when taken in conjunction with the accompanying drawings. Throughout the drawings, the same or similar reference numbers refer to the same or similar elements. It should be understood that the drawings are schematic and that elements and features are not necessarily drawn to scale.
Detailed Description
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this disclosure belongs; the terminology used in the description of the application herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure; the terms "including" and "having," and any variations thereof, in the description and claims of this disclosure and the description of the above figures are intended to cover non-exclusive inclusions. The terms "first," "second," and the like in the description and claims of the present disclosure or in the above-described drawings are used for distinguishing between different objects and not for describing a particular order.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the disclosure. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments.
In order to make the technical solutions of the present disclosure better understood by those skilled in the art, the technical solutions in the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings.
[ System Structure ]
First, the structure of the system of one embodiment of the present disclosure is explained. As shown in fig. 1, the system architecture 100 may include terminal devices 101, 102, 103, 104, a network 105, and a server 106. The network 105 serves as a medium for providing communication links between the terminal devices 101, 102, 103, 104 and the server 106.
In the present embodiment, an electronic device (for example, the terminal device 101, 102, 103, or 104 shown in fig. 1) on which the message notification method operates may perform transmission of various information through the network 105. Network 105 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few. It should be noted that the wireless connection means may include, but is not limited to, a 3G/4G/5G connection, a Wi-Fi connection, a bluetooth connection, a WiMAX connection, a Zigbee connection, a UWB connection, and other now known or later developed wireless connection means.
A user may use terminal devices 101, 102, 103, 104 to interact with a server 106 via a network 105 to receive or send messages or the like. Various client applications, such as a video live and play application, a web browser application, a shopping application, a search application, an instant messaging tool, a mailbox client, social platform software, etc., may be installed on the terminal device 101, 102, 103, or 104.
The terminal device 101, 102, 103 or 104 may be various electronic devices having a touch screen display and/or supporting web browsing, including but not limited to smart phones, tablet computers, e-book readers, MP3 players (moving picture experts group compressed standard audio layer 3), MP4 (moving picture experts group compressed standard audio layer 4) players, head mounted display devices, laptop portable computers, desktop computers, and the like.
The server 106 may be a server that provides various services, such as a background server that provides support for pages displayed on the terminal devices 101, 102, 103, or 104.
It should be understood that the number of terminal devices, networks, and servers in fig. 1 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Here, the terminal device may implement the embodiment method of the present disclosure independently or by running an application in an android system in cooperation with other electronic terminal devices, or may run an application in other operating systems, such as an iOS system, a Windows system, a hongmeng system, and the like, to implement the embodiment method of the present disclosure.
[ message Notification method ]
Referring to fig. 2, a flow diagram for one embodiment of a message notification method is shown, in accordance with the present disclosure. The message notification method comprises the following steps:
s21, writing the message to be pushed into the system of the access terminal;
here, writing a message to be pushed to the access terminal system may include at least one of the following steps,
the message separation is performed by distinguishing different applications and different types of messages to be pushed, for example, different types of Content such as PGC (professional-generated Content), UGC (User-generated Content), OGC (professional-generated Content), and the like are distinguished;
expanding at least one action into a plurality of messages to be pushed for message expansion, for example, replying to the comment, and simultaneously sending a message to the comment author and the reply author of the comment;
and judging the importance degree of the message to be pushed so as to sort the message when the message is accessed into the terminal, wherein the judgment of the importance degree is carried out through authentication information, concern relationship, address list relationship and the like.
S22, storing the message to be pushed of write access and establishing an index message list;
here, storing the message to be pushed for write access and building the index message list may include at least one of the following steps,
storing the message main body content to be pushed which is accessed by writing in a database, wherein the message main body content can be stored in MySQL, and other databases can be used;
establishing an index message list for the id of each message to be pushed, wherein a zip index is established for the message id of each user by using a ZSet (ordered Set) of a remote dictionary service (Redis);
aggregating the messages of the same type in the index message list, for example, merging the messages of the same type generated on the same content in Redis;
the ordering in the index message list is adjusted according to the importance of the message to be pushed, where the adjustment of the importance may also be made based on a judgment by authentication information, concern relationship, address book relationship, or the like, for example.
S23, packaging the index message list according to the service data;
here, the encapsulating of the index message list may include at least one of the following steps,
traversing the index message list to perform resource registration on the message to be pushed, wherein the resource registration refers to determining corresponding content or service data of the message to be pushed, for example;
acquiring service data of a message to be pushed registered by a resource, wherein the service data comprises data such as a message type, a message field, a message style and the like;
and traversing the index message list to perform classified encapsulation according to the service data.
And S24, pushing the packaged index message list.
Here, pushing the encapsulated index message list may include at least message number pushing and/or message content pushing.
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and may be performed in other orders unless explicitly stated herein. Moreover, at least a portion of the steps in the flow chart of the figure may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, which are not necessarily performed in sequence, but may be performed alternately or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
[ example method ]
The method of one embodiment of the present disclosure is explained below, referring to fig. 3, which shows a schematic diagram of one embodiment of a message notification method according to the present disclosure, comprising the steps of:
step 1, writing one or more praise messages to be pushed into a system of an access terminal;
step 2, storing write access praise message and establishing an index message list;
step 3, aggregating similar praise messages in the index message list;
the ranking in the index message list is adjusted according to the importance degree of the praise message, for example, the praise message of the user with a certain relation can be displayed based on the judgment of the authentication information, the concern relation, the address list relation and the like;
step 4, traversing the index message list to register resources for the praise message, wherein the resource registration refers to determining corresponding content or service data of the praise message;
step 5, acquiring service data of the praise message registered by the resource, wherein the service data comprises data such as message type, message field, message style and the like;
step 6, traversing the index message list again to classify and package the service data according to the praise message;
step 7, pushing the encapsulated index message list;
here, pushing the encapsulated index message list may include at least message number pushing and/or message content pushing.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and can include the processes of the embodiments of the methods described above when the computer program is executed. The storage medium may be a non-volatile storage medium such as a magnetic disk, an optical disk, a Read Only Memory (ROM), or a Random Access Memory (RAM).
[ message Notification apparatus ]
As shown in fig. 4, in order to implement the technical solution in the embodiment of the present disclosure, the present disclosure provides a message notification apparatus, which may be specifically applied to various electronic terminal devices.
The message notification apparatus described in this embodiment includes: the system comprises a write access module 401, a storage index module 402, an encapsulation module 403, a push module 404, a separation module 405, an extension module 406, a sorting module 407, an aggregation module 408, a service data acquisition module 409 and a traversal module 410.
A write access module 401, configured to write a message to be pushed into a system of an access terminal;
a storage index module 402, configured to store a write-accessed message to be pushed and establish an index message list, where a main content of the write-accessed message to be pushed is stored in a database, where the main content may be stored in MySQL, or may be other databases, where a pull index is established for a message id of each user by using a ZSet (ordered Set) of a Remote Dictionary service (Remote Dictionary Server);
an encapsulating module 403, configured to encapsulate the index message list according to the service data;
a pushing module 404, configured to push the encapsulated index message list, where pushing the encapsulated index message list may include at least pushing a number of messages and/or pushing a content of the message.
A separation module 405, configured to perform message separation by distinguishing different applications and different types of messages to be pushed, for example, distinguishing different types of Content such as PGC (professional-generated Content), UGC (User-generated Content), and OGC (professional-generated Content);
an expanding module 406, configured to perform message expansion by expanding at least one action into a plurality of messages to be pushed, for example, a reply to a comment is replied, and a message is sent to a comment author and a reply author of the comment;
a sorting module 407, configured to perform importance degree judgment on the message to be pushed to perform sorting when writing the access terminal, and adjust sorting in the index message list according to the importance degree of the message to be pushed, where the judgment on the importance degree is performed, for example, through authentication information, concern relationship, address list relationship, and the like;
an aggregation module 408, configured to aggregate messages of the same type in the index message list, for example, merge messages of the same type generated on the same content in Redis first;
a service data obtaining module 409, configured to obtain service data of a message to be pushed, where the service data includes, for example, data such as a message type, a message field, and a message style;
the traversal module 410 is configured to traverse the index message list to perform resource registration on the message to be pushed, and traverse the index message list to perform classification and encapsulation according to the service data, where resource registration refers to, for example, determining corresponding content or service data of the message to be pushed.
It should be understood that although each block in the block diagrams of the figures may represent a module, a portion of which comprises one or more executable instructions for implementing the specified logical function(s), the blocks are not necessarily executed sequentially. Each module and functional unit in the device embodiments in the present disclosure may be integrated into one processing module, or each unit may exist alone physically, or two or more modules or functional units are integrated into one module. The integrated modules can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium. The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc.
[ message Notification apparatus ]
In order to solve the technical problem, an embodiment of the present disclosure further provides an electronic device. Referring now to fig. 5, a schematic diagram of an electronic device (e.g., the terminal device or the server in fig. 1) 500 suitable for implementing embodiments of the present disclosure is shown. The terminal device in the embodiments of the present disclosure may include, but is not limited to, a mobile terminal such as a mobile phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD (tablet computer), a PMP (portable multimedia player), a vehicle terminal (e.g., a car navigation terminal), and the like, and a stationary terminal such as a digital TV, a desktop computer, and the like. The electronic device shown in fig. 5 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 5, electronic device 500 may include a processing means (e.g., central processing unit, graphics processor, etc.) 501 that may perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)502 or a program loaded from a storage means 506 into a Random Access Memory (RAM) 503. In the RAM503, various programs and data necessary for the operation of the electronic apparatus 500 are also stored. The processing device 501, the ROM502, and the RAM503 are connected to each other through a bus 504. An input/output (I/O) interface 505 is also connected to bus 504.
Generally, the following devices may be connected to the I/O interface 505: input devices 506 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; output devices 507 including, for example, a Liquid Crystal Display (LCD), speakers, vibrators, and the like; storage devices 506 including, for example, magnetic tape, hard disk, etc.; and a communication device 509. The communication means 509 may allow the electronic device 500 to communicate with other devices wirelessly or by wire to exchange data. While fig. 5 illustrates an electronic device 500 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program carried on a non-transitory computer readable medium, the computer program containing program code for performing the method illustrated by the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication means 509, or installed from the storage means 506, or installed from the ROM 502. The computer program performs the above-described functions defined in the methods of the embodiments of the present disclosure when executed by the processing device 501.
It should be noted that the computer readable medium in the present disclosure can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the present disclosure, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
In some embodiments, the clients, servers may communicate using any currently known or future developed network protocol, such as HTTP (hypertext transfer protocol), and may interconnect with any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the Internet (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed network.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: acquiring at least two internet protocol addresses; sending a node evaluation request comprising the at least two internet protocol addresses to node evaluation equipment, wherein the node evaluation equipment selects the internet protocol addresses from the at least two internet protocol addresses and returns the internet protocol addresses; receiving an internet protocol address returned by the node evaluation equipment; wherein the obtained internet protocol address indicates an edge node in the content distribution network.
Alternatively, the computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: receiving a node evaluation request comprising at least two internet protocol addresses; selecting an internet protocol address from the at least two internet protocol addresses; returning the selected internet protocol address; wherein the received internet protocol address indicates an edge node in the content distribution network.
Computer program code for carrying out operations for the present disclosure may be written in any combination of one or more programming languages, including but not limited to an object oriented programming language such as Java, Smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present disclosure may be implemented by software or hardware. Where the name of a unit does not in some cases constitute a limitation of the unit itself, for example, the first retrieving unit may also be described as a "unit for retrieving at least two internet protocol addresses".
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
According to one or more embodiments of the present disclosure, there is provided a message notification method, including:
writing and accessing a message to be pushed into a system of the terminal;
storing the write-accessed message to be pushed and establishing an index message list;
packaging the index message list according to service data;
and pushing the encapsulated index message list.
According to one or more embodiments of the present disclosure, there is provided a message notification method characterized in that,
the system for writing and accessing the message to be pushed to the terminal at least comprises one of the following steps,
separating the messages to be pushed by distinguishing different applications and different types of the messages to be pushed;
expanding at least one action into a plurality of messages to be pushed to perform message expansion;
and judging the importance degree of the message to be pushed so as to carry out sequencing when the message is written into the terminal.
According to one or more embodiments of the present disclosure, there is provided a message notification method characterized in that,
the storing of the write-accessed messages to be pushed and the establishment of the index message list at least comprises one of the following steps,
storing the message main body content to be pushed written and accessed in a database;
establishing the index message list for the id of each message to be pushed;
aggregating the messages of the same class in the index message list;
and adjusting the sorting in the index message list according to the importance degree of the message to be pushed.
According to one or more embodiments of the present disclosure, there is provided a message notification method characterized in that,
the encapsulating the index message list includes at least one of the following steps,
traversing the index message list to register resources for the message to be pushed;
acquiring service data of the message to be pushed registered by the resource;
and traversing the index message list to perform classified encapsulation according to the service data.
According to one or more embodiments of the present disclosure, there is provided a message notification method characterized in that,
the pushing of the encapsulated index message list at least comprises message quantity pushing and/or message content pushing.
According to one or more embodiments of the present disclosure, there is provided a message notification apparatus including:
the write access module is used for writing and accessing the message to be pushed into a system of the terminal;
the storage index module is used for storing the write-accessed message to be pushed and establishing an index message list;
the encapsulation module is used for encapsulating the index message list according to service data;
and the pushing module is used for pushing the encapsulated index message list.
According to one or more embodiments of the present disclosure, there is provided a message notification apparatus, characterized in that,
the separation module is used for separating the messages to be pushed by distinguishing different applications and different types of the messages to be pushed;
the expansion module is used for expanding at least one action into a plurality of messages to be pushed to perform message expansion;
the sorting module is used for judging the importance degree of the message to be pushed so as to sort the message when the message is accessed to the terminal and adjusting the sorting in the index message list according to the importance degree of the message to be pushed;
and the aggregation module is used for aggregating the messages of the same class in the index message list.
According to one or more embodiments of the present disclosure, there is provided a message notification apparatus, including a service data obtaining module, configured to obtain service data of a message to be pushed, which is registered by a resource;
and the traversing module is used for traversing the index message list to register the resource of the message to be pushed and traversing the index message list to carry out classification and encapsulation according to the service data.
According to one or more embodiments of the present disclosure, there is provided a computer device comprising a memory having stored therein a computer program and a processor implementing the method according to any one of the above when the computer program is executed by the processor.
According to one or more embodiments of the present disclosure, a computer-readable storage medium is provided, characterized in that a computer program is stored thereon, which, when being executed by a processor, implements the method according to any one of the above.
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the disclosure herein is not limited to the particular combination of features described above, but also encompasses other embodiments in which any combination of the features described above or their equivalents does not depart from the spirit of the disclosure. For example, the above features and (but not limited to) the features disclosed in this disclosure having similar functions are replaced with each other to form the technical solution.
Further, while operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. Under certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limitations on the scope of the disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.

Claims (10)

1. A message notification method is applied to a terminal, and is characterized by comprising the following steps:
writing and accessing a message to be pushed into a system of the terminal;
storing the write-accessed message to be pushed and establishing an index message list;
packaging the index message list according to service data;
and pushing the encapsulated index message list.
2. The message notification method as claimed in claim 1,
the system for writing and accessing the message to be pushed to the terminal at least comprises one of the following steps,
separating the messages to be pushed by distinguishing different applications and different types of the messages to be pushed;
expanding at least one action into a plurality of messages to be pushed to perform message expansion;
and judging the importance degree of the message to be pushed so as to carry out sequencing when the message is written into the terminal.
3. The message notification method as claimed in claim 1,
the storing of the write-accessed messages to be pushed and the establishment of the index message list at least comprises one of the following steps,
storing the message main body content to be pushed written and accessed in a database;
establishing the index message list for the id of each message to be pushed;
aggregating the messages of the same class in the index message list;
and adjusting the sorting in the index message list according to the importance degree of the message to be pushed.
4. The message notification method as claimed in claim 1,
the encapsulating the index message list includes at least one of the following steps,
traversing the index message list to register resources for the message to be pushed;
acquiring service data of the message to be pushed registered by the resource;
and traversing the index message list to perform classified encapsulation according to the service data.
5. The message notification method as claimed in claim 1,
the pushing of the encapsulated index message list at least comprises message quantity pushing and/or message content pushing.
6. A message notification apparatus, comprising:
the write access module is used for writing and accessing the message to be pushed into a system of the terminal;
the storage index module is used for storing the write-accessed message to be pushed and establishing an index message list;
the encapsulation module is used for encapsulating the index message list according to service data;
and the pushing module is used for pushing the encapsulated index message list.
7. The message notification apparatus according to claim 6, further comprising,
the separation module is used for separating the messages to be pushed by distinguishing different applications and different types of the messages to be pushed;
the expansion module is used for expanding at least one action into a plurality of messages to be pushed to perform message expansion;
the sorting module is used for judging the importance degree of the message to be pushed so as to sort the message when the message is accessed to the terminal and adjusting the sorting in the index message list according to the importance degree of the message to be pushed;
and the aggregation module is used for aggregating the messages of the same class in the index message list.
8. The message notification apparatus according to claim 6, further comprising,
a service data acquisition module, configured to acquire service data of the message to be pushed, where the service data is registered by a resource;
and the traversing module is used for traversing the index message list to register the resource of the message to be pushed and traversing the index message list to carry out classification and encapsulation according to the service data.
9. A computer device comprising a memory having stored therein a computer program and a processor implementing the method of any of claims 1-5 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the method according to any one of claims 1-5.
CN202010378426.6A 2020-05-07 2020-05-07 Message notification method, device, equipment and storage medium Pending CN111585871A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010378426.6A CN111585871A (en) 2020-05-07 2020-05-07 Message notification method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010378426.6A CN111585871A (en) 2020-05-07 2020-05-07 Message notification method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111585871A true CN111585871A (en) 2020-08-25

Family

ID=72112066

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010378426.6A Pending CN111585871A (en) 2020-05-07 2020-05-07 Message notification method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111585871A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112653745A (en) * 2020-12-16 2021-04-13 中国建设银行股份有限公司 Configurable message pushing method and device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120210334A1 (en) * 2011-02-11 2012-08-16 Research In Motion Limited Communication device and method for coherent updating of collated message listings
CN105426189A (en) * 2015-11-13 2016-03-23 科大讯飞股份有限公司 Notification bar combining method and system
CN106131134A (en) * 2016-06-24 2016-11-16 武汉斗鱼网络科技有限公司 A kind of message content merges De-weight method and system
CN106372204A (en) * 2016-08-31 2017-02-01 北京小米移动软件有限公司 Push message processing method and device
CN107368518A (en) * 2017-06-05 2017-11-21 努比亚技术有限公司 The management method and terminal of a kind of notification message, computer-readable recording medium
CN108093123A (en) * 2017-10-30 2018-05-29 努比亚技术有限公司 A kind of message informing processing method, terminal and computer readable storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120210334A1 (en) * 2011-02-11 2012-08-16 Research In Motion Limited Communication device and method for coherent updating of collated message listings
CN105426189A (en) * 2015-11-13 2016-03-23 科大讯飞股份有限公司 Notification bar combining method and system
CN106131134A (en) * 2016-06-24 2016-11-16 武汉斗鱼网络科技有限公司 A kind of message content merges De-weight method and system
CN106372204A (en) * 2016-08-31 2017-02-01 北京小米移动软件有限公司 Push message processing method and device
CN107368518A (en) * 2017-06-05 2017-11-21 努比亚技术有限公司 The management method and terminal of a kind of notification message, computer-readable recording medium
CN108093123A (en) * 2017-10-30 2018-05-29 努比亚技术有限公司 A kind of message informing processing method, terminal and computer readable storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112653745A (en) * 2020-12-16 2021-04-13 中国建设银行股份有限公司 Configurable message pushing method and device

Similar Documents

Publication Publication Date Title
CN110633126B (en) Information display method and device and electronic equipment
CN109074393A (en) The context-aware of calendar event is seen clearly
CN110716684B (en) User interface display method and device, electronic equipment and machine-readable storage medium
CN110781373B (en) List updating method and device, readable medium and electronic equipment
CN110658961A (en) Information display method and device and electronic equipment
US20180113753A1 (en) Techniques to share application data through a messaging system
CN112379982B (en) Task processing method, device, electronic equipment and computer readable storage medium
CN111966950B (en) Log sending method and device, electronic equipment and computer readable medium
CN111309496A (en) Method, system, device, equipment and storage medium for realizing delay task
CN111585871A (en) Message notification method, device, equipment and storage medium
CN111797353A (en) Information pushing method and device and electronic equipment
CN115379245B (en) Information display method and device and electronic equipment
CN110568976B (en) Method, device, equipment and storage medium for controlling application display
CN112395109B (en) Clipboard content processing method and device
CN110837560B (en) Label mining method, device, equipment and storage medium
CN111309417A (en) Data display method and device in application program, electronic equipment and readable medium
CN112311842A (en) Method and device for information interaction
CN111787043A (en) Data request method and device
CN110752958A (en) User behavior analysis method, device, equipment and storage medium
CN110708425A (en) Message display method and device and electronic equipment
CN111597439A (en) Information processing method and device and electronic equipment
CN112311840A (en) Multi-terminal data synchronization method, device, equipment and medium
CN110727882A (en) Information presentation method, electronic device and computer readable medium
CN115314456B (en) Interaction method and device and electronic equipment
CN111625707B (en) Recommendation response method, device, medium and equipment

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20230426

Address after: Room 802, Information Building, 13 Linyin North Street, Pinggu District, Beijing, 101299

Applicant after: Beijing youzhuju Network Technology Co.,Ltd.

Address before: No. 715, 7th floor, building 3, 52 Zhongguancun South Street, Haidian District, Beijing 100081

Applicant before: Beijing infinite light field technology Co.,Ltd.

RJ01 Rejection of invention patent application after publication

Application publication date: 20200825