CN112965835A - Method and terminal for efficiently displaying offline message - Google Patents

Method and terminal for efficiently displaying offline message Download PDF

Info

Publication number
CN112965835A
CN112965835A CN202110234774.0A CN202110234774A CN112965835A CN 112965835 A CN112965835 A CN 112965835A CN 202110234774 A CN202110234774 A CN 202110234774A CN 112965835 A CN112965835 A CN 112965835A
Authority
CN
China
Prior art keywords
offline message
offline
message
record
latest
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.)
Withdrawn
Application number
CN202110234774.0A
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.)
Fujian Tianquan Educational Technology Ltd
Original Assignee
Fujian Tianquan Educational Technology 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 Fujian Tianquan Educational Technology Ltd filed Critical Fujian Tianquan Educational Technology Ltd
Priority to CN202110234774.0A priority Critical patent/CN112965835A/en
Publication of CN112965835A publication Critical patent/CN112965835A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2372Updates performed during offline database operations

Landscapes

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

Abstract

The invention discloses a method and a terminal for displaying offline messages with high efficiency, wherein an offline message quantity recording table is added, the offline message quantity recording table comprises the quantity of the offline messages and the latest offline message recorded information, and the method is different from the existing method of pulling each offline message in the offline message recording table for counting by directly displaying the quantity of the offline messages and the latest offline message recorded information according to the offline message quantity recording table when a request for acquiring the offline messages is received each time.

Description

Method and terminal for efficiently displaying offline message
The application is a divisional application with a parent application named as 'a method and terminal for displaying offline messages' with an application number of 201910096784.5 and an application date of 2019, 1 and 31.
Technical Field
The invention relates to the technical field of offline messages, in particular to a method and a terminal for efficiently displaying offline messages.
Background
The existing system or APP has a message pushing function, the number of clients of the general APP system can reach hundreds of thousands to millions, each client needs to keep a long connection with the server, and hundreds of thousands to millions of long connections are connected to the server. Meanwhile, the APP with the established long connection needs to send heartbeat packets to the server at regular intervals, so that the server can confirm whether the APP equipment is disconnected.
Under the condition that hundreds of thousands to millions of long connections are connected to the server, great pressure is brought to the server, and due to the fact that the network condition of the mobile phone client is unstable, the problems of network disconnection, network access, network switching and the like often occur, and the two conditions of online pushing and offline pushing of the pushed messages are caused. When the network is stable, the connection channel is successfully established, the mobile phone client can perform online pushing of messages, when the network is interrupted or under other conditions, the connection channel is not successfully established, the mobile phone client is not online, the server stores offline messages, and the offline messages are sent only when the client is online again.
In the conventional system, the quantity and details of the offline messages are generally obtained by setting an offline message record table for recording the offline messages of each offline user in the server, and recording the offline messages in a manner that one offline message corresponds to one record. When a client obtains offline messages online, the offline messages corresponding to the client are obtained through paging, the client or a server performs statistics on the number of the offline messages, and after all the offline messages are obtained and counted, related display is performed on a client interface.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: the method and the terminal for displaying the offline message with high efficiency are provided, the offline message can be displayed quickly, and the user experience is improved.
In order to solve the technical problems, the invention adopts a technical scheme that:
an efficient method for displaying offline messages, comprising the steps of:
s1, adding a new offline message quantity recording table, wherein the offline message quantity recording table comprises the offline message quantity and the latest offline message recorded information;
s2, receiving a request for obtaining the offline message, and displaying the offline message quantity and the latest offline message record according to the offline message quantity record table.
In order to solve the technical problem, the invention adopts another technical scheme as follows:
an efficient terminal for displaying offline messages, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the following steps when executing the computer program:
s1, adding a new offline message quantity recording table, wherein the offline message quantity recording table comprises the offline message quantity and the latest offline message recorded information;
s2, receiving a request for obtaining the offline message, and displaying the offline message quantity and the latest offline message record according to the offline message quantity record table.
The invention has the beneficial effects that: by adding an off-line message quantity recording table which comprises the off-line message quantity and the latest off-line message record information, when a request for acquiring the off-line message is received each time, the off-line message quantity and the latest off-line message record are directly displayed according to the off-line message quantity recording table, which is different from the existing mode of pulling each off-line message in the off-line message recording table for counting.
Drawings
FIG. 1 is a flowchart illustrating steps of a method for efficiently displaying offline messages according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a terminal for efficiently displaying an offline message according to an embodiment of the present invention;
description of reference numerals:
1. a terminal for displaying offline messages with high efficiency; 2. a memory; 3. a processor.
Detailed Description
In order to explain technical contents, achieved objects, and effects of the present invention in detail, the following description is made with reference to the accompanying drawings in combination with the embodiments.
The most key idea of the invention is that an off-line message quantity recording table is newly added, and the off-line message quantity and the latest off-line message record are directly displayed according to the off-line message quantity recording table when a request for acquiring the off-line message is received each time.
Referring to fig. 1, an efficient method for displaying an offline message includes the steps of:
s1, adding a new offline message quantity recording table, wherein the offline message quantity recording table comprises the offline message quantity and the latest offline message recorded information;
s2, receiving a request for obtaining the offline message, and displaying the offline message quantity and the latest offline message record according to the offline message quantity record table.
From the above description, the beneficial effects of the present invention are: by adding an off-line message quantity recording table which comprises the off-line message quantity and the latest off-line message record information, when a request for acquiring the off-line message is received each time, the off-line message quantity and the latest off-line message record are directly displayed according to the off-line message quantity recording table, which is different from the existing mode of pulling each off-line message in the off-line message recording table for counting.
Further, the offline message number record table further includes the type of the offline message, and the information of the latest offline message record includes the identifier of the latest offline message record;
the steps S1 and S2 include:
and each time a new offline message is generated, acquiring the type of the new offline message, adding one to the offline message number of the corresponding type in the offline message number record table according to the type of the new offline message, and taking the identifier of the new offline message as the identifier of the corresponding latest offline message record.
As can be seen from the above description, when a new offline message is generated, the offline message number record table is updated according to the type of the new offline message, and when an offline message acquisition request is subsequently received, a return message can be quickly responded through the offline message number record table, and the latest offline message number and the information recorded by the offline message can be displayed in real time, so that timeliness and user experience are improved.
Further, before adding one to the quantity of the offline messages of the corresponding type in the offline message quantity record table according to the type of the new offline message, the method further includes:
adding the new offline message to an offline message record table according to the type of the new offline message;
the step S2 is followed by the step of:
s3, judging whether a request for acquiring the offline message detail of the specified type is received or not, if so, calling an interface for acquiring the offline message record table of the specified type, and acquiring and displaying the offline message detail of the specified type;
if not, calling an interface for acquiring all offline message details through an asynchronous thread, acquiring all offline message records according to the generation time sequence of the offline message records, and locally updating according to all offline message records.
As can be seen from the above description, after the quantity of the offline messages and the information recorded by the latest offline messages are displayed, the offline messages are loaded according to the operation of the user, if a request for obtaining the details of the offline messages of the specified type is received, the offline messages of the specified type only need to be pulled and displayed, if the offline messages of the specified type are not received, all the offline messages are obtained through the asynchronous thread, the corresponding offline messages can be pulled according to the specific operation, the resources are saved, the efficiency is improved, the response speed can be increased through the asynchronous thread operation without affecting the existing service, the obtained offline messages are stored locally, and the offline messages can be directly viewed and used by the user.
Further, the step S2 of displaying the quantity of the offline messages and the latest offline message record according to the offline message quantity record table specifically includes:
calling an interface for acquiring the quantity of the offline messages, inquiring the offline message quantity record table, and acquiring the quantity of each type of offline messages and the identification of the latest offline message record corresponding to each type;
acquiring the details of the latest offline message record from the offline message record table according to the identifier of the latest offline message record;
and showing the number of each type of offline message and the detail of the corresponding latest offline message record.
As can be seen from the above description, by obtaining the identifier of the latest offline message record and obtaining the detail of the corresponding latest offline message record from the offline message record table, the identifier of the latest offline message record can be recorded only in the offline message quantity record table, so that the resource occupation of the offline message quantity record table is reduced, the fast response is realized at the minimum cost, and the speed of displaying the offline message is increased.
Further, the step S3 further includes:
and judging whether the offline message detail acquisition is successful, if so, deleting the corresponding offline message record from the offline message record table, and updating the offline message quantity record table according to the deletion result.
According to the above description, the successfully acquired offline message records are deleted, and the offline message quantity record table is updated, so that useless records can be cleaned in time, the resource occupation is reduced, the offline message quantity record table is updated in time, and the accuracy of the offline message quantity record table is ensured.
Referring to fig. 2, an efficient terminal for displaying offline messages includes a memory, a processor, and a computer program stored in the memory and running on the processor, wherein the processor implements the following steps when executing the computer program:
s1, adding a new offline message quantity recording table, wherein the offline message quantity recording table comprises the offline message quantity and the latest offline message recorded information;
s2, receiving a request for obtaining the offline message, and displaying the offline message quantity and the latest offline message record according to the offline message quantity record table.
From the above description, the beneficial effects of the present invention are: by adding an off-line message quantity recording table which comprises the off-line message quantity and the latest off-line message record information, when a request for acquiring the off-line message is received each time, the off-line message quantity and the latest off-line message record are directly displayed according to the off-line message quantity recording table, which is different from the existing mode of pulling each off-line message in the off-line message recording table for counting.
Further, the offline message number record table further includes the type of the offline message, and the information of the latest offline message record includes the identifier of the latest offline message record;
the steps S1 and S2 include:
and each time a new offline message is generated, acquiring the type of the new offline message, adding one to the offline message number of the corresponding type in the offline message number record table according to the type of the new offline message, and taking the identifier of the new offline message as the identifier of the corresponding latest offline message record.
As can be seen from the above description, when a new offline message is generated, the offline message number record table is updated according to the type of the new offline message, and when an offline message acquisition request is subsequently received, a return message can be quickly responded through the offline message number record table, and the latest offline message number and the information recorded by the offline message can be displayed in real time, so that timeliness and user experience are improved.
Further, before adding one to the quantity of the offline messages of the corresponding type in the offline message quantity record table according to the type of the new offline message, the method further includes:
adding the new offline message to an offline message record table according to the type of the new offline message;
the step S2 is followed by the step of:
s3, judging whether a request for acquiring the offline message detail of the specified type is received or not, if so, calling an interface for acquiring the offline message record table of the specified type, and acquiring and displaying the offline message detail of the specified type;
if not, calling an interface for acquiring all offline message details through an asynchronous thread, acquiring all offline message records according to the generation time sequence of the offline message records, and locally updating according to all offline message records.
As can be seen from the above description, after the quantity of the offline messages and the information recorded by the latest offline messages are displayed, the offline messages are loaded according to the operation of the user, if a request for obtaining the details of the offline messages of the specified type is received, the offline messages of the specified type only need to be pulled and displayed, if the offline messages of the specified type are not received, all the offline messages are obtained through the asynchronous thread, the corresponding offline messages can be pulled according to the specific operation, the resources are saved, the efficiency is improved, the response speed can be increased through the asynchronous thread operation without affecting the existing service, the obtained offline messages are stored locally, and the offline messages can be directly viewed and used by the user.
Further, the step S2 of displaying the quantity of the offline messages and the latest offline message record according to the offline message quantity record table specifically includes:
calling an interface for acquiring the quantity of the offline messages, inquiring the offline message quantity record table, and acquiring the quantity of each type of offline messages and the identification of the latest offline message record corresponding to each type;
acquiring the details of the latest offline message record from the offline message record table according to the identifier of the latest offline message record;
and showing the number of each type of offline message and the detail of the corresponding latest offline message record.
As can be seen from the above description, by obtaining the identifier of the latest offline message record and obtaining the detail of the corresponding latest offline message record from the offline message record table, the identifier of the latest offline message record can be recorded only in the offline message quantity record table, so that the resource occupation of the offline message quantity record table is reduced, the fast response is realized at the minimum cost, and the speed of displaying the offline message is increased.
Further, the step S3 further includes:
and judging whether the offline message detail acquisition is successful, if so, deleting the corresponding offline message record from the offline message record table, and updating the offline message quantity record table according to the deletion result.
According to the above description, the successfully acquired offline message records are deleted, and the offline message quantity record table is updated, so that useless records can be cleaned in time, the resource occupation is reduced, the offline message quantity record table is updated in time, and the accuracy of the offline message quantity record table is ensured.
Example one
Referring to fig. 1, an efficient method for displaying an offline message includes the steps of:
s1, adding a new offline message quantity recording table, wherein the offline message quantity recording table comprises the offline message quantity and the latest offline message recorded information;
the offline message quantity recording table also comprises a user ID, an application ID and the type of the offline message;
the information of the latest offline message record in the offline message quantity record table comprises the identifier of the latest offline message record;
specifically, the field format of the offline message quantity record table is as follows:
user _ ID User ID
app _ id: application ID
msg _ type offline message type
count: number of messages offline
last _ msg _ id: message ID of latest one offline message
The user ID and the application ID can be used as a unique identifier to correspond to the offline message of a specific user on a specific application; the offline message type can be defined according to specific services, such as chat messages, system messages and the like, and a plurality of different types can be defined in the same application;
the identifier of the latest offline message record is the message ID of the latest offline message;
when the number of users is small, the offline message related data of each user in the same application can be recorded by adding one offline message number recording table, and when the number of users is large, a plurality of offline message number recording tables can be added for recording;
every time a new offline message is generated, acquiring the type of the new offline message;
adding the new offline message to an offline message record table according to the type of the new offline message;
the off-line message record table is positioned at the server side, is a table different from the off-line message quantity record table, and is used for recording the off-line message details of each off-line user, one off-line message corresponds to one record, and each record comprises a message ID, a user ID, an application ID, an off-line message type, generation time and specific off-line message content corresponding to the off-line message;
adding one to the quantity of the offline messages of the corresponding type in the offline message quantity recording table according to the type of the new offline message, and taking the identifier of the new offline message as the identifier of the corresponding latest offline message record;
when the client is on line, the client enters an offline message display interface and sends a request for acquiring an offline message;
and S2, receiving a request for obtaining the offline message, and displaying the offline message quantity and the information of the latest offline message record according to the offline message quantity record table.
Specifically, an interface for acquiring the quantity of the offline messages is called, the offline message quantity record table is inquired, and the quantity of each type of offline messages and the identification of the latest offline message record corresponding to each type are acquired;
acquiring a detail of a corresponding latest offline message record from the offline message record table according to the identifier of the latest offline message record, namely the message ID of the latest offline message record;
displaying the quantity of each type of offline messages and the corresponding detail of the latest offline message record;
specifically, the displaying of the details of the latest offline message record includes displaying the type and the generation time of the latest offline message record and specific offline message content;
s3, calling an interface for acquiring all offline message details in the background through an asynchronous thread, or acquiring all offline message details by sending an acquisition command under the condition of long connection, acquiring all offline message records according to the sequence of the offline message record generation time, performing local updating according to all offline message records, and displaying the offline message details according to the sequence of the offline message record generation time and the maximum display number of a display page;
specifically, the type, the generation time and the specific offline message content of the offline message are displayed;
and judging whether the offline message detail acquisition is successful, if so, deleting the corresponding offline message record from the offline message record table, and updating the offline message quantity record table according to the deletion result.
For example, if the details of n offline messages are successfully obtained, deleting the n successfully obtained offline message records from the offline message record table, and subtracting n from the number of the offline messages in the offline message number record table; and judging whether the latest offline message record in the current offline message record table is changed, if so, acquiring the message ID of the latest offline message record in the offline message record table as the identifier of the latest offline message record in the offline message quantity record table.
Example two
The difference between the present embodiment and the first embodiment is that step S3 of the present embodiment is:
s3, judging whether a request for acquiring the offline message detail of the specified type is received or not, if so, calling an interface for acquiring the offline message record table of the specified type, and acquiring and displaying the offline message detail of the specified type;
specifically, the type, the generation time and the specific offline message content of the offline message of the specified type are shown;
if not, calling an interface for acquiring all offline message details in a background through an asynchronous thread, or acquiring all offline message details by sending an acquisition command under the condition of long connection, acquiring all offline message records according to the sequence of the offline message record generation time, and locally updating according to all offline message records, wherein the offline messages stored locally can be directly checked or used by a user.
For example, in a home page presentation information interface of a chat APP, after a user changes from an offline state to an online state, the number of offline messages and the latest offline message are obtained in advance through an offline message number record table for presentation, when the user clicks the offline message of a specific type, only the offline message record details of a specified type are obtained, and if the user does not click the offline message of the specific type, all types of offline message details are pulled by a background asynchronous thread for local update.
EXAMPLE III
Referring to fig. 2, an efficient terminal 1 for displaying offline messages includes a memory 2, a processor 3, and a computer program stored in the memory 2 and running on the processor 3, where the processor 3 implements the steps in the first embodiment when executing the computer program.
Example four
Referring to fig. 2, an efficient terminal 1 for displaying offline messages includes a memory 2, a processor 3, and a computer program stored in the memory 2 and running on the processor 3, wherein the processor 3 implements the steps of the second embodiment when executing the computer program.
In summary, the method and the terminal for displaying offline messages with high efficiency provided by the present invention, by adding an offline message quantity record table, where the offline message quantity record table includes the quantity of offline messages and the latest information of offline message records, directly display the quantity of offline messages and the latest offline message records according to the offline message quantity record table each time a request for acquiring offline messages is received, and further, if a request for acquiring offline message details of a specified type is received, call the interface for acquiring the offline message record table of the specified type to acquire and display the offline message details of the specified type, otherwise, call the interface for acquiring all offline message details through an asynchronous thread, acquire all offline message records according to the sequence of the offline message record generation time to perform local update, which is different from the existing way of pulling each offline message in the offline message record table to perform statistics, the invention can directly acquire the quantity of the off-line messages and the information recorded by the latest off-line messages according to the off-line message quantity recording table for displaying, can quickly display the off-line messages, reduce the operation time, pull the corresponding off-line messages according to the specific operation, save the resources and improve the efficiency, can accelerate the response speed under the condition of not influencing the existing service by asynchronous thread operation, store the acquired off-line messages locally, can be directly checked and used by users, and improve the efficiency and the user experience.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all equivalent changes made by using the contents of the present specification and the drawings, or applied directly or indirectly to the related technical fields, are included in the scope of the present invention.

Claims (8)

1. An efficient method for displaying offline messages, comprising the steps of:
s1, adding a new offline message quantity recording table, wherein the offline message quantity recording table comprises the offline message quantity and the latest offline message recorded information;
s2, receiving a request for obtaining the offline message, and displaying the offline message quantity and the latest offline message record according to the offline message quantity record table;
the off-line message quantity record table also comprises the type of the off-line message;
the steps S1 and S2 include:
every time a new offline message is generated, acquiring the type of the new offline message, and adding the new offline message into an offline message record table according to the type of the new offline message;
the step S2 is followed by the step of:
s3, judging whether a request for acquiring the offline message detail of the specified type is received or not, if so, calling an interface for acquiring the offline message record table of the specified type, and acquiring and displaying the offline message detail of the specified type;
if not, calling an interface for acquiring all offline message details in the background through an asynchronous thread, or acquiring all offline message details by sending an acquisition command under the condition of long connection, acquiring all offline message records according to the sequence of the offline message record generation time, and locally updating according to all offline message records.
2. The method of claim 1, wherein the information of the latest offline message record comprises an identifier of the latest offline message record;
after the new offline message is added to the offline message record table, the method includes:
and adding one to the quantity of the offline messages of the corresponding type in the offline message quantity record table according to the type of the new offline message, and taking the identifier of the new offline message as the identifier of the corresponding latest offline message record.
3. The method as claimed in claim 2, wherein the step S2 of displaying the quantity of offline messages and the latest offline message record according to the offline message quantity record table specifically includes:
calling an interface for acquiring the quantity of the offline messages, inquiring the offline message quantity record table, and acquiring the quantity of each type of offline messages and the identification of the latest offline message record corresponding to each type;
acquiring the details of the latest offline message record from the offline message record table according to the identifier of the latest offline message record;
and showing the number of each type of offline message and the detail of the corresponding latest offline message record.
4. The method of claim 3, wherein the step S3 further comprises:
and judging whether the offline message detail acquisition is successful, if so, deleting the corresponding offline message record from the offline message record table, and updating the offline message quantity record table according to the deletion result.
5. An efficient terminal for displaying offline messages, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor executes the computer program to perform the steps of:
s1, adding a new offline message quantity recording table, wherein the offline message quantity recording table comprises the offline message quantity and the latest offline message recorded information;
s2, receiving a request for obtaining the offline message, and displaying the offline message quantity and the latest offline message record according to the offline message quantity record table;
the off-line message quantity record table also comprises the type of the off-line message;
the steps S1 and S2 include:
every time a new offline message is generated, acquiring the type of the new offline message, and adding the new offline message into an offline message record table according to the type of the new offline message;
the step S2 is followed by the step of:
s3, judging whether a request for acquiring the offline message detail of the specified type is received or not, if so, calling an interface for acquiring the offline message record table of the specified type, and acquiring and displaying the offline message detail of the specified type;
if not, calling an interface for acquiring all offline message details in the background through an asynchronous thread, or acquiring all offline message details by sending an acquisition command under the condition of long connection, acquiring all offline message records according to the sequence of the offline message record generation time, and locally updating according to all offline message records.
6. The terminal with high efficiency for displaying offline messages as claimed in claim 5, wherein said information of the latest offline message record comprises an identifier of the latest offline message record;
after the new offline message is added to the offline message record table, the method includes:
and adding one to the quantity of the offline messages of the corresponding type in the offline message quantity record table according to the type of the new offline message, and taking the identifier of the new offline message as the identifier of the corresponding latest offline message record.
7. The terminal of claim 6, wherein the step S2 of displaying the quantity of offline messages and the latest offline message record according to the offline message quantity record table specifically includes:
calling an interface for acquiring the quantity of the offline messages, inquiring the offline message quantity record table, and acquiring the quantity of each type of offline messages and the identification of the latest offline message record corresponding to each type;
acquiring the details of the latest offline message record from the offline message record table according to the identifier of the latest offline message record;
and showing the number of each type of offline message and the detail of the corresponding latest offline message record.
8. The efficient terminal for displaying offline messages as claimed in claim 7, wherein said step S3 further comprises:
and judging whether the offline message detail acquisition is successful, if so, deleting the corresponding offline message record from the offline message record table, and updating the offline message quantity record table according to the deletion result.
CN202110234774.0A 2019-01-31 2019-01-31 Method and terminal for efficiently displaying offline message Withdrawn CN112965835A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110234774.0A CN112965835A (en) 2019-01-31 2019-01-31 Method and terminal for efficiently displaying offline message

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910096784.5A CN109918210B (en) 2019-01-31 2019-01-31 Method and terminal for displaying offline message
CN202110234774.0A CN112965835A (en) 2019-01-31 2019-01-31 Method and terminal for efficiently displaying offline message

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
CN201910096784.5A Division CN109918210B (en) 2019-01-31 2019-01-31 Method and terminal for displaying offline message

Publications (1)

Publication Number Publication Date
CN112965835A true CN112965835A (en) 2021-06-15

Family

ID=66961263

Family Applications (3)

Application Number Title Priority Date Filing Date
CN202110234770.2A Withdrawn CN112965834A (en) 2019-01-31 2019-01-31 Method and terminal for rapidly displaying offline message
CN202110234774.0A Withdrawn CN112965835A (en) 2019-01-31 2019-01-31 Method and terminal for efficiently displaying offline message
CN201910096784.5A Active CN109918210B (en) 2019-01-31 2019-01-31 Method and terminal for displaying offline message

Family Applications Before (1)

Application Number Title Priority Date Filing Date
CN202110234770.2A Withdrawn CN112965834A (en) 2019-01-31 2019-01-31 Method and terminal for rapidly displaying offline message

Family Applications After (1)

Application Number Title Priority Date Filing Date
CN201910096784.5A Active CN109918210B (en) 2019-01-31 2019-01-31 Method and terminal for displaying offline message

Country Status (1)

Country Link
CN (3) CN112965834A (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112737928B (en) * 2021-01-08 2022-07-15 金现代信息产业股份有限公司 Instant communication message sending method and device
CN115297076B (en) * 2022-08-01 2024-03-19 招商局金融科技有限公司 Offline message pulling method and device, computer equipment and storage medium

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020080158A1 (en) * 2000-11-30 2002-06-27 Storfer Paul D. Offline data collection
CN103051520B (en) * 2013-01-05 2015-11-25 小米科技有限责任公司 The method of synchronous offline session message and device in JICQ
CN103944799B (en) * 2013-01-18 2018-05-01 阿里巴巴集团控股有限公司 Message treatment method and system
CN104184650B (en) * 2013-05-23 2018-07-24 腾讯科技(深圳)有限公司 Dynamic message methods of exhibiting and dynamic message display systems
CN103368828B (en) * 2013-07-05 2016-04-13 小米科技有限责任公司 A kind of message temporary storage and system
CN104836719B (en) * 2014-02-11 2019-01-01 阿里巴巴集团控股有限公司 A kind of synchronous method and system of instant messaging unread message
CN105100062A (en) * 2015-06-25 2015-11-25 走遍世界(北京)信息技术有限公司 Information push method, device and system
CN105827706B (en) * 2016-03-24 2020-11-20 深圳十方融海科技有限公司 Message pushing device and method
CN106484423A (en) * 2016-10-14 2017-03-08 珠海市魅族科技有限公司 A kind of message display method and device
CN108023923A (en) * 2016-11-04 2018-05-11 中兴通讯股份有限公司 The processing method and processing device of deferred information
CN107491246A (en) * 2017-09-09 2017-12-19 程在舒 A kind of residence district method for information display
CN107995100A (en) * 2017-11-30 2018-05-04 北京邮电大学 Unread message methods of exhibiting and device in a kind of WebRTC systems

Also Published As

Publication number Publication date
CN109918210B (en) 2021-03-26
CN112965834A (en) 2021-06-15
CN109918210A (en) 2019-06-21

Similar Documents

Publication Publication Date Title
CN106375458B (en) Service calling system, method and device
TW201830986A (en) Method for withdrawing and modifying instant communication message, instant communication client side and server side
CN113391979A (en) Processing method, equipment and system for monitoring data display and storage medium
CN108390933B (en) Message distribution method, device, server and storage medium
CN110545327B (en) Information pushing method and system
CN109918210B (en) Method and terminal for displaying offline message
CN112689202B (en) Live broadcast room message processing method and device, server and storage medium
CN109446204B (en) Data storage method and device for instant messaging, electronic equipment and medium
CN110602171B (en) Interaction method and device
CN113992460B (en) Message sending method, device, electronic equipment and storage medium
CN110519810B (en) Service relay switching method, terminal equipment, storage medium and device
CN111949719B (en) Method and device for realizing configuration tool of power system and related components
CN115951923B (en) Subscription event management method, display system, device and storage medium
CN113783913A (en) Message pushing management method and device
CN112838980A (en) Message processing method, system, device, electronic equipment and storage medium
US8335795B2 (en) Data storing system and data processing method of informational household appliance
CN114338584B (en) Message withdraw method and message transmission system
CN111132035A (en) Scheduling management method and device in cluster system
CN106549854A (en) A kind of communications records synchronous method, system and user terminal
CN114189502A (en) Information sending method, device, storage medium and equipment
CN113472549A (en) Message sending method and terminal
CN114205320A (en) Message display method and device, electronic equipment and storage medium
CN112217712A (en) Message multi-terminal synchronization method and client
CN111897704A (en) Session log analysis method, electronic device and storage medium
CN113766437B (en) Short message sending method and device

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
WW01 Invention patent application withdrawn after publication

Application publication date: 20210615

WW01 Invention patent application withdrawn after publication