CN108573042B - Report synchronization method, electronic equipment and computer readable storage medium - Google Patents

Report synchronization method, electronic equipment and computer readable storage medium Download PDF

Info

Publication number
CN108573042B
CN108573042B CN201810316501.9A CN201810316501A CN108573042B CN 108573042 B CN108573042 B CN 108573042B CN 201810316501 A CN201810316501 A CN 201810316501A CN 108573042 B CN108573042 B CN 108573042B
Authority
CN
China
Prior art keywords
user report
report
target user
environment
base table
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810316501.9A
Other languages
Chinese (zh)
Other versions
CN108573042A (en
Inventor
杨勇
宋剑锋
王佛清
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN201810316501.9A priority Critical patent/CN108573042B/en
Priority to PCT/CN2018/099286 priority patent/WO2019196276A1/en
Publication of CN108573042A publication Critical patent/CN108573042A/en
Application granted granted Critical
Publication of CN108573042B publication Critical patent/CN108573042B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G06F16/275Synchronous replication

Abstract

The invention provides a report synchronization method, electronic equipment and a computer readable storage medium. The report synchronization method comprises the following steps: acquiring a configured user report information base table and user report information of each operating environment in at least two operating environments; comparing the user report information of each operating environment with the user report information base table to obtain a comparison result; according to the comparison result, determining a target user report and state information of the target user report from the user report information of each operating environment; and synchronizing the state of the target user report to the at least two running environments according to the state information of the target user report. The invention can realize the synchronization of the report forms under different operating environments so as to maintain the consistency of the data under different operating environments.

Description

Report synchronization method, electronic equipment and computer readable storage medium
Technical Field
The invention relates to the technical field of intelligent reports, in particular to a report synchronization method, electronic equipment and a computer readable storage medium.
Background
Typically, with a single living system architecture, a user can continue to view the report the next time as long as the report is created in the application, but there is no concept of synchronization with another system environment. That is to say, in the prior art scheme, the synchronization of the report forms under different operating environments cannot be realized, and the asynchronism of the data brings inconvenience to the use of the user.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a report synchronization method, an electronic device, and a computer-readable storage medium, which can implement synchronization of reports in different operating environments to maintain data consistency in different operating environments.
A method of report synchronization, the method comprising:
acquiring a configured user report information base table and user report information of each operating environment in at least two operating environments;
comparing the user report information of each operating environment with the user report information base table to obtain a comparison result;
according to the comparison result, determining a target user report and state information of the target user report from the user report information of each operating environment;
and synchronizing the state of the target user report to the at least two running environments according to the state information of the target user report.
According to the preferred embodiment of the present invention, before obtaining the configured base table of the user report information, the method further comprises:
entering each of the at least two runtime environments through a packaged specified SDK (Software Development Kit) interface, and creating a user report in each runtime environment.
According to the preferred embodiment of the present invention, before obtaining the configured base table of the user report information, the method further comprises:
configuring a user report information base table;
wherein, the configuring the user report information base table comprises:
acquiring inquiry instructions of each operating environment at regular time;
after the inquiry instruction of each operation environment is obtained, obtaining a user report in each operation environment;
and establishing an intersection of the user reports in each operating environment, and taking the intersection as the user report information base table.
According to a preferred embodiment of the present invention, the comparison results include:
a user report does not exist in the user report information base table, but exists in one running environment in each running environment, and does not exist in other running environments in each running environment; or
A user report exists in the user report information base table, does not exist in one running environment in each running environment, and exists in other running environments in each running environment; or
And a user report exists in the user report information base table and each running environment, and the user report has an updating record in one running environment in each running environment.
According to a preferred embodiment of the present invention, the determining, according to the comparison result, a target user report from the user report information of each operating environment includes:
and when the current state information of one user report is different from the state information recorded in the user report information base table, determining the user report with different state information as the target user report.
According to the preferred embodiment of the present invention, the determining the status information of the target user report according to the comparison result includes:
when the target user report does not exist in the user report information base table, but exists in one running environment in each running environment, and does not exist in other running environments in each running environment, determining that the state information of the target user report is newly increased; or alternatively
When the target user report exists in the user report information base table, does not exist in one running environment in each running environment, and exists in other running environments in each running environment, determining that the state information of the target user report is deleted; or
And when the target user report exists in the user report information base table and each running environment and the target user report has an update record in one running environment in each running environment, determining that the state information of the target user report is updated.
According to a preferred embodiment of the present invention, synchronizing the state of the target user report to the at least two running environments according to the state information of the target user report includes:
when the state information of the target user report is added, adding the target user report to the running environment without the target user report in the at least two running environments; or
When the state information of the target user report is deleted, deleting the target user report from the running environment in which the target user report exists in the at least two running environments; or
And when the state information of the target user report is updated, updating the target user report to each running environment.
According to a preferred embodiment of the present invention, when synchronizing the target user report into the at least two runtime environments, the method further comprises:
and synchronizing the target user report to the user report information base table.
A report synchronization apparatus, the apparatus comprising:
the acquisition unit is used for acquiring a configured user report information base table and acquiring user report information of each operation environment in at least two operation environments;
The comparison unit is used for comparing the user report information of each running environment with the user report information base table to obtain a comparison result;
the determining unit is used for determining a target user report and the state information of the target user report from the user report information of each operating environment according to the comparison result;
and the synchronization unit is used for synchronizing the state of the target user report to the at least two running environments according to the state information of the target user report.
According to a preferred embodiment of the invention, the apparatus further comprises:
and the creating unit is used for entering each running environment of the at least two running environments through the packaged specified SDK interface before the configured base table of the user report information is obtained, and creating the user report under each running environment.
According to a preferred embodiment of the invention, the apparatus further comprises:
the configuration unit is used for configuring the user report information base table before the configured user report information base table is obtained;
wherein, the configuration unit configuring the user report information base table comprises:
acquiring inquiry instructions of each operating environment at regular time;
after the inquiry instruction of each operation environment is obtained, obtaining a user report in each operation environment;
And establishing an intersection of the user reports in each operating environment, and taking the intersection as the user report information base table.
According to a preferred embodiment of the present invention, the comparison results include:
a user report does not exist in the user report information base table, but exists in one running environment in each running environment, and does not exist in other running environments in each running environment; or
A user report exists in the user report information base table, does not exist in one running environment in each running environment, and exists in other running environments in each running environment; or
And a user report exists in the user report information base table and each running environment, and the user report has an updating record in one running environment in each running environment.
According to the preferred embodiment of the present invention, the determining, by the determining unit, a target user report from the user report information of each execution environment according to the comparison result includes:
and when the current state information of one user report is different from the state information recorded in the user report information base table, determining the user report with different state information as the target user report.
According to the preferred embodiment of the present invention, the determining, according to the comparison result, the determining of the status information of the target user report includes:
when the target user report does not exist in the user report information base table, but exists in one running environment in each running environment, and does not exist in other running environments in each running environment, determining that the state information of the target user report is newly increased; or
When the target user report exists in the user report information base table, does not exist in one running environment in each running environment, and exists in other running environments in each running environment, determining that the state information of the target user report is deleted; or
And when the target user report exists in the user report information base table and each running environment and the target user report has an update record in one running environment in each running environment, determining that the state information of the target user report is updated.
According to a preferred embodiment of the present invention, the synchronizing unit synchronizes the status of the target user report to the at least two running environments according to the status information of the target user report includes:
When the state information of the target user report is added, adding the target user report to the running environment without the target user report in the at least two running environments; or alternatively
When the state information of the target user report is deleted, deleting the target user report from the running environment in which the target user report exists in the at least two running environments; or alternatively
And when the state information of the target user report is updated, updating the target user report to each running environment.
According to a preferred embodiment of the present invention, when the target user report is synchronized to the at least two operating environments, the synchronization unit is further configured to synchronize the target user report to the user report information base table.
An electronic device, the electronic device comprising:
a memory storing at least one instruction; and
and the processor executes the instructions stored in the memory to realize the report synchronization method.
A computer-readable storage medium having instructions stored therein for execution by a processor in an electronic device to implement the report synchronization method.
According to the technical scheme, the configured user report information base table is obtained, and the user report information of each running environment in at least two running environments is obtained; comparing the user report information of each operating environment with the user report information base table to obtain a comparison result; according to the comparison result, determining a target user report and state information of the target user report from the user report information of each operating environment; and synchronizing the state of the target user report to the at least two running environments according to the state information of the target user report. The invention can realize the synchronization of the report forms under different operating environments so as to maintain the consistency of the data under different operating environments.
Drawings
FIG. 1 is a flowchart illustrating a report synchronization method according to a preferred embodiment of the present invention.
FIG. 2 is a functional block diagram of a report synchronization apparatus according to a preferred embodiment of the present invention.
FIG. 3 is a schematic structural diagram of an electronic device according to a preferred embodiment of the method for implementing report synchronization of the present invention.
Description of the main elements
Figure BDA0001623972180000061
Figure BDA0001623972180000071
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in detail with reference to the accompanying drawings and specific embodiments.
FIG. 1 is a flowchart illustrating a report synchronization method according to a preferred embodiment of the present invention. The order of the steps in the flow chart may be changed and some steps may be omitted according to different needs.
The report synchronization method is applied to one or more electronic devices, which are devices capable of automatically performing numerical calculation and/or information processing according to preset or stored instructions, and the hardware of the electronic devices includes, but is not limited to, a microprocessor, an Application Specific Integrated Circuit (ASIC), a Programmable Gate Array (FPGA), a Digital Signal Processor (DSP), an embedded device, and the like.
The electronic device may be any electronic product capable of performing human-computer interaction with a user, for example, a Personal computer, a tablet computer, a smart phone, a Personal Digital Assistant (PDA), a game machine, an interactive Internet Protocol Television (IPTV), an intelligent wearable device, and the like.
The electronic device may also include a network device and/or a user device. The network device includes, but is not limited to, a single network server, a server group consisting of a plurality of network servers, or a Cloud Computing (Cloud Computing) based Cloud consisting of a large number of hosts or network servers.
The Network where the electronic device is located includes, but is not limited to, the internet, a wide area Network, a metropolitan area Network, a local area Network, a Virtual Private Network (VPN), and the like.
And S10, the electronic equipment acquires the configured user report information base table and the user report information of each of the at least two operating environments.
Preferably, before obtaining the configured base table of user report information, the electronic device enters each of the at least two runtime environments through a packaged specified SDK (Software Development Kit) interface, and creates a user report in each runtime environment.
Specifically, the specified SDK interface of the package may include a cognos (cognos) application interface or the like. The cognos is a BI (Business Intelligence) reporting system. Through the cognos application interface, the user report in each running environment can be created, read, modified and the like, so that the user report can be customized.
Preferably, before the electronic device obtains the configured base table of the user report information, the electronic device configures the base table of the user report information.
Preferably, the step of configuring the user report information base table by the electronic device comprises the following two steps:
(1) the electronic equipment acquires the inquiry instruction of each operating environment at regular time, and acquires the user report in each operating environment after acquiring the inquiry instruction of each operating environment.
In this embodiment, the query instruction of each operating environment is a trigger condition for obtaining the user report in each operating environment, that is, after obtaining the query instruction of each operating environment, the electronic device may obtain the user report in each operating environment.
Specifically, the user report in each running environment is dynamically changed because the user can perform the user-defined operation of the user report in any one environment of each running environment at any time. In the technical scheme, in order to acquire the latest state of the user report as much as possible, the electronic device acquires the query instruction of each operating environment at regular time.
Specifically, the electronic device may be configured to access the user report in each running environment once at preset time intervals, where the preset time intervals may be set by a user in a self-defined manner, for example: the preset time interval may be 1 minute, 2 minutes, or 5 minutes, etc.
It can be understood that the electronic device may obtain the status information of the user report through the user report. Wherein the status information includes: the type of the user report, the user name of the user report, the modification mode and the modification time of the user report and the like.
Of course, in other embodiments, the electronic device may also obtain an instruction for configuring the user report information base table, which is input by the user, so as to trigger the configuration of the user report information base table, which is not limited herein.
(2) And the electronic equipment establishes the intersection of the user reports in each operating environment, and takes the intersection as the user report information base table.
For example: after a preset time interval of 2 minutes, two running environments, namely a running environment A and a running environment B, respectively access a user report existing in the running environment A and a user report existing in the running environment B. After the access, it can be known that 30 ten thousand user reports exist in the operating environment A, and 30.1 ten thousand user reports exist in the operating environment B. The electronic equipment establishes the intersection of the user report existing in the operating environment A and the user report existing in the operating environment B, and further obtains the user report information base table, wherein the user report information base table comprises 30 ten thousand user reports, and the 30 ten thousand user reports are user reports existing in both the operating environment A and the operating environment B.
In this embodiment, the user report information base table is used as a basis for subsequent comparison, and is used to determine whether any user report exists in each of the at least two operating environments under an initial condition.
Specifically, when the electronic device obtains the user report information of each of the at least two operating environments, in order to more timely synchronize the user report in each of the operating environments, the electronic device may set to obtain the user report information once every preset time period. The preset duration may be set by a user in a user-defined manner, and the present invention is not limited herein.
Preferably, the user report information stores the user report in each operating environment, and the state information of each user report can be acquired through each user report. Wherein the status information includes, but is not limited to: the type of the user report, the user name of the user report, the modification mode of the user report, the modification time of the user report and the like.
And S11, the electronic equipment compares the user report information of each operating environment with the user report information base table to obtain a comparison result.
Specifically, after comparing the user report information of each operating environment with the user report information base table, the electronic device may obtain a user report having a record different from that in the user report information base table.
Preferably, the comparison results include, but are not limited to:
(1) a user report is absent from the base user report information table, and is present in one of the execution environments and absent from the other of the execution environments.
(2) A user report exists in the user report information base table, but does not exist in one running environment in each running environment, and exists in other running environments in each running environment.
(3) And a user report exists in the user report information base table and each running environment, and the user report has an updating record in one running environment in each running environment.
Specifically, the manner of determining, by the electronic device, whether each user report exists in the user report information base table and/or one running environment includes, but is not limited to, one or a combination of more of the following:
(1) The electronic equipment acquires the name of each user report and judges whether the name of each user report exists in the user report information base table and/or an operating environment, and when the name of one user report does not exist in the user report information base table and/or one operating environment, the electronic equipment determines that the user report does not exist in the user report information base table and/or one operating environment; and when the name of the user report exists in the user report information base table and/or an operating environment, the electronic equipment determines that the user report exists in the user report information base table and/or an operating environment.
(2) The electronic equipment acquires the content of each user report and judges whether the content of each user report exists in the user report information base table and/or an operating environment, and when the content of one user report does not exist in the user report information base table and/or an operating environment, the electronic equipment determines that the user report does not exist in the user report information base table and/or an operating environment; and when the content of the user report exists in the user report information base table and/or an operating environment, the electronic equipment determines that the user report exists in the user report information base table and/or an operating environment.
Of course, in other embodiments, the electronic device may also determine whether each user report exists in the user report information base table and/or one running environment in other manners, which is not limited in the present invention.
And S12, the electronic equipment determines a target user report and the state information of the target user report from the user report information of each operating environment according to the comparison result.
Preferably, the electronic device determines, according to the three conditions of the comparison result, that the determining, by the electronic device, the target user report from the user report information of each operating environment according to the comparison result includes:
and when the current state information of one user report is different from the state information recorded in the user report information base table, the electronic equipment determines the user report with different state information as the target user report.
Preferably, the electronic device determines the status information of the target user report according to the comparison result. The specific mode is as follows:
(1) and when the target user report does not exist in the user report information base table, but exists in one running environment in each running environment, and does not exist in other running environments in each running environment, the electronic equipment determines that the state information of the target user report is newly increased.
For example: if the user report C does not exist in the user report information base table, which indicates that the user report C does not exist in each of the at least two operating environments in the initial situation, at this time, if the electronic device determines that the user report C exists in the operating environment a and the user report C does not exist in the operating environment B, the electronic device may determine that the user report C is a newly added user report.
(2) And when the target user report exists in the user report information base table, does not exist in one running environment in each running environment, and exists in other running environments in each running environment, the electronic equipment determines that the state information of the target user report is deleted.
For example: if the user report C exists in the user report information base table, which indicates that the user report C exists in each of the at least two operating environments under the initial condition, at this time, if the electronic device determines that the user report C does not exist in the operating environment a and the user report C exists in the operating environment B, the electronic device may determine that the user report C is a deleted user report.
(3) And when the target user report exists in the user report information base table and each running environment and the target user report has an update record in one running environment in each running environment, the electronic equipment determines that the state information of the target user report is updated.
For example: if the user report C exists in the user report information base table, which indicates that the user report C exists in each of the at least two operating environments under the initial condition, at this time, if it is determined that the user report C exists in the operating environment a and the user report C also exists in the operating environment B, the electronic device may determine that the user report C is not a new or deleted user report. If it is determined that the user report C is updated in the operating environment a, the electronic device may determine that the user report C is an updated user report.
And S13, the electronic equipment synchronizes the state of the target user report to the at least two running environments according to the state information of the target user report.
Preferably, the synchronizing, by the electronic device, the state of the target user report to the at least two running environments according to the state information of the target user report includes, but is not limited to, the following three conditions:
(1) And when the state information of the target user report is newly added, the electronic equipment adds the target user report to the running environment without the target user report in the at least two running environments.
For example: if the user report C exists in the operating environment A and the user report C does not exist in the operating environment B, the electronic device may add the user report C to the operating environment B.
(2) And when the state information of the target user report is deleted, the electronic equipment deletes the target user report from the running environment in which the target user report exists in the at least two running environments.
For example: if the user report C does not exist in the running environment A and the user report C exists in the running environment B, the electronic equipment can delete the user report C from the running environment B.
(3) And when the state information of the target user report is updated, the electronic equipment updates the target user report to each running environment.
For example: if the user report C in the operating environment A has an updated state, but the user report C in the operating environment B is not updated, the electronic device may update the new state of the user report C in the operating environment A to the user report C in the operating environment B.
By the method, the target user report can be synchronized in each running environment, and meanwhile, the data consistency in different running environments is further maintained due to the fact that the target user report is synchronized.
Preferably, when the electronic device synchronizes the target user report to the at least two operating environments, the target user report may be synchronized to the user report information base table, so that the user report information base table may record the latest state of the user report existing in each operating environment in the current state, so that subsequent comparison is more accurate.
In summary, the present invention can obtain the configured base table of the user report information, and obtain the user report information of each of the at least two operating environments; comparing the user report information of each operating environment with the user report information base table to obtain a comparison result; according to the comparison result, determining a target user report and state information of the target user report from the user report information of each operating environment; and synchronizing the state of the target user report to the at least two running environments according to the state information of the target user report. Therefore, the invention can realize the synchronization of the report forms under different operating environments so as to maintain the consistency of the data under different operating environments.
Fig. 2 is a functional block diagram of a report synchronization apparatus according to a preferred embodiment of the present invention. The report synchronization device 11 includes an obtaining unit 110, a comparing unit 111, a determining unit 112, a synchronizing unit 113, a creating unit 114, and a configuring unit 115. The module/unit referred to in the present invention refers to a series of computer program segments that can be executed by the processor 13 and that can perform a fixed function, and that are stored in the memory 12. In the present embodiment, the functions of the modules/units will be described in detail in the following embodiments.
The obtaining unit 110 obtains the configured base table of the user report information, and obtains the user report information of each of the at least two operating environments.
Preferably, before the obtaining unit 110 obtains the configured base table of the user report information, the creating unit 114 enters each of the at least two running environments through the packaged specified SDK interface, and creates a user report in each running environment.
Specifically, the specified SDK interface of the package may include a cognos application interface or the like. The cognos is a BI reporting system. Through the cognos application interface, the user report in each running environment can be created, read, modified and the like, so that the user report can be customized.
Preferably, before the obtaining unit 110 obtains the configured base table of user report information, the configuring unit 115 configures the base table of user report information.
Preferably, the configuring unit 115 configures the user report information base table, including the following two steps:
(1) the configuration unit 115 acquires an inquiry instruction of each operating environment at regular time, and acquires a user report in each operating environment after acquiring the inquiry instruction of each operating environment.
In this embodiment, the query instruction of each operating environment is a trigger condition for acquiring the user report in each operating environment, that is, the configuration unit 115 may acquire the user report in each operating environment after acquiring the query instruction of each operating environment.
Specifically, since the user may perform the user-defined operation of the user report in any one of the running environments at any time, the user report in each running environment is dynamically changed. In this technical solution, in order to obtain the latest state of the user report as much as possible, the configuration unit 115 adopts a manner of obtaining the query instruction of each operating environment at regular time.
Specifically, the configuration unit 115 may be configured to access the user report in each running environment once every preset time interval, where the preset time interval may be set by a user in a self-defined manner, for example: the preset time interval may be 1 minute, 2 minutes, or 5 minutes, etc.
It can be understood that the electronic device may obtain the status information of the user report through the user report. Wherein the state information includes: the type of the user report, the user name of the user report, the modification mode and the modification time of the user report and the like.
Of course, in other embodiments, the configuration unit 115 may also obtain an instruction for configuring the user report information base table input by the user, so as to trigger the configuration of the user report information base table, which is not limited herein.
(2) The configuration unit 115 establishes an intersection of the user reports in each operating environment, and uses the intersection as the user report information base table.
For example: after a preset time interval of 2 minutes, two running environments, namely a running environment A and a running environment B, respectively access a user report existing in the running environment A and a user report existing in the running environment B. After the access, it can be known that 30 ten thousand user reports exist in the operating environment A, and 30.1 ten thousand user reports exist in the operating environment B. The configuration unit 115 establishes an intersection of the user report existing in the operating environment a and the user report existing in the operating environment B, and further obtains the user report information base table, where the user report information base table includes 30 ten thousand user reports, and the 30 ten thousand user reports are user reports existing in both the operating environment a and the operating environment B.
In this embodiment, the user report information base table is used as a basis for subsequent comparison to determine whether any user report exists in each of the at least two running environments under an initial condition.
Specifically, when the obtaining unit 110 obtains the user report information of each running environment in at least two running environments, in order to more timely implement synchronization of the user report in each running environment, the obtaining unit 110 may set to obtain the user report information once every preset time length. The preset duration may be set by a user in a user-defined manner, and the present invention is not limited herein.
Preferably, the user report information stores the user report in each operating environment, and the state information of each user report can be acquired through each user report. Wherein the status information includes, but is not limited to: the type of the user report, the user name of the user report, the modification mode of the user report, the modification time of the user report and the like.
The comparison unit 111 compares the user report information of each operating environment with the user report information base table to obtain a comparison result.
Specifically, after comparing the user report information of each operating environment with the user report information base table, the comparing unit 111 may obtain a user report having a record different from that in the user report information base table.
Preferably, the comparison results include, but are not limited to:
(1) a user report is absent from the base user report information table, and is present in one of the execution environments and absent from the other of the execution environments.
(2) A user report exists in the user report information base table, but does not exist in one running environment in each running environment, and exists in other running environments in each running environment.
(3) And a user report exists in the user report information base table and each running environment, and the user report has an updating record in one running environment in each running environment.
Specifically, the comparing unit 111 determines whether each user report exists in the user report information base table and/or a running environment, including, but not limited to, one or a combination of the following:
(1) The comparing unit 111 obtains a name of each user report, and determines whether the name of each user report exists in the user report information base table and/or an operating environment, and when the name of one user report does not exist in the user report information base table and/or an operating environment, the comparing unit 111 determines that the user report does not exist in the user report information base table and/or an operating environment; when the name of the user report exists in the user report information base table and/or an operating environment, the comparing unit 111 determines that the user report exists in the user report information base table and/or an operating environment.
(2) The comparing unit 111 obtains the content of each user report, and determines whether the content of each user report exists in the user report information base table and/or an operating environment, and when the content of one user report does not exist in the user report information base table and/or an operating environment, the comparing unit 111 determines that the user report does not exist in the user report information base table and/or an operating environment; when the content of the user report exists in the user report information base table and/or an operating environment, the comparing unit 111 determines that the user report exists in the user report information base table and/or an operating environment.
Of course, in other embodiments, the comparing unit 111 may also determine whether each user report exists in the user report information base table and/or an operating environment in other manners, which is not limited in the present invention.
The determining unit 112 determines a target user report and status information of the target user report from the user report information of each operating environment according to the comparison result.
Preferably, the determining unit 112 determines, according to the three conditions of the comparison result, that the determining unit 112 determines, according to the comparison result, the target user report from the user report information of each operating environment includes:
when the current state information of one user report is different from the state information recorded in the user report information base table, the determining unit 112 determines the user report with different state information as the target user report.
Preferably, the determining unit 112 determines the status information of the target user report according to the comparison result. The specific mode is as follows:
(1) when the target user report does not exist in the user report information base table, but exists in one running environment in each running environment, and does not exist in other running environments in each running environment, the determining unit 112 determines that the status information of the target user report is newly added.
For example: if the user report C does not exist in the user report information base table, which indicates that the user report C does not exist in each of the at least two running environments in the initial situation, at this time, if the determining unit 112 determines that the user report C exists in the running environment a and the user report C does not exist in the running environment B, the determining unit 112 may determine that the user report C is a new user report.
(2) When the target user report exists in the user report information base table, does not exist in one running environment in each running environment, and exists in other running environments in each running environment, the determining unit 112 determines that the status information of the target user report is deleted.
For example: if the user report C exists in the user report information base table, which indicates that the user report C exists in each of the at least two running environments under the initial condition, at this time, if the determining unit 112 determines that the user report C does not exist in the running environment a and the user report C exists in the running environment B, the determining unit 112 may determine that the user report C is a deleted user report.
(3) When the target user report exists in the user report information base table and exists in each operating environment, and the target user report has an update record in one operating environment in each operating environment, the determining unit 112 determines that the state information of the target user report is updated.
For example: if the user report C exists in the user report information base table, which indicates that the user report C exists in each of the at least two operating environments under the initial condition, at this time, if it is determined that the user report C exists in the operating environment a and the user report C also exists in the operating environment B, the determining unit 112 may determine that the user report C is not a new or deleted user report. If it is determined that the user report C is updated in the running environment a, the determining unit 112 may determine that the user report C is an updated user report.
The synchronization unit 113 synchronizes the status of the target user report to the at least two operating environments according to the status information of the target user report.
Preferably, the synchronizing unit 113 synchronizes the state of the target user report to the at least two running environments according to the state information of the target user report, including but not limited to the following three situations:
(1) When the status information of the target user report is newly added, the synchronization unit 113 adds the target user report to an operating environment in which the target user report does not exist in the at least two operating environments.
For example: if the user report C exists in the running environment a and the user report C does not exist in the running environment B, the synchronization unit 113 may add the user report C to the running environment B.
(2) When the status information of the target user report is deleted, the synchronization unit 113 deletes the target user report from the running environment in which the target user report exists in the at least two running environments.
For example: if the user report C does not exist in the running environment a but exists in the running environment B, the synchronization unit 113 may delete the user report C from the running environment B.
(3) When the status information of the target user report is updated, the synchronization unit 113 updates the target user report to each running environment.
For example: if the user report C in the running environment a has an updated state, but the user report C in the running environment B is not updated, the synchronization unit 113 may update the new state of the user report C in the running environment a to the user report C in the running environment B.
By the method, the target user report can be synchronized in each running environment, and meanwhile, the data consistency in different running environments is further maintained due to the fact that the target user report is synchronized.
Preferably, when the synchronization unit 113 synchronizes the target user report to the at least two running environments, the target user report may also be synchronized to the user report information base table, so that the user report information base table may record the latest state of the user report existing in each running environment in the current state, so as to make the subsequent comparison more accurate.
In summary, the present invention can obtain the configured base table of the user report information, and obtain the user report information of each of the at least two operating environments; comparing the user report information of each operating environment with the user report information base table to obtain a comparison result; according to the comparison result, determining a target user report and state information of the target user report from the user report information of each operating environment; and synchronizing the state of the target user report to the at least two running environments according to the state information of the target user report. Therefore, the invention can realize the synchronization of the report forms under different operating environments so as to maintain the consistency of the data under different operating environments.
Fig. 3 is a schematic structural diagram of an electronic device for implementing a report synchronization method according to a preferred embodiment of the present invention.
The electronic device 1 is a device capable of automatically performing numerical calculation and/or information processing according to a preset or stored instruction, and its hardware includes, but is not limited to, a microprocessor, an Application Specific Integrated Circuit (ASIC), a Programmable Gate Array (FPGA), a Digital Signal Processor (DSP), an embedded device, and the like.
The electronic device 1 may also be, but not limited to, any electronic product that can perform human-computer interaction with a user through a keyboard, a mouse, a remote controller, a touch panel, or a voice control device, for example, a Personal computer, a tablet computer, a smart phone, a Personal Digital Assistant (PDA), a game machine, an Internet Protocol Television (IPTV), an intelligent wearable device, and the like.
The electronic device 1 may also be a desktop computer, a notebook, a palm computer, a cloud server, or other computing devices.
The Network where the electronic device 1 is located includes, but is not limited to, the internet, a wide area Network, a metropolitan area Network, a local area Network, a Virtual Private Network (VPN), and the like.
In one embodiment of the present invention, the electronic device 1 includes, but is not limited to, a memory 12, a processor 13, and a computer program, such as a report synchronization program, stored in the memory 12 and executable on the processor 13.
It will be appreciated by a person skilled in the art that the schematic diagram is only an example of the electronic device 1 and does not constitute a limitation of the electronic device 1, and that it may comprise more or less components than shown, or some components may be combined, or different components, e.g. the electronic device 1 may further comprise an input output device, a network access device, a bus, etc.
The Processor 13 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. The processor 13 is an operation core and a control center of the electronic device 1, and is connected to each part of the whole electronic device 1 by various interfaces and lines, and executes an operating system of the electronic device 1 and various installed application programs, program codes, and the like.
The processor 13 executes an operating system of the electronic device 1 and various installed application programs. The processor 13 executes the application program to implement the steps in the above-mentioned report synchronization method embodiments, such as steps S10, S11, S12, and S13 shown in fig. 1.
Alternatively, the processor 13, when executing the computer program, implements the functions of the modules/units in the above device embodiments, for example: acquiring a configured user report information base table and user report information of each operating environment in at least two operating environments; comparing the user report information of each operating environment with the user report information base table to obtain a comparison result; according to the comparison result, determining a target user report and state information of the target user report from the user report information of each operating environment; and synchronizing the state of the target user report to the at least two running environments according to the state information of the target user report.
Illustratively, the computer program may be divided into one or more modules/units, which are stored in the memory 12 and executed by the processor 13 to accomplish the present invention. The one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution process of the computer program in the electronic device 1. For example, the computer program may be divided into an acquisition unit 110, a comparison unit 111, a determination unit 112, a synchronization unit 113, a creation unit 114, a configuration unit 115.
The memory 12 can be used for storing the computer programs and/or modules, and the processor 13 implements various functions of the electronic device 1 by running or executing the computer programs and/or modules stored in the memory 12 and calling data stored in the memory 12. The memory 12 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 12 may include high speed random access memory, and may also include non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other volatile solid state storage device.
The memory 12 may be an external memory and/or an internal memory of the electronic device 1. Further, the Memory 12 may be a circuit having a Memory function without any physical form In the integrated circuit, such as a RAM (Random-Access Memory), a FIFO (First In First Out), and the like. Alternatively, the memory 12 may be a memory in a physical form, such as a memory stick, a TF Card (Trans-flash Card), or the like.
The integrated modules/units of the electronic device 1 may be stored in a computer-readable storage medium if they are implemented in the form of software functional units and sold or used as separate products. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented.
Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media does not include electrical carrier signals and telecommunications signals as is required by legislation and patent practice.
Referring to fig. 1, the memory 12 in the electronic device 1 stores a plurality of instructions to implement a report synchronization method, and the processor 13 can execute the plurality of instructions to implement: acquiring a configured user report information base table and user report information of each operating environment in at least two operating environments; comparing the user report information of each operating environment with the user report information base table to obtain a comparison result; according to the comparison result, determining a target user report and state information of the target user report from the user report information of each operating environment; and synchronizing the state of the target user report to the at least two running environments according to the state information of the target user report.
According to a preferred embodiment of the present invention, the processor 13 further executes a plurality of instructions including:
and entering each running environment of the at least two running environments through the packaged specified SDK interface, and creating a user report under each running environment.
According to a preferred embodiment of the present invention, the processor 13 further executes a plurality of instructions including:
configuring a user report information base table;
wherein, the configuring the user report information base table comprises:
Acquiring inquiry instructions of each operating environment at regular time;
after the inquiry instruction of each operation environment is obtained, obtaining a user report in each operation environment;
and establishing an intersection of the user reports in each operating environment, and taking the intersection as the user report information base table.
According to a preferred embodiment of the present invention, the comparison results include:
a user report does not exist in the user report information base table, but exists in one running environment in each running environment, and does not exist in other running environments in each running environment; or
A user report exists in the user report information base table, does not exist in one running environment in each running environment, and exists in other running environments in each running environment; or alternatively
And a user report exists in the user report information base table and each running environment, and the user report has an updating record in one running environment in each running environment.
According to a preferred embodiment of the present invention, the processor 13 further executes a plurality of instructions including:
and when the current state information of one user report is different from the state information recorded in the user report information base table, determining the user report with different state information as the target user report.
According to a preferred embodiment of the present invention, the processor 13 further executes a plurality of instructions including:
when the target user report does not exist in the user report information base table, but exists in one running environment in each running environment, and does not exist in other running environments in each running environment, determining that the state information of the target user report is newly increased; or
When the target user report exists in the user report information base table, does not exist in one running environment in each running environment, and exists in other running environments in each running environment, determining that the state information of the target user report is deleted; or
And when the target user report exists in the user report information base table and each running environment and the target user report has an update record in one running environment in each running environment, determining that the state information of the target user report is updated.
According to a preferred embodiment of the present invention, the processor 13 further executes a plurality of instructions including:
when the state information of the target user report is added, adding the target user report to the running environment without the target user report in the at least two running environments; or
When the state information of the target user report is deleted, deleting the target user report from the running environment in which the target user report exists in the at least two running environments; or alternatively
And when the state information of the target user report is updated, updating the target user report to each running environment.
According to a preferred embodiment of the present invention, the processor 13 further executes a plurality of instructions including:
and synchronizing the target user report to the user report information base table.
Specifically, the processor 13 may refer to the description of the relevant steps in the embodiment corresponding to fig. 1 for a specific implementation method of the instruction, which is not described herein again.
In the embodiments provided in the present invention, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is only one logical functional division, and other divisions may be realized in practice.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional module.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof.
The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference signs in the claims shall not be construed as limiting the claim concerned.
Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the system claims may also be implemented by one unit or means in software or hardware. The terms second, etc. are used to denote names, but not any particular order.
Finally, it should be noted that the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, and although the present invention is described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.

Claims (8)

1. A report synchronization method, characterized in that the method comprises:
configuring a user report information base table, wherein the configuring of the user report information base table comprises: acquiring an inquiry instruction of each operation environment in a fixed time, acquiring a user report in each operation environment after the inquiry instruction of each operation environment is acquired, establishing an intersection of the user reports in each operation environment, and taking the intersection as a user report information base table;
acquiring a configured user report information base table and user report information of each operating environment in at least two operating environments;
comparing the user report information of each operating environment with the user report information base table to obtain a comparison result, wherein the comparison result comprises the following steps: acquiring the name of a target user report, and determining that the target user report does not exist in the user report information base table and an operating environment when the name of the target user report does not exist in the user report information base table and the operating environment; or when the name of the target user report exists in the user report information base table and an operation environment, determining that the target user report exists in the user report information base table and the operation environment;
According to the comparison result, determining a target user report from the user report information of each running environment and the state information of the target user report, wherein the method comprises the following steps: when the target user report does not exist in the user report information base table, but exists in one running environment in each running environment, and does not exist in other running environments in each running environment, determining that the state information of the target user report is newly increased; or, when the target user report exists in the user report information base table, but does not exist in one running environment in each running environment, and exists in other running environments in each running environment, determining that the state information of the target user report is deleted; or when the target user report exists in the user report information base table and each running environment and the target user report has an update record in one running environment in each running environment, determining that the state information of the target user report is updated;
and synchronizing the state of the target user report to the at least two running environments according to the state information of the target user report.
2. The report synchronization method according to claim 1, wherein before obtaining the configured base of user report information, the method further comprises:
and entering each running environment of the at least two running environments through the packaged specified SDK interface, and creating a user report under each running environment.
3. The report synchronization method of claim 1, wherein the comparison result comprises:
a user report does not exist in the user report information base table, but exists in one running environment in each running environment, and does not exist in other running environments in each running environment; or
A user report exists in the user report information base table, does not exist in one running environment in each running environment, and exists in other running environments in each running environment; or
And a user report exists in the user report information base table and each running environment, and the user report has an updating record in one running environment in each running environment.
4. The report synchronization method according to claim 3, wherein the determining a target user report from the user report information of each runtime environment according to the comparison result comprises:
And when the current state information of one user report is different from the state information recorded in the user report information base table, determining the user report with different state information as the target user report.
5. The report synchronization method according to claim 1, wherein the synchronizing the state of the target user report to the at least two runtime environments according to the state information of the target user report comprises:
when the state information of the target user report is added, adding the target user report to the running environment without the target user report in the at least two running environments; or alternatively
When the state information of the target user report is deleted, deleting the target user report from the running environment in which the target user report exists in the at least two running environments; or
And when the state information of the target user report is updated, updating the target user report to each running environment.
6. The report synchronization method of claim 5, wherein in synchronizing the target user report into the at least two runtime environments, the method further comprises:
And synchronizing the target user report to the user report information base table.
7. An electronic device, characterized in that the electronic device comprises:
a memory storing at least one instruction; and
a processor executing instructions stored in the memory to implement the report synchronization method according to any of claims 1 to 6.
8. A computer-readable storage medium characterized by: the computer-readable storage medium has stored therein at least one instruction that is executed by a processor in an electronic device to implement the report synchronization method according to any of claims 1 to 6.
CN201810316501.9A 2018-04-10 2018-04-10 Report synchronization method, electronic equipment and computer readable storage medium Active CN108573042B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201810316501.9A CN108573042B (en) 2018-04-10 2018-04-10 Report synchronization method, electronic equipment and computer readable storage medium
PCT/CN2018/099286 WO2019196276A1 (en) 2018-04-10 2018-08-08 Report synchronization method, electronic device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810316501.9A CN108573042B (en) 2018-04-10 2018-04-10 Report synchronization method, electronic equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN108573042A CN108573042A (en) 2018-09-25
CN108573042B true CN108573042B (en) 2022-06-10

Family

ID=63574604

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810316501.9A Active CN108573042B (en) 2018-04-10 2018-04-10 Report synchronization method, electronic equipment and computer readable storage medium

Country Status (2)

Country Link
CN (1) CN108573042B (en)
WO (1) WO2019196276A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108573042B (en) * 2018-04-10 2022-06-10 平安科技(深圳)有限公司 Report synchronization method, electronic equipment and computer readable storage medium

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6694336B1 (en) * 2000-01-25 2004-02-17 Fusionone, Inc. Data transfer and synchronization system
CN101308513A (en) * 2008-06-27 2008-11-19 福建星网锐捷网络有限公司 Distributed system cache data synchronous configuration method and apparatus
CN102289460A (en) * 2011-07-13 2011-12-21 中国工商银行股份有限公司 Method and system for performing report metadata synchronization on testing environments
CN102457549A (en) * 2010-10-28 2012-05-16 盛乐信息技术(上海)有限公司 Data synchronization system and method for multiple network storage devices
CN104615759A (en) * 2015-02-13 2015-05-13 厦门雅迅网络股份有限公司 Data synchronization method for different business system platforms
GB201609535D0 (en) * 2016-05-31 2016-07-13 Ig Index Ltd Methods for synchronisation of independent data handling systems
CN106156278A (en) * 2016-06-24 2016-11-23 努比亚技术有限公司 A kind of database data reading/writing method and device
CN107025242A (en) * 2016-02-02 2017-08-08 南京中兴新软件有限责任公司 The clone method and device of data between database
JP2018014036A (en) * 2016-07-22 2018-01-25 沖電気工業株式会社 Database system, data processing program and data processing method
CN107689998A (en) * 2017-09-14 2018-02-13 平安科技(深圳)有限公司 A kind of incremental data synchronization method and terminal device
CN108573042A (en) * 2018-04-10 2018-09-25 平安科技(深圳)有限公司 Report synchronous method, electronic equipment and computer readable storage medium

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6711565B1 (en) * 2001-06-18 2004-03-23 Siebel Systems, Inc. Method, apparatus, and system for previewing search results
US7054891B2 (en) * 2002-03-18 2006-05-30 Bmc Software, Inc. System and method for comparing database data
US7472254B2 (en) * 2003-10-10 2008-12-30 Iora, Ltd. Systems and methods for modifying a set of data objects
JP2006053649A (en) * 2004-08-10 2006-02-23 Nippon Telegr & Teleph Corp <Ntt> Input device, shared computer system, input program, and recording medium
WO2008106783A1 (en) * 2007-03-07 2008-09-12 Spoton Systems Inc. A generic, customizable navigation, layout and reporting system for mobile forms data capture
CA2609083C (en) * 2007-10-31 2016-05-31 Caseware International Inc. Hierarchical file synchronization method, software and devices
US8266101B1 (en) * 2009-07-16 2012-09-11 Binpeng Shuai Share nothing database cluster and real time synchronization by signaling
WO2012108015A1 (en) * 2011-02-09 2012-08-16 富士通株式会社 Data synchronization method, data synchronization program, and data synchronization control device
CN102801543B (en) * 2011-05-24 2015-12-16 中国银联股份有限公司 A kind of method of dynamic data synchronization between dual-active system
US9613190B2 (en) * 2014-04-23 2017-04-04 Intralinks, Inc. Systems and methods of secure data exchange
CN204719753U (en) * 2015-06-23 2015-10-21 国网重庆市电力公司客户服务中心 Form gathers monitoring system
CN107562882A (en) * 2017-09-04 2018-01-09 郑州云海信息技术有限公司 A kind of method of data synchronization and device based on log analysis
CN107707393B (en) * 2017-09-26 2021-07-16 赛尔网络有限公司 Multi-active system based on Openstack O version characteristics

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6694336B1 (en) * 2000-01-25 2004-02-17 Fusionone, Inc. Data transfer and synchronization system
CN101308513A (en) * 2008-06-27 2008-11-19 福建星网锐捷网络有限公司 Distributed system cache data synchronous configuration method and apparatus
CN102457549A (en) * 2010-10-28 2012-05-16 盛乐信息技术(上海)有限公司 Data synchronization system and method for multiple network storage devices
CN102289460A (en) * 2011-07-13 2011-12-21 中国工商银行股份有限公司 Method and system for performing report metadata synchronization on testing environments
CN104615759A (en) * 2015-02-13 2015-05-13 厦门雅迅网络股份有限公司 Data synchronization method for different business system platforms
CN107025242A (en) * 2016-02-02 2017-08-08 南京中兴新软件有限责任公司 The clone method and device of data between database
GB201609535D0 (en) * 2016-05-31 2016-07-13 Ig Index Ltd Methods for synchronisation of independent data handling systems
CN106156278A (en) * 2016-06-24 2016-11-23 努比亚技术有限公司 A kind of database data reading/writing method and device
JP2018014036A (en) * 2016-07-22 2018-01-25 沖電気工業株式会社 Database system, data processing program and data processing method
CN107689998A (en) * 2017-09-14 2018-02-13 平安科技(深圳)有限公司 A kind of incremental data synchronization method and terminal device
CN108573042A (en) * 2018-04-10 2018-09-25 平安科技(深圳)有限公司 Report synchronous method, electronic equipment and computer readable storage medium

Also Published As

Publication number Publication date
CN108573042A (en) 2018-09-25
WO2019196276A1 (en) 2019-10-17

Similar Documents

Publication Publication Date Title
JP6865219B2 (en) Event batch processing, output sequencing, and log-based state storage in continuous query processing
CN110597595B (en) Method for providing multi-language information, method for configuring multi-language information, device, equipment and medium
JP6419319B2 (en) Synchronize shared folders and files
JP6521402B2 (en) Method for updating data table of KeyValue database and apparatus for updating table data
US11188560B2 (en) Synchronizing object in local object storage node
CN104866275B (en) Method and device for acquiring image information
CN110851253A (en) Remote operation and maintenance method, system, storage medium and electronic equipment
CN112527848B (en) Report data query method, device and system based on multiple data sources and storage medium
CN111797351A (en) Page data management method and device, electronic equipment and medium
JP7200277B2 (en) Method and apparatus, electronic device, storage medium and computer program for identifying word slots
CN111897818A (en) Data storage method and device, electronic equipment and storage medium
WO2023160608A1 (en) Robot control method and apparatus, and storage medium and robot cluster
CN108255967B (en) Method and device for calling storage process, storage medium and terminal
CN107943846B (en) Data processing method and device and electronic equipment
CN111767270A (en) Data migration method, device, server and storage medium
CN111111201A (en) Skill creating method, skill creating device, skill creating server and skill creating medium based on game
CN108573042B (en) Report synchronization method, electronic equipment and computer readable storage medium
CN106156038B (en) Date storage method and device
CN112434062A (en) Quasi-real-time data processing method, device, server and storage medium
CN109815082B (en) KAFKA theme monitoring method and device, electronic equipment and storage medium
CN109165259B (en) Index table updating method based on network attached storage, processor and storage device
CN111881209A (en) Data synchronization method and device for heterogeneous database, electronic equipment and medium
CN108322542B (en) Data updating method, system, device and computer readable storage medium
CN108616416B (en) Student end access method based on teaching software, teacher end, system and medium
CN115640280A (en) Data migration method and device

Legal Events

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