CN106911434B - Data retransmission prevention method and system - Google Patents

Data retransmission prevention method and system Download PDF

Info

Publication number
CN106911434B
CN106911434B CN201710099100.8A CN201710099100A CN106911434B CN 106911434 B CN106911434 B CN 106911434B CN 201710099100 A CN201710099100 A CN 201710099100A CN 106911434 B CN106911434 B CN 106911434B
Authority
CN
China
Prior art keywords
data
processed
server
sending
confirmation signal
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
CN201710099100.8A
Other languages
Chinese (zh)
Other versions
CN106911434A (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.)
Guangdong Yunlin Information Engineering Technology Co ltd
Original Assignee
Guangzhou Limbung Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Limbung Information Technology Co ltd filed Critical Guangzhou Limbung Information Technology Co ltd
Priority to CN201710099100.8A priority Critical patent/CN106911434B/en
Publication of CN106911434A publication Critical patent/CN106911434A/en
Application granted granted Critical
Publication of CN106911434B publication Critical patent/CN106911434B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • H04L1/1607Details of the supervisory signal
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • H04L67/5682Policies or rules for updating, deleting or replacing the stored data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • H04L67/5683Storage of data provided by user terminals, i.e. reverse caching

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention provides a data retransmission preventing method, which comprises the following steps: sending locally stored data to be processed to a server; detecting whether a confirmation signal from a server is received within a preset time; and when the detection result is yes, deleting the data to be processed. The invention also provides a corresponding data retransmission-preventing system. The invention provides another data retransmission prevention method, which comprises the following steps: receiving data to be processed from an intelligent terminal; expanding a pre-established storage array, and storing data to be processed to the expanded storage array; and generating a confirmation signal, and sending the confirmation signal to the intelligent terminal, so that the intelligent terminal deletes the locally stored to-be-processed data after receiving the confirmation signal. The invention also provides a corresponding data retransmission-preventing system. The two groups of data retransmission prevention method and the two groups of data retransmission prevention system effectively avoid the repeated transmission of data from occupying the storage space of the server under the condition of ensuring the data transmission efficiency.

Description

Data retransmission prevention method and system
Technical Field
The invention relates to the technical field of data transmission, in particular to a data retransmission preventing method and system.
Background
With the development of information technology, especially the rapid update of network technology, the data volume is growing sharply, and the data volume needing to be transmitted and processed is also multiplied, resulting in higher cost investment in storage and processing of the server. At present, the data transmission process between the intelligent terminal and the server is roughly: data such as pictures or video screens acquired through the intelligent terminal are stored locally in the intelligent terminal, and then are sent to the server for data processing, generally, the frequency of uploading the locally stored data to the server is high, and therefore the data volume to be transmitted and processed is large. And after processing the received data, the server feeds back a confirmation signal to the intelligent terminal. And the intelligent terminal judges whether the server successfully receives the uploaded data according to whether the confirmation signal from the server is received within the preset time. When the confirmation signal from the server is not received after the preset time, the data is retransmitted to the server; when an acknowledgement signal is received from the server before the preset time arrives, the next data is transmitted.
But the server receives the next data sent by the intelligent terminal when the server has not processed the data. For example, the smart terminal has 10 records to submit to the server, and it is assumed that the server needs 30 seconds to process the data, but the uploading frequency of the smart terminal is 20 seconds/time. In fact, when the preset time arrives, the server does not receive the data, but the data is processed, so that the problem of repeated data transmission is caused. It is easy to understand that, to a certain extent, the preset time is reduced, and the next data is sent after the server finishes processing the data and returns the confirmation signal, so that the data transmission efficiency is obviously greatly reduced.
Disclosure of Invention
Based on the above problems, the present invention provides a data retransmission prevention method and system, which can effectively avoid the situation of data retransmission.
In view of the above, an aspect of the present invention provides a data retransmission prevention method, including:
sending locally stored data to be processed to a server;
detecting whether a confirmation signal from the server is received within a preset time;
and when the detection result is yes, deleting the data to be processed.
Further, the server includes a scalable storage array, and the detecting whether the acknowledgement signal is received from the server within the preset time includes:
and detecting whether a confirmation signal generated after the server expands the storage array and stores the data to be processed to the expanded storage array is received or not within a preset time.
Further, the sending the stored data to be processed to the server includes:
periodically detecting whether new data to be processed is generated;
and when new data to be processed is generated, after the flag state of the data to be processed is set to be 0, sending the data to be processed to the server.
Further, the "deleting the data to be processed when the detection result is yes" includes:
after receiving the confirmation signal from the server, setting the flag state of the data to be processed to be 1;
periodically detecting whether to-be-processed data with a flag state of 1 exist;
and when the data to be processed with the flag state of 1 exists, deleting the data to be processed with the flag state of 1.
Another aspect of the present invention provides a data retransmission prevention system, which is applied to an intelligent terminal, and includes:
the sending module is used for sending the locally stored data to be processed to the server;
the detection module is used for detecting whether the confirmation signal from the server is received or not within preset time;
and the deleting module is used for deleting the data to be processed when the detection result is yes.
Further, the server comprises an expandable storage array, and the detection module is used for detecting whether a confirmation signal generated by the server after expanding the storage array and storing the data to be processed in the expanded storage array is received or not within a preset time.
Further, the sending module includes:
the detection unit is used for periodically detecting whether new data to be processed is generated;
and the setting unit is used for sending the data to be processed to the server after setting the flag state of the data to be processed to be 0 when new data to be processed is generated.
Further, the deletion module includes:
the setting unit is used for setting the flag state of the data to be processed to be 1 after receiving the confirmation signal from the server;
the detection unit is used for periodically detecting whether the data to be processed with the flag state of 1 exists or not;
and the deleting unit is used for deleting the data to be processed with the flag state of 1 when the data to be processed with the flag state of 1 exists.
The invention also provides a data retransmission preventing method, which is applied to a server and comprises the following steps:
receiving data to be processed from an intelligent terminal;
expanding a pre-established storage array, and storing the data to be processed to the expanded storage array;
and generating a confirmation signal, and sending the confirmation signal to the intelligent terminal, so that the intelligent terminal deletes the locally stored to-be-processed data after receiving the confirmation signal.
The invention also provides a data retransmission-preventing system, which is applied to a server and is characterized by comprising the following components:
the receiving module is used for receiving data to be processed from the intelligent terminal;
the storage module is used for expanding a pre-established storage array and storing the data to be processed to the expanded storage array;
and the confirmation module is used for generating a confirmation signal and sending the confirmation signal to the intelligent terminal, so that the intelligent terminal deletes the locally stored to-be-processed data after receiving the confirmation signal.
According to the data retransmission preventing method and system provided by the invention, the server does not perform data processing firstly after receiving the data, but immediately sends the confirmation signal to the intelligent terminal, and the intelligent terminal deletes the locally stored data to be processed after receiving the confirmation signal, so that the data repeated transmission is effectively prevented from occupying the storage space of the server under the condition of ensuring the data transmission efficiency.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained according to the drawings without inventive efforts.
Fig. 1 is a flowchart illustrating a data retransmission-preventing method according to a first embodiment of the present invention;
fig. 2 is a schematic structural diagram of a data retransmission-preventing system according to a second embodiment of the present invention;
fig. 3 is a flowchart illustrating a data retransmission-preventing method according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a data retransmission-preventing system according to a fourth embodiment of the present invention.
Description of the main element symbols:
100-a data anti-retransmission system; 10-a sending module; 11-a detection unit; 12-a setting unit; 20-a detection module; 30-delete module; 31-a setting unit; 32-a detection unit; 33-a deletion unit; 200-a data anti-retransmission system; 40-a receiving module; 50-a storage module; 60-confirmation module.
Detailed Description
In order to facilitate understanding of the present invention, the data retransmission preventing method and system will be described more clearly and completely with reference to the accompanying drawings. The attached drawings show the preferred embodiments of the data retransmission prevention method and system. The data anti-retransmission method and system can be implemented in many different forms and are not limited to the embodiments described herein. Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present invention without making any creative effort, shall fall within the protection scope of the present invention.
Example 1
Fig. 1 shows a flow diagram of a data retransmission prevention method according to an embodiment of the present invention.
As shown in fig. 1, the data retransmission prevention method provided in the embodiment of the present invention is applied to an intelligent terminal with data acquisition and transmission functions, such as a mobile phone, an ipad, and the like, and includes:
and step S1, sending the locally stored data to be processed to the server.
Specifically, whether new data to be processed is generated or not is periodically detected. The data to be processed may be text, image or voice, etc. When new data to be processed is generated, the data to be processed is sent to the server, so that the server can process the data to be processed.
Preferably, in another embodiment, when new data to be processed is generated, the flag state of the data to be processed is set to 0. The flag state is used to reflect a flag indicating whether a history of data to be processed is transmitted to the server, and in this embodiment, the flag state includes two types: 0 and 1, wherein the flag state of 0 indicates that the data to be processed has not been transmitted to the server; the flag state of 1 indicates that the data to be processed has been transmitted to the server, i.e. there is a history of transmission to the server. And sending the data to be processed with the flag state of 0 to the server.
Step S2, detecting whether an acknowledgement signal is received from the server within a preset time.
In this embodiment, the server includes an expandable storage array, and when receiving the data to be processed, the storage array is expanded to store the data to be processed. The memory array is composed of memory cells arranged in an N-row-by-M-column matrix form, and each memory cell can store preset bit binary data. The storage array is scalable, which means that the storage space of the storage array is freely scalable according to the amount of data received. The storage array stores data in different storage units in a segmented mode, and when the data are accessed, the related storage units in the storage array act together, so that the data access time is greatly reduced, and the better space utilization rate is achieved.
Specifically, whether a confirmation signal generated by the server after expanding the storage array and storing the to-be-processed data in the expanded storage array is received or not is detected within a preset time. When receiving the confirmation signal from the server within the preset time, the data to be processed is indicated to be successfully sent to the server, and the next data can be transmitted; when the confirmation signal from the server is not received within the preset time, the loss of the data to be processed is indicated.
And step S3, deleting the data to be processed when the detection result is yes.
In this embodiment, the to-be-processed data that has been transmitted is immediately deleted, so that the to-be-processed data is prevented from being transmitted to the server again and occupying the storage space of the server. Specifically, after receiving the acknowledgement signal from the server, the locally stored to-be-processed data is directly deleted.
Further, after receiving the confirmation signal from the server, setting the flag state of the data to be processed to 1. And periodically detecting whether the local to-be-processed data with the flag state of 1 is stored. And when the data to be processed with the flag state of 1 exists, deleting the data to be processed with the flag state of 1, thereby avoiding repeated transmission of the data.
Example 2
Fig. 2 is a schematic structural diagram of a data retransmission prevention system according to an embodiment of the present invention.
As shown in fig. 2, a data retransmission-preventing system 100 provided in an embodiment of the present invention is applied to an intelligent terminal with data acquisition and transmission functions, such as a mobile phone, an ipad, and the like, and includes a sending module 10, a detecting module 20, and a deleting module 30.
The sending module 10 is configured to send locally stored data to be processed to a server.
The transmitting module 10 includes a detecting unit 11 and a setting unit 12.
The detection unit 11 is used for periodically detecting whether new data to be processed is generated.
The setting unit 12 is configured to, when new data to be processed is generated, send the data to be processed to the server after setting the flag state of the data to be processed to 0.
The detection module 20 is configured to detect whether an acknowledgement signal is received from the server within a preset time.
The server comprises an expandable storage array, and the detection module is used for detecting whether a confirmation signal generated after the server expands the storage array and stores the data to be processed into the expanded storage array is received or not within preset time.
The deleting module 30 is configured to delete the to-be-processed data when the detection result is yes. In this embodiment, the deletion module 30 includes a setting unit 31, a detection unit 32, and a deletion unit 33.
The setting unit 31 is configured to set the flag state of the to-be-processed data to 1 after receiving the acknowledgement signal from the server.
The detection unit 32 is configured to periodically detect whether there is data to be processed with a flag state of 1.
The deleting unit 33 is configured to delete the data to be processed with the flag state of 1 when there is the data to be processed with the flag state of 1.
Example 3
Fig. 3 is a flowchart illustrating a data retransmission prevention method according to an embodiment of the present invention.
As shown in fig. 3, the method for preventing retransmission of data provided in the embodiment of the present invention is applied to a server with a processing function, and includes:
and step S11, receiving the data to be processed from the intelligent terminal.
Specifically, whether data to be processed from the intelligent terminal exists or not is periodically detected. The data to be processed may be text, image or voice, etc. When the data to be processed from the intelligent terminal exists, the data to be processed is received, and the data to be processed is conveniently stored and processed in the later period.
And step S12, expanding the pre-established storage array, and storing the data to be processed into the expanded storage array.
Specifically, the pre-established storage array is expanded when the data to be processed is received. The pre-established memory array is composed of memory cells arranged in an N-row-by-M-column matrix form, and each memory cell can store binary data with predetermined bits. The storage array is scalable, which means that the storage space of the storage array is freely scalable according to the amount of data received. The storage array stores data in different storage units in a segmented mode, and when the data are accessed, the related storage units in the storage array act together, so that the data access time is greatly reduced, and the better space utilization rate is achieved.
And further, storing the data to be processed into the expanded storage array to wait for subsequent processing.
And step S13, generating a confirmation signal, and sending the confirmation signal to the intelligent terminal, so that the intelligent terminal deletes the locally stored to-be-processed data after receiving the confirmation signal.
Specifically, when the data to be processed is received, a confirmation signal is generated and fed back to the intelligent terminal, so that the intelligent terminal is informed that the data to be processed is successfully sent, and the locally stored data to be processed can be deleted and the next data can be transmitted.
Example 4
Fig. 4 shows a schematic structural diagram of a data retransmission prevention system according to an embodiment of the present invention.
As shown in fig. 4, the data retransmission prevention system 200 provided in the embodiment of the present invention is applied to a server with a processing function, and includes a receiving module 40, a storing module 50, and a confirming module 60.
The receiving module 40 is used for receiving the data to be processed from the intelligent terminal.
The storage module 50 is configured to expand a pre-established storage array, and store the to-be-processed data in the expanded storage array.
The confirmation module 60 is configured to generate a confirmation signal and send the confirmation signal to the intelligent terminal, so that the intelligent terminal deletes the locally stored to-be-processed data after receiving the confirmation signal.
According to the data retransmission preventing method and system provided by the invention, the server does not perform data processing firstly after receiving the data, but immediately sends the confirmation signal to the intelligent terminal, and the intelligent terminal deletes the locally stored data to be processed after receiving the confirmation signal, so that the data repeated transmission is effectively prevented from occupying the storage space of the server under the condition of ensuring the data transmission efficiency.
The system provided by the embodiment of the present invention has the same implementation principle and technical effect as the foregoing method embodiment, and for the sake of brief description, no mention is made in the system embodiment, and reference may be made to the corresponding contents in the foregoing method embodiment.
In all examples shown and described herein, any particular value should be construed as merely exemplary, and not limiting, and thus other examples of example embodiments may have different values. It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus may be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions when actually implemented, and for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (6)

1. A data retransmission prevention method is applied to an intelligent terminal and is characterized by comprising the following steps:
sending locally stored data to be processed to a server; the server comprises a scalable storage array;
detecting whether a confirmation signal generated after the server expands a pre-established storage array and stores the data to be processed into the expanded storage array is received or not within a preset time;
when the detection result is yes, deleting the data to be processed;
the step of sending the locally stored to-be-processed data to the server comprises the following steps:
periodically detecting whether new data to be processed is generated;
and when new data to be processed is generated, after the flag state of the data to be processed is set to be 0, sending the data to be processed to the server.
2. The data retransmission method according to claim 1, wherein the "deleting the data to be processed when the detection result is yes" comprises:
after receiving the confirmation signal from the server, setting the flag state of the data to be processed to be 1;
periodically detecting whether to-be-processed data with a flag state of 1 exist;
and when the data to be processed with the flag state of 1 exists, deleting the data to be processed with the flag state of 1.
3. A data retransmission-preventing system is applied to an intelligent terminal and is characterized in that,
the sending module is used for sending the locally stored data to be processed to the server; the server comprises a scalable storage array;
the detection module is used for detecting whether a confirmation signal generated after the server expands the storage array and stores the data to be processed to the expanded storage array is received or not within preset time;
the deleting module is used for deleting the data to be processed when the detection result is yes;
the sending module comprises:
the detection unit is used for periodically detecting whether new data to be processed is generated;
and the setting unit is used for sending the data to be processed to the server after setting the flag state of the data to be processed to be 0 when new data to be processed is generated.
4. The system according to claim 3, wherein the deleting module comprises:
the setting unit is used for setting the flag state of the data to be processed to be 1 after receiving the confirmation signal from the server;
the detection unit is used for periodically detecting whether the data to be processed with the flag state of 1 exists or not;
and the deleting unit is used for deleting the data to be processed with the flag state of 1 when the data to be processed with the flag state of 1 exists.
5. A data retransmission prevention method is applied to a server and is characterized by comprising the following steps:
receiving locally stored data to be processed sent by an intelligent terminal;
expanding a pre-established storage array, and storing the data to be processed to the expanded storage array;
generating a confirmation signal, and sending the confirmation signal to the intelligent terminal, so that the intelligent terminal deletes the locally stored to-be-processed data after receiving the confirmation signal;
the sending of the locally stored to-be-processed data by the intelligent terminal comprises the following steps:
periodically detecting whether new data to be processed is generated;
and when new data to be processed is generated, after the flag state of the data to be processed is set to be 0, sending the data to be processed to the server.
6. A data retransmission prevention system applied to a server is characterized by comprising:
the receiving module is used for receiving the locally stored data to be processed sent by the intelligent terminal;
the storage module is used for expanding a pre-established storage array and storing the data to be processed to the expanded storage array;
the confirmation module is used for generating a confirmation signal and sending the confirmation signal to the intelligent terminal, so that the intelligent terminal deletes the locally stored to-be-processed data after receiving the confirmation signal;
the intelligent terminal comprises a sending module used for sending locally stored data to be processed to the server;
the sending module comprises:
the detection unit is used for periodically detecting whether new data to be processed is generated;
and the setting unit is used for sending the data to be processed to the server after setting the flag state of the data to be processed to be 0 when new data to be processed is generated.
CN201710099100.8A 2017-02-23 2017-02-23 Data retransmission prevention method and system Active CN106911434B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710099100.8A CN106911434B (en) 2017-02-23 2017-02-23 Data retransmission prevention method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710099100.8A CN106911434B (en) 2017-02-23 2017-02-23 Data retransmission prevention method and system

Publications (2)

Publication Number Publication Date
CN106911434A CN106911434A (en) 2017-06-30
CN106911434B true CN106911434B (en) 2020-10-27

Family

ID=59209009

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710099100.8A Active CN106911434B (en) 2017-02-23 2017-02-23 Data retransmission prevention method and system

Country Status (1)

Country Link
CN (1) CN106911434B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019079853A1 (en) * 2017-10-24 2019-05-02 A.C.N. 629 573 093 Pty. Ltd. A system for improved digital advertising display device proof-of-play data logging
CN112261633B (en) * 2020-10-12 2023-02-21 合肥星空物联信息科技有限公司 Audio recording and converting method for intelligent earphone

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101146341A (en) * 2006-09-12 2008-03-19 华为技术有限公司 A method and device for avoiding duplicate transaction execution in media independent switching
CN101179362A (en) * 2006-11-07 2008-05-14 中兴通讯股份有限公司 Automatic retransmission request mechanism suitable for mobile stream media application
CN101444033A (en) * 2006-05-16 2009-05-27 艾利森电话股份有限公司 Bi-directional RLC non-persistent mode for low delay services
CN101656726A (en) * 2009-09-21 2010-02-24 中兴通讯股份有限公司 Data transmission method, server and data transmission system
CN104717186A (en) * 2013-12-16 2015-06-17 腾讯科技(深圳)有限公司 Method and device for data transmission in network system and data transmission system
CN104780401A (en) * 2015-03-25 2015-07-15 腾讯科技(深圳)有限公司 Video data sending method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101444033A (en) * 2006-05-16 2009-05-27 艾利森电话股份有限公司 Bi-directional RLC non-persistent mode for low delay services
CN101146341A (en) * 2006-09-12 2008-03-19 华为技术有限公司 A method and device for avoiding duplicate transaction execution in media independent switching
CN101179362A (en) * 2006-11-07 2008-05-14 中兴通讯股份有限公司 Automatic retransmission request mechanism suitable for mobile stream media application
CN101656726A (en) * 2009-09-21 2010-02-24 中兴通讯股份有限公司 Data transmission method, server and data transmission system
CN104717186A (en) * 2013-12-16 2015-06-17 腾讯科技(深圳)有限公司 Method and device for data transmission in network system and data transmission system
CN104780401A (en) * 2015-03-25 2015-07-15 腾讯科技(深圳)有限公司 Video data sending method and device

Also Published As

Publication number Publication date
CN106911434A (en) 2017-06-30

Similar Documents

Publication Publication Date Title
CN104253741B (en) A kind of method for sending information, relevant apparatus and system
CN103384369A (en) Method, device and system for building data connection
CN106911434B (en) Data retransmission prevention method and system
CN103384263A (en) Timestamp management method for data synchronization and terminal therefor
US20080201475A1 (en) Device Management Method Using Nodes Having Additional Attribute and Device Management Client Thereof
CN103647916A (en) Picture storage method and apparatus thereof
EP3654591B1 (en) Method and device for transmitting multimedia message, storage medium, and electronic apparatus
CN103905615A (en) Short message merging system and method thereof
CN105100062A (en) Information push method, device and system
CN102378136A (en) Short message processing method and device
CN112069195A (en) Database-based message transmission method and device, electronic equipment and storage medium
CN110336592B (en) Data transmission method suitable for Bluetooth card reader, electronic equipment and storage medium
CN109495375B (en) MQTT message processing method and device, electronic equipment and storage medium
CN103716230A (en) Message sending method, device and server
CN104053137A (en) Data recovery method and device
US20130227027A1 (en) Method, system and apparatus for managing electronic subscriptions at a communication device
CN107145551B (en) Server and data exporting method
CN111400248B (en) Method for writing data and recovering data and file system
CN112865927B (en) Message delivery verification method, device, computer equipment and storage medium
CN106648488B (en) A kind of terminal and its display methods
CN106452905A (en) Message processing method and device
CN111262996A (en) Notification bar message processing method and device, electronic device and storage medium
CN101572764A (en) Method and system for sending pictures between electronic picture frames and electronic picture frame
CN104507059A (en) Multimedia message transmitting management method and multimedia message transmitting management device
CN105511606A (en) Data transmission 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
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240321

Address after: Room 601-4, 601-11, No. 286 Science Avenue, Guangzhou High tech Industrial Development Zone, Guangdong Province, 510000

Patentee after: GUANGDONG YUNLIN INFORMATION ENGINEERING TECHNOLOGY Co.,Ltd.

Country or region after: Zhong Guo

Address before: 510000 Science Avenue 286 Luogang District, Guangzhou City, Guangdong Province 607-2

Patentee before: GUANGZHOU LIMBUNG INFORMATION TECHNOLOGY CO.,LTD.

Country or region before: Zhong Guo