CN111259022A - Information synchronization method, synchronization system, computer equipment and medium - Google Patents

Information synchronization method, synchronization system, computer equipment and medium Download PDF

Info

Publication number
CN111259022A
CN111259022A CN202010032343.1A CN202010032343A CN111259022A CN 111259022 A CN111259022 A CN 111259022A CN 202010032343 A CN202010032343 A CN 202010032343A CN 111259022 A CN111259022 A CN 111259022A
Authority
CN
China
Prior art keywords
information
signature
mobile terminal
server
terminal
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010032343.1A
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.)
BOE Technology Group Co Ltd
Ordos Yuansheng Optoelectronics Co Ltd
Original Assignee
BOE Technology Group Co Ltd
Ordos Yuansheng Optoelectronics 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 BOE Technology Group Co Ltd, Ordos Yuansheng Optoelectronics Co Ltd filed Critical BOE Technology Group Co Ltd
Priority to CN202010032343.1A priority Critical patent/CN111259022A/en
Publication of CN111259022A publication Critical patent/CN111259022A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • 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/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention discloses an information synchronization method, an information synchronization system, a computer readable storage medium and a computer device between a mobile terminal and a server, wherein the information synchronization method comprises the following steps: the mobile terminal updates the information of the terminal database in an off-line state, sends an off-line data synchronization request to the server to acquire a service signature and update the terminal database when the off-line state is converted into an on-line state, and simultaneously sends the updated information to the server to synchronize the information of the server database. The embodiment provided by the invention can solve the problem of data synchronization of the mobile terminal and the server database caused by network environment constraint in the prior art, realize the real-time synchronization of multiple mobile terminals and the server, and effectively improve the efficiency of information management.

Description

Information synchronization method, synchronization system, computer equipment and medium
Technical Field
The present invention relates to the field of warehouse management, and in particular, to an information synchronization method, an information synchronization system, a computer-readable storage medium, and a computer device between a mobile terminal and a server.
Background
With the rise of mobile internet technology, the internal application of an enterprise is transferred from an original PC (personal computer) terminal to a mobile terminal, the informatization degree and the intelligent manufacturing degree of the enterprise can be greatly improved by using the mobile terminal, the mobile terminal has more involved algorithms in development, and the requirements in business can be effectively met through excellent and efficient algorithms.
At present, data synchronization of multiple terminals generally accesses a server database directly, a mobile terminal does not store data locally, the mobile terminal cannot be used in a network-free environment, and the problem of incomplete network coverage of a manufacturing enterprise cannot be solved. The existing multi-terminal data synchronization method generally adopts a complete update mode, partial update cannot be performed, so that the data synchronization time is slow, the efficiency is low, particularly, the current big data era comes, the data volume is huge, the complete update time is long, the user experience is influenced, and the equipment performance is influenced.
Disclosure of Invention
In order to solve at least one of the above problems, a first embodiment of the present invention provides an information synchronization method between a mobile terminal and a server, which is applied to the mobile terminal, and includes:
when the mobile terminal is judged to be in an off-line state:
if the information is updated, updating the information of a terminal database, wherein each piece of information comprises a name, data and a signature, and the signature is a terminal signature generated by the mobile terminal;
when the mobile terminal is judged to be changed from the offline state to the online state and at least one piece of offline updated information with signature as the terminal signature exists:
sending an offline data synchronization request to a server, so that the server generates a service signature and transmits the service signature back to the mobile terminal;
and updating the signature of each piece of offline updated information in the terminal database according to the service signature, and sending each piece of information with the updated service signature to the server, so that the server updates the server database according to the received information.
Further, the method also comprises the following steps:
receiving a synchronization request broadcast by the server, and inquiring whether a signature is the terminal signature information;
if so:
sending an offline data synchronization request to the server, causing the server to generate and transmit back a service signature to the mobile terminal,
and updating the signature of the information signed as the terminal signature in the terminal database according to the service signature, and sending each piece of updated information to the server, so that the server updates each piece of updated information to the server database.
Further, the signature is a time stamp for indicating the synchronization state and the synchronization time of the information.
Further, the method also comprises the following steps:
when the mobile terminal is judged to be in an online state:
if the information is updated, updating the information of the terminal database and sending an online data updating request to the server, wherein the online data updating request comprises the name and the data of the updated information, so that the server generates a service signature and returns the service signature to the mobile terminal, and the server updates the name, the data and the service signature of the information to the server database;
and updating the signature of the corresponding information in the terminal database according to the service signature.
Further, the method also comprises the following steps:
when the mobile terminal is judged to be started or synchronous in response to external operation:
sending an online data synchronization request to the server, wherein the online data synchronization request comprises names and signatures of all information of a terminal database of the mobile terminal, so that the server queries the server database according to the names and signatures of all information and packages all information except the names and signatures into a synchronization data packet to be sent to the mobile terminal;
and receiving the synchronous data packet and updating each information in the synchronous data packet to the terminal database.
A second embodiment of the present invention provides a method for synchronizing information between a mobile terminal and a server, which is applied to the server, and includes:
receiving an offline data synchronization request sent by a mobile terminal, generating a service signature and sending the service signature to the mobile terminal, so that the mobile terminal updates the service signature to offline updated information in a terminal database, wherein the information comprises a name, data and a signature;
and receiving the information which is sent by the mobile terminal and updates the service signature, and updating a server database according to the information.
Further, the method also comprises the following steps:
broadcasting an offline synchronization request at regular time;
receiving an offline data synchronization request sent by the mobile terminal, generating a service signature and sending the service signature to the mobile terminal, so that the mobile terminal updates the service signature to offline updated information in a terminal database;
and receiving the information which is sent by the mobile terminal and updates the service signature, and updating a server database according to the information.
Further, the signature is a time stamp for indicating the synchronization state and the synchronization time of the information.
Further, the method also comprises the following steps:
receiving an online data updating request sent by the mobile terminal, wherein the online data updating request comprises the name and data of updated information;
and generating a service signature and returning the service signature to the mobile terminal, and updating the name, data and the service signature of the information to the server database at the same time, so that the mobile terminal updates the signature of the corresponding information in the terminal database according to the service signature.
Further, the method also comprises the following steps:
receiving an online data synchronization request sent by the mobile terminal, wherein the online data synchronization request comprises names and signatures of all information of a terminal database of the mobile terminal;
and inquiring a server database according to the name and the signature of each piece of information, packaging each piece of information except the name and the signature into a synchronous data packet to be sent to the mobile terminal, and updating the mobile terminal to the terminal database according to each piece of information in the synchronous data packet.
A third embodiment of the present invention provides a method for synchronizing information between a mobile terminal and a server, including
When the mobile terminal is judged to be in an off-line state,
if the information is updated, the mobile terminal updates the information of a terminal database, wherein each piece of information comprises a name, data and a signature, and the signature is a terminal signature generated by the mobile terminal;
when the mobile terminal is judged to be changed from the offline state to the online state and at least one piece of offline updated information with signature as the terminal signature exists:
the mobile terminal sends an offline data synchronization request to a server;
the server generates a service signature and transmits the service signature back to the mobile terminal;
the mobile terminal updates the signature of each offline updated information in the terminal database according to the service signature and sends each information updated with the service signature to the server;
and the server updates the server database according to the received information.
Further, the method also comprises the following steps:
the mobile terminal receives the synchronization request broadcast by the server and inquires whether the signature is the terminal signature information;
if so:
the mobile terminal sends an offline data synchronization request to the server;
the server generates a service signature and transmits back to the mobile terminal,
the mobile terminal updates the signature of the information signed as the terminal signature in the terminal database according to the service signature and sends each updated information to the server;
and the server updates the updated information to the server database.
Further, the signature is a time stamp for indicating the synchronization state and the synchronization time of the information.
Further, the method also comprises the following steps:
when the mobile terminal is judged to be in an online state:
if the information is updated, the mobile terminal updates the information of the terminal database and sends an online data updating request to the server, wherein the online data updating request comprises the name and the data of the updated information;
the server generates a service signature and transmits the service signature back to the mobile terminal, and the name, the data and the service signature of the information are updated to the server database;
and the mobile terminal updates the signature of the corresponding information in the terminal database according to the service signature.
Further, the method also comprises the following steps:
when the mobile terminal is judged to be started or synchronous in response to external operation:
the mobile terminal sends an online data synchronization request to the server, wherein the online data synchronization request comprises names and signatures of all information of a terminal database of the mobile terminal;
the server inquires a server database according to the name and the signature of each piece of information and packages each piece of information except the name and the signature into a synchronous data packet to be sent to the mobile terminal;
and the mobile terminal receives the synchronous data packet and updates each information in the synchronous data packet to the terminal database.
A fourth embodiment of the present invention provides an information synchronization system, comprising a server and a plurality of mobile terminals, wherein the server and the plurality of mobile terminals are included, and wherein
The server comprises a controller, a first communication device and a server database;
each mobile terminal comprises a processor, a second communication device, a terminal database and a network detector;
wherein the content of the first and second substances,
the processor controls the network detector to detect the network state, and if the mobile terminal is in an off-line state:
the processor updates information and stores the information in the terminal database, wherein each information comprises a name, data and a signature, and the signature is a terminal signature generated by the mobile terminal;
the processor controls the network detector to detect the network state, and if the mobile terminal is changed from the offline state to the online state and at least one piece of offline updated information with the signature being the terminal signature exists:
the processor sends an offline data synchronization request to the server through the second communication device, or
The controller broadcasts a synchronization request at regular time through the first communication device, the processor receives the synchronization request through the second communication device and sends an offline data synchronization request to a server through the second communication device,
the controller receives the offline data synchronization request through the first communication device, generates a service signature and sends the service signature to the mobile terminal through the first communication device,
the processor receives and updates the information of the terminal database according to the service signature through the second communication device and sends the updated information of the service signature to the server through the second communication device,
the controller receives the information of the updated service signature through the first communication device, and updates the server database according to the information;
the processor controls the network detector to detect the network state, and if the mobile terminal is in the online state:
the processor updates information and stores in the terminal database, sends an online data update request to the server through the second communication device, the online data update request including a name and data of the updated information,
the controller receives the online data updating request through the first communication device, generates a service signature, and updates the name and data of the information included in the online data updating request and the service signature to the server database;
the processor receives and updates the information of the terminal database according to the service signature through the second communication device;
the processor judges that when the mobile terminal is started or responds to external operation synchronization:
the processor sends an online data synchronization request to the server through the second communication device, the online data synchronization request including names and signatures of various information of a terminal database of the mobile terminal,
the controller receives the online data synchronization request through the first communication equipment, queries a server database according to the name and the signature of each piece of information in the terminal database, packages each piece of information except the name and the signature into a synchronization data packet, and sends the synchronization data packet to the mobile terminal through the first communication equipment,
and the processor receives the data packet through the second communication equipment and updates the information in the data packet to the terminal database according to the synchronous data packet.
A fifth embodiment of the present invention provides a computer-readable storage medium, having a computer program stored thereon,
the program implementing the method of the first embodiment when executed by a processor;
or
The program, when executed by a processor, implements the method of the second embodiment;
or
Which when executed by a processor implements the method of the third embodiment.
A sixth embodiment of the invention provides a computer apparatus comprising a memory, a processor, and a computer program stored on the memory and executable on the processor,
the processor implements the method of the first embodiment when executing the program;
or
The processor, when executing the program, implements the method of the second embodiment;
or
The processor implements the method of the third embodiment when executing the program.
The invention has the following beneficial effects:
aiming at the existing problems, the invention provides an information synchronization method, an information synchronization system, a computer readable storage medium and a computer device between a mobile terminal and a server, which ensure that the offline updated information can be synchronized to a server database in time and ensure that the online updated information is synchronized to the server database in real time by a bidirectional synchronization method from the mobile terminal to the server and from the server to the mobile terminal when the offline state is converted into the online state according to the updated information of the mobile terminal in the offline state, and can solve the data synchronization problem of the mobile terminal and the server database caused by the constraint of the network environment in the prior art, realize the real-time synchronization of a plurality of mobile terminals and the server, and effectively improve the efficiency of information management.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 shows a swim lane diagram of an information synchronization method according to an embodiment of the invention;
FIG. 2 shows a swim lane diagram of an information synchronization method according to another embodiment of the invention;
FIG. 3 shows a swim lane diagram of an information synchronization method according to yet another embodiment of the invention;
FIG. 4 shows a swim lane diagram of an information synchronization method according to yet another embodiment of the invention;
FIG. 5 is a block diagram of an information synchronization system according to another embodiment of the present invention;
fig. 6 is a schematic structural diagram of a computer device according to another embodiment of the present invention.
Detailed Description
In order to more clearly illustrate the invention, the invention is further described below with reference to preferred embodiments and the accompanying drawings. Similar parts in the figures are denoted by the same reference numerals. It is to be understood by persons skilled in the art that the following detailed description is illustrative and not restrictive, and is not to be taken as limiting the scope of the invention.
As shown in fig. 1, an embodiment of the present invention provides an information synchronization method between a mobile terminal and a server, which is applied to the mobile terminal, and includes: when the mobile terminal is judged to be in an off-line state: if the information is updated, updating the information of a terminal database, wherein each piece of information comprises a name, data and a signature, and the signature is a terminal signature generated by the mobile terminal; when the mobile terminal is judged to be changed from the offline state to the online state and at least one piece of offline updated information with signature as the terminal signature exists: sending an offline data synchronization request to a server, so that the server generates a service signature and transmits the service signature back to the mobile terminal; and updating the signature of each piece of offline updated information in the terminal database according to the service signature, and sending each piece of information with the updated service signature to the server, so that the server updates the server database according to the received information.
In this embodiment, the mobile terminal can normally operate in an offline state by setting a terminal database of the mobile terminal: updating information in an offline state and storing the information in a terminal database; and when the mobile terminal is changed from the offline state to the online state, the updated information is synchronized to a server database of the server through data synchronization initiated from the mobile terminal to the server by the mobile terminal, so that the information synchronization is realized. The embodiment can solve the problem that the mobile terminal cannot work in an off-line state due to the fact that the mobile terminal does not store data in the prior art, and effectively improves the working performance of the mobile terminal.
In a specific embodiment, the updating of the material information of the inventory material in the enterprise is taken as an example, as shown in fig. 1,
in an off-line state, when the mobile terminal checks the materials, the actual quantity of the materials is updated to the data of the information of the terminal database according to the actual inventory condition of one or more materials, and a terminal signature is generated as a signature.
When the mobile terminal is switched from the offline state to the online state, for example, the mobile terminal is moved from a warehouse of the uncovered network signal to an office of the covered network signal, the mobile terminal is connected with the network, and then the mobile terminal sends an offline data synchronization request to the server.
And the server receives the offline data synchronization request, generates a service signature for confirming synchronization and sends the service signature to the mobile terminal.
And the mobile terminal receives the service signature, updates the service signature to the signature of the information updated in the terminal database in an off-line state, and simultaneously sends the information with the updated service signature to the server. Namely, the server confirms the synchronously generated service signature and updates the service signature into the information with the signature as the terminal signature in the terminal database.
And the server stores the received information with the updated service signature, namely the information with the updated data in the offline state, into a server database, so that the data updated by the synchronous mobile terminal in the offline state is realized.
It should be noted that, in this embodiment, only a specific implementation manner of the present application is described through the material information, and the information synchronized between the mobile terminal and the server in the present application may be any updated specific information, and a person skilled in the art should select an appropriate application scenario according to an actual application requirement, so as to implement information synchronization between the mobile terminal and the server as a design criterion, which is not described herein again.
Considering that there is only one data synchronization method from the mobile terminal to the server when the mobile terminal is turned from the offline state to the online state, in an optional embodiment, the synchronization method further includes: receiving a synchronization request broadcast by the server, and inquiring whether a signature is the terminal signature information; if so: sending an offline data synchronization request to the server, so that the server generates a service signature and transmits the service signature back to the mobile terminal, updating the signature of the information signed as the terminal signature in the terminal database according to the service signature, and sending each updated information to the server, so that the server updates each updated information to the server database and updates the synchronization log, wherein the synchronization log is used for recording the synchronization information of the server database, for example, the synchronization operation performed when a certain mobile terminal is converted from an offline state to an online state.
In this embodiment, the synchronization request broadcasted by the server at regular time further ensures that the information updated by the mobile terminal in the offline state is synchronized to the server database of the server, thereby implementing bidirectional offline data synchronization.
Specifically, as shown in fig. 2:
the server broadcasts the synchronization request at regular time.
In this embodiment, the server is connected to at least one mobile terminal, and the server sends a synchronization request to each mobile terminal in a timing broadcast manner, so that query efficiency of detecting whether each mobile terminal has offline information update in a server polling manner in the prior art is improved.
The mobile terminal receives the synchronization request and inquires whether the terminal database of the mobile terminal has the update of the offline information, namely, the signature is the information of the terminal signature, if not, the mobile terminal discards the synchronization request, otherwise, the mobile terminal starts the synchronization process of the offline information: the method comprises the following steps: the mobile terminal sends an offline data synchronization request to the server; the server receives and generates a service signature which determines synchronization, and sends the service signature to the mobile terminal; the mobile terminal updates the signature in the offline updated information in the terminal database according to the service signature and sends the updated information to the server; the server receives the information and updates the information to the server database. The specific process is similar to the above embodiment, and is not described herein again.
It should be noted that, no matter whether the mobile terminal initiates the synchronization process of the offline updated information to the server by the offline data synchronization request initiated by the mobile terminal, or the synchronization process of the offline updated information initiated by the mobile terminal in response to the synchronization request periodically broadcasted by the server, only one of the two operations is executed in one offline data synchronization process.
Those skilled in the art should understand that the two simultaneous synchronization operations are used to ensure that the updated information of the mobile terminal in the offline state is synchronized to the server database of the server, and those skilled in the art should set the implementation processes of the two synchronization operations according to actual application requirements, so as to avoid repeating the synchronization operations, which is not described herein again.
In an alternative embodiment, the signature is a time stamp indicating the synchronization status and the synchronization time of the information.
In this embodiment, a timestamp is used as a signature, and the signature is used to represent the synchronization state of the information, and the synchronization time of each piece of information is represented by the timestamp. When the signature is a terminal signature, the information is updated information of the mobile terminal and is not synchronized with the server, and when the signature is a service signature, the information is synchronized with the server, and the time stamp is the time of the synchronization. It should be noted that, since the server generates the service signature according to the time when the synchronization request sent by the mobile terminal is received, the service signature generated by the server each time is unique, thereby avoiding the situation that the update sequence is confused when a plurality of mobile terminals work together.
In view of the working condition of the mobile terminal in the online state, in an optional embodiment, the synchronization method further includes: when the mobile terminal is judged to be in an online state: if the information is updated, updating the information of the terminal database and sending an online data updating request to the server, wherein the online data updating request comprises the name and the data of the updated information, so that the server generates a service signature and returns the service signature to the mobile terminal, and the server updates the name, the data and the service signature of the information to the server database; and updating the signature of the corresponding information in the terminal database according to the service signature.
In this embodiment, as shown in fig. 3, the description is still given by taking the update of the material information of the inventory material in the enterprise as an example, specifically
In an online state, when the mobile terminal checks materials, and when the actual inventory condition of one material changes, the actual quantity of the material is updated to the data of the information of the terminal database, and a terminal signature is generated to serve as the signature of the corresponding information.
Meanwhile, the mobile terminal sends an online data updating request to the server, wherein the online data request comprises the name and the data of the information.
And the server receives the online data updating request, generates a service signature for confirming synchronization and sends the service signature to the mobile terminal.
And the mobile terminal receives the service signature and updates the service signature to the signature of the information in the terminal database.
And meanwhile, the server updates corresponding information in the server database according to the received name and data and the generated service signature.
Therefore, the synchronization of the updated information of the mobile terminal in the terminal database and the server database in the online state is realized.
Considering that the server is connected to a plurality of mobile terminals, different mobile terminals may operate at different times, and there is a possibility of non-synchronization between different mobile terminals, in an alternative embodiment, as shown in fig. 4, the synchronization method further includes: when the mobile terminal is judged to be started or synchronous in response to external operation: sending an online data synchronization request to the server, wherein the online data synchronization request comprises names and signatures of all information of a terminal database of the mobile terminal, so that the server queries the server database according to the names and signatures of all information and packages all information except the names and signatures into a synchronization data packet to be sent to the mobile terminal; and receiving the synchronous data packet and updating each information in the synchronous data packet to the terminal database.
In this embodiment, it is considered that different mobile terminals synchronize with the server after updating information, that is, the server database of the server has all the information updated recently. By initiating a synchronization request to the server when the mobile terminal is started or in response to an external operation, the problem of non-synchronization due to information being updated by other mobile terminals is avoided.
As shown in fig. 4, the method specifically includes:
and the mobile terminal sends an online data synchronization request to the server.
In this embodiment, a mobile terminal initiates a synchronization request to the server, where the online data synchronization request includes names and signatures in all information in the terminal database.
And the server receives the information, inquires a server database according to the name and the signature, and inquires whether the server database has information with a signature different from the terminal database.
In this embodiment, the server queries, through the name and the signature of the information, whether the terminal database has unsynchronized information, and if so, synchronizes the information of the terminal database. Specifically, the server packages information with different signatures into a data packet, and in order to ensure the security of the data packet, the server encrypts the data packet and compresses the encrypted data packet so as to facilitate the transmission of the data packet.
And the mobile terminal receives the data packet, decompresses and decrypts the data packet to obtain the information to be synchronized acquired from the server database, and updates the terminal database according to the information to be synchronized so as to realize the synchronization of the mobile terminal and the server.
Similar to the above-mentioned information synchronization method applied to the mobile terminal, as shown in fig. 1, the present invention also provides an information synchronization method between the mobile terminal and the server applied to the server, including: the server receives an offline data synchronization request sent by a mobile terminal, generates a service signature and sends the service signature to the mobile terminal, so that the mobile terminal updates the service signature to offline updated information in a terminal database, wherein the information comprises a name, data and a signature; and the server receives the information which is sent by the mobile terminal and updates the service signature, and updates a server database according to the information.
The specific implementation process of this embodiment is similar to that of the above embodiment, and the foregoing embodiment and the beneficial effects brought by the foregoing embodiment are also applicable to this embodiment, and the description of the same parts is omitted here.
In an optional embodiment, as shown in fig. 2, the information synchronization method further includes: the server broadcasts an offline synchronization request at regular time; the server receives an offline data synchronization request sent by the mobile terminal, generates a service signature and sends the service signature to the mobile terminal, so that the mobile terminal updates the service signature to offline updated information in a terminal database; and the server receives the information which is sent by the mobile terminal and updates the service signature, updates a server database according to the information and updates a synchronous log.
In an alternative embodiment, the signature is a time stamp indicating the synchronization status and the synchronization time of the information.
In this embodiment, a timestamp is used as a signature, and the signature is used to represent the synchronization state of the information, and the synchronization time of each piece of information is represented by the timestamp. When the signature is a terminal signature, the information is updated information of the mobile terminal and is not synchronized with the server, and when the signature is a service signature, the information is synchronized with the server, and the time stamp is the time of the synchronization. It should be noted that, since the server generates the service signature according to the time when the synchronization request sent by the mobile terminal is received, the service signature generated by the server each time is unique, thereby avoiding the situation that the update sequence is confused when a plurality of mobile terminals work together.
In an optional embodiment, as shown in fig. 3, the information synchronization method further includes: the server receives an online data updating request sent by the mobile terminal, wherein the online data updating request comprises the name and the data of updated information; and the server generates a service signature and transmits the service signature back to the mobile terminal, and meanwhile, the name, the data and the service signature of the information are updated to the server database, so that the mobile terminal updates the signature of the corresponding information in the terminal database according to the service signature.
In another alternative embodiment, as shown in fig. 4, the synchronization method further includes: the server receives an online data synchronization request sent by the mobile terminal, wherein the online data synchronization request comprises the name and signature of each information of a terminal database of the mobile terminal; and the server inquires a server database according to the name and the signature of each piece of information, packages each piece of information except the name and the signature into a synchronous data packet to be sent to the mobile terminal, and updates the mobile terminal to the terminal database according to each piece of information in the synchronous data packet.
Given the above teachings of embodiments of the method for synchronizing information applied to a mobile terminal and embodiments of the method for synchronizing information applied to a server, it will be apparent to those skilled in the art that the following methods and systems for synchronizing information between a mobile terminal and a server are also within the scope of the present invention.
In an optional embodiment, another embodiment of the present application provides an information synchronization method between a mobile terminal and a server, including that when it is determined that the mobile terminal is in an offline state, if information is updated, the mobile terminal updates information of a terminal database, where each information includes a name, data, and a signature, and the signature is a terminal signature generated by the mobile terminal; when the mobile terminal is judged to be changed from the offline state to the online state and at least one piece of offline updated information with signature as the terminal signature exists: the mobile terminal sends an offline data synchronization request to a server; the server generates a service signature and transmits the service signature back to the mobile terminal; the mobile terminal updates the signature of each offline updated information in the terminal database according to the service signature and sends each information updated with the service signature to the server; and the server updates the server database and updates the synchronous log according to the received information.
In an optional embodiment, the information synchronization method further includes: the mobile terminal receives the synchronization request broadcast by the server and inquires whether the signature is the terminal signature information; if so: the mobile terminal sends an offline data synchronization request to the server; the server generates service signatures and transmits the service signatures back to the mobile terminal, the mobile terminal updates the signatures of the information signed as the terminal signatures in the terminal database according to the service signatures, and sends the updated information to the server; and the server updates the updated information to the server database and updates the synchronization log.
In an alternative embodiment, the signature is a time stamp indicating the synchronization status and the synchronization time of the information.
In an optional embodiment, the information synchronization method further includes: further comprising: when the mobile terminal is judged to be in an online state: if the information is updated, the mobile terminal updates the information of the terminal database and sends an online data updating request to the server, wherein the online data updating request comprises the name and the data of the updated information; the server generates a service signature and transmits the service signature back to the mobile terminal, and the name, the data and the service signature of the information are updated to the server database; and the mobile terminal updates the signature of the corresponding information in the terminal database according to the service signature.
In an optional embodiment, the synchronization method further includes: further comprising: when the mobile terminal is judged to be started or synchronous in response to external operation: the mobile terminal sends an online data synchronization request to the server, wherein the online data synchronization request comprises names and signatures of all information of a terminal database of the mobile terminal; the server inquires a server database according to the name and the signature of each piece of information and packages each piece of information except the name and the signature into a synchronous data packet to be sent to the mobile terminal; and the mobile terminal receives the synchronous data packet and updates each information in the synchronous data packet to the terminal database.
As shown in fig. 5, the present invention further provides an information synchronization system, comprising a server and a plurality of mobile terminals, wherein the server comprises a controller, a first communication device and a server database, and each mobile terminal comprises a processor, a second communication device, a terminal database and a network detector; wherein, the processor controls the network detector to detect the network state, and if the mobile terminal is in an off-line state: the processor updates information and stores the information in the terminal database, wherein each information comprises a name, data and a signature, and the signature is a terminal signature generated by the mobile terminal; the processor controls the network detector to detect the network state, and if the mobile terminal is changed from the offline state to the online state and at least one piece of offline updated information with the signature being the terminal signature exists: the processor sends an off-line data synchronization request to a server through the second communication device, or the controller broadcasts the synchronization request regularly through the first communication device, the processor receives the synchronization request through the second communication device and sends the off-line data synchronization request to the server through the second communication device, the controller receives the off-line data synchronization request through the first communication device, generates a service signature and sends the service signature to the mobile terminal through the first communication device, the processor receives and updates information of the terminal database according to the service signature through the second communication device and sends the updated information of the service signature to the server through the second communication device, and the controller receives the updated information of the service signature through the first communication device, updating the server database according to the information; the processor controls the network detector to detect the network state, and if the mobile terminal is in the online state: the processor updates information and stores the information in the terminal database, an online data updating request is sent to the server through the second communication device, the online data updating request comprises the name and the data of the updated information, the controller receives the online data updating request through the first communication device and generates a service signature, and the name and the data of the information included in the online data updating request and the service signature are updated to the server database; the processor receives and updates the information of the terminal database according to the service signature through the second communication device; the processor judges that when the mobile terminal is started or responds to external operation synchronization: the processor sends an online data synchronization request to the server through the second communication device, the online data synchronization request comprises names and signatures of all information of a terminal database of the mobile terminal, the controller receives the online data synchronization request through the first communication device, queries the server database according to the names and the signatures of all information of the terminal database, packages all information except the names and the signatures into a synchronization data packet, sends the synchronization data packet to the mobile terminal through the first communication device, and the processor receives the synchronization data packet through the second communication device and updates all information in the synchronization data packet to the terminal database according to the synchronization data packet.
Another embodiment of the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements: when the mobile terminal is judged to be in an off-line state: if the information is updated, updating the information of a terminal database, wherein each piece of information comprises a name, data and a signature, and the signature is a terminal signature generated by the mobile terminal; when the mobile terminal is judged to be changed from the offline state to the online state and at least one piece of offline updated information with signature as the terminal signature exists: the mobile terminal sends an offline data synchronization request to a server, so that the server generates a service signature and transmits the service signature back to the mobile terminal; and the mobile terminal updates the signature of each offline updated information in the terminal database according to the service signature, and sends each information updated with the service signature to the server, so that the server updates the server database according to the received information.
Another embodiment of the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements: the server receives an offline data synchronization request sent by a mobile terminal, generates a service signature and sends the service signature to the mobile terminal, so that the mobile terminal updates the service signature to offline updated information in a terminal database, wherein the information comprises a name, data and a signature; and the server receives the information which is sent by the mobile terminal and updates the service signature, and updates a server database according to the information.
Another embodiment of the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements: when the mobile terminal is judged to be in an off-line state, if the information is updated, the mobile terminal updates the information of a terminal database, wherein each piece of information comprises a name, data and a signature, and the signature is a terminal signature generated by the mobile terminal; when the mobile terminal is judged to be changed from the offline state to the online state and at least one piece of offline updated information with signature as the terminal signature exists: the mobile terminal sends an offline data synchronization request to a server; the server generates a service signature and transmits the service signature back to the mobile terminal; the mobile terminal updates the signature of each offline updated information in the terminal database according to the service signature and sends each information updated with the service signature to the server; and the server updates the server database according to the received information.
In practice, the computer-readable storage medium may take any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present embodiment, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
As shown in fig. 6, another embodiment of the present invention provides a schematic structural diagram of a computer device. The computer device 12 shown in FIG. 6 is only an example and should not bring any limitations to the functionality or scope of use of embodiments of the present invention.
As shown in FIG. 6, computer device 12 is in the form of a general purpose computing device. The components of computer device 12 may include, but are not limited to: one or more processors or processing units 16, a system memory 28, and a bus 18 that couples various system components including the system memory 28 and the processing unit 16.
Bus 18 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Computer device 12 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer device 12 and includes both volatile and nonvolatile media, removable and non-removable media.
The system memory 28 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)30 and/or cache memory 32. Computer device 12 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 34 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 6, and commonly referred to as a "hard drive"). Although not shown in FIG. 6, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected to bus 18 by one or more data media interfaces. Memory 28 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 40 having a set (at least one) of program modules 42 may be stored, for example, in memory 28, such program modules 42 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. Program modules 42 generally carry out the functions and/or methodologies of the described embodiments of the invention.
Computer device 12 may also communicate with one or more external devices 14 (e.g., keyboard, pointing device, display 24, etc.), with one or more devices that enable a user to interact with computer device 12, and/or with any devices (e.g., network card, modem, etc.) that enable computer device 12 to communicate with one or more other computing devices. Such communication may be through an input/output (I/O) interface 22. Also, computer device 12 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the Internet) via network adapter 20. As shown in FIG. 6, the network adapter 20 communicates with the other modules of the computer device 12 via the bus 18. It should be appreciated that although not shown in FIG. 6, other hardware and/or software modules may be used in conjunction with computer device 12, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
The processor unit 16 executes various functional applications and data processing by executing programs stored in the system memory 28, for example, to implement an information synchronization method between a mobile terminal and a server provided by an embodiment of the present invention.
Aiming at the existing problems, the invention provides an information synchronization method, an information synchronization system, a computer readable storage medium and a computer device between a mobile terminal and a server, which ensure that the offline updated information can be synchronized to a server database in time and ensure that the online updated information is synchronized to the server database in real time by a bidirectional synchronization method from the mobile terminal to the server and from the server to the mobile terminal when the offline state is converted into the online state according to the updated information of the mobile terminal in the offline state, and can solve the data synchronization problem of the mobile terminal and the server database caused by the constraint of the network environment in the prior art, realize the real-time synchronization of a plurality of mobile terminals and the server, and effectively improve the efficiency of information management.
It should be understood that the above-mentioned embodiments of the present invention are only examples for clearly illustrating the present invention, and are not intended to limit the embodiments of the present invention, and it will be obvious to those skilled in the art that other variations or modifications may be made on the basis of the above description, and all embodiments may not be exhaustive, and all obvious variations or modifications may be included within the scope of the present invention.

Claims (15)

1. A method for synchronizing information between a mobile terminal and a server is applied to the mobile terminal, and is characterized by comprising the following steps:
when the mobile terminal is judged to be in an off-line state:
if the information is updated, updating the information of a terminal database, wherein each piece of information comprises a name, data and a signature, and the signature is a terminal signature generated by the mobile terminal; when the mobile terminal is judged to be changed from the offline state to the online state and at least one piece of offline updated information with signature as the terminal signature exists:
sending an offline data synchronization request to a server, so that the server generates a service signature and transmits the service signature back to the mobile terminal;
and updating the signature of each piece of offline updated information in the terminal database according to the service signature, and sending each piece of information with the updated service signature to the server, so that the server updates the server database according to the received information.
2. The information synchronization method according to claim 1, further comprising:
receiving a synchronization request broadcast by the server, and inquiring whether a signature is the terminal signature information;
if so:
sending an offline data synchronization request to the server, causing the server to generate and transmit back a service signature to the mobile terminal,
and updating the signature of the information signed as the terminal signature in the terminal database according to the service signature, and sending each piece of updated information to the server, so that the server updates each piece of updated information to the server database.
3. The information synchronization method according to claim 1 or 2, wherein the signature is a time stamp indicating a synchronization state and a synchronization time of the information.
4. The information synchronization method according to claim 3, further comprising:
when the mobile terminal is judged to be in an online state:
if the information is updated, updating the information of the terminal database and sending an online data updating request to the server, wherein the online data updating request comprises the name and the data of the updated information, so that the server generates a service signature and returns the service signature to the mobile terminal, and the server updates the name, the data and the service signature of the information to the server database;
updating the signature of the corresponding information in the terminal database according to the service signature; and/or
When the mobile terminal is judged to be started or synchronous in response to external operation:
sending an online data synchronization request to the server, wherein the online data synchronization request comprises names and signatures of all information of a terminal database of the mobile terminal, so that the server queries the server database according to the names and signatures of all information and packages all information except the names and signatures into a synchronization data packet to be sent to the mobile terminal;
and receiving the synchronous data packet and updating each information in the synchronous data packet to the terminal database.
5. A method for synchronizing information between a mobile terminal and a server is applied to the server, and is characterized by comprising the following steps:
receiving an offline data synchronization request sent by a mobile terminal, generating a service signature and sending the service signature to the mobile terminal, so that the mobile terminal updates the service signature to offline updated information in a terminal database, wherein the information comprises a name, data and a signature;
and receiving the information which is sent by the mobile terminal and updates the service signature, and updating a server database according to the information.
6. The information synchronization method according to claim 5, further comprising:
broadcasting an offline synchronization request at regular time;
receiving an offline data synchronization request sent by the mobile terminal, generating a service signature and sending the service signature to the mobile terminal, so that the mobile terminal updates the service signature to offline updated information in a terminal database;
and receiving the information which is sent by the mobile terminal and updates the service signature, and updating a server database according to the information.
7. The information synchronization method according to claim 5 or 6, wherein the signature is a time stamp indicating a synchronization state and a synchronization time of the information.
8. The information synchronization method according to claim 7, further comprising:
receiving an online data updating request sent by the mobile terminal, wherein the online data updating request comprises the name and data of updated information;
generating a service signature and returning the service signature to the mobile terminal, and updating the name, data and the service signature of the information to the server database at the same time, so that the mobile terminal updates the signature of the corresponding information in the terminal database according to the service signature;
and/or
Receiving an online data synchronization request sent by the mobile terminal, wherein the online data synchronization request comprises names and signatures of all information of a terminal database of the mobile terminal;
and inquiring a server database according to the name and the signature of each piece of information, packaging each piece of information except the name and the signature into a synchronous data packet to be sent to the mobile terminal, and updating the mobile terminal to the terminal database according to each piece of information in the synchronous data packet.
9. A method for synchronizing information between a mobile terminal and a server is characterized by comprising
When the mobile terminal is judged to be in an off-line state,
if the information is updated, the mobile terminal updates the information of a terminal database, wherein each piece of information comprises a name, data and a signature, and the signature is a terminal signature generated by the mobile terminal;
when the mobile terminal is judged to be changed from the offline state to the online state and at least one piece of offline updated information with signature as the terminal signature exists:
the mobile terminal sends an offline data synchronization request to a server;
the server generates a service signature and transmits the service signature back to the mobile terminal;
the mobile terminal updates the signature of each offline updated information in the terminal database according to the service signature and sends each information updated with the service signature to the server;
and the server updates the server database according to the received information.
10. The information synchronization method according to claim 9, further comprising:
the mobile terminal receives the synchronization request broadcast by the server and inquires whether the signature is the terminal signature information;
if so:
the mobile terminal sends an offline data synchronization request to the server;
the server generates a service signature and transmits back to the mobile terminal,
the mobile terminal updates the signature of the information signed as the terminal signature in the terminal database according to the service signature and sends each updated information to the server;
and the server updates the updated information to the server database.
11. The information synchronization method according to claim 9 or 10, wherein the signature is a time stamp indicating a synchronization state and a synchronization time of the information.
12. The information synchronization method according to claim 11, further comprising:
when the mobile terminal is judged to be in an online state:
if the information is updated, the mobile terminal updates the information of the terminal database and sends an online data updating request to the server, wherein the online data updating request comprises the name and the data of the updated information;
the server generates a service signature and transmits the service signature back to the mobile terminal, and the name, the data and the service signature of the information are updated to the server database;
the mobile terminal updates the signature of the corresponding information in the terminal database according to the service signature; and/or
When the mobile terminal is judged to be started or synchronous in response to external operation:
the mobile terminal sends an online data synchronization request to the server, wherein the online data synchronization request comprises names and signatures of all information of a terminal database of the mobile terminal;
the server inquires a server database according to the name and the signature of each piece of information and packages each piece of information except the name and the signature into a synchronous data packet to be sent to the mobile terminal;
and the mobile terminal receives the synchronous data packet and updates each information in the synchronous data packet to the terminal database.
13. An information synchronization system, comprising a server and a plurality of mobile terminals, wherein
The server comprises a controller, a first communication device and a server database;
each mobile terminal comprises a processor, a second communication device, a terminal database and a network detector;
wherein the content of the first and second substances,
the processor controls the network detector to detect the network state, and if the mobile terminal is in an off-line state:
the processor updates information and stores the information in the terminal database, wherein each information comprises a name, data and a signature, and the signature is a terminal signature generated by the mobile terminal;
the processor controls the network detector to detect the network state, and if the mobile terminal is changed from the offline state to the online state and at least one piece of offline updated information with the signature being the terminal signature exists:
the processor sends an offline data synchronization request to the server through the second communication device, or
The controller broadcasts a synchronization request at regular time through the first communication device, the processor receives the synchronization request through the second communication device and sends an offline data synchronization request to a server through the second communication device,
the controller receives the offline data synchronization request through the first communication device, generates a service signature and sends the service signature to the mobile terminal through the first communication device,
the processor receives and updates the information of the terminal database according to the service signature through the second communication device and sends the updated information of the service signature to the server through the second communication device,
the controller receives the information of the updated service signature through the first communication device, and updates the server database according to the information;
the processor controls the network detector to detect the network state, and if the mobile terminal is in the online state:
the processor updates information and stores in the terminal database, sends an online data update request to the server through the second communication device, the online data update request including a name and data of the updated information,
the controller receives the online data updating request through the first communication device, generates a service signature, and updates the name and data of the information included in the online data updating request and the service signature to the server database;
the processor receives and updates the information of the terminal database according to the service signature through the second communication device; the processor judges that when the mobile terminal is started or responds to external operation synchronization:
the processor sends an online data synchronization request to the server through the second communication device, the online data synchronization request including names and signatures of various information of a terminal database of the mobile terminal,
the controller receives the online data synchronization request through the first communication equipment, queries a server database according to the name and the signature of each piece of information in the terminal database, packages each piece of information except the name and the signature into a synchronization data packet, and sends the synchronization data packet to the mobile terminal through the first communication equipment,
and the processor receives the data packet through the second communication equipment and updates the information in the data packet to the terminal database according to the synchronous data packet.
14. A computer-readable storage medium having stored thereon a computer program, characterized in that,
the program when executed by a processor implementing the method of any one of claims 1-4;
or
The program when executed by a processor implementing the method of any one of claims 5-8;
or
The program when executed by a processor implementing the method of any one of claims 9-12.
15. A computer device comprising a memory, a processor, and a computer program stored on the memory and executable on the processor,
the processor, when executing the program, implementing the method of any one of claims 1-4; or
The processor, when executing the program, implementing the method of any one of claims 5-8; or
The processor, when executing the program, implements the method of any of claims 9-12.
CN202010032343.1A 2020-01-13 2020-01-13 Information synchronization method, synchronization system, computer equipment and medium Pending CN111259022A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010032343.1A CN111259022A (en) 2020-01-13 2020-01-13 Information synchronization method, synchronization system, computer equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010032343.1A CN111259022A (en) 2020-01-13 2020-01-13 Information synchronization method, synchronization system, computer equipment and medium

Publications (1)

Publication Number Publication Date
CN111259022A true CN111259022A (en) 2020-06-09

Family

ID=70950519

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010032343.1A Pending CN111259022A (en) 2020-01-13 2020-01-13 Information synchronization method, synchronization system, computer equipment and medium

Country Status (1)

Country Link
CN (1) CN111259022A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112215726A (en) * 2020-10-29 2021-01-12 怀化智信能源科技有限公司 Water meter reading management method, device and system and storage medium
CN113220779A (en) * 2021-04-27 2021-08-06 阿波罗智联(北京)科技有限公司 Data processing method, device, storage medium and program product
CN113762890A (en) * 2021-08-17 2021-12-07 广州快批信息科技有限公司 Goods offline checking method and device based on PDA local storage
CN114126035A (en) * 2021-11-29 2022-03-01 云知声智能科技股份有限公司 Time synchronization method, device, terminal and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102857529A (en) * 2011-06-30 2013-01-02 镇江雅迅软件有限责任公司 Offline application system based on timestamp
CN103490843A (en) * 2013-09-22 2014-01-01 四川九洲电器集团有限责任公司 Method for transmitting offline data from terminal to platform
CN104967658A (en) * 2015-05-08 2015-10-07 成都品果科技有限公司 Data synchronization method on multiple devices
US20170177696A1 (en) * 2015-12-21 2017-06-22 Sap Se Usage of modeled validations on mobile devices in online and offline scenarios
CN108921542A (en) * 2018-05-30 2018-11-30 招商银行股份有限公司 Offline electronic payment method, payment end, gathering end and the storage medium of digital asset

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102857529A (en) * 2011-06-30 2013-01-02 镇江雅迅软件有限责任公司 Offline application system based on timestamp
CN103490843A (en) * 2013-09-22 2014-01-01 四川九洲电器集团有限责任公司 Method for transmitting offline data from terminal to platform
CN104967658A (en) * 2015-05-08 2015-10-07 成都品果科技有限公司 Data synchronization method on multiple devices
US20170177696A1 (en) * 2015-12-21 2017-06-22 Sap Se Usage of modeled validations on mobile devices in online and offline scenarios
CN108921542A (en) * 2018-05-30 2018-11-30 招商银行股份有限公司 Offline electronic payment method, payment end, gathering end and the storage medium of digital asset

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112215726A (en) * 2020-10-29 2021-01-12 怀化智信能源科技有限公司 Water meter reading management method, device and system and storage medium
CN113220779A (en) * 2021-04-27 2021-08-06 阿波罗智联(北京)科技有限公司 Data processing method, device, storage medium and program product
CN113762890A (en) * 2021-08-17 2021-12-07 广州快批信息科技有限公司 Goods offline checking method and device based on PDA local storage
CN114126035A (en) * 2021-11-29 2022-03-01 云知声智能科技股份有限公司 Time synchronization method, device, terminal and storage medium

Similar Documents

Publication Publication Date Title
CN111259022A (en) Information synchronization method, synchronization system, computer equipment and medium
CN110113407B (en) Applet state synchronization method, apparatus and computer storage medium
WO2021121370A1 (en) Message loss detection method and apparatus for message queue
EP4033374A1 (en) Method and device for synchronizing node data
EP3447631B1 (en) Writing trajectory synchronization method and system for multiple clients
CN110389935B (en) Method, equipment and computer storage medium for starting small program
CN111240896B (en) Terminal data synchronization method, device, server and storage medium
CN110222119B (en) Data conversion synchronization method, equipment and storage medium for heterogeneous database
CN111212135A (en) Message subscription method, device, system, electronic equipment and storage medium
CN111338834B (en) Data storage method and device
CN109889922B (en) Method, device, equipment and storage medium for forwarding streaming media data
CN113312119B (en) Information synchronization method and device, computer readable storage medium and electronic equipment
CN113010498B (en) Data synchronization method, device, computer equipment and storage medium
CN112689020B (en) Message transmission method, message middleware, electronic equipment and storage medium
CN111327680B (en) Authentication data synchronization method, device, system, computer equipment and storage medium
CN114584618A (en) Information interaction method, device, equipment, storage medium and system
CN111797352A (en) Method and device for sealing account and sealing system
CN109213955B (en) Data processing method and related equipment
CN115629909A (en) Service data processing method and device, electronic equipment and storage medium
CN114615325A (en) Message pushing method and device, computer equipment and storage medium
CN112511636B (en) Data transmission system, method, device, computer equipment and storage medium
CN111625288B (en) Method and device for controlling starting of application program, computer equipment and storage medium
CN111083192B (en) Data consensus method and device and electronic equipment
CN114202332A (en) Digital currency wallet management method, device and system
CN113761051A (en) Message pushing method, data acquisition method, device, system, equipment and medium

Legal Events

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