CN113010610A - Data synchronization method and device - Google Patents

Data synchronization method and device Download PDF

Info

Publication number
CN113010610A
CN113010610A CN202110405944.7A CN202110405944A CN113010610A CN 113010610 A CN113010610 A CN 113010610A CN 202110405944 A CN202110405944 A CN 202110405944A CN 113010610 A CN113010610 A CN 113010610A
Authority
CN
China
Prior art keywords
client
data
url
synchronized
data synchronization
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
CN202110405944.7A
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.)
Shanghai Xuanxian Technology Co ltd
Original Assignee
Shanghai Xuanxian 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 Shanghai Xuanxian Technology Co ltd filed Critical Shanghai Xuanxian Technology Co ltd
Priority to CN202110405944.7A priority Critical patent/CN113010610A/en
Publication of CN113010610A publication Critical patent/CN113010610A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links

Abstract

The embodiment of the invention provides a data synchronization method and a data synchronization device, relates to the technical field of data processing, and is applied to a first client side, wherein the method comprises the following steps: receiving a data synchronization request for indicating a first client to synchronize data to a second client, obtaining a uniform resource locator URLScheme of the second client, and determining the data to be synchronized based on a data identifier of the data to be synchronized; generating a first URL containing the URL Scheme of the second client and data to be synchronized according to a preset URL format; and executing URL jump operation based on the first URL, wherein the second client is in a foreground running state, so that the second client obtains the first URL and obtains the data to be synchronized based on the first URL. By applying the scheme provided by the embodiment to carry out data synchronization, the problem that the data is difficult to synchronize can be solved.

Description

Data synchronization method and device
Technical Field
The present invention relates to the field of data processing, and in particular, to a data synchronization method and apparatus.
Background
The client can meet the requirements of the user, such as the user can play games in the game client and communicate in the communication client.
Data synchronization can be performed between clients. In the prior art, data synchronization between clients is generally realized based on an account-server system. Specifically, the same account can be logged in different clients, and data generated by the different clients for the same account is stored in the server. When a new client needs to synchronize data of a certain account, each data of the account can be acquired from the server, so that data synchronization is realized.
However, since data synchronization needs to be performed depending on the account-server system supported by the client, it is difficult to perform data synchronization for the client that does not support the account-server system.
Disclosure of Invention
An object of the embodiments of the present invention is to provide a data synchronization method and apparatus, so as to solve the problem that it is difficult to synchronize data. 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 first client, and the method includes:
receiving a data synchronization request for indicating the first client to synchronize data to a second client, wherein the data synchronization request comprises a data identifier of data to be synchronized, and the first client and the second client work in the same electronic device;
acquiring a Uniform Resource Locator (URL) Scheme of the second client, and determining data to be synchronized based on the data identifier of the data to be synchronized;
generating a first URL containing the URL Scheme of the second client and data to be synchronized according to a preset URL format;
and executing URL jump operation based on the first URL, wherein the second client is in a foreground running state, so that the second client obtains the first URL and obtains the data to be synchronized based on the first URL.
In an embodiment of the present invention, the generating a first URL including the URL Scheme of the second client and the data to be synchronized according to a preset URL format includes:
converting the data to be synchronized into data in a preset format to obtain the converted data to be synchronized, wherein the preset format is as follows: the data format agreed by the first client and the second client in advance;
and generating a first URL comprising the URL Scheme of the second client and the converted data to be synchronized according to a preset URL format.
In an embodiment of the present invention, the receiving a data synchronization request for instructing the first client to synchronize data with the second client includes:
receiving a data synchronization request sent by a second client and used for indicating the first client to synchronize data to the second client;
or
And receiving a data synchronization instruction which is triggered in a user interface of the first client by a user and is used for indicating the first client to synchronize data to the second client, wherein the data synchronization instruction is used as a data synchronization request.
In an embodiment of the present invention, the receiving a data synchronization request sent by a second client and used for instructing the first client to synchronize data with the second client includes:
after the second client executes a URL jump operation based on a second URL and the first client is in a foreground running state, obtaining the second URL, wherein the second URL comprises a data synchronization request for indicating the first client to synchronize data to the second client;
and analyzing the second URL to obtain the data synchronization request.
In an embodiment of the present invention, the generating a first URL including the URL Scheme of the second client and the data to be synchronized according to a preset URL format includes:
and taking the data to be synchronized as a parameter value of a preset parameter item of a first URL, and generating the first URL containing the URL Scheme of the second client and the parameter value of the preset parameter item according to a preset URL format.
In an embodiment of the present invention, after the receiving a data synchronization request for instructing the first client to synchronize data with a second client, the method further includes:
obtaining an identifier of the second client;
performing security authentication on the second client based on the identifier of the second client;
and under the condition of passing the authentication, executing the step of determining the data to be synchronized based on the URL Scheme of the second client and the data identification of the data to be synchronized.
In a second aspect, an embodiment of the present invention provides a data synchronization method, which is applied to a second client, and the method includes:
sending a data synchronization request for indicating a first client to synchronize data to a second client to a first client, so that the first client generates a first URL including a URL Scheme of the second client and data to be synchronized, the data synchronization request includes a data identifier of the data to be synchronized, and the first client and the second client work in the same electronic device;
after the first client executes URL jump operation based on the first URL and the second client is in a foreground running state, acquiring the first URL;
and analyzing the first URL to obtain data to be synchronized.
In an embodiment of the present invention, the sending, to the first client, a data synchronization request for instructing the first client to synchronize data to the second client includes:
receiving a data synchronization instruction which is triggered by a user on a user interface of the second client and used for indicating synchronization data between the second client and the first client, wherein the data synchronization instruction comprises an identifier of data to be synchronized;
obtaining a URL Scheme of the first client;
generating a second URL comprising a URL Scheme of the first client and a data synchronization request according to a preset URL format, wherein the data synchronization request is used for indicating the first client to synchronize data to the second client, and the data synchronization request comprises a data identifier of data to be synchronized;
and executing URL jump operation based on the second URL, wherein the first client is in a foreground running state, so that the first client obtains the second URL and obtains the data synchronization request based on the second URL.
In a third aspect, an embodiment of the present invention provides a data synchronization apparatus, applied to a first client, where the apparatus includes:
a request receiving module, configured to receive a data synchronization request for instructing a first client to synchronize data to a second client, where the data synchronization request includes a data identifier of data to be synchronized, and the first client and the second client work in the same electronic device;
the data determining module is used for obtaining a Uniform Resource Locator (URL) Scheme of the second client and determining the data to be synchronized based on the data identifier of the data to be synchronized;
the URL generating module is used for generating a first URL comprising the URL Scheme of the second client and the data to be synchronized according to a preset URL format;
and the state triggering module is used for executing URL jump operation based on the first URL, and the second client is in a foreground running state, so that the second client obtains the first URL and obtains the data to be synchronized based on the first URL.
In an embodiment of the present invention, the URL generating module is specifically configured to convert the data to be synchronized into data in a preset format, so as to obtain the converted data to be synchronized, where the preset format is: the data format agreed by the first client and the second client in advance; and generating a first URL comprising the URL Scheme of the second client and the converted data to be synchronized according to a preset URL format.
In an embodiment of the present invention, the request receiving module is specifically configured to receive a data synchronization request sent by a second client and used for instructing the first client to synchronize data to the second client; or receiving a data synchronization instruction which is triggered in a user interface of the first client by a user and used for indicating the first client to synchronize data to the second client, wherein the data synchronization instruction is used as a data synchronization request.
In an embodiment of the present invention, the request receiving module is specifically configured to execute a URL skip operation based on a second URL at the second client, and obtain the second URL after the first client is in a foreground operating state, where the second URL includes a data synchronization request for instructing the first client to synchronize data with the second client; and analyzing the second URL to obtain the data synchronization request.
In an embodiment of the present invention, the URL generating module is specifically configured to use the data to be synchronized as a parameter value of a preset parameter item of a first URL, and generate the first URL including a URL Scheme of the second client and the parameter value of the preset parameter item according to a preset URL format.
In an embodiment of the present invention, the apparatus further includes:
an identifier obtaining module, configured to obtain, after the request receiving module, an identifier of the second client;
the client authentication module is used for carrying out security authentication on the second client based on the identifier of the second client; and in the case of passing the authentication, triggering the data determination module.
In a fourth aspect, an embodiment of the present invention provides a data synchronization apparatus, which is applied to a second client, and the apparatus includes:
a request sending module, configured to send, to a first client, a data synchronization request for instructing the first client to synchronize data to a second client, so that the first client generates a first URL including a URL Scheme of the second client and data to be synchronized, where the data synchronization request includes a data identifier of the data to be synchronized, and the first client and the second client operate in the same electronic device;
the URL obtaining module is used for obtaining the first URL after the first client executes URL skip operation based on the first URL and the second client is in a foreground running state;
and the data acquisition module is used for analyzing the first URL to acquire the data to be synchronized.
In an embodiment of the present invention, the request sending module includes:
the instruction receiving submodule is used for receiving a data synchronization instruction which is triggered by a user on a user interface of the second client and used for indicating the synchronization data between the second client and the first client, and the data synchronization instruction comprises an identifier of data to be synchronized;
the information obtaining submodule is used for obtaining the URL Scheme of the first client, and the URL Scheme of the first client is used for realizing the jump to the user interface of the first client;
the URL generation submodule is used for generating a second URL comprising a URL Scheme of the first client and a data synchronization request according to a preset URL format, wherein the data synchronization request is used for indicating the first client to synchronize data to the second client, and the data synchronization request comprises a data identifier of data to be synchronized;
and the interface jump submodule is used for executing URL jump operation based on the second URL, and the first client is in a foreground running state so that the first client can obtain the second URL and obtain the data synchronization request based on the second URL.
In a fifth aspect, an embodiment of the present invention provides an electronic device, where the electronic device runs a first client and a second client, and includes a processor, a communication interface, a memory, and a communication bus, where the processor, the communication interface, and the memory complete mutual communication through the communication bus;
a memory for storing a computer program;
a processor configured to implement the method steps of the first aspect or the second aspect when executing the program stored in the memory.
In a sixth aspect, the present invention provides a computer-readable storage medium, in which a computer program is stored, and the computer program, when executed by a processor, implements the method steps of the first aspect or the second aspect.
As can be seen from the above, when the scheme provided by the embodiment of the present invention is applied to data synchronization, the URL skip operation refers to: according to the URL Scheme contained in the URL, the client corresponding to the URL Scheme is triggered to be in a foreground running state, and after the client corresponding to the URL Scheme is in the foreground running state, the client can obtain the URL.
In addition, in the process of executing the URL jump operation based on the first URL, the jump operation does not need to be realized through a network, namely when the scheme provided by the embodiment of the invention is applied to data synchronization, the data synchronization can be carried out in a network-free state.
Of course, not all of the advantages described above need to be achieved at the same time in the practice of any one product or method of the invention.
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 schematic flowchart of a first data synchronization method according to an embodiment of the present invention;
fig. 2a is a schematic flowchart of a second data synchronization method according to an embodiment of the present invention;
fig. 2b is a signaling interaction diagram of a data synchronization method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a first data synchronization apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a second data synchronization apparatus according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device 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 from the embodiments given herein by one of ordinary skill in the art, are within the scope of the invention.
Referring to fig. 1, fig. 1 is a schematic flowchart of a data synchronization method applied to a first client according to an embodiment of the present invention, where the method includes the following steps S101 to S104.
Step S101: a data synchronization request is received instructing a first client to synchronize data to a second client.
The data synchronization request includes a data identifier of data to be synchronized. The data identifier of the data to be synchronized may be a data name, a data type, a data number, and the like.
The first client and the second client work in the same electronic device, and the electronic device can be a mobile phone, a tablet computer, a desktop computer and the like. The first client and the second client may be clients developed by the same manufacturer or clients developed by different manufacturers. Such as: the first client and the second client may be a series of game clients developed by the same manufacturer, and the first client and the second client may also be clients based on a browser architecture.
When a user needs to synchronize data in a first client to a second client, the user can trigger a data synchronization instruction for instructing the first client to synchronize data to the second client in a user interface of the first client, and the first client receives the data synchronization instruction as a data synchronization request.
When the user triggers the data synchronization instruction in the user interface of the first client, the user may input the identifier of the second client and the data identifier of the data to be synchronized in the data synchronization input box of the user interface, so as to trigger the data synchronization instruction. Or selecting a second client from menu items of the clients, selecting a data identifier of data to be synchronized from menu items of the data identifiers of the data, and clicking a data synchronization button to trigger a data synchronization instruction.
Step S102: and acquiring a URL (Uniform Resource Locator) of the second client, and determining the data to be synchronized based on the data identifier of the data to be synchronized.
The URL Scheme is a protocol which can enable clients to jump to each other. The URL Scheme of the second client may be defined by a staff in advance, for example: the URL Scheme of the second client may be predefined as: appScheme 2://.
Specifically, the URL Scheme of the second client stored in the electronic device may be obtained, or the URL Scheme of the second client input by the user may also be obtained.
When determining the data to be synchronized, the data identified as the data identifier may be searched from a database as the data to be synchronized. For example: assuming that the first client is a game client and the data identifier of the data to be synchronized is a virtual item type, the data with the type of the virtual item can be searched from the database and used as the data to be synchronized.
Step S103: and generating a first URL containing the URL Scheme of the second client and the data to be synchronized according to a preset URL format.
The preset URL format may be a URL format set by a worker, for example: the preset URL format may be: URL schema:// { data to synchronize }.
According to a preset URL format, the URL Scheme of the second client and the position of the data to be synchronized in the first URL can be determined, and therefore the first URL is generated based on the determined position.
For example: assume that the preset URL format may be: URL Scheme:// { data to be synchronized }, where the URL Scheme of the second client is: appCheme 2://, data to be synchronized is: { "coin": "9842", "level": "12", "name": "appName", wherein, the above-mentioned "coin" and "9842" represent that the parameter values in the gold coin parameter item are: 9842, the level is that 12 indicates that the parameter values in the level parameter item are: 12, the name indicates that parameters in the user name parameter item are as follows: appName.
Based on the preset URL format, it may be determined that the URL Scheme of the second client is located at the initial position in the first URL, and the data to be synchronized is located at a position after the URL Scheme of the second client in the first URL, so that based on the determined position, the first URL may be generated: appcheme 2: // { "coin": "9842", "level": "12", "name": "appName" }.
Specifically, the data to be synchronized may also be used as a parameter value of a preset parameter item of the first URL, and the first URL including the URL Scheme of the second client and the parameter value of the preset parameter item is generated according to a preset URL format.
The preset parameter items can be set by the staff according to experience, for example: the preset parameter item may be a path parameter item, a port parameter item, and the like of the first URL.
The preset URL format specifies the URL Scheme and the positions of parameter values of various parameter items in the URL, so that the positions of the URL Scheme of the second client and the data to be synchronized in the first URL can be determined based on the preset URL format, and the first URL is generated based on the determined positions.
Step S104: and executing URL jump operation based on the first URL, and enabling the second client to be in a foreground running state, so that the second client obtains the first URL and obtains the data to be synchronized based on the first URL.
The URL jump operation is as follows: and triggering the client corresponding to the URL Scheme to be in a foreground running state according to the URL Scheme contained in the URL, and obtaining the URL by the client corresponding to the URL Scheme after the client corresponding to the URL Scheme is in the foreground running state. Because the first URL comprises the URL Scheme of the second client, the second client can be triggered to be in a foreground running state by executing the URL jump operation based on the first URL, and the second client can also obtain the first URL.
And after the second client side obtains the first URL, analyzing the first URL to obtain the data to be synchronized, thereby realizing data synchronization.
As can be seen from the above, when the scheme provided by this embodiment is applied to data synchronization, the URL skip operation refers to: according to the URL Scheme contained in the URL, the client corresponding to the URL Scheme is triggered to be in a foreground running state, and after the client corresponding to the URL Scheme is in the foreground running state, the client can obtain the URL.
In addition, in the process of executing the URL jump operation based on the first URL, the jump operation does not need to be realized through the network, that is, when the scheme provided by the embodiment is applied to perform data synchronization, the data synchronization can be performed in a non-network state.
Because the data formats of the data in different clients may be different, in order to enable the second client to read and process the data to be synchronized after receiving the data to be synchronized, the first client may convert the data to be synchronized into data in a preset format to obtain the converted data to be synchronized, and generate a first URL including the URL Scheme of the second client and the converted data to be synchronized according to the preset URL format.
The preset format is as follows: the data format agreed by the first client and the second client in advance. For example, the preset format may be: JSON (JavaScript Object Notation, JS Object Notation).
Because the preset format is a data format agreed by the first client and the second client in advance, after the first client converts the data to be synchronized into the data in the preset format, the second client can read and process the data to be synchronized after receiving the converted data to be synchronized.
Specifically, when the data to be synchronized is converted into the data in the preset format, any data format conversion method in the prior art may be adopted, and details are not described here.
After the converted data to be synchronized is obtained, the first client may generate a first URL including the URL Scheme of the second client and the converted data to be synchronized according to a preset URL format.
The data synchronization request received by the first client in step S101 may also be sent by the second client, in which case the first client may receive a data synchronization request sent by the second client for instructing the first client to synchronize data to the second client.
Specifically, the first client may execute the URL skip operation based on the second URL at the second client, and obtain the second URL after the first client is in the foreground operating state, and analyze the second URL to obtain the data synchronization request.
The second URL includes a data synchronization request for instructing the first client to synchronize data with the second client. The second URL further includes a URL Scheme of the first client.
Because the second URL further includes the URL Scheme of the first client, the second client may execute a URL skip operation based on the second URL to trigger the first client to be in a foreground operating state.
In this way, since the data synchronization request is synchronized by the second client through the second URL, and network transmission is not required for jumping based on the second URL, the first client may receive the data synchronization request sent by the second client in a network-free state.
In order to better improve the data security, after receiving a data synchronization request for instructing the first client to synchronize data to the second client, the first client may further obtain an identifier of the second client; performing security authentication on the second client based on the identifier of the second client; if the authentication is passed, the step of S102 described above is executed.
The identifier of the second client is used to identify information of the second client, and the identifier of the second client may include: the name, IP address, number, etc. of the second client.
Specifically, the identifier of the second client stored in the electronic device may be obtained, or the identifier of the second client input by the user may also be obtained.
When performing security authentication on the second client, the first client may determine whether the identifier of the second client is in a white list, where the white list includes identifiers of clients that have passed authentication, and if so, the second client passes authentication, and continues to perform the step of S102. If not, the second client side fails to pass the authentication, and the process is ended.
Therefore, after the data synchronization request is received, the security authentication is carried out on the second client side, and the security of the data to be synchronized is improved.
Corresponding to the data synchronization method applied to the first client, the embodiment of the invention also provides a data synchronization method applied to a second client.
Referring to fig. 2a, fig. 2a is a schematic flowchart of a second data synchronization method according to an embodiment of the present invention, where the method includes the following steps S201 to S203.
Step S201: and sending a data synchronization request for instructing the first client to synchronize data to the second client to the first client, so that the first client generates a first URL containing the URL Scheme of the second client and the data to be synchronized.
The first client and the second client work in the same electronic device.
The data synchronization request may include a data identifier of the data to be synchronized, and may further include a URL Scheme of the second client.
Specifically, the second client may send a data synchronization request to the server, where the data synchronization request is used to instruct the first client to send the data synchronization request to the second client, and the server may send the data synchronization request to the first client after receiving the data synchronization request.
Step S202: and after the first client executes the URL jump operation based on the first URL and the second client is in a foreground running state, acquiring the first URL.
The URL jump operation is as follows: and triggering the client corresponding to the URL Scheme to be in a foreground running state according to the URL Scheme contained in the URL, and obtaining the URL by the client corresponding to the URL Scheme after the client corresponding to the URL Scheme is in the foreground running state.
Because the first URL includes the URL Scheme of the second client, the first client executes the URL skip operation based on the first URL, and can trigger the second client to be in a foreground running state, and the second client can also obtain the first URL.
Step S203: and analyzing the first URL to obtain the data to be synchronized.
As can be seen from the above, when the scheme provided by this embodiment is applied to data synchronization, the URL skip operation refers to: according to the URL Scheme contained in the URL, the client corresponding to the URL Scheme is triggered to be in a foreground running state, and after the client corresponding to the URL Scheme is in the foreground running state, the client can obtain the URL.
In addition, in the process of executing the URL jump operation based on the first URL, the jump operation does not need to be realized through the network, that is, when the scheme provided by the embodiment is applied to perform data synchronization, the data synchronization can be performed in a non-network state.
When the second client sends the data synchronization request to the first client, the data synchronization request can also be sent in the following manner.
Receiving a data synchronization instruction which is triggered by a user on a user interface of a second client and used for indicating synchronization data between the second client and a first client, and obtaining a URL Scheme of the first client; generating a second URL comprising a URL Scheme of the first client and a data synchronization request according to a preset URL format; and executing the URL jump operation based on the second URL, wherein the first client is in a foreground running state, so that the first client obtains the second URL and obtains the data synchronization request based on the second URL.
The data synchronization command includes an identifier of data to be synchronized. After receiving the data synchronization instruction, the second client may analyze the instruction to obtain an identifier of the data to be synchronized.
The URL Scheme of the first client may be defined by a staff in advance, for example: the URL Scheme of the first client may be predefined as: appScheme 1://.
Specifically, the URL Scheme of the first client stored in the electronic device may be obtained, or the URL Scheme of the first client input by the user may also be obtained.
The data synchronization request is used for indicating the first client to synchronize data to the second client, and the data synchronization request comprises a data identifier of the data to be synchronized.
The preset URL format may be a URL format set by a worker, for example: the preset URL format may be: URL Scheme:// { data synchronization request }.
According to a preset URL format, the URL Scheme of the first client and the position of the data synchronization request in the second URL can be determined, and therefore the second URL is generated based on the determined position.
Because the second URL includes the URL Scheme of the first client, the URL jump operation can be executed based on the second URL, and the first client is triggered to be in a foreground running state, and the first client can obtain the second URL and analyze the second URL, thereby obtaining a data synchronization request included in the second URL. Because the URL jump operation is executed without transmission through the network, the data synchronization request is transmitted in a network-free state.
Referring to fig. 2b, fig. 2b is a signaling interaction diagram of a data synchronization method according to an embodiment of the present invention. Fig. 2b includes a first client 201 and a second client 202. Specifically, the method includes the following steps S1-S5.
Step S1: the second client 202 sends a data synchronization request to the first client 201, where the data synchronization request is used to instruct the first client 201 to synchronize data with the second client.
The data synchronization request may include an identifier of the data to be transmitted and a URL Scheme of the second client.
Step S2: after receiving the data synchronization request, the first client 201 obtains the URL Scheme of the second client, and determines the data to be synchronized based on the data identifier of the data to be synchronized.
Step S3: the first client 201 generates a first URL.
The first URL comprises a URL Scheme of the second client and data to be synchronized.
Step S4: the first client 201 executes the URL jump operation based on the first URL, and triggers the second client to be in a foreground running state.
Step S5: and after the second client is in a foreground running state, the second client acquires the first URL and acquires the data to be synchronized based on the first URL.
The data synchronization method provided by the embodiment of the invention is described below with reference to specific application scenarios.
In a first application scenario, two clients run in an electronic device used by a user: client C1Client C2Like two stand-alone game clients, client C, developed by the same manufacturer1Off-line for some reason, client C2Is to modify the client C1The user wants to be at the client C2In continued use of client C1The data of (1).
In this case, the user may be at client C2In the user interface of (2) triggering client C2And client C1Instruction to synchronize data, client C2After receiving the instruction of the user, sending the instruction to the client C1Sending a data synchronization request, client C1Upon receipt of client C2After the transmitted data synchronization request, a data synchronization request containing the client C can be generated2The URL Scheme and the URL of the data to be synchronized execute URL skip operation based on the URL and trigger the client C2In foreground operation state, at client C2After being in the foreground operating state, the client C2And acquiring the URL, analyzing the URL to acquire data to be synchronized, and synchronizing the data.
In the second scenario, a series of clients are operated in the electronic equipment used by the user, including client C3Client C4Client C5Wherein, the client C3Having data D1Client C4Without data D1The user wants to be at client C4Can also use the data D1
In this case, the user may be at client C3In the user interface of (2) triggers a data synchronization command to instruct the client C3To client C4Synchronizing data D1Client C3After receiving the data synchronization instruction, generating a synchronization instruction containing a client C4URL Scheme and data D of1Based on URL, executing URL jump operation to trigger client C4In foreground operation state, at client C4After being in the foreground operating state, the client C4Can obtain URL, and analyze URL to obtain data D1
Corresponding to the data synchronization method applied to the first client, the embodiment of the invention also provides a data synchronization device applied to the first client.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a data synchronization apparatus according to an embodiment of the present invention, which is applied to a first client, and the apparatus includes the following modules 301 and 304.
A request receiving module 301, configured to receive a data synchronization request for instructing the first client to synchronize data to a second client, where the data synchronization request includes a data identifier of data to be synchronized, and the first client and the second client work in the same electronic device;
a data determining module 302, configured to obtain a uniform resource locator URL Scheme of the second client, and determine data to be synchronized based on a data identifier of the data to be synchronized;
the URL generating module 303 is configured to generate a first URL including the URL Scheme of the second client and the data to be synchronized according to a preset URL format;
a state triggering module 304, configured to execute a URL jump operation based on the first URL, where the second client is in a foreground running state, so that the second client obtains the first URL and obtains the data to be synchronized based on the first URL.
As can be seen from the above, when the scheme provided by this embodiment is applied to data synchronization, the URL skip operation refers to: according to the URL Scheme contained in the URL, the client corresponding to the URL Scheme is triggered to be in a foreground running state, and after the client corresponding to the URL Scheme is in the foreground running state, the client can obtain the URL.
In addition, in the process of executing the URL jump operation based on the first URL, the jump operation does not need to be realized through the network, that is, when the scheme provided by the embodiment is applied to perform data synchronization, the data synchronization can be performed in a non-network state.
The URL generation module of the present invention is specifically configured to convert the data to be synchronized into data in a preset format to obtain the converted data to be synchronized, where the preset format is: the data format agreed by the first client and the second client in advance; and generating a first URL comprising the URL Scheme of the second client and the converted data to be synchronized according to a preset URL format.
In this way, since the preset format is a data format agreed by the first client and the second client in advance, after the first client converts the data to be synchronized into the data in the preset format, the second client can read and process the data to be synchronized after receiving the converted data to be synchronized.
In an embodiment of the present invention, the request receiving module is specifically configured to receive a data synchronization request sent by a second client and used for instructing the first client to synchronize data to the second client; or receiving a data synchronization instruction triggered in a user interface of the first client by a user and used for indicating the first client to synchronize data to the second client, wherein the data synchronization instruction comprises an identifier of data to be synchronized.
Therefore, when the data synchronization request is a data synchronization instruction triggered by a user, the first client side can synchronize data to the second client side to meet the user requirement, and when the data synchronization request is a request sent by the second client side, the data can be synchronized to the second client side based on the request sent by the second client side.
In an embodiment of the present invention, the request receiving module is specifically configured to execute a URL skip operation based on a second URL at the second client, and obtain the second URL after the first client is in a foreground operating state, where the second URL includes a data synchronization request for instructing the first client to synchronize data with the second client; and analyzing the second URL to obtain the data synchronization request.
In this way, since the data synchronization request is synchronized by the second client through the second URL, and network transmission is not required for jumping based on the second URL, the first client may receive the data synchronization request sent by the second client in a network-free state.
In an embodiment of the present invention, the URL generating module is specifically configured to use the data to be synchronized as a parameter value of a preset parameter item of a first URL, and generate the first URL including a URL Scheme of the second client and the parameter value of the preset parameter item according to a preset URL format.
In an embodiment of the present invention, the apparatus further includes:
an identifier obtaining module, configured to obtain, after the request receiving module, an identifier of the second client;
the client authentication module is used for carrying out security authentication on the second client based on the identifier of the second client; and in the case of passing the authentication, triggering the data determination module.
Therefore, after the data synchronization request is received, the security authentication is carried out on the second client side, and the security of the data to be synchronized is improved.
Corresponding to the data synchronization method applied to the second client, the embodiment of the invention also provides a data synchronization device applied to the second client.
Referring to fig. 4, fig. 4 is a schematic structural diagram of a data synchronization apparatus applied to a second client according to an embodiment of the present invention, where the apparatus includes the following modules 401 and 403.
A request sending module 401, configured to send, to a first client, a data synchronization request for instructing the first client to synchronize data to a second client, so that the first client generates a first URL including a URL Scheme of the second client and data to be synchronized, where the data synchronization request includes a data identifier of the data to be synchronized, and the first client and the second client operate in the same electronic device;
a URL obtaining module 402, configured to obtain the first URL after the first client performs a URL skip operation based on the first URL and the second client is in a foreground operating state;
a data obtaining module 403, configured to analyze the first URL to obtain data to be synchronized.
As can be seen from the above, when the scheme provided by this embodiment is applied to data synchronization, the URL skip operation refers to: according to the URL Scheme contained in the URL, the client corresponding to the URL Scheme is triggered to be in a foreground running state, and after the client corresponding to the URL Scheme is in the foreground running state, the client can obtain the URL.
In addition, in the process of executing the URL jump operation based on the first URL, the jump operation does not need to be realized through the network, that is, when the scheme provided by the embodiment is applied to perform data synchronization, the data synchronization can be performed in a non-network state.
In an embodiment of the present invention, the request sending module includes:
the instruction receiving submodule is used for receiving a data synchronization instruction which is triggered by a user on a user interface of the second client and used for indicating the synchronization data between the second client and the first client, and the data synchronization instruction comprises an identifier of data to be synchronized;
the information obtaining submodule is used for obtaining the URL Scheme of the first client;
the URL generation submodule is used for generating a second URL comprising a URL Scheme of the first client and a data synchronization request according to a preset URL format, wherein the data synchronization request is used for indicating the first client to synchronize data to the second client, and the data synchronization request comprises a data identifier of data to be synchronized;
and the interface jump submodule is used for executing URL jump operation based on the second URL, and the first client is in a foreground running state so that the first client can obtain the second URL and obtain the data synchronization request based on the second URL.
Therefore, after receiving the data synchronization instruction of the user, the data synchronization request is sent to the first client, so that the first client synchronizes data to the second client, and the user requirements are met.
Corresponding to the data synchronization method, the embodiment of the invention also provides electronic equipment.
Referring to fig. 5, fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present invention, where the electronic device runs a first client and a second client, and includes a processor 501, a communication interface 502, a memory 503 and a communication bus 504, where the processor 501, the communication interface 502 and the memory 503 complete communication with each other through the communication bus 504,
a memory 503 for storing a computer program;
the processor 501 is configured to implement the data synchronization method provided in the embodiment of the present invention when executing the program stored in the memory 503.
The communication bus mentioned in the electronic device 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 electronic equipment and other equipment.
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 also Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components.
In another embodiment provided by the present invention, a computer-readable storage medium is further provided, in which a computer program is stored, and the computer program, when executed by a processor, implements the data synchronization method provided by the embodiment of the present invention.
In another embodiment provided by the present invention, a computer program product containing instructions is also provided, which when executed on a computer causes the computer to implement the data synchronization method provided by the embodiment of the present invention.
As can be seen from the above, when the scheme provided by this embodiment is applied to data synchronization, the URL skip operation refers to: according to the URL Scheme contained in the URL, the client corresponding to the URL Scheme is triggered to be in a foreground running state, and after the client corresponding to the URL Scheme is in the foreground running state, the client can obtain the URL.
In addition, in the process of executing the URL jump operation based on the first URL, the jump operation does not need to be realized through the network, that is, when the scheme provided by the embodiment is applied to perform data synchronization, the data synchronization can be performed in a non-network state.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the invention to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
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 apparatus, the electronic device, and the computer-readable storage medium, since they are substantially similar to the embodiments of the method, the description is simple, and for the relevant points, reference may be made to the partial description of the embodiments of the method.
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 (10)

1. A data synchronization method applied to a first client, the method comprising:
receiving a data synchronization request for indicating the first client to synchronize data to a second client, wherein the data synchronization request comprises a data identifier of data to be synchronized, and the first client and the second client work in the same electronic device;
acquiring a Uniform Resource Locator (URL) Scheme of the second client, and determining data to be synchronized based on the data identifier of the data to be synchronized;
generating a first URL containing the URL Scheme of the second client and data to be synchronized according to a preset URL format;
and executing URL jump operation based on the first URL, wherein the second client is in a foreground running state, so that the second client obtains the first URL and obtains the data to be synchronized based on the first URL.
2. The method according to claim 1, wherein the generating a first URL containing the URL Scheme of the second client and the data to be synchronized according to a preset URL format includes:
converting the data to be synchronized into data in a preset format to obtain the converted data to be synchronized, wherein the preset format is as follows: the data format agreed by the first client and the second client in advance;
and generating a first URL comprising the URL Scheme of the second client and the converted data to be synchronized according to a preset URL format.
3. The method of claim 1, wherein receiving a data synchronization request for instructing the first client to synchronize data with a second client comprises:
receiving a data synchronization request sent by a second client and used for indicating the first client to synchronize data to the second client;
or
And receiving a data synchronization instruction which is triggered in a user interface of the first client by a user and is used for indicating the first client to synchronize data to the second client, wherein the data synchronization instruction is used as a data synchronization request.
4. The method of claim 3, wherein the receiving a data synchronization request sent by a second client for instructing the first client to synchronize data with the second client comprises:
after the second client executes a URL jump operation based on a second URL and the first client is in a foreground running state, obtaining the second URL, wherein the second URL comprises a data synchronization request for indicating the first client to synchronize data to the second client;
and analyzing the second URL to obtain the data synchronization request.
5. The method according to claim 1, wherein the generating a first URL containing the URL Scheme of the second client and the data to be synchronized according to a preset uniform resource locator URL format includes:
and taking the data to be synchronized as a parameter value of a preset parameter item of a first URL, and generating the first URL containing the URL Scheme of the second client and the parameter value of the preset parameter item according to a preset URL format.
6. The method of any of claims 1-5, further comprising, after the receiving a data synchronization request instructing the first client to synchronize data to a second client:
obtaining an identifier of the second client;
performing security authentication on the second client based on the identifier of the second client;
and under the condition of passing the authentication, executing the step of determining the data to be synchronized based on the URL Scheme of the second client and the data identification of the data to be synchronized.
7. A data synchronization method applied to a second client, the method comprising:
sending a data synchronization request for indicating a first client to synchronize data to a second client to a first client, so that the first client generates a first URL including a URL Scheme of the second client and data to be synchronized, the data synchronization request includes a data identifier of the data to be synchronized, and the first client and the second client work in the same electronic device;
after the first client executes URL jump operation based on the first URL and the second client is in a foreground running state, acquiring the first URL;
and analyzing the first URL to obtain data to be synchronized.
8. The method of claim 7, wherein sending a data synchronization request to a first client instructing the first client to synchronize data to the second client comprises:
receiving a data synchronization instruction which is triggered by a user on a user interface of the second client and used for indicating synchronization data between the second client and the first client, wherein the data synchronization instruction comprises an identifier of data to be synchronized;
obtaining a URL Scheme of the first client;
generating a second URL comprising a URL Scheme of the first client and a data synchronization request according to a preset URL format, wherein the data synchronization request is used for indicating the first client to synchronize data to the second client, and the data synchronization request comprises a data identifier of data to be synchronized;
and executing URL jump operation based on the second URL, wherein the first client is in a foreground running state, so that the first client obtains the second URL and obtains the data synchronization request based on the second URL.
9. A data synchronization apparatus, applied to a first client, the apparatus comprising:
a request receiving module, configured to receive a data synchronization request for instructing a first client to synchronize data to a second client, where the data synchronization request includes a data identifier of data to be synchronized, and the first client and the second client work in the same electronic device;
the data determining module is used for obtaining a Uniform Resource Locator (URL) Scheme of the second client and determining the data to be synchronized based on the data identifier of the data to be synchronized;
the URL generating module is used for generating a first URL comprising the URL Scheme of the second client and the data to be synchronized according to a preset URL format;
and the state triggering module is used for executing URL jump operation based on the first URL, and the second client is in a foreground running state, so that the second client obtains the first URL and obtains the data to be synchronized based on the first URL.
10. A data synchronization apparatus, applied to a second client, the apparatus comprising:
a request sending module, configured to send, to a first client, a data synchronization request for instructing the first client to synchronize data to a second client, so that the first client generates a first URL including a URL Scheme of the second client and data to be synchronized, where the data synchronization request includes a data identifier of the data to be synchronized, and the first client and the second client operate in the same electronic device;
the URL obtaining module is used for obtaining the first URL after the first client executes URL skip operation based on the first URL and the second client is in a foreground running state;
and the data acquisition module is used for analyzing the first URL to acquire the data to be synchronized.
CN202110405944.7A 2021-04-15 2021-04-15 Data synchronization method and device Pending CN113010610A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110405944.7A CN113010610A (en) 2021-04-15 2021-04-15 Data synchronization method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110405944.7A CN113010610A (en) 2021-04-15 2021-04-15 Data synchronization method and device

Publications (1)

Publication Number Publication Date
CN113010610A true CN113010610A (en) 2021-06-22

Family

ID=76389312

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110405944.7A Pending CN113010610A (en) 2021-04-15 2021-04-15 Data synchronization method and device

Country Status (1)

Country Link
CN (1) CN113010610A (en)

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103164422A (en) * 2011-12-09 2013-06-19 百度在线网络技术(北京)有限公司 Method, equipment and system for conducting data synchronism by adopting general data storage format
CN104796392A (en) * 2014-01-22 2015-07-22 腾讯科技(北京)有限公司 Jump context synchronization device, method and client
WO2017020620A1 (en) * 2015-07-31 2017-02-09 腾讯科技(深圳)有限公司 Tab synchronization method, electronic device and storage medium
CN106503134A (en) * 2016-10-19 2017-03-15 广东欧珀移动通信有限公司 Browser jumps to the method for data synchronization and device of application program
CN107092475A (en) * 2016-12-21 2017-08-25 阿里巴巴集团控股有限公司 The call method and device of a kind of interactive controls
CN107291741A (en) * 2016-03-31 2017-10-24 阿里巴巴集团控股有限公司 Communication means and device
CN108121568A (en) * 2017-11-30 2018-06-05 五八有限公司 Arouse method and device, electronic equipment and the readable storage medium storing program for executing of APP
WO2019061522A1 (en) * 2017-09-30 2019-04-04 深圳前海达闼云端智能科技有限公司 Domain name resolution method, client, edge node, and domain name resolution system
CN110198335A (en) * 2018-08-30 2019-09-03 腾讯科技(深圳)有限公司 Message synchronization method and device, electronic equipment and storage medium
CN110321387A (en) * 2019-07-10 2019-10-11 中国联合网络通信集团有限公司 Method of data synchronization, equipment and terminal device
CN110633439A (en) * 2018-06-06 2019-12-31 阿里巴巴集团控股有限公司 Page processing method and system
CN111435380A (en) * 2019-01-14 2020-07-21 顺丰科技有限公司 Page cross-domain interaction method, system, device and storage device
CN111596828A (en) * 2020-05-14 2020-08-28 云账户技术(天津)有限公司 Cookie synchronization method, device and computer readable storage medium
CN112134779A (en) * 2019-06-24 2020-12-25 北京京东尚科信息技术有限公司 Network information processing method, device, system, client and readable storage medium
CN112463414A (en) * 2020-12-14 2021-03-09 招商局金融科技有限公司 Multi-client data interaction method and device, electronic equipment and storage medium

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103164422A (en) * 2011-12-09 2013-06-19 百度在线网络技术(北京)有限公司 Method, equipment and system for conducting data synchronism by adopting general data storage format
CN104796392A (en) * 2014-01-22 2015-07-22 腾讯科技(北京)有限公司 Jump context synchronization device, method and client
WO2017020620A1 (en) * 2015-07-31 2017-02-09 腾讯科技(深圳)有限公司 Tab synchronization method, electronic device and storage medium
CN107291741A (en) * 2016-03-31 2017-10-24 阿里巴巴集团控股有限公司 Communication means and device
CN106503134A (en) * 2016-10-19 2017-03-15 广东欧珀移动通信有限公司 Browser jumps to the method for data synchronization and device of application program
CN107092475A (en) * 2016-12-21 2017-08-25 阿里巴巴集团控股有限公司 The call method and device of a kind of interactive controls
WO2019061522A1 (en) * 2017-09-30 2019-04-04 深圳前海达闼云端智能科技有限公司 Domain name resolution method, client, edge node, and domain name resolution system
CN108121568A (en) * 2017-11-30 2018-06-05 五八有限公司 Arouse method and device, electronic equipment and the readable storage medium storing program for executing of APP
CN110633439A (en) * 2018-06-06 2019-12-31 阿里巴巴集团控股有限公司 Page processing method and system
CN110198335A (en) * 2018-08-30 2019-09-03 腾讯科技(深圳)有限公司 Message synchronization method and device, electronic equipment and storage medium
CN111435380A (en) * 2019-01-14 2020-07-21 顺丰科技有限公司 Page cross-domain interaction method, system, device and storage device
CN112134779A (en) * 2019-06-24 2020-12-25 北京京东尚科信息技术有限公司 Network information processing method, device, system, client and readable storage medium
CN110321387A (en) * 2019-07-10 2019-10-11 中国联合网络通信集团有限公司 Method of data synchronization, equipment and terminal device
CN111596828A (en) * 2020-05-14 2020-08-28 云账户技术(天津)有限公司 Cookie synchronization method, device and computer readable storage medium
CN112463414A (en) * 2020-12-14 2021-03-09 招商局金融科技有限公司 Multi-client data interaction method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN108153670B (en) Interface testing method and device and electronic equipment
CN108984388B (en) Method and terminal equipment for generating automatic test case
US20210263714A1 (en) System and method for autowiring of a microservice architecture
US10430172B2 (en) Re-configuration in cloud computing environments
US10057182B2 (en) Method for providing development and deployment services using a cloud-based platform and devices thereof
CN109815107B (en) Method and device for automatic testing
CN112380093A (en) Operation and maintenance processing method and device and computer equipment
CN110569281A (en) Block chain transaction query method and system
CN110633309A (en) Block chain transaction processing method and device
CN107807841B (en) Server simulation method, device, equipment and readable storage medium
CN110597877A (en) Block chain transaction processing method and device
CN111124544A (en) Interface display method and device, electronic equipment and storage medium
CN109828830B (en) Method and apparatus for managing containers
AU2014412020B2 (en) Techniques to transform network resource requests to zero rated network requests
CN115883310A (en) Service deployment method, service deployment system, electronic device, and storage medium
CN106095886B (en) Data processing method and device
US20230118838A1 (en) Advanced agent instrumentation for opentelemetry implementations
CN111414154A (en) Method and device for front-end development, electronic equipment and storage medium
CN113127335A (en) System testing method and device
CN113010610A (en) Data synchronization method and device
CN111338898B (en) Application state acquisition method and device, electronic equipment and readable storage medium
CN113946816A (en) Cloud service-based authentication method and device, electronic equipment and storage medium
US9525754B1 (en) Task-based approach to execution, monitoring and execution control of actions
CN109995711B (en) Application development method and device of intelligent robot, terminal equipment and medium
CN111488286A (en) Method and device for independently developing Android module

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