CN110557412A - data synchronization method and device - Google Patents

data synchronization method and device Download PDF

Info

Publication number
CN110557412A
CN110557412A CN201810541503.8A CN201810541503A CN110557412A CN 110557412 A CN110557412 A CN 110557412A CN 201810541503 A CN201810541503 A CN 201810541503A CN 110557412 A CN110557412 A CN 110557412A
Authority
CN
China
Prior art keywords
page
data
updated
synchronized
information
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
CN201810541503.8A
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.)
Hangzhou Hikvision Digital Technology Co Ltd
Original Assignee
Hangzhou Hikvision Digital Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou Hikvision Digital Technology Co Ltd filed Critical Hangzhou Hikvision Digital Technology Co Ltd
Priority to CN201810541503.8A priority Critical patent/CN110557412A/en
Priority to PCT/CN2019/079739 priority patent/WO2019228034A1/en
Publication of CN110557412A publication Critical patent/CN110557412A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/40Support for services or applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes

Abstract

the embodiment of the invention provides a data synchronization method and a data synchronization device, which are applied to a server, wherein the data synchronization method comprises the following steps: receiving update information sent by a target page, and determining a page to be synchronized from a plurality of pages logged by a user; generating synchronous information aiming at data corresponding to the data identification to be updated; and sending the synchronization information to the page to be synchronized so that the page to be synchronized updates the data corresponding to the data identifier to be updated according to the synchronization information. Therefore, the server determines the page to be synchronized, and the page to be synchronized is updated according to the synchronization information of the server, so that data synchronization among multiple pages is realized, the problem of updating by manual operation is solved, and the efficiency of data synchronization is improved.

Description

data synchronization method and device
Technical Field
the present invention relates to the field of computer technologies, and in particular, to a data synchronization method and apparatus.
Background
When the page display information is limited by the size of the display equipment, when a plurality of pages need to be displayed simultaneously, a user needs to switch back and forth among the plurality of pages when browsing. In order to solve the problem of switching back and forth when browsing a plurality of pages, a plurality of video sources are output from a computer. So that the user can browse multiple pages simultaneously. Each page is an independent process, and data among the pages cannot be shared. At present, a user mainly synchronizes data among different pages in a manual operation mode. For example, a user manually imports data to be synchronized in one page into other associated pages, thereby implementing data synchronization between the pages.
However, the data synchronization between the associated pages is performed manually, which not only wastes human resources, but also reduces the efficiency of data synchronization.
disclosure of Invention
the embodiment of the invention aims to provide a data synchronization method and device, which are used for solving the problem of realizing data synchronization among multiple pages in a manual operation mode and further improving the efficiency of data synchronization. The specific technical scheme is as follows:
in a first aspect, an embodiment of the present invention provides a data synchronization method, which is applied to a server, and the method includes:
Receiving update information sent by a target page, wherein the update information comprises user information of a user logging in the target page and a data identifier to be updated;
determining a page to be synchronized from a plurality of pages logged in by a user;
generating synchronous information aiming at the data corresponding to the data identification to be updated;
And sending the synchronization information to the page to be synchronized, so that the page to be synchronized updates the data corresponding to the data identifier to be updated according to the synchronization information.
optionally, the step of determining a page to be synchronized from a plurality of pages logged in by the user includes:
if the target page is a retrieval page, determining a page to be synchronized from the function pages logged by the user;
and if the target page is a functional page, determining a page to be synchronized from other functional pages except the target page, which are logged in by the user.
Optionally, the update information further includes an operation type;
The step of generating the synchronization information for the data corresponding to the data identifier to be updated includes:
Acquiring a target data identification list corresponding to the page to be synchronized according to a preset corresponding relation between the page and the data identification list, wherein the data identification list is used for recording the identification of each data included in the corresponding page;
and generating synchronous information aiming at the data corresponding to the data identifier to be updated according to the operation type and whether the data identifier to be updated is stored in the target data identifier list.
optionally, the operation type is an import operation;
the step of generating synchronization information for the data corresponding to the to-be-updated data identifier according to the operation type and whether the to-be-updated data identifier is stored in the target data identifier list includes:
judging whether the target data identification list stores the data identification to be updated or not;
If not, acquiring the data to be updated corresponding to the data identifier to be updated from a preset database, wherein the database stores the corresponding relation between the data identifier and the data;
and generating first synchronization information containing the data to be updated, wherein the first synchronization information is used for importing the data to be updated into the page to be synchronized.
Optionally, the operation type is a delete operation;
the step of generating synchronization information for the data corresponding to the to-be-updated data identifier according to the operation type and whether the to-be-updated data identifier is stored in the target data identifier list includes:
judging whether the target data identification list stores the data identification to be updated or not;
if so, generating second synchronization information aiming at the data to be deleted, wherein the data to be deleted is the data corresponding to the data identifier to be updated, and the second synchronization information is used for deleting the data to be deleted from the page to be synchronized.
Optionally, the operation type is a selection operation;
The step of generating synchronization information for the data corresponding to the to-be-updated data identifier according to the operation type and whether the to-be-updated data identifier is stored in the target data identifier list includes:
Judging whether the target data identification list stores the data identification to be updated or not;
if so, generating third synchronization information aiming at data to be selected, wherein the data to be selected is data corresponding to the data identifier to be updated, and the third synchronization information is used for selecting the data to be selected in the page to be synchronized;
and if not, acquiring the data to be selected and generating third synchronization information containing the data to be synchronized.
optionally, the page that the user has logged in includes: a function page and a retrieval page; the method further comprises the following steps:
Receiving a heartbeat packet sent by a function page;
determining the page state of the functional page according to the received heartbeat packet;
And sending the information containing the page state to a retrieval page so that the retrieval page updates the page state of the functional page.
Optionally, the step of determining the page state of the functional page according to the received heartbeat packet includes:
If the next heartbeat packet is received within the preset time length, determining that the page state of the function page is an open state;
and if the next heartbeat packet is not received within the preset time length, interrupting the connection with the function page and determining that the page state of the function page is a closed state.
Optionally, the heartbeat packet includes user information;
The step of determining the page state of the functional page according to the received heartbeat packet includes:
establishing connection with the function page according to the user information included in the heartbeat packet;
and determining that the page state of the function page is an open state.
In a second aspect, an embodiment of the present invention provides a data synchronization apparatus, which is applied to a server, and the apparatus includes:
The first receiving module is used for receiving update information sent by a target page, wherein the update information comprises user information of a user logging in the target page and a data identifier to be updated;
the system comprises a first determining module, a second determining module and a synchronization module, wherein the first determining module is used for determining a page to be synchronized from a plurality of pages logged by a user;
the generating module is used for generating synchronous information aiming at the data corresponding to the data identifier to be updated;
and the first sending module is used for sending the synchronization information to the page to be synchronized so that the page to be synchronized updates the data corresponding to the data identifier to be updated according to the synchronization information.
Optionally, the first determining module is specifically configured to:
if the target page is a retrieval page, determining a page to be synchronized from the function pages logged by the user;
And if the target page is a functional page, determining a page to be synchronized from other functional pages except the target page, which are logged in by the user.
Optionally, the update information further includes an operation type;
the generation module comprises:
the acquisition submodule is used for acquiring a target data identification list corresponding to the page to be synchronized according to a preset corresponding relation between the page and the data identification list, wherein the data identification list is used for recording the identification of each data included in the corresponding page;
And the generation submodule is used for generating synchronous information aiming at the data corresponding to the data identifier to be updated according to the operation type and whether the data identifier to be updated is stored in the target data identifier list.
Optionally, the operation type is an import operation;
The generation submodule is specifically configured to:
judging whether the target data identification list stores the data identification to be updated or not;
If not, acquiring the data to be updated corresponding to the data identifier to be updated from a preset database, wherein the database stores the corresponding relation between the data identifier and the data;
and generating first synchronization information containing the data to be updated, wherein the first synchronization information is used for importing the data to be updated into the page to be synchronized.
Optionally, the operation type is a delete operation;
the generation submodule is specifically configured to:
judging whether the target data identification list stores the data identification to be updated or not;
if so, generating second synchronization information aiming at the data to be deleted, wherein the data to be deleted is the data corresponding to the data identifier to be updated, and the second synchronization information is used for deleting the data to be deleted from the page to be synchronized.
Optionally, the operation type is a selection operation;
The generation submodule is specifically configured to:
Judging whether the target data identification list stores the data identification to be updated or not;
if so, generating third synchronization information aiming at data to be selected, wherein the data to be selected is data corresponding to the data identifier to be updated, and the third synchronization information is used for selecting the data to be selected in the page to be synchronized;
and if not, acquiring the data to be selected and generating third synchronization information containing the data to be synchronized.
optionally, the page that the user has logged in includes: a function page and a retrieval page; the device further comprises:
the second receiving module is used for receiving the heartbeat packet sent by the function page;
The second determining module is used for determining the page state of the functional page according to the received heartbeat packet;
and the second sending module is used for sending the information containing the page state to a retrieval page so that the retrieval page updates the page state of the functional page.
optionally, the second determining module is specifically configured to:
if the next heartbeat packet is received within the preset time length, determining that the page state of the function page is an open state;
and if the next heartbeat packet is not received within the preset time length, interrupting the connection with the function page and determining that the page state of the function page is a closed state.
Optionally, the heartbeat packet includes user information; the second determining module is specifically configured to:
Establishing connection with the function page according to the user information included in the heartbeat packet;
and determining that the page state of the function page is an open state.
In a third aspect, an embodiment of the present invention provides a data synchronization system, including a server and at least two pages; the target page of the at least two pages is used for acquiring updating information input by a user and sending the updating information to the server, wherein the updating information comprises user information of the user and a data identifier to be updated;
the server is used for receiving the updating information sent by the target page and determining a page to be synchronized from a plurality of pages logged by a user; generating synchronous information aiming at the data corresponding to the data identification to be updated; sending the synchronization information to the page to be synchronized;
And the page to be synchronized is used for receiving the synchronization information sent by the server and updating the data corresponding to the data identifier to be updated according to the synchronization information.
optionally, the at least two pages include a retrieval page and a function page; when the target page is a retrieval page,
The target page is also used for acquiring the information of the specified function page input by the user; detecting whether the page state of the specified function page is an open state; if not, the specified function page is created, and the specified function page is opened according to the user information.
in a fourth aspect, an embodiment of the present invention provides a server, including a processor, a communication interface, a memory, and a communication bus, where the processor and the communication interface complete communication between the memory and the processor through the communication bus;
a memory for storing a computer program;
And the processor is used for realizing any one of the steps of the data synchronization method when executing the program stored in the memory.
in a fifth aspect, an embodiment of the present invention provides a computer-readable storage medium, where a computer program is stored in the computer-readable storage medium, and the computer program, when executed by a processor, implements any of the above-mentioned data synchronization method steps.
In the technical scheme provided by the embodiment of the invention, a server receives update information sent by a target page, and determines a page to be synchronized from a plurality of pages logged by a user; and generating synchronous information aiming at the data corresponding to the data identifier to be updated, sending the synchronous information to the page to be synchronized, and updating the data corresponding to the data identifier to be updated by the page to be synchronized according to the synchronous information. Therefore, the server determines the page to be synchronized, and the page to be synchronized is updated according to the synchronization information of the server, so that data synchronization among multiple pages is realized, the problem of updating by manual operation is solved, and the efficiency of data synchronization is improved.
drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
fig. 1 is a flowchart of a data synchronization method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a data synchronization apparatus according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a data synchronization system according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a server according to an 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 only a part of the embodiments of the present invention, and not all of the embodiments. 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.
in order to solve the problem of realizing data synchronization among multiple pages in a manual operation mode, the embodiment of the invention provides a data synchronization method and a data synchronization device, which are applied to a server, wherein the data synchronization method comprises the following steps:
Receiving update information sent by a target page, wherein the update information comprises user information of a user logging in the target page and a data identifier to be updated;
Determining a page to be synchronized from a plurality of pages logged in by a user;
generating synchronous information aiming at data corresponding to the data identification to be updated;
And sending the synchronization information to the page to be synchronized so that the page to be synchronized updates the data corresponding to the data identifier to be updated according to the synchronization information.
in the technical scheme provided by the embodiment of the invention, a server receives update information sent by a target page, and determines a page to be synchronized from a plurality of pages logged by a user; and generating synchronous information aiming at the data corresponding to the data identifier to be updated, sending the synchronous information to the page to be synchronized, and updating the data corresponding to the data identifier to be updated by the page to be synchronized according to the synchronous information. Therefore, the server determines the page to be synchronized, and the page to be synchronized is updated according to the synchronization information of the server, so that data synchronization among multiple pages is realized, the problem of updating by manual operation is solved, and the efficiency of data synchronization is improved.
First, a data synchronization method provided by an embodiment of the present invention is described below, as shown in fig. 1, the data synchronization method is applied to a server, and specifically, the server may be an HTTP server that provides communication between an HTTP protocol and a WebSocket protocol. The data synchronization method includes the following steps.
S101, receiving the updating information sent by the target page.
the target page may be a search page or a function page.
The retrieval page is a data entry page in the multi-screen-based page, and after a user logs in the retrieval page, required retrieval information can be input in the retrieval page for retrieval. The function pages are pages other than the retrieval page, and each function page has an independent function.
For example, the function page may include: a relationship network page, a map analysis page, a comprehensive study page and the like. The relationship network page is used to display a relationship diagram of other people associated with the retrieved target object, for example, if the user retrieves suspect a, the relationship network page will display the relation of people associated with the suspect a: family relationships, friend relationships, co-worker relationships, and the like. The map analysis page is used to present address information associated with the retrieved target object. And the comprehensive study and judgment page is used for displaying a conclusion after comprehensive judgment is carried out according to the relevant information of the retrieved target object.
The retrieval page and the function page are connected with the server, the connection can be Websocket connection, specifically, the retrieval page and the function page are connected with the server through the Websocket, and therefore bidirectional communication can be conducted between the pages and the server.
the updating information comprises user information of a user logging in the target page and a data identifier to be updated. The user information may include at least one of: user name, user identification, etc. of user login.
The corresponding relationship between the data and the identifier may be preset, that is, for each data, an identifier is corresponding to each data. The data to be updated is identified as: and the user carries out the identification corresponding to the updated data on the target page. That is, the user logging in the target page updates the data identified by the data to be updated, and the data identified by the data to be updated needs to be updated in the same way on other function pages logged in by the user. For example, the user deletes the data of the suspect a on the relationship network page, and if the identifier corresponding to the suspect a is a, the identifier a is the identifier of the data to be updated.
S102, determining a page to be synchronized from a plurality of pages logged in by a user.
the server can monitor the page states of all pages logged in by the same user, wherein the page states can be divided into a closing state and an opening state. The page in the closed state can be manually closed or abnormally terminated; the closing state of the page means that the connection between the page and the server is disconnected, and the page cannot be displayed or provide corresponding functions; the open state of the page means that the page is connected with the server, and the page is displayed for the user and provides corresponding functions. And the server determines the page with the page state being the open state as the page to be synchronized from a plurality of pages logged by the user.
In one embodiment, according to the difference of the target pages, determining that the pages to be synchronized can be divided into the following two cases:
in the first case, if the target page is a search page, a page to be synchronized is determined from the function pages logged in by the user. And the function page logged in by the user is the function page in the open state.
for example, the target page is a search page, and the function pages for logging in by the user include page a, page B, and page C. And if the page A and the page B are both in an open state and the page C is in a closed state, the server determines the page A and the page B as pages to be synchronized.
in the second case, if the target page is a functional page, determining a page to be synchronized from other functional pages, except the target page, which are logged in by the user. And the other function pages, except the target page, logged in by the user are the function pages in the open state.
For example, the functional page where the user logs in includes a page a, a page B, and a page C, where the target page is the page a, and both the page B and the page C are in an open state, and then the server determines the page B and the page C as pages to be synchronized.
S103, generating synchronous information of data corresponding to the data identification to be updated.
the synchronization information is used for indicating that the data corresponding to the data identifier to be updated is updated. According to different operation types of the user operating on the target page, the updating modes indicated by the synchronous information generated by the server are different.
In one embodiment, the update information may further include an operation type, wherein the operation type may include an import operation, a delete operation, a select operation, and the like. For example, when the operation type included in the update information is an import operation, it indicates that the user has imported the data corresponding to the data identifier to be updated into the target page.
After determining the page to be synchronized, the server may obtain the target data identifier list corresponding to the page to be synchronized according to a preset correspondence between the page and the data identifier list. The server can determine whether the target data identifier list stores the data identifier to be updated by querying the acquired target data identifier list.
each page corresponds to a data identifier list, and the data identifier list is used for recording identifiers of data included in the corresponding page, that is, the identifiers recorded in the data identifier list are consistent with the data included in the page corresponding to the data identifier list.
and generating synchronous information aiming at the data corresponding to the data identifier to be updated according to the operation type included in the updating information and whether the data identifier to be updated is stored in the target data identifier list.
the generated synchronization information differs according to the type of operation. Specifically, when the operation type is an import operation, first synchronization information for importing the data to be updated into the page to be synchronized is generated; when the operation type is deleting operation, second synchronous information for deleting the data to be deleted from the page to be synchronized is generated; and when the operation type is selection operation, generating third synchronization information for selecting the data to be selected in the page to be synchronized.
And S104, sending the synchronization information to the page to be synchronized.
after the page to be synchronized receives the synchronization information, the data corresponding to the data identifier to be updated can be updated according to the synchronization information.
And updating data of the page to be synchronized according to the synchronization information, and generating the synchronization information according to the operation type. The generation and transmission of the synchronization information will be described below according to different operation types.
in one embodiment, when the operation type is an import operation, it indicates that the user performs an import operation of data on the target page. For the server, after a target data identifier list corresponding to a page to be synchronized is obtained, whether a data identifier to be updated is stored in the target data identifier list is judged.
if the target data identification list stores the data identification to be updated, the server does not perform data synchronization on the page to be synchronized corresponding to the target data identification list; if the target data identifier list does not store the identifier of the data to be updated, the server may obtain the data corresponding to the identifier of the data to be updated from a preset database, and use the data as the data to be updated.
the preset database is used for storing various data and the corresponding relation between the data and the data identification. Data corresponding to the data identification can be obtained in the database.
After acquiring the data to be updated, the server may generate first synchronization information including the data to be updated, and send the first synchronization information including the data to be updated to the page to be synchronized. The first synchronization information is used for importing the data to be updated into the page to be synchronized.
At this time, for the page to be synchronized, after receiving the first synchronization information, the data to be updated is obtained from the first synchronization information, and the data to be updated is imported into the page of the page to be synchronized with the target page.
For example, the page to be synchronized is a relational network page, when the operation type is an import operation, the data identifier to be updated is a, and a is not stored in the target data identifier list, the server may obtain the data a corresponding to a from the database, generate first synchronization information including the data a, and send the first synchronization information including the data a to the relational network page. And after receiving the first synchronization information containing the data A, the relation network page imports the data A into the relation network page.
In one embodiment, when the operation type is a delete operation, it indicates that the user performed a delete operation on the target page. For the server, whether the target data identifier list stores the data identifier to be updated is judged.
if not, the server does not perform data synchronization on the page to be synchronized corresponding to the target data identification list; and if the data is stored, the server generates second synchronization information aiming at the data to be deleted and sends the second synchronization information to the page to be synchronized. The data to be deleted is data corresponding to the data identifier to be updated, and the second synchronization information is used for deleting the data to be deleted from the page to be synchronized.
At this time, for the page to be synchronized, after receiving the second synchronization information, deleting the data to be deleted in the page of the page to be synchronized according to the second synchronization information, so as to achieve synchronization with the target page.
In one embodiment, when the operation type is a selection operation, it indicates that the user performs a data selection operation on the target page. For the server, whether the target data identifier list stores the data identifier to be updated is judged.
And if the data to be selected is stored, generating third synchronous information aiming at the data to be selected, and sending the third synchronous information to the page to be synchronized. The data to be selected is data corresponding to the data identifier to be updated, and the third synchronization information is used for selecting the data to be selected in the page to be synchronized. At this time, for the page to be synchronized, after the third synchronization information is received, the data to be selected in the page is selected according to the third synchronization information, so as to achieve synchronization with the target page.
If the data is not stored, the server firstly acquires the data corresponding to the data identifier to be updated, and the data is the data to be selected. The data to be selected can be acquired from a database preset by the server. After the server acquires the data to be selected, third synchronization information containing the data to be synchronized is generated, and the third synchronization information containing the data to be synchronized is sent to the page to be synchronized.
at this time, for the page to be synchronized, after third synchronization information containing the data to be synchronized is received, the data to be synchronized is acquired from the third synchronization information, the data to be selected is imported into the page of the page to be synchronized, and the data to be selected in the page of the page to be synchronized is selected, so that the page to be synchronized with the target page is realized.
in order to know the state of each function page in real time, the server can monitor each function page. In one embodiment, the pages that the user has logged in include a function page and a retrieval page. The function pages are all connected with the server and can carry out two-way communication. For each function page, sending a heartbeat packet to the server according to a preset time interval can be set, wherein the heartbeat packet comprises the state information of the function page. The preset time interval may be set by a user, for example, it may be set to send a heartbeat packet to the server every half second. And the page state of the functional page for sending the heartbeat packet is an open state.
For the server, the heartbeat packet sent by the function page can be received, and the function page is any function page connected with the server. The server can receive the heartbeat packet sent by the function page at preset time intervals. According to the received heartbeat packet, the page state of the function page can be determined, wherein at least the following two implementation manners can be included:
In a first implementation manner, if a next heartbeat packet is received within a preset time period, the page state of the function page is determined to be an open state.
the preset time length is set by a user, and the realization of the preset time length can be controlled by a timer. When the server receives the heartbeat packet sent by the functional page, the timer starts to time, and when the server receives the next heartbeat packet sent by the functional page within the preset time length, the page state of the functional page can be determined to be the open state.
And if the next heartbeat packet is not received within the preset time length, interrupting the connection with the function page and determining that the page state of the function page is in a closed state. When the connection between the server and the function page is the WebSocket connection, the server may interrupt the connection in a manner that the server deletes the WebSocket connection with the function page.
in a second implementation manner, the heartbeat packet may include user information, and a user corresponding to the user information is a user of the login function page.
after the server receives the heartbeat packet sent by the function page, the user information can be obtained from the heartbeat packet. And establishing connection between the server and the function page according to the user information. Wherein the established connection corresponds to the user information.
After the server establishes a connection with the function page, determining that the page state of the function page is an open state, which may include the following two cases: if the functional page sends a heartbeat packet for the first time and the current page state of the functional page is a closed state, determining the page state of the functional page as an open state; if the current page state of the functional page is already in the open state, the page state of the functional page is kept unchanged and is still in the open state.
In the technical scheme provided by the embodiment of the invention, a server receives update information sent by a target page, and determines a page to be synchronized from a plurality of pages logged by a user; and generating synchronous information aiming at the data corresponding to the data identifier to be updated, sending the synchronous information to the page to be synchronized, and updating the data corresponding to the data identifier to be updated by the page to be synchronized according to the synchronous information. Therefore, the server determines the page to be synchronized, and the page to be synchronized is updated according to the synchronization information of the server, so that data synchronization among multiple pages is realized, the problem of updating by manual operation is solved, and the efficiency of data synchronization is improved.
Corresponding to the above data synchronization method embodiment, an embodiment of the present invention further provides a data synchronization apparatus, as shown in fig. 2, which is applied to a server, and the data synchronization apparatus includes:
The first receiving module 210 is configured to receive update information sent by a target page, where the update information includes user information of a user logging in the target page and a data identifier to be updated;
The first determining module 220 is configured to determine a page to be synchronized from multiple pages logged in by a user;
a generating module 230, configured to generate synchronization information for data corresponding to the data identifier to be updated;
the first sending module 240 is configured to send the synchronization information to the page to be synchronized, so that the page to be synchronized updates the data corresponding to the data identifier to be updated according to the synchronization information.
optionally, in an embodiment, the first determining module 220 is specifically configured to:
if the target page is a retrieval page, determining a page to be synchronized from the function pages logged by the user;
and if the target page is a functional page, determining a page to be synchronized from other functional pages except the target page, which are logged in by the user.
Optionally, in an embodiment, the update information further includes an operation type; the generating module 230 includes:
the acquisition submodule is used for acquiring a target data identification list corresponding to a page to be synchronized according to a preset corresponding relation between the page and the data identification list, wherein the data identification list is used for recording identifications of all data included in the corresponding page;
and the generation submodule is used for generating synchronous information aiming at the data corresponding to the data identifier to be updated according to the operation type and whether the data identifier to be updated is stored in the target data identifier list.
Optionally, in an embodiment, the operation type is an import operation; the generation submodule is specifically configured to:
judging whether the target data identifier list stores the data identifier to be updated or not;
If not, acquiring the data to be updated corresponding to the data identification to be updated from a preset database, and storing the corresponding relation between the data identification and the data in the database;
And generating first synchronization information containing the data to be updated, wherein the first synchronization information is used for importing the data to be updated into the page to be synchronized.
optionally, in an embodiment, the operation type is a delete operation; the generation submodule is specifically configured to:
Judging whether the target data identifier list stores the data identifier to be updated or not;
If so, generating second synchronization information aiming at the data to be deleted, wherein the data to be deleted is the data corresponding to the data identifier to be updated, and the second synchronization information is used for deleting the data to be deleted from the page to be synchronized.
Optionally, in an embodiment, the operation type is a selection operation; the generation submodule is specifically configured to:
Judging whether the target data identifier list stores the data identifier to be updated or not;
If so, generating third synchronization information aiming at the data to be selected, wherein the data to be selected is the data corresponding to the data identifier to be updated, and the third synchronization information is used for selecting the data to be selected in the page to be synchronized;
If not, acquiring the data to be selected and generating third synchronization information containing the data to be synchronized.
optionally, in an embodiment, the page where the user has logged in includes: a function page and a retrieval page; the device still includes:
the second receiving module is used for receiving the heartbeat packet sent by the function page;
the second determining module is used for determining the page state of the functional page according to the received heartbeat packet;
And the second sending module is used for sending the information containing the page state to the retrieval page so that the retrieval page updates the page state of the functional page.
optionally, in an embodiment, the second determining module is specifically configured to:
If the next heartbeat packet is received within the preset time length, determining that the page state of the functional page is an open state;
And if the next heartbeat packet is not received within the preset time length, interrupting the connection with the function page and determining that the page state of the function page is in a closed state.
Optionally, in an embodiment, the heartbeat packet includes user information; the second determining module is specifically configured to:
establishing connection with the function page according to the user information included in the heartbeat packet;
And determining the page state of the function page as an opening state.
in the technical scheme provided by the embodiment of the invention, a server receives update information sent by a target page, and determines a page to be synchronized from a plurality of pages logged by a user; and generating synchronous information aiming at the data corresponding to the data identifier to be updated, sending the synchronous information to the page to be synchronized, and updating the data corresponding to the data identifier to be updated by the page to be synchronized according to the synchronous information. Therefore, the server determines the page to be synchronized, and the page to be synchronized is updated according to the synchronization information of the server, so that data synchronization among multiple pages is realized, the problem of updating by manual operation is solved, and the efficiency of data synchronization is improved.
Corresponding to the above data synchronization method embodiment, an embodiment of the present invention further provides a data synchronization system, such as the data synchronization system 300 shown in fig. 3, including a server 310 and at least two pages;
and the target page in the at least two pages is used for acquiring the updating information input by the user and sending the updating information to the server, wherein the updating information comprises the user information of the user and the data identifier to be updated.
the target page may be a search page or a function page.
the server 310 is configured to receive update information sent by a target page, determine a page to be synchronized from multiple pages logged in by a user, generate synchronization information for data corresponding to a data identifier to be updated, and send the synchronization information to the page to be synchronized.
And the page to be synchronized is used for receiving the synchronization information sent by the server 310 and updating the data corresponding to the data identifier to be updated according to the synchronization information.
In one embodiment, the at least two pages include a retrieval page and a function page, and when the target page is the retrieval page, the target page is further configured to obtain information of a designated function page input by a user, where the information of the designated function page may be information of an identifier, a website, and the like of the designated function page, and the designated function page is a function page to be synchronized and designated by the user through self-definition.
the retrieval page stores the page state of each functional page, wherein the user logging in the retrieval page and the user logging in each functional page are the same user. According to the stored page state, the retrieval page can detect whether the page state of the specified function page is in an open state, and if not, the retrieval page can create and open the specified function page according to the user information.
the creation of the designated function page can be realized by manually inputting an address in an address bar of the browser, or can be realized by a mode of importing a data identifier to be updated into the designated function page by a retrieval page. After the designated function page is created, the server 310 may obtain user information from the designated function page, and establish a connection with the server 310 based on the obtained user information and the designated function page, that is, for the server 310, a user corresponding to the user information is a user logging in the designated function page. After the server 310 is successfully connected, the synchronous data of the user is sent to the designated function page through the connection, and the designated function page performs corresponding import and synchronization processing after receiving the synchronous data. At this time, the designated function page is in an open state.
after the designated function page is successfully opened, the designated function page sends a heartbeat packet to the server 310 according to a preset time interval, so that the server 310 knows the page state of the designated function page in real time. If the designated function page is closed manually or abnormally terminated, the server 310 notifies the retrieval page that the page state of the designated function page is closed, and the retrieval page updates the stored page state of the designated function page in time.
in the technical scheme provided by the embodiment of the invention, a server receives update information sent by a target page, and determines a page to be synchronized from a plurality of pages logged by a user; and generating synchronous information aiming at the data corresponding to the data identifier to be updated, sending the synchronous information to the page to be synchronized, and updating the data corresponding to the data identifier to be updated by the page to be synchronized according to the synchronous information. Therefore, the server determines the page to be synchronized, and the page to be synchronized is updated according to the synchronization information of the server, so that data synchronization among multiple pages is realized, the problem of updating by manual operation is solved, and the efficiency of data synchronization is improved.
The embodiment of the present invention further provides a server, as shown in fig. 4, including a processor 410, a communication interface 420, a memory 430 and a communication bus 440, where the processor 410, the communication interface 420 and the memory 430 complete mutual communication through the communication bus 440;
A memory 430 for storing computer programs;
the processor 410, when executing the program stored in the memory 430, implements the following steps:
receiving update information sent by a target page, wherein the update information comprises user information of a user logging in the target page and a data identifier to be updated;
Determining a page to be synchronized from a plurality of pages logged in by a user;
generating synchronous information aiming at data corresponding to the data identification to be updated;
and sending the synchronization information to the page to be synchronized so that the page to be synchronized updates the data corresponding to the data identifier to be updated according to the synchronization information.
In the technical scheme provided by the embodiment of the invention, a server receives update information sent by a target page, and determines a page to be synchronized from a plurality of pages logged by a user; and generating synchronous information aiming at the data corresponding to the data identifier to be updated, sending the synchronous information to the page to be synchronized, and updating the data corresponding to the data identifier to be updated by the page to be synchronized according to the synchronous information. Therefore, the server determines the page to be synchronized, and the page to be synchronized is updated according to the synchronization information of the server, so that data synchronization among multiple pages is realized, the problem of updating by manual operation is solved, and the efficiency of data synchronization is improved.
of course, a server provided in the embodiment of the present invention may also execute a data synchronization method described in any of the above embodiments. Specifically, see fig. 1 and the embodiment corresponding to fig. 1, which are not described herein again.
in another embodiment of the present invention, a computer-readable storage medium is further provided, where instructions are stored in the computer-readable storage medium, and when the instructions are executed on a computer, the computer is caused to execute a data synchronization method as described in any one of the embodiments corresponding to fig. 1 and fig. 1.
the communication bus mentioned in the above server may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus.
the communication interface is used for communication between the server and other devices.
the Memory may include a Random Access Memory (RAM) or a Non-Volatile Memory (NVM), such as at least one disk Memory. Optionally, the memory may also be at least one memory device located remotely from the processor.
the Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component.
it is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, 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 identical elements in a process, method, article, or apparatus that comprises the element.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the embodiments of the data synchronization apparatus, the data synchronization system, the server, and the machine-readable storage medium, since they are substantially similar to the method embodiments, the description is simple, and the relevant points can be referred to the partial description of the method embodiments.
the above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (22)

1. a data synchronization method is applied to a server, and the method comprises the following steps:
Receiving update information sent by a target page, wherein the update information comprises user information of a user logging in the target page and a data identifier to be updated;
Determining a page to be synchronized from a plurality of pages logged in by a user;
generating synchronous information aiming at the data corresponding to the data identification to be updated;
and sending the synchronization information to the page to be synchronized, so that the page to be synchronized updates the data corresponding to the data identifier to be updated according to the synchronization information.
2. The method according to claim 1, wherein the step of determining a page to be synchronized from among a plurality of pages logged in by a user comprises:
If the target page is a retrieval page, determining a page to be synchronized from the function pages logged by the user;
And if the target page is a functional page, determining a page to be synchronized from other functional pages except the target page, which are logged in by the user.
3. The method of claim 1, wherein the update information further comprises an operation type;
the step of generating the synchronization information for the data corresponding to the data identifier to be updated includes:
Acquiring a target data identification list corresponding to the page to be synchronized according to a preset corresponding relation between the page and the data identification list, wherein the data identification list is used for recording the identification of each data included in the corresponding page;
and generating synchronous information aiming at the data corresponding to the data identifier to be updated according to the operation type and whether the data identifier to be updated is stored in the target data identifier list.
4. The method of claim 3, wherein the operation type is an import operation;
The step of generating synchronization information for the data corresponding to the to-be-updated data identifier according to the operation type and whether the to-be-updated data identifier is stored in the target data identifier list includes:
Judging whether the target data identification list stores the data identification to be updated or not;
If not, acquiring the data to be updated corresponding to the data identifier to be updated from a preset database, wherein the database stores the corresponding relation between the data identifier and the data;
and generating first synchronization information containing the data to be updated, wherein the first synchronization information is used for importing the data to be updated into the page to be synchronized.
5. the method of claim 3, wherein the operation type is a delete operation;
The step of generating synchronization information for the data corresponding to the to-be-updated data identifier according to the operation type and whether the to-be-updated data identifier is stored in the target data identifier list includes:
judging whether the target data identification list stores the data identification to be updated or not;
if so, generating second synchronization information aiming at the data to be deleted, wherein the data to be deleted is the data corresponding to the data identifier to be updated, and the second synchronization information is used for deleting the data to be deleted from the page to be synchronized.
6. the method of claim 3, wherein the operation type is a select operation;
the step of generating synchronization information for the data corresponding to the to-be-updated data identifier according to the operation type and whether the to-be-updated data identifier is stored in the target data identifier list includes:
judging whether the target data identification list stores the data identification to be updated or not;
If so, generating third synchronization information aiming at data to be selected, wherein the data to be selected is data corresponding to the data identifier to be updated, and the third synchronization information is used for selecting the data to be selected in the page to be synchronized;
And if not, acquiring the data to be selected and generating third synchronization information containing the data to be synchronized.
7. The method of claim 1, wherein the page on which the user has logged in comprises: a function page and a retrieval page; the method further comprises the following steps:
Receiving a heartbeat packet sent by a function page;
determining the page state of the functional page according to the received heartbeat packet;
and sending the information containing the page state to a retrieval page so that the retrieval page updates the page state of the functional page.
8. The method according to claim 7, wherein the step of determining the page status of the functional page according to the received heartbeat packet comprises:
If the next heartbeat packet is received within the preset time length, determining that the page state of the function page is an open state;
And if the next heartbeat packet is not received within the preset time length, interrupting the connection with the function page and determining that the page state of the function page is a closed state.
9. the method of claim 7, wherein the heartbeat packet includes user information;
the step of determining the page state of the functional page according to the received heartbeat packet includes:
establishing connection with the function page according to the user information included in the heartbeat packet;
And determining that the page state of the function page is an open state.
10. a data synchronization apparatus, applied to a server, the apparatus comprising:
The first receiving module is used for receiving update information sent by a target page, wherein the update information comprises user information of a user logging in the target page and a data identifier to be updated;
the system comprises a first determining module, a second determining module and a synchronization module, wherein the first determining module is used for determining a page to be synchronized from a plurality of pages logged by a user;
the generating module is used for generating synchronous information aiming at the data corresponding to the data identifier to be updated;
and the first sending module is used for sending the synchronization information to the page to be synchronized so that the page to be synchronized updates the data corresponding to the data identifier to be updated according to the synchronization information.
11. the apparatus of claim 10, wherein the first determining module is specifically configured to:
If the target page is a retrieval page, determining a page to be synchronized from the function pages logged by the user;
and if the target page is a functional page, determining a page to be synchronized from other functional pages except the target page, which are logged in by the user.
12. the apparatus of claim 10, wherein the update information further comprises an operation type;
The generation module comprises:
The acquisition submodule is used for acquiring a target data identification list corresponding to the page to be synchronized according to a preset corresponding relation between the page and the data identification list, wherein the data identification list is used for recording the identification of each data included in the corresponding page;
and the generation submodule is used for generating synchronous information aiming at the data corresponding to the data identifier to be updated according to the operation type and whether the data identifier to be updated is stored in the target data identifier list.
13. the apparatus of claim 12, wherein the operation type is an import operation;
the generation submodule is specifically configured to:
Judging whether the target data identification list stores the data identification to be updated or not;
if not, acquiring the data to be updated corresponding to the data identifier to be updated from a preset database, wherein the database stores the corresponding relation between the data identifier and the data;
And generating first synchronization information containing the data to be updated, wherein the first synchronization information is used for importing the data to be updated into the page to be synchronized.
14. The apparatus of claim 12, wherein the operation type is a delete operation;
the generation submodule is specifically configured to:
Judging whether the target data identification list stores the data identification to be updated or not;
If so, generating second synchronization information aiming at the data to be deleted, wherein the data to be deleted is the data corresponding to the data identifier to be updated, and the second synchronization information is used for deleting the data to be deleted from the page to be synchronized.
15. the apparatus of claim 12, wherein the operation type is a select operation;
The generation submodule is specifically configured to:
judging whether the target data identification list stores the data identification to be updated or not;
If so, generating third synchronization information aiming at data to be selected, wherein the data to be selected is data corresponding to the data identifier to be updated, and the third synchronization information is used for selecting the data to be selected in the page to be synchronized;
and if not, acquiring the data to be selected and generating third synchronization information containing the data to be synchronized.
16. The apparatus of claim 10, wherein the page on which the user has logged in comprises: a function page and a retrieval page; the device further comprises:
the second receiving module is used for receiving the heartbeat packet sent by the function page;
The second determining module is used for determining the page state of the functional page according to the received heartbeat packet;
And the second sending module is used for sending the information containing the page state to a retrieval page so that the retrieval page updates the page state of the functional page.
17. the apparatus of claim 16, wherein the second determining module is specifically configured to:
If the next heartbeat packet is received within the preset time length, determining that the page state of the function page is an open state;
and if the next heartbeat packet is not received within the preset time length, interrupting the connection with the function page and determining that the page state of the function page is a closed state.
18. the apparatus of claim 16, wherein the heartbeat packet includes user information; the second determining module is specifically configured to:
establishing connection with the function page according to the user information included in the heartbeat packet;
and determining that the page state of the function page is an open state.
19. A data synchronization system is characterized by comprising a server and at least two pages;
The target page of the at least two pages is used for acquiring updating information input by a user and sending the updating information to the server, wherein the updating information comprises user information of the user and a data identifier to be updated;
the server is used for receiving the updating information sent by the target page and determining a page to be synchronized from a plurality of pages logged by a user; generating synchronous information aiming at the data corresponding to the data identification to be updated; sending the synchronization information to the page to be synchronized;
and the page to be synchronized is used for receiving the synchronization information sent by the server and updating the data corresponding to the data identifier to be updated according to the synchronization information.
20. The system of claim 19, wherein the at least two pages comprise a retrieval page and a function page; when the target page is a retrieval page,
the target page is also used for acquiring the information of the specified function page input by the user; detecting whether the page state of the specified function page is an open state; if not, the specified function page is created, and the specified function page is opened according to the user information.
21. a server is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for realizing the communication between the processor and the memory through the communication bus;
a memory for storing a computer program;
A processor for implementing the method steps of any of claims 1-9 when executing a program stored in the memory.
22. a computer-readable storage medium, characterized in that a computer program is stored in the computer-readable storage medium, which computer program, when being executed by a processor, carries out the method steps of any one of the claims 1-9.
CN201810541503.8A 2018-05-30 2018-05-30 data synchronization method and device Pending CN110557412A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201810541503.8A CN110557412A (en) 2018-05-30 2018-05-30 data synchronization method and device
PCT/CN2019/079739 WO2019228034A1 (en) 2018-05-30 2019-03-26 Method and apparatus for data synchronization

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810541503.8A CN110557412A (en) 2018-05-30 2018-05-30 data synchronization method and device

Publications (1)

Publication Number Publication Date
CN110557412A true CN110557412A (en) 2019-12-10

Family

ID=68697803

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810541503.8A Pending CN110557412A (en) 2018-05-30 2018-05-30 data synchronization method and device

Country Status (2)

Country Link
CN (1) CN110557412A (en)
WO (1) WO2019228034A1 (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113127239A (en) * 2019-12-31 2021-07-16 深圳云天励飞技术有限公司 Page state monitoring method, device, terminal and storage medium
CN111459612A (en) * 2020-03-27 2020-07-28 新浪网技术(中国)有限公司 Updating method and device for Pod in Kubernetes system
CN111488151B (en) * 2020-04-17 2023-09-26 上海数禾信息科技有限公司 Page interaction method and device among Android modules
CN113704212A (en) * 2020-05-22 2021-11-26 深信服科技股份有限公司 Data synchronization method, device and equipment of server and computer storage medium
CN111782728B (en) * 2020-06-30 2024-02-02 北京金山云网络技术有限公司 Data synchronization method, device, electronic equipment and medium
CN112565455B (en) * 2020-12-23 2023-01-20 深圳市安数科技有限责任公司 Multi-event synchronous processing method, computer equipment and storage medium
CN113949894B (en) * 2021-10-18 2023-06-20 上海哔哩哔哩科技有限公司 Live broadcast related duration recording method and device
CN114281434B (en) * 2021-12-15 2022-11-29 创优数字科技(广东)有限公司 Applet user information management method, apparatus, computer device and storage medium
CN115729592A (en) * 2022-11-21 2023-03-03 上海秉匠信息科技有限公司 Page updating method and device, electronic equipment and medium

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020152239A1 (en) * 2001-04-16 2002-10-17 David Bautista-Lloyd Method, system, and program for providing data updates to a page including multiple regions of dynamic content
CN102185875A (en) * 2011-01-30 2011-09-14 北京开心人信息技术有限公司 Synchronous information updating method and system
CN102270133A (en) * 2011-07-18 2011-12-07 百度在线网络技术(北京)有限公司 Method and equipment for showing status of page window
CN102334366A (en) * 2011-08-12 2012-01-25 华为终端有限公司 Data synchronism method, server, mobile terminal and data synchronism system
CN102882762A (en) * 2011-07-11 2013-01-16 腾讯科技(深圳)有限公司 Method and system for synchronizing chat status information in multiple pages
CN105027120A (en) * 2014-02-24 2015-11-04 华为技术有限公司 Multi-page management method and device
CN105099686A (en) * 2014-05-13 2015-11-25 腾讯科技(深圳)有限公司 Data synchronization method, server, terminal and system
CN105808702A (en) * 2016-03-04 2016-07-27 华自科技股份有限公司 Page content refreshing method and system, and page content synchronous refreshing management system
CN106161629A (en) * 2016-07-13 2016-11-23 广州新博庭网络信息科技股份有限公司 The method of a kind of business object synchronization, client and server
US20170352056A1 (en) * 2013-06-20 2017-12-07 Oath (Americas) Inc. Systems and methods for cross-browser advertising id synchronization

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100429059B1 (en) * 2001-05-24 2004-04-28 주식회사 비즈모델라인 System and Method for syncronizing web browser of multi-users by using the direct data communication(P2P) between clients
FR2858080A1 (en) * 2003-07-23 2005-01-28 France Telecom METHOD FOR SYNCHRONIZED POINTING OF AN OBJECT OF THE CONTENT OF A WEB PAGE DISPLAYED SIMULTANEOUSLY IN A PLURALITY OF USER TERMINALS CONNECTED TO A NETWORK OF THE INTERNET TYPE
JP2005149387A (en) * 2003-11-19 2005-06-09 Nec Corp Real time web sharing system
CN104104575B (en) * 2013-04-03 2019-01-29 腾讯科技(深圳)有限公司 A kind of means of communication and system of instant communication group
CN103218461A (en) * 2013-05-14 2013-07-24 百度在线网络技术(北京)有限公司 Classified management method, system, terminal and cloud server for browse pages
US20160085661A1 (en) * 2014-09-18 2016-03-24 Antoine Clement Multi-Browser Testing For Web Applications

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020152239A1 (en) * 2001-04-16 2002-10-17 David Bautista-Lloyd Method, system, and program for providing data updates to a page including multiple regions of dynamic content
CN102185875A (en) * 2011-01-30 2011-09-14 北京开心人信息技术有限公司 Synchronous information updating method and system
CN102882762A (en) * 2011-07-11 2013-01-16 腾讯科技(深圳)有限公司 Method and system for synchronizing chat status information in multiple pages
CN102270133A (en) * 2011-07-18 2011-12-07 百度在线网络技术(北京)有限公司 Method and equipment for showing status of page window
CN102334366A (en) * 2011-08-12 2012-01-25 华为终端有限公司 Data synchronism method, server, mobile terminal and data synchronism system
US20170352056A1 (en) * 2013-06-20 2017-12-07 Oath (Americas) Inc. Systems and methods for cross-browser advertising id synchronization
CN105027120A (en) * 2014-02-24 2015-11-04 华为技术有限公司 Multi-page management method and device
CN105099686A (en) * 2014-05-13 2015-11-25 腾讯科技(深圳)有限公司 Data synchronization method, server, terminal and system
CN105808702A (en) * 2016-03-04 2016-07-27 华自科技股份有限公司 Page content refreshing method and system, and page content synchronous refreshing management system
CN106161629A (en) * 2016-07-13 2016-11-23 广州新博庭网络信息科技股份有限公司 The method of a kind of business object synchronization, client and server

Also Published As

Publication number Publication date
WO2019228034A1 (en) 2019-12-05

Similar Documents

Publication Publication Date Title
CN110557412A (en) data synchronization method and device
CN106874389B (en) Data migration method and device
CN104113774B (en) A kind of television devices control method, equipment and system
CN110851308A (en) Test method, test device, electronic equipment and storage medium
EP3001297A1 (en) Notification bar message management method and device
US9800488B2 (en) Method for setting heartbeat timer, terminal and server
CN107872534B (en) Information pushing method and device, server and readable storage medium
US9680719B2 (en) Communication system, client terminal, and server
CN111488088B (en) Equipment state identification method and device and intelligent terminal
CN104735158A (en) Sorted storage method and device for user behavior data
CN108710681A (en) File acquisition method, device, equipment and storage medium
US20200233878A1 (en) Card-based information management method and system
CN103812906B (en) Website recommendation method and device and communication system
JP2018205897A (en) Apparatus, server, program and method for automating device management
US20210058488A1 (en) Methods, systems, and media for pairing devices to complete a task using an application request
CN104283865A (en) Download processing method and device, server and client device
KR101744696B1 (en) Method, device, program and recording medium for filtering information
CN112910741B (en) Interface testing method and device, computer equipment and storage medium
CN103647996A (en) Data-resource transmission method and device
CN107450793B (en) Data processing apparatus and data processing method
CN106791982B (en) Account management method and device
TW201741895A (en) Method, apparatus and system for checking change of telephone number
CN109213955B (en) Data processing method and related equipment
CN103648003A (en) Television set, and processing method and apparatus for remote memory equipment
CN108037950B (en) Information deleting method and device, electronic equipment and readable storage 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20191210