CN109284332B - Data processing method, client, server and computer readable storage medium - Google Patents

Data processing method, client, server and computer readable storage medium Download PDF

Info

Publication number
CN109284332B
CN109284332B CN201810997095.7A CN201810997095A CN109284332B CN 109284332 B CN109284332 B CN 109284332B CN 201810997095 A CN201810997095 A CN 201810997095A CN 109284332 B CN109284332 B CN 109284332B
Authority
CN
China
Prior art keywords
data
change record
client
application level
server
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
CN201810997095.7A
Other languages
Chinese (zh)
Other versions
CN109284332A (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.)
Jiangsu Qiyidian Network Co
Original Assignee
Jiangsu Qiyidian Network Co
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 Jiangsu Qiyidian Network Co filed Critical Jiangsu Qiyidian Network Co
Priority to CN201810997095.7A priority Critical patent/CN109284332B/en
Publication of CN109284332A publication Critical patent/CN109284332A/en
Application granted granted Critical
Publication of CN109284332B publication Critical patent/CN109284332B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a data processing method, a client, a server and a computer readable storage medium, wherein the method comprises the following steps: receiving a synchronization request sent by a client, wherein the synchronization request comprises first data stream information, and the first data stream information comprises a data stream identifier and a corresponding first application level; determining a target data change record for synchronizing a database of the client according to the first application level; and sending the target data change record to the client. According to the data processing method provided by the invention, the server can quickly send the target data change record to the client so that the client can automatically carry out data synchronization on the database, and the data synchronization effect under the framework of the client and the server is improved.

Description

Data processing method, client, server and computer readable storage medium
Technical Field
The present invention relates to the field of data processing, and in particular, to a data processing method, a client, a server, and a computer-readable storage medium.
Background
At present, the synchronization technology between databases is widely applied to servers, and the main purpose of the synchronization technology is to improve the system capacity, the system response speed, the reliability and the like. The database architecture between servers includes a master slave architecture, and the current synchronization operation refers to the synchronization of data from the master database to the slave database, and is a one-way operation, and the master database and the slave database have the same data except for delay.
The database synchronization techniques of the client and server architectures are very different from those of the master and slave databases. First, the database of the client only contains shared data among users and data related to the current user, and the server only contains the shared data and data of all users. The synchronization operation is bi-directional, i.e., the operation may be from the client to the server or from the server to the client. In the client and server architecture, the data of the application program on the client is stored locally, so that the application program is quick in response, good in user experience and capable of being used offline. For the above reasons, more and more applications are beginning to use client and server architectures, such as mobile phone applications, desktop applications, increasingly popular single web applications, and offline viewable mail applications. The main difficulty of the architecture of the client and the server is that the database of the client and the database of the server need to be kept synchronous, programming becomes very complicated, errors are easy to occur, and the database synchronization effect is poor.
Therefore, the existing client and server architecture has the problem of poor database synchronization effect.
Disclosure of Invention
The embodiment of the invention provides a data processing method, a client, a server and a computer readable storage medium, which aim to solve the problem that the existing client and server architecture has poor data synchronization effect.
In order to solve the technical problem, the invention is realized as follows:
in a first aspect, an embodiment of the present invention provides a data processing method, applied to a server, including:
receiving a synchronization request sent by a client, wherein the synchronization request comprises first data stream information, and the first data stream information comprises a data stream identifier and a corresponding first application level;
determining a target data change record for synchronizing a database of the client according to the first application level;
and sending the target data change record to the client.
In a second aspect, an embodiment of the present invention further provides a data processing method, applied to a client, including:
sending a synchronization request to a server, wherein the synchronization request comprises first data flow information, and the first data flow information comprises a data flow identification and a corresponding first application level;
receiving a target data change record which is sent by the server and used for synchronizing the database of the client;
and synchronizing the database of the client based on the target data change record.
In a third aspect, an embodiment of the present invention further provides a data processing method, applied to a server, including:
receiving a data change record sent by a client;
synchronizing a database of the server based on the data change record.
In a fourth aspect, an embodiment of the present invention further provides a data processing method, applied to a client, including:
under the condition that a data operation is received, converting the data operation into a data change record;
and sending the data change record to a server.
In a fifth aspect, an embodiment of the present invention further provides a server, including a processor, a memory, and a computer program stored on the memory and executable on the processor, where the computer program, when executed by the processor, implements the steps of any one of the data processing methods applied to the server.
In a sixth aspect, an embodiment of the present invention further provides a client, including a processor, a memory, and a computer program stored on the memory and executable on the processor, where the computer program, when executed by the processor, implements any of the steps of the data processing method applied to the client.
In a seventh aspect, an embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements the steps of any of the data processing methods described above.
In the embodiment of the invention, a synchronization request sent by a client is received, wherein the synchronization request comprises first data stream information, and the first data stream information comprises a data stream identifier and a corresponding first application level; determining a target data change record for synchronizing a database of the client according to the first application level; and sending the target data change record to the client. Therefore, the server can quickly send the target data change record to the client so that the client can automatically synchronize the data of the database, and the data synchronization effect under the framework of the client and the server is improved.
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 description of the embodiments of the present invention 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 that other drawings can be obtained according to these drawings without inventive exercise.
FIG. 1 is a flow chart of a data processing method provided by an embodiment of the invention;
FIG. 2 is a schematic diagram of a client and server architecture provided by an embodiment of the present invention;
FIG. 3 is a schematic diagram of a data change record provided by an embodiment of the present invention;
FIG. 4 is a schematic diagram of database synchronization provided by an embodiment of the present invention;
FIG. 5 is a schematic diagram of a data flow provided by an embodiment of the present invention;
FIG. 6 is a schematic diagram of data flow information provided by an embodiment of the invention;
FIG. 7 is a second schematic diagram of a client and server architecture according to an embodiment of the present invention;
FIG. 8 is a second flowchart of a data processing method according to an embodiment of the present invention;
FIG. 9 is a third flowchart of a data processing method according to an embodiment of the present invention;
FIG. 10 is a fourth flowchart of a data processing method according to an embodiment of the present invention;
FIG. 11 is a fifth flowchart of a data processing method according to an embodiment of the present invention;
FIG. 12 is a third schematic diagram of a client and server architecture according to an embodiment of the present invention;
FIG. 13 is a sixth flowchart of a data processing method according to an embodiment of the present invention;
FIG. 14 is a seventh flowchart of a data processing method according to an embodiment of the present invention;
FIG. 15 is an eighth flowchart of a data processing method provided by an embodiment of the invention;
FIG. 16 is one of the block diagrams of a server provided by the embodiments of the present invention;
fig. 17 is a second block diagram of a server according to an embodiment of the present invention;
FIG. 18 is one of the block diagrams of a client provided by the embodiments of the present invention;
fig. 19 is a third block diagram of a server according to an embodiment of the present invention;
fig. 20 is a second block diagram of the client according to the embodiment of the present invention;
fig. 21 is a third block diagram of a client according to an embodiment of the present invention;
FIG. 22 is a fourth block diagram of a server according to an embodiment of the present invention;
FIG. 23 is a fourth block diagram of a client according to an embodiment of the present invention;
FIG. 24 is a fifth diagram of a server according to an embodiment of the present invention;
fig. 25 is a fifth structural diagram of the client according to the embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a flowchart of a data processing method provided by an embodiment of the present invention, where the data processing method may be applied to a server, as shown in fig. 1, and includes the following steps:
step 101, receiving a synchronization request sent by a client.
It is understood that the client is communicatively coupled to the server. Referring to fig. 2, fig. 2 is a schematic diagram illustrating a client and server architecture according to an embodiment of the present invention in fig. 2. As shown in fig. 2, a communication connection is made between a client 201 and a server 202, the client 201 stores a client database 2011, which includes public data, user data of an account logged in on the client, and list data associated with the logged in account. In this embodiment, the client database may be a Structured Query Language (SQL) database, or may be another type of database.
The client 201 further includes a client middleware 2013, where the client middleware 2013 may provide a User Interface (UI) 2012, process data operations on the UI Interface, and may also synchronize the client database 2011 according to data sent by the server 202. The client middleware 2013 may also update the UI according to data received from the server 202. The server 202 comprises a server database 2022, the server database 2022 comprising common data and all user data. The server 202 also includes server middleware 2021, and the server 20221 receives the data of the client 201 and performs the same part of the data on the server database 2022.
In this embodiment, the synchronization request includes first data flow information, and the first data flow information includes a data flow identifier and a corresponding first application level.
In this embodiment, when performing a data operation on data in a database, the corresponding data content is adjusted according to the data operation, and the data operation is converted into a data change record, where the data change record includes an operation serial number, an operation name, a data form name, and an operation data set. Referring to fig. 3, fig. 3 is a schematic diagram of a data change record according to an embodiment of the present invention. As shown in fig. 3, in the case that the data operation is person, age ═ 30person, save (), the data change record corresponding to the conversion is: the sequence number is an increasing sequence, and the sequence number of the data change record corresponding to the latest data operation of one data is greater than the sequence number of the data change record corresponding to the previous data operation. The op represents an operation, namely the Chinese meaning of English operation, the operation comprises an adding operation, an updating operation, a deleting operation and the like, the adding operation can be represented by create, the updating operation can be represented by update, and the deleting operation can be represented by delete. record represents the name of the data change record, corresponding to the name of the data form. data represents data used by data operation, and is a set of one key and a corresponding value, and the set must include a primary key id. Each key in the data used by the data operation corresponds to the value of one field of the form in the database.
In this embodiment, after converting the data operation into a data change record, the database may be synchronized according to the data change record. Specifically, referring to fig. 4, fig. 4 is a schematic diagram of data operation according to an embodiment of the present invention. As shown in fig. 4, the data change is recorded as: sqe, the op is 1, the record is person, the data is (id is 1, age is 30), according to the data change record, the form with the form name being person is searched, the age field corresponding to the primary key id with the primary key id being 1 is determined from the person form, the age field corresponding to the primary key id with the primary key id being 1 is updated to 30, thus the database can be updated according to the data change record, and the purpose of updating the database is achieved.
In this embodiment, a plurality of data operations may be performed on one data, a plurality of data change records may be converted for the plurality of data operations, and a list composed of the plurality of data change records is taken as a data stream. The data stream comprises two main attributes including a name and an application level, the content of the data stream is an ordered list of data change records, namely, each item of the data stream is a data change record, and the application level of the data stream is the maximum operation sequence number of the data change record in the data stream.
Referring to fig. 5, fig. 5 is a schematic diagram of data flow according to an embodiment of the invention. As shown in fig. 5, the name of the data stream is person, the application level is 3, and there are 3 data change records, specifically, the first data change record is: seq ═ 1, op ═ create, record ═ person, data ═ (id ═ 1, name ═ John, age ═ 20); the second data change record is: seq ═ 2, op ═ update, record ═ person, data ═ 1, age ═ 30; the third data change record is: seq is 3, op is create, record is post, data is 1, subject is hello, text is this good. The corresponding meaning of the first data change record is that a form with a form name of person is created, the primary key id is 1, the person name is John, and the age is 20; the second data change record corresponds to the fact that the age of the primary key id1 in the person form is updated to be 30; the third data change record corresponds to the fact that a post is created, and the post is the table name of the post.
In this embodiment, a data stream identifier may be set for the data stream, for example, a name of the data stream may be used as the data stream identifier, the data stream identifier is mapped with an application level of the data stream, so as to obtain data stream information, the application level is a maximum operation sequence number in a data change record of the data stream, and the application levels of different data streams may be different or may be the same. For example, the client uses the name of the data stream as a data stream identifier, and maps the data stream identifier with a first application level of the data stream to obtain first data stream information, where the first application level is a maximum operation sequence number in a data change record of the data stream corresponding to the data stream identifier and stored by the client. For another example, the server uses the name of the data stream as a data stream identifier, and maps the data stream identifier with a second application level of the data stream to obtain second data stream information, where the second application level is a maximum operation sequence number in the data change record of the data stream corresponding to the data stream identifier and stored by the server.
Referring to fig. 6, fig. 6 is a schematic diagram of data flow information provided by an embodiment of the present invention. As shown in fig. 6, the data flow information includes a data flow identifier name and an application level identifier having a mapping relationship with the data flow identifier, for example, the application level of the data flow identifier person is 0, and the application level of the data flow identifier other is 10.
And step 102, determining a target data change record for synchronizing the database of the client according to the first application level.
In this embodiment, in a case where the second data information stored by the server includes a second application level corresponding to the data stream identifier, a target data change record is determined from the data stream change records in the data stream corresponding to the data stream identifier and stored by the server according to the first application level and the second application level, where an operation sequence number of the target data change record is greater than the first application level and less than or equal to the second application level. And the target data change record is a data change record which needs to be synchronized in the client.
Referring to fig. 7, fig. 7 is a second schematic diagram of a client and a server architecture according to an embodiment of the invention. As shown in fig. 7, a client 701 is communicatively connected to a server 702, a database of the client 701 stores first data flow information, where the first data flow information includes a data flow 1, an application level 10 corresponding to the data flow 1, a data flow 2, application levels 10 and … corresponding to the data flow 2, an application level 10 corresponding to the data flow (n-1) and the data flow (n-1), and an application level 10 corresponding to the data flow n; the database of the server 702 stores second data information, where the second data information includes data stream 1, application level 10 corresponding to data stream 1, data stream 2, application level 12, … corresponding to data stream 2, application level 11 corresponding to data stream (n-1) and data stream n, application level 10 corresponding to data stream n, where n is a positive integer, and data stream n is a data stream identifier.
After the server 702 receives first data stream information sent by the client 701, determining a target data change record as a data change record with a sequence number of 11 to 12 in a data stream corresponding to the data stream 2 according to the data stream 2 in the first data stream information, an application level 10 corresponding to the data stream 2, the data stream 2 in a second data stream, and an application level 12 corresponding to the data stream 2; and determining the target data change record as the data change record with the sequence number of 11 in the data stream corresponding to the data stream (n-1) according to the application level 10 of the data stream (n-1) in the first data stream information corresponding to the data stream (n-1), the data stream (n-1) in the second data stream and the application level 11 corresponding to the data stream 2.
And 103, sending the target data change record to the client.
In this embodiment, the target data change record includes an operation serial number, an operation name, a data form name, and an operation data set. The number of the data stream change records in the target data stream change record is variable and can be 1, 2 or more, and is determined according to the first application level and the second application level. And under the condition that the client receives the target data change record, the client can synchronize data according to the target data change record to finish data synchronization.
According to the data processing method, a synchronization request sent by a client is received, wherein the synchronization request comprises first data stream information, and the first data stream information comprises a data stream identifier and a corresponding first application level; determining a target data change record for synchronizing a database of the client according to the first application level; and sending the target data change record to the client. Therefore, the server can quickly send the target data change record to the client so that the client can automatically synchronize the data of the database, and the data synchronization effect under the framework of the client and the server is improved.
Referring to fig. 8, fig. 8 is a flowchart of a data processing method provided by an embodiment of the present invention, where the data processing method may be applied to a server. As shown in fig. 8, the method comprises the following steps:
step 801, receiving a synchronization request sent by a client.
The implementation process and beneficial effects of this step can be referred to the description in step 101, and are not described herein again.
Step 802, comparing the first application level with a second application level corresponding to the stored data stream identifier.
Referring to fig. 7 again, after the server 702 receives the first data flow information sent by the client 701, the application levels with the same data flow identification in the first data flow information and the second data flow information are compared, for example, the application levels 11 and 10 corresponding to the same data flow (n-1) are compared, and the application levels 10 and 10 corresponding to the same data flow n are compared.
Step 803, in the case that the second application level is higher than the first application level, determining the target data change record from the data stream corresponding to the data stream identification.
Referring again to fig. 7, when the application levels 11 and 10 corresponding to the same data stream (n-1) are compared to find that the application level 11 is higher than the application level 10, that is, the second application level is higher than the first application, the data change record of the operation sequence number 11 is determined from the data stream corresponding to the data stream (n-1) stored in the server 702 as the target data change record.
Step 804, sending the target data change record to the client.
The implementation process and beneficial effects of this step can be referred to the description in step 103, and are not described herein again.
The data processing method of the embodiment of the invention receives the synchronous request sent by the client; comparing the first application level with a second application level corresponding to the stored data flow identification; determining the target data change record from the data stream corresponding to the data stream identification if the second application level is higher than the first application level; and sending the target data change record to the client. Therefore, the server can quickly send the target data change record to the client so that the client can automatically synchronize the data of the database, and the data synchronization effect under the framework of the client and the server is improved.
Referring to fig. 9, fig. 9 is a flowchart of a data processing method provided by an embodiment of the present invention, where the data processing method may be applied to a client. As shown in fig. 9, the method comprises the following steps:
step 901, sending a synchronization request to a server.
For example, referring to fig. 2, a client 201 sends a synchronization request to the server 202. In this embodiment, the synchronization request includes first data flow information, and the first data flow information includes a data flow identifier and a corresponding first application level. The first data flow information may refer to the first quantity flow information stored in the client 701 in fig. 7, and the first data flow information includes data flow 1, application level 10 corresponding to data flow 1, data flow 2, application level 10, … corresponding to data flow 2, data flow (n-1), application level 10 corresponding to data flow (n-1), data flow n, and application level 10 corresponding to data flow n. The first application level is a maximum operation sequence number in a data change record of a data flow stored in the client and corresponding to the data flow identification.
And step 902, receiving a target data change record which is sent by the server and used for synchronizing the database of the client.
In this embodiment, the target data change record includes an operation serial number, an operation name, a data form name, and an operation data set. The number of data stream change records in the target data stream change record is not fixed, and may be 1, 2 or more.
For example, in FIG. 2, client 701 receives a target data change record sent by server 702.
And step 903, synchronizing the database of the client based on the target data change record.
For example, in fig. 2, client 701 synchronizes data in a database based on the target data packet telephone record.
The data processing method provided by the embodiment of the invention sends a synchronization request to the server; receiving a target data change record which is sent by the server and used for synchronizing the database of the client; and synchronizing the database of the client based on the target data change record. Therefore, the client can receive the target data change record sent by the server, and the client can automatically synchronize the data of the database, so that the data synchronization effect under the framework of the client and the server is improved.
Referring to fig. 10, fig. 10 is a flowchart of a data processing method provided by an embodiment of the present invention, where the data processing method may be applied to a client. As shown in fig. 10, the method comprises the following steps:
step 1001, a synchronization request is sent to a server.
The implementation process and beneficial effects of this step may refer to the description in step 901, and are not described herein again.
Step 1002, receiving a target data change record sent by the server for synchronizing the database of the client.
The implementation process and beneficial effects of this step can be referred to the description in step 902, and are not described herein again.
Step 1003, updating the first data stream information based on the target data change record, and synchronizing the data stream corresponding to the data stream identifier.
In this embodiment, synchronizing the first data stream information mainly includes the following steps: updating the first application level corresponding to the data stream identifier of the first data stream information based on the maximum operation sequence number in the target data change record, for example, if the operation sequence number in the target data change record is 13, updating the first application level corresponding to the data stream identifier of the first data stream information to 13. The method for synchronizing the data stream corresponding to the data stream identifier mainly comprises the following steps: and updating the target data change record to the data stream corresponding to the data stream identification. For example, if the target data change record is seq-2, op-update, record-person, data (id-1, age-30), then seq-2, op-update, record-person, data (id-1, age-30) are updated into the data stream.
The data processing method provided by the embodiment of the invention sends a synchronization request to the server; receiving a target data change record which is sent by the server and used for synchronizing the database of the client; and updating the first data stream information based on the target data change record, and updating the data stream corresponding to the data stream identifier. Therefore, the client can receive the target data change record sent by the server, and the client can automatically synchronize the first data stream information and the data stream in the database, so that the data synchronization effect under the client and server architecture is improved.
Referring to fig. 11, fig. 11 is a flowchart of a data processing method provided by an embodiment of the present invention, where the data processing method may be applied to a server, as shown in fig. 11, and includes the following steps:
step 1101, receiving a data change record sent by the client.
In this embodiment, the data change record includes an operation serial number, an operation name, a data form name, and an operation data set. For the description of the data change record, reference may be made to the description of fig. 3 in the embodiment shown in fig. 1, and details are not repeated herein to avoid repetition.
Referring to fig. 12, fig. 12 is a schematic diagram of a client and server architecture according to an embodiment of the present invention. As shown in fig. 12, a client 1201 is communicatively coupled to a server 1202. The client 1201 includes a client database 12011 and client middleware 12013, and the client middleware 12013 may display a user interface 12012. In this embodiment, the functions of the client database 1011 and the client middleware 12013 are the same as or similar to the functions of the client database 2011 and the client middleware 2013 shown in fig. 2, and are not repeated herein to avoid repetition. The server 1202 includes a server middleware 12021 and a server database 12022, and functions of the server middleware 12021 and the server database 12022 are respectively the same as or similar to those of the server middleware 2021 and the server database 2022 shown in fig. 2, and are not described herein again to avoid repetition.
Step 1102, synchronizing the database of the server based on the data change record.
In this embodiment, the data change record includes an operation serial number, an operation name, a data form name, and an operation data set. In fig. 12, in the case where the server 1202 receives a data change record, the data in the database of the server may be synchronized according to the data change record, for example, the data change record may be applied to the database, the data change record may be added to the data stream, the application level in the data stream information may be synchronized, and so on. For example, in fig. 12, the data change record sent by the client 1201 to the server 1202 is: when seq is 1, op is update, record is person, and data is (id is 1, age is 30), the server 1202 synchronizes the data age in the primary key id1 of the single person to 30, synchronizes the application level in the data stream information to 2, and adds the data stream. It should be noted that, for descriptions of data streams, data stream information, application levels, and the like, reference may be made to relevant descriptions in the embodiments of the present invention, and details are not described herein to avoid repetition.
The data processing method provided by the embodiment of the invention receives the data change record sent by the client; synchronizing a database of the server based on the data change record. Therefore, the server can receive the data change record sent by the client, and can automatically synchronize the data of the database, so that the data synchronization effect under the framework of the client and the server is improved.
Referring to fig. 13, fig. 13 is a flowchart of a data processing method provided by an embodiment of the present invention, where the data processing method may be applied to a server, as shown in fig. 13, and includes the following steps:
step 1301, receiving a data change record sent by a client.
The implementation process and beneficial effects of this step can be referred to the description in step 1101, and are not described herein again.
Step 1302, updating the data stream information based on the data change record, and updating the data stream corresponding to the data stream identifier of the data stream information.
In this embodiment, synchronizing the data stream information mainly includes the following steps: and synchronizing the application level corresponding to the data stream identifier of the data stream information based on the maximum operation sequence number in the data change record, for example, if the operation sequence number in the data change record is 13, updating the application level corresponding to the data stream identifier of the data stream information to 13. The method for synchronizing the data stream corresponding to the data stream identifier mainly comprises the following steps: and synchronizing the data change record to the data stream corresponding to the data stream identification. For example, if the target data change record is seq-2, op-update, record-person, data (id-1, age-30), then seq-2, op-update, record-person, data (id-1, age-30) are updated into the data stream. It is supplementary to be noted that, the data flow information further includes an application level corresponding to the data flow identifier, where the application level is a maximum operation sequence number of a data change record in the data flow corresponding to the data flow identifier. For the description of the data stream information, the data stream identifier, the data stream and the application level, reference may be made to the related description in the embodiments of the present invention, and details are not repeated here to avoid repetition.
The data processing method provided by the embodiment of the invention receives the data change record sent by the client; and updating the data flow information based on the data change record, and updating the data flow corresponding to the data flow identification of the data flow information. Therefore, the server can receive the data change record sent by the client, and can automatically synchronize the data stream information and the data stream in the database, so that the data synchronization effect under the client and server architecture is improved.
Referring to fig. 14, fig. 14 is a flowchart of a data processing method provided by an embodiment of the present invention, where the data processing method may be applied to a client, as shown in fig. 14, and includes the following steps:
step 1401, in case of receiving a data operation, converting the data operation into a data change record.
The data change record comprises an operation serial number, an operation type, a data form name and an operation data set. Referring to fig. 12 again, after the client 1201 receives a data operation on a User Interface (UI) 12012, the client middleware 12013 converts the data operation into a data change record.
And 1402, sending the data change record to a server.
For example, in fig. 12, a client 1201 sends a data change record to a server 1202, and the server 1202 receives the data change record sent by the client 1201.
According to the data processing method provided by the embodiment of the invention, under the condition that data operation is received, the data operation is converted into a data change record; and sending the data change record to a server. Therefore, the client can send the data change record to the server so that the server can automatically carry out data synchronization on the database, and the data synchronization effect under the framework of the client and the server is improved.
Referring to fig. 15, fig. 15 is a flowchart of a data processing method provided by an embodiment of the present invention, where the data processing method may be applied to a client, as shown in fig. 15, and includes the following steps:
step 1501, in the case of receiving a data operation, converting the data operation into a data change record.
The implementation process and the beneficial effects of this step can be referred to the description in step 1401, and are not described in detail here.
Optionally, the step 1501 may further include the following steps:
and taking the operation serial number, the operation type, the data form name and the operation data set which are obtained from the data operation as the data change record.
Referring to fig. 3 again, when the content corresponding to the data operation is person, age, 30person, save (), seq +1, op, record, and data (id 1, age, 30) obtained from the data operation are recorded as data change records.
Step 1502, sending the data change record to a server.
The implementation process and beneficial effects of this step can be referred to the description in step 1402, and are not described herein again.
And 1503, updating the data stream information based on the data change record, and synchronizing the data stream corresponding to the data stream identifier of the data stream information.
In this embodiment, the data flow information further includes an application level corresponding to the data flow identifier, where the application level is a maximum operation sequence number of a data change record in the data flow corresponding to the data flow identifier.
The synchronizing of the data stream information may comprise the steps of: and synchronizing the application level corresponding to the data stream identifier of the data stream information based on the maximum operation sequence number in the data change record, for example, if the operation sequence number in the data change record is 13, synchronizing the application level corresponding to the data stream identifier of the data stream information to be 13. The step of synchronizing the data stream corresponding to the data stream identifier comprises the following steps: and synchronizing the data change record to the data stream corresponding to the data stream identification. It should be noted that, for descriptions of data stream information and data streams corresponding to the data stream identifiers, reference may be made to relevant descriptions in the embodiments of the present invention, and details are not described herein again to avoid repetition.
According to the data processing method provided by the embodiment of the invention, under the condition that data operation is received, the data operation is converted into a data change record; sending the data change record to a server; and updating the data stream information based on the data change record, and synchronizing the data stream corresponding to the data stream identifier of the data stream information. Therefore, the client can send the data change record to the server so that the server can automatically synchronize the data of the database, and can synchronize the data stream information and the data stream according to the data change record, thereby improving the data synchronization effect under the framework of the client and the server.
Referring to fig. 16, fig. 16 is a block diagram of a server according to an embodiment of the present invention, and as shown in fig. 16, a server 1600 includes: a first receiving module 1601, a first determining module 1602, and a first sending module 1603, where the first receiving module 1601 is connected to the first determining module 1602, and the first determining module 1602 is connected to the first sending module 1603, where:
a first receiving module 1601, configured to receive a synchronization request sent by a client, where the synchronization request includes first data flow information, and the first data flow information includes a data flow identifier and a corresponding first application level;
a first determining module 1602, configured to determine, according to the first application level, a target data change record for synchronizing a database of the client;
a first sending module 1603, configured to send the target data change record to the client.
Optionally, as shown in fig. 15, the first determining module 1602 includes:
a comparison sub-module 16021 configured to compare the first application level with a second application level corresponding to the stored data stream identifier;
a determining sub-module 16022, configured to determine the target data change record from the data stream corresponding to the data stream identifier if the second application level is higher than the first application level;
wherein an operational sequence number of the target data change record is greater than the first application level and less than or equal to the second application level.
Optionally, the target data change record includes an operation serial number, an operation name, a data form name, and an operation data set;
the first application level is the maximum operation sequence number in the data change record of the data flow corresponding to the data flow identification and stored by the client;
the second application level is a maximum operation sequence number in a data change record of the data flow corresponding to the data flow identification, which is stored by the server.
The server provided by the embodiment of the invention can quickly send the target data change record to the client so that the client can automatically synchronize the data of the database, and the data synchronization effect under the framework of the client and the server is improved.
Referring to fig. 18, fig. 18 is a structural diagram of a client according to an embodiment of the present invention, and as shown in fig. 18, the client 1800 includes: a second sending module 1801, a second receiving module 1802, and a first synchronization module 1803, where the second sending module 1801 is connected to the second receiving module 1802, and the second receiving module 1802 is connected to the first synchronization module 1803, where:
a second sending module 1801, configured to send a synchronization request to a server, where the synchronization request includes first data flow information, and the first data flow information includes a data flow identifier and a corresponding first application level;
a second receiving module 1802, configured to receive a target data change record, which is sent by the server and used for synchronizing the database of the client;
a first synchronization module 1803, configured to synchronize the database of the client based on the target data change record.
Optionally, the first synchronization module 1803 is further configured to update the first data stream information based on the target data change record, and update a data stream corresponding to the data stream identifier.
Optionally, the target data change record includes an operation serial number, an operation name, a data form name, and an operation data set;
the first application level is a maximum operation sequence number in a data change record of a data flow stored in the client and corresponding to the data flow identification.
The client provided by the embodiment of the invention can receive the target data change record sent by the server, and the client can automatically synchronize the data of the database, so that the data synchronization effect under the client and server architecture is improved.
Referring to fig. 19, fig. 19 is a structural diagram of a client according to an embodiment of the present invention, and as shown in fig. 19, a server 1900 includes: a third receiving module 1901 and a second synchronization module 1902, wherein the third receiving module 1901 is connected to the second synchronization module 1902, and wherein:
a third receiving module 1901, configured to receive a data change record sent by the client;
a second synchronization module 1902, configured to synchronize the database of the server based on the data change record.
Optionally, the second synchronization module 1902 is further configured to update data stream information based on the data change record, and update a data stream corresponding to a data stream identifier of the data stream information;
the data flow information further includes an application level corresponding to the data flow identifier, where the application level is a maximum operation sequence number of a data change record in the data flow corresponding to the data flow identifier.
Optionally, the data change record includes an operation serial number, an operation name, a data form name, and an operation data set.
The server provided by the embodiment of the invention can receive the data change record sent by the client, and the server can automatically synchronize the data of the database, so that the data synchronization effect under the framework of the client and the server is improved.
Referring to fig. 20, fig. 20 is a structural diagram of a client according to an embodiment of the present invention, and as shown in fig. 20, a client 2000 includes: a conversion module 2001 and a third sending module 2002, wherein the conversion module 2001 is connected to the third sending module 2002, and wherein:
a conversion module 2001, configured to, in a case that a data operation is received, convert the data operation into a data change record;
a third sending module 2002, configured to send the data change record to a server.
Referring to fig. 21, as shown in fig. 21, the client 2000 further includes:
a third synchronization module 2003, configured to update data stream information based on the data change record, and synchronize a data stream corresponding to a data stream identifier of the data stream information;
the data flow information further includes an application level corresponding to the data flow identifier, where the application level is a maximum operation sequence number of a data change record in the data flow corresponding to the data flow identifier.
Optionally, the conversion module 2001 is further configured to use an operation serial number, an operation type, a data form name, and an operation data set obtained from the data operation as the data change record.
The client provided by the embodiment of the invention can send the data change record to the server so that the server can automatically synchronize the data of the database, and the data synchronization effect under the framework of the client and the server is improved.
Referring to fig. 22, fig. 22 is a structural diagram of a server according to an embodiment of the present invention, and as shown in fig. 22, the server 2200 includes: a processor 2201, a bus interface and transceiver 2202, wherein:
a transceiver 2202, configured to receive a synchronization request sent by a client, where the synchronization request includes first data flow information, and the first data flow information includes a data flow identifier and a corresponding first application level;
the processor 2201 is configured to determine, according to the first application level, a target data change record for synchronizing the database of the client;
the transceiver 2202 is further configured to send the target data change record to the client.
Optionally, the processor 2201 executes the determining, according to the first application level, a target data change record for synchronizing the database of the client, including:
comparing the first application level with a second application level corresponding to the stored data flow identification;
determining the target data change record from the data stream corresponding to the data stream identification if the second application level is higher than the first application level;
wherein the operation sequence number of the target data change record is greater than the first application level and less than or equal to the second application level.
Optionally, the target data change record includes an operation serial number, an operation name, a data form name, and an operation data set;
the first application level is the maximum operation sequence number in the data change record of the data flow corresponding to the data flow identification and stored by the client;
the second application level is a maximum operation sequence number in a data change record of the data flow corresponding to the data flow identification, which is stored by the server.
In this embodiment of the present invention, the server 2200 further includes: a memory 2203. In fig. 22, the bus architecture may include any number of interconnected buses and bridges, with one or more processors, represented by processor 2201, and various circuits, represented by memory 2203, linked together. The bus architecture may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. The bus interface provides an interface. The transceiver 2202 may be a number of elements including a transmitter and a receiver that provide a means for communicating with various other apparatus over a transmission medium. The processor 2201 is responsible for managing the bus architecture and general processing, and the memory 2203 may store data used by the processor 2201 in performing operations.
The server 2200 provided by the invention can quickly send the target data change record to the client so that the client can automatically synchronize the data of the database, and the data synchronization effect under the framework of the client and the server is improved.
Referring to fig. 23, fig. 23 is a structural diagram of a client according to an embodiment of the present invention, and as shown in fig. 23, the client 2300 includes: a processor 2301, a bus interface and transceiver 2302, wherein:
a transceiver 2302 that transmits a synchronization request to a server, the synchronization request including first data flow information including a data flow identification and a corresponding first application level;
the transceiver 2302 is further used for receiving a target data change record sent by the server and used for synchronizing the database of the client;
a processor 2301 configured to synchronize the database of the client based on the target data change record.
Optionally, the processor 2301 performs the synchronization of the database of the client based on the target data change record, including:
and updating the first data stream information based on the target data change record, and updating the data stream corresponding to the data stream identifier.
Optionally, the target data change record includes an operation serial number, an operation name, a data form name, and an operation data set;
the first application level is a maximum operation sequence number in a data change record of a data flow stored in the client and corresponding to the data flow identification.
In this embodiment of the present invention, the client 2300 further includes: a memory 2303. In FIG. 23, the bus architecture may include any number of interconnected buses and bridges, with one or more processors represented by the processor 2301 and various circuits of the memory represented by the memory 2303 being linked together in particular. The bus architecture may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. The bus interface provides an interface. The transceiver 2302 may be a number of elements including a transmitter and a receiver providing a means for communicating with various other apparatus over a transmission medium. The processor 2301 is responsible for managing the bus architecture and general processing, and the memory 2303 may store data used by the processor 2301 in performing operations.
The client 2300 provided by the invention can receive the target data change record sent by the server, and the client can automatically synchronize the data of the database, thereby improving the data synchronization effect under the framework of the client and the server.
Referring to fig. 24, fig. 24 is a structural diagram of a server according to an embodiment of the present invention, and as shown in fig. 24, a server 2400 includes: a processor 2401, a bus interface and transceiver 2402, wherein:
a transceiver 2402, configured to receive a data change record sent by a client;
a processor 2401, configured to synchronize a database of the server based on the data change record.
Optionally, the processor 2401 performs the synchronizing of the database of the server based on the data change record, including:
updating data stream information based on the data change record, and updating a data stream corresponding to the data stream identifier of the data stream information;
the data flow information further includes an application level corresponding to the data flow identifier, where the application level is a maximum operation sequence number of a data change record in the data flow corresponding to the data flow identifier.
Optionally, the data change record includes an operation serial number, an operation name, a data form name, and an operation data set.
In this embodiment of the present invention, the server 2400 further includes: a memory 2403. In FIG. 24, the bus architecture may include any number of interconnected buses and bridges, with one or more processors represented by processor 2401 and various circuits of memory represented by memory 2403 being linked together. The bus architecture may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. The bus interface provides an interface. The transceiver 2402 may be a plurality of elements including a transmitter and a receiver that provide a means for communicating with various other apparatus over a transmission medium. The processor 2401 is responsible for managing a bus architecture and general processing, and the memory 2403 may store data used by the processor 2401 when performing operations.
The server 2400 provided by the embodiment of the invention can receive the data change record sent by the client, and can automatically synchronize the data of the database, so that the data synchronization effect under the client and server architecture is improved.
Referring to fig. 25, fig. 25 is a structural diagram of a client according to an embodiment of the present invention, and as shown in fig. 25, a client 2500 includes: a processor 2501, a bus interface and transceiver 2502, wherein:
a processor 2501, configured to, in a case that a data operation is received, convert the data operation into a data change record;
a transceiver 2502, configured to send the data change record to a server.
Optionally, the processor 2501 is further configured to update data stream information based on the data change record, and update a data stream corresponding to a data stream identifier of the data stream information;
the data flow information further includes an application level corresponding to the data flow identifier, where the application level is a maximum operation sequence number of a data change record in the data flow corresponding to the data flow identifier.
Optionally, the processor 2501 performs the converting the data operation into a data change record, including:
and taking the operation serial number, the operation type, the data form name and the operation data set which are obtained from the data operation as the data change record.
In this embodiment of the present invention, the client 2500 further includes: a memory 2503. In FIG. 25, the bus architecture may include any number of interconnected buses and bridges, with one or more processors represented by the processor 2501 and various circuits of memory represented by the memory 2503 being linked together. The bus architecture may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. The bus interface provides an interface. The transceiver 2502 may be a plurality of elements including a transmitter and a receiver, providing a means for communicating with various other apparatus over a transmission medium. The processor 2501 is responsible for managing the bus architecture and general processing, and the memory 2503 may store data used by the processor 2501 in performing operations.
The client 2500 provided by the embodiment of the invention can send the data change record to the server so that the server can automatically synchronize the data of the database, and the data synchronization effect under the framework of the client and the server is improved.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements each process of any of the above data processing method embodiments, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here. The computer-readable storage medium may be a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (16)

1. A data processing method is applied to a server and is characterized by comprising the following steps:
receiving a synchronization request sent by a client, wherein the synchronization request comprises first data stream information, and the first data stream information comprises a data stream identifier and a corresponding first application level;
determining a target data change record for synchronizing a database of the client according to the first application level;
sending the target data change record to the client;
determining a target data change record for synchronizing a database of the client according to the first application level includes:
comparing the first application level with a second application level corresponding to the stored data flow identification;
determining the target data change record from the data stream corresponding to the data stream identification if the second application level is higher than the first application level;
wherein the operation sequence number of the target data change record is greater than the first application level and less than or equal to the second application level;
the target data change record comprises an operation serial number, an operation name, a data form name and an operation data set;
the first application level is the maximum operation sequence number in the data change record of the data flow corresponding to the data flow identification and stored by the client;
the second application level is a maximum operation sequence number in a data change record of the data flow corresponding to the data flow identification, which is stored by the server.
2. A data processing method is applied to a client, and is characterized by comprising the following steps:
sending a synchronization request to a server, wherein the synchronization request comprises first data flow information, and the first data flow information comprises a data flow identification and a corresponding first application level;
receiving a target data change record which is sent by the server and used for synchronizing the database of the client;
synchronizing a database of the client based on the target data change record;
the synchronizing the database of the client based on the target data change record comprises:
updating the first data stream information based on the target data change record, and updating the data stream corresponding to the data stream identifier;
the target data change record comprises an operation serial number, an operation name, a data form name and an operation data set;
the first application level is a maximum operation sequence number in a data change record of a data flow stored in the client and corresponding to the data flow identification.
3. A data processing method is applied to a server and is characterized by comprising the following steps:
receiving a data change record sent by a client;
synchronizing a database of the server based on the data change record;
the synchronizing the database of the server based on the data change record includes:
updating data stream information based on the data change record, and updating a data stream corresponding to the data stream identifier of the data stream information;
the data flow information further comprises an application level corresponding to the data flow identification, wherein the application level is the maximum operation sequence number of a data change record in the data flow corresponding to the data flow identification;
the data change record comprises an operation serial number, an operation name, a data form name and an operation data set.
4. A data processing method is applied to a client, and is characterized by comprising the following steps:
under the condition that a data operation is received, converting the data operation into a data change record;
sending the data change record to a server;
after converting the data operation into a data change record, the method further comprises:
updating data stream information based on the data change record, and updating a data stream corresponding to the data stream identifier of the data stream information; the data flow information further comprises an application level corresponding to the data flow identification, wherein the application level is the maximum operation sequence number of a data change record in the data flow corresponding to the data flow identification;
the converting the data operation into a data change record comprises:
and taking the operation serial number, the operation type, the data form name and the operation data set which are obtained from the data operation as the data change record.
5. A server, comprising:
the system comprises a first receiving module, a second receiving module and a synchronization module, wherein the first receiving module is used for receiving a synchronization request sent by a client, the synchronization request comprises first data stream information, and the first data stream information comprises a data stream identifier and a corresponding first application level;
a first determining module, configured to determine, according to the first application level, a target data change record for synchronizing a database of the client;
the first sending module is used for sending the target data change record to the client;
the first determining module includes:
a comparison submodule, configured to compare the first application level with a second application level corresponding to the stored data stream identifier;
a determination submodule configured to determine the target data change record from the data stream corresponding to the data stream identifier if the second application level is higher than the first application level;
wherein the operation sequence number of the target data change record is greater than the first application level and less than or equal to the second application level;
the target data change record comprises an operation serial number, an operation name, a data form name and an operation data set;
the first application level is the maximum operation sequence number in the data change record of the data flow corresponding to the data flow identification and stored by the client;
the second application level is a maximum operation sequence number in a data change record of the data flow corresponding to the data flow identification, which is stored by the server.
6. A client, comprising:
a second sending module, configured to send a synchronization request to a server, where the synchronization request includes first data flow information, and the first data flow information includes a data flow identifier and a corresponding first application level;
the second receiving module is used for receiving a target data change record which is sent by the server and used for synchronizing the database of the client;
the first synchronization module is used for synchronizing the database of the client based on the target data change record;
the first synchronization module is further configured to update the first data stream information based on the target data change record, and update a data stream corresponding to the data stream identifier;
the target data change record comprises an operation serial number, an operation name, a data form name and an operation data set;
the first application level is a maximum operation sequence number in a data change record of a data flow stored in the client and corresponding to the data flow identification.
7. A server, comprising:
the third receiving module is used for receiving the data change record sent by the client;
the second synchronization module is used for synchronizing the database of the server based on the data change record;
the second synchronization module is further configured to update data stream information based on the data change record, and update a data stream corresponding to a data stream identifier of the data stream information;
the data flow information further comprises an application level corresponding to the data flow identification, wherein the application level is the maximum operation sequence number of a data change record in the data flow corresponding to the data flow identification;
the data change record comprises an operation serial number, an operation name, a data form name and an operation data set.
8. A client, comprising:
the conversion module is used for converting the data operation into a data change record under the condition of receiving the data operation;
the third sending module is used for sending the data change record to a server;
the third synchronization module is used for updating the data stream information based on the data change record and updating the data stream corresponding to the data stream identifier of the data stream information;
the data flow information further comprises an application level corresponding to the data flow identification, wherein the application level is the maximum operation sequence number of a data change record in the data flow corresponding to the data flow identification;
the conversion module is further configured to use an operation serial number, an operation type, a data form name, and an operation data set obtained from the data operation as the data change record.
9. A server, characterized by comprising a processor, a memory and a computer program stored on the memory and executable on the processor, the computer program, when executed by the processor, implementing the steps of the data processing method according to claim 1.
10. A client, characterized in that it comprises a processor, a memory and a computer program stored on said memory and executable on said processor, said computer program, when executed by said processor, implementing the steps of the data processing method according to claim 2.
11. A server, characterized by a processor, a memory and a computer program stored on the memory and executable on the processor, the computer program, when executed by the processor, implementing the steps of the data processing method according to claim 3.
12. A client, characterized in that it comprises a processor, a memory and a computer program stored on said memory and executable on said processor, said computer program, when executed by said processor, implementing the steps of the data processing method according to claim 4.
13. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the data processing method as claimed in claim 1.
14. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the data processing method as claimed in claim 2.
15. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the data processing method as claimed in claim 3.
16. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the data processing method as claimed in claim 4.
CN201810997095.7A 2018-08-29 2018-08-29 Data processing method, client, server and computer readable storage medium Active CN109284332B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810997095.7A CN109284332B (en) 2018-08-29 2018-08-29 Data processing method, client, server and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810997095.7A CN109284332B (en) 2018-08-29 2018-08-29 Data processing method, client, server and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN109284332A CN109284332A (en) 2019-01-29
CN109284332B true CN109284332B (en) 2021-01-05

Family

ID=65183650

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810997095.7A Active CN109284332B (en) 2018-08-29 2018-08-29 Data processing method, client, server and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN109284332B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110765165B (en) * 2019-10-23 2022-07-29 中国银行股份有限公司 Method, device and system for synchronously processing cross-system data

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010113235A (en) * 2000-06-17 2001-12-28 윤종용 Database updating mothod using recordable optical-disk and apparatuses therefor
US6944636B1 (en) * 2004-04-30 2005-09-13 Microsoft Corporation Maintaining time-date information for syncing low fidelity devices
CN100368998C (en) * 2004-07-23 2008-02-13 中兴通讯股份有限公司 Multiple data base data syne method
CN1937536A (en) * 2006-10-31 2007-03-28 华为技术有限公司 Network management topological data synchronous refreshing method and system
CN103984715B (en) * 2014-05-08 2017-04-12 武汉库百网络技术有限公司 Data synchronizing and checking method, device and system of isomerous database
CN105912628B (en) * 2016-04-07 2019-05-28 北京奇虎科技有限公司 The synchronous method and device of master-slave database

Also Published As

Publication number Publication date
CN109284332A (en) 2019-01-29

Similar Documents

Publication Publication Date Title
CN103152398B (en) File synchronisation method and system between the file of a kind of multiple terminals
CN102955781B (en) A kind of personage's searching method and device
CN102769640B (en) The update method of user profile, server and system
CN113485962B (en) Log file storage method, device, equipment and storage medium
CN110837409A (en) Method and system for executing task regularly
EP3866022A2 (en) Transaction processing method and device, electronic device and readable storage medium
CN112839067A (en) Data synchronization method and device
CN111277483A (en) Multi-terminal message synchronization method, server and storage medium
CN109284332B (en) Data processing method, client, server and computer readable storage medium
CN105915636B (en) A kind of synchronous method and device of contact information
US20120303601A1 (en) Mobile search method and system thereof
CN111193661B (en) Management method and device based on enterprise communication channel fusion system
CN111163127B (en) Media asset attribute pushing method and server
US20150178365A1 (en) System And Method For Implementing Nested Relationships Within A Schemaless Database
CN111814020A (en) Data acquisition method and device
AU2012261393B2 (en) Method and system for inputting information to mobile terminal as well as mobile terminal
CN115277707A (en) Service processing method, device, electronic equipment and storage medium
CN101340463A (en) Method and apparatus for determining network resource type
CN108933755B (en) Application server message sending, receiving and interacting method and device
CN111259178A (en) Image data synchronization method, device and system
CN113076413B (en) Parameter association service method, system, device and storage medium
CN116594658B (en) Version upgrading method and device for metadata, electronic equipment and medium
CN113760860B (en) Data reading method and device
US20240106889A1 (en) Data resource storage method and apparatus, data resource query method and apparatus, and electronic device
CN114297345A (en) Data query method, device, 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
GR01 Patent grant
GR01 Patent grant