CN109918210B - Method and terminal for displaying offline message - Google Patents

Method and terminal for displaying offline message Download PDF

Info

Publication number
CN109918210B
CN109918210B CN201910096784.5A CN201910096784A CN109918210B CN 109918210 B CN109918210 B CN 109918210B CN 201910096784 A CN201910096784 A CN 201910096784A CN 109918210 B CN109918210 B CN 109918210B
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.)
Active
Application number
CN201910096784.5A
Other languages
Chinese (zh)
Other versions
CN109918210A (en
Inventor
刘德建
林伟
郭玉湖
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 CN202110234770.2A priority Critical patent/CN112965834A/en
Priority to CN201910096784.5A priority patent/CN109918210B/en
Priority to CN202110234774.0A priority patent/CN112965835A/en
Publication of CN109918210A publication Critical patent/CN109918210A/en
Application granted granted Critical
Publication of CN109918210B publication Critical patent/CN109918210B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/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, wherein an offline message quantity recording table is added, the offline message quantity recording table comprises the quantity of offline messages and the latest information recorded by the offline messages, 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 information recorded by the offline messages according to the offline message quantity recording table when a request for acquiring the offline messages is received every time.

Description

Method and terminal for displaying offline message
Technical Field
The present invention relates to the field of offline message technologies, and in particular, to a method and a terminal for displaying an offline message.
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 can quickly display the offline message and improve the user experience.
In order to solve the technical problems, the invention adopts a technical scheme that:
a method of presenting an offline message, 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:
a terminal for presenting 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 displaying offline messages according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a terminal for displaying an offline message according to an embodiment of the present invention;
description of reference numerals:
1. a terminal for displaying an offline message; 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, a 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, a terminal for displaying an offline message includes a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor executes the computer program to implement the following steps:
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, a 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, a 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 first embodiment when executing the computer program.
Example four
Referring to fig. 2, a terminal 1 for displaying an offline message 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 terminal for displaying offline messages provided by the present invention, by adding an offline message quantity record table, where the offline message quantity record table includes information of the quantity of offline messages and the latest offline message record, directly displaying the quantity of offline messages and the latest offline message record 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 an offline message detail of a specified type is received, invoking an interface for acquiring the offline message record table of the specified type to acquire and display the offline message detail of the specified type, otherwise, invoking interfaces for acquiring all offline message details through an asynchronous thread, acquiring all offline message records according to the generation time of the offline message records to perform local update, which is different from the existing way of performing statistics on each offline message in the offline message record table by pulling, 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 (4)

1. A method for presenting an offline message, 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 offline message quantity record table further comprises the type of the offline message, and the information of the latest offline message record comprises the identifier of the latest offline message record;
the steps S1 and S2 include:
every 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;
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 of the offline message records, and locally updating according to all the offline message records;
in step S2, the displaying, according to the offline message number record table, the offline message number and the latest offline message record specifically include:
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.
2. The method of claim 1, 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.
3. A terminal for presenting offline messages, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that 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;
the offline message quantity record table further comprises the type of the offline message, and the information of the latest offline message record comprises the identifier of the latest offline message record;
the steps S1 and S2 include:
every 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;
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 of the offline message records, and locally updating according to all the offline message records;
in step S2, the displaying, according to the offline message number record table, the offline message number and the latest offline message record specifically include:
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 terminal for displaying offline messages, as set forth in claim 3, 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.
CN201910096784.5A 2019-01-31 2019-01-31 Method and terminal for displaying offline message Active CN109918210B (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN202110234770.2A CN112965834A (en) 2019-01-31 2019-01-31 Method and terminal for rapidly displaying offline message
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

Applications Claiming Priority (1)

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

Related Child Applications (2)

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

Publications (2)

Publication Number Publication Date
CN109918210A CN109918210A (en) 2019-06-21
CN109918210B true CN109918210B (en) 2021-03-26

Family

ID=66961263

Family Applications (3)

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

Family Applications Before (2)

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

Country Status (1)

Country Link
CN (3) CN112965835A (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

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103051520A (en) * 2013-01-05 2013-04-17 北京小米科技有限责任公司 Method and device for synchronizing offline session messages in instant messaging tool
CN103368828A (en) * 2013-07-05 2013-10-23 北京小米科技有限责任公司 Message temporary storage method and system
CN103944799A (en) * 2013-01-18 2014-07-23 阿里巴巴集团控股有限公司 Message processing method and system
CN104184650A (en) * 2013-05-23 2014-12-03 腾讯科技(深圳)有限公司 Dynamic message display method and dynamic message display system
CN104836719A (en) * 2014-02-11 2015-08-12 阿里巴巴集团控股有限公司 Method and system for synchronizing instant communication unread messages
CN105100062A (en) * 2015-06-25 2015-11-25 走遍世界(北京)信息技术有限公司 Information push method, device and system
CN105827706A (en) * 2016-03-24 2016-08-03 努比亚技术有限公司 Information push device and method
CN106484423A (en) * 2016-10-14 2017-03-08 珠海市魅族科技有限公司 A kind of message display method and device
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
CN108023923A (en) * 2016-11-04 2018-05-11 中兴通讯股份有限公司 The processing method and processing device of deferred information

Family Cites Families (1)

* 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

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103051520A (en) * 2013-01-05 2013-04-17 北京小米科技有限责任公司 Method and device for synchronizing offline session messages in instant messaging tool
CN103944799A (en) * 2013-01-18 2014-07-23 阿里巴巴集团控股有限公司 Message processing method and system
CN104184650A (en) * 2013-05-23 2014-12-03 腾讯科技(深圳)有限公司 Dynamic message display method and dynamic message display system
CN103368828A (en) * 2013-07-05 2013-10-23 北京小米科技有限责任公司 Message temporary storage method and system
CN104836719A (en) * 2014-02-11 2015-08-12 阿里巴巴集团控股有限公司 Method and system for synchronizing instant communication unread messages
CN105100062A (en) * 2015-06-25 2015-11-25 走遍世界(北京)信息技术有限公司 Information push method, device and system
CN105827706A (en) * 2016-03-24 2016-08-03 努比亚技术有限公司 Information push 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
CN112965834A (en) 2021-06-15
CN112965835A (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
CN110545327B (en) Information pushing method and system
CN109918210B (en) Method and terminal for displaying offline message
US10873640B2 (en) Information exchange method and server
CN110753129A (en) Message transmission method, system, device, equipment and computer readable storage medium
CN106789913B (en) User account management method and device
CN110602171B (en) Interaction method and device
CN115951923B (en) Subscription event management method, display system, device and storage medium
CN113220684A (en) Data packet storage and query method, device, system and storage medium
CN106375324B (en) Network communication system and method based on TCP/IP communication protocol
CN112838980A (en) Message processing method, system, device, electronic equipment and storage medium
CN113783913A (en) Message pushing management method and device
CN114338584B (en) Message withdraw method and message transmission system
CN111949719B (en) Method and device for realizing configuration tool of power system and related components
CN113472549A (en) Message sending method and terminal
CN112217712A (en) Message multi-terminal synchronization method and client
CN111897704A (en) Session log analysis method, electronic device and storage medium
CN112351072B (en) Message pushing method and terminal
CN111132035A (en) Scheduling management method and device in cluster system
CN110022352B (en) Message push response method and terminal
CN113810266B (en) Retry operation method, device, equipment and storage medium for message object
CN113766437B (en) Short message sending method and device
CN111585774B (en) Session updating method and storage medium
CN111858273B (en) Method and device for displaying processing log

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant