CN108052676B - Configuration method and device for data of multiple data sources - Google Patents

Configuration method and device for data of multiple data sources Download PDF

Info

Publication number
CN108052676B
CN108052676B CN201711498447.6A CN201711498447A CN108052676B CN 108052676 B CN108052676 B CN 108052676B CN 201711498447 A CN201711498447 A CN 201711498447A CN 108052676 B CN108052676 B CN 108052676B
Authority
CN
China
Prior art keywords
data
report
server
client
configuration file
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
CN201711498447.6A
Other languages
Chinese (zh)
Other versions
CN108052676A (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.)
Guangdong Kamfu Technology Co ltd
Original Assignee
Guangdong Kamfu 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 Guangdong Kamfu Technology Co ltd filed Critical Guangdong Kamfu Technology Co ltd
Priority to CN201711498447.6A priority Critical patent/CN108052676B/en
Publication of CN108052676A publication Critical patent/CN108052676A/en
Application granted granted Critical
Publication of CN108052676B publication Critical patent/CN108052676B/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/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/335Filtering based on additional data, e.g. user or group profiles
    • G06F16/337Profile generation, learning or modification
    • 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/24Querying
    • G06F16/242Query formulation
    • G06F16/2433Query languages

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a configuration method and a device of multi-data source data, wherein the method comprises the following steps: when a report control presented on a main interface of a client is triggered, the client sends an identifier for acquiring report data in a data acquirer corresponding to the report control to a server, so that the server acquires an inquiry statement for inquiring the report data according to the identifier and acquires the report data through the inquiry statement; the client receives report data which is sent by the server and corresponds to the identifier; the client automatically generates a report of the report control according to the report data and displays the report in the main interface; the marks in the data acquirer corresponding to the report control are marks which are configured in the configuration file of the client in advance and are matched with the query statements in the server, and each mark is matched with one query statement in the server. The method can realize automatic configuration of data sources with different formats in different areas and realize automatic generation of the report in the interface.

Description

Configuration method and device for data of multiple data sources
Technical Field
The invention relates to a multi-data configuration technology, in particular to a method and a device for configuring multi-data source data.
Background
The big data era is opened, the data of the big data era needs to be analyzed and displayed in many places, but the data sources of all the places are different, various charts and effects need to be supported according to requirements, and a plurality of data analysis results are displayed finally after data cleaning and data model building for different administrative departments, different tax agencies and different companies, so that the problem of the last kilometer of the data is solved.
Because the demands of various places are different, the data sources are different, and the personalized requirements are met, the problem that how to meet the user requirements and realize the configurable functions of data display of the intelligent report module becomes the current problem to be solved.
Disclosure of Invention
To solve the problems in the prior art, embodiments of the present invention provide a method and an apparatus for configuring data of multiple data sources, which can implement automatic configuration of data sources in different formats in different areas, and implement automatic generation of a report in an interface.
In a first aspect, an embodiment of the present invention provides a configuration method for multiple data sources, including:
102. when a report control presented on a main interface of a client is triggered, the client sends an identifier for acquiring report data in a data acquirer corresponding to the report control to a server, so that the server acquires an inquiry statement for inquiring the report data according to the identifier and acquires the report data through the inquiry statement;
103. the client receives report data which is sent by the server and corresponds to the identification;
104. the client automatically generates a report of the report control according to the report data and displays the report in the main interface;
the identifiers in the data acquirer corresponding to the report control are the identifiers which are configured in the configuration file of the client in advance and are matched with the query statements in the server, and each identifier is matched with one query statement in the server.
Optionally, before the step 102, the method further includes:
101. the client side calls a pre-configured configuration file to generate a main interface of the client side when starting; the main interface displays more than one report control and acquires the connection information of the server from the configuration file;
and connecting the server according to the connection information.
Optionally, the type of the report generated by each report control is unique, the number of the report data of the report control is two or more, and each report data has a unique identifier.
Optionally, the configuration file includes: more than one report data display document list configured in advance;
each report data display document list comprises more than one report data display document, each report data display document comprises a data source, each data source comprises a data acquirer, and the data acquirer is internally provided with an identifier for acquiring report data;
each report control corresponds to one report data display document list.
In a second aspect, the present invention provides a method for configuring multiple data sources, including:
201. the method comprises the following steps that a server receives request information for acquiring report data sent by a client, wherein the request information comprises: at least one identifier for acquiring report data;
202. the server searches a query statement corresponding to each identifier according to the request information;
203. the server acquires report data through the query statement;
204. and the server sends the acquired report data to the client so that the client calls the report data to automatically generate a report.
Optionally, the query statement is an SQL statement.
Optionally, before the step 201, the method further includes:
the server calls a pre-configured configuration file of the intelligent application platform, starts the intelligent application platform in the server, and loads the information of the configuration file into a memory of the server;
the configuration file includes: the URL of the data source to which the report data belongs acquires the mapping relation between the account information of each data source and the data command information;
the data command information mapping relationship comprises: and the query statement, the identifier matched with the query statement, the URL of the data source corresponding to the query statement and the account information.
Optionally, the method further comprises:
205. when the configuration file of the server is updated, generating new configuration files corresponding to all the clients connected with the server;
206. and sending the new configuration file to the client to which the new configuration file belongs so that the client is started according to the new configuration file.
Optionally, the client runs in a control terminal of each administrative area, the control terminal is connected with a plurality of self-service terminals, and the server is connected with a plurality of control terminals.
In a third aspect, an embodiment of the present invention further provides a device for configuring multiple data sources, where the device includes: a memory, a processor, a bus, and a smart application stored on the memory and executable on the processor, the processor implementing the method of the first or second aspect when executing the smart application.
The embodiment of the invention has the following beneficial effects:
according to the configuration method and device for the data of the multiple data sources, the server can support the query of the multiple data sources through one-time configuration, namely, the personalized SQL sentences are configured according to different projects, so that when each client requests report data, automatic acquisition of the report data can be realized without changing codes, the client automatically generates a report presented on a visual graphical interface, and the processing efficiency of background processing personnel is improved.
Namely, the data sources with different formats in different areas are automatically configured at the server side, and the report forms are automatically generated in the interface of the client side.
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, and 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 these drawings without inventive exercise.
Fig. 1 is a schematic flowchart illustrating a configuration method of multiple data sources according to an embodiment of the present invention;
fig. 2A to fig. 2D are schematic diagrams of a report in a visual graphical interface according to another embodiment of the present invention;
FIG. 3 is a partial flow chart of a method for configuring data of multiple data sources according to another embodiment of the present invention;
fig. 4 and fig. 5 are schematic diagrams of a configuration method of multiple data sources according to an embodiment of the present invention;
FIG. 6 is a schematic diagram illustrating a partial configuration of a server profile according to an embodiment of the present invention;
FIG. 7 is a schematic diagram of a client-server connection;
fig. 8 is a schematic diagram of an apparatus for configuring data of multiple data sources according to an embodiment of the present invention.
Detailed Description
For the purpose of better explaining the present invention and to facilitate understanding, the present invention will be described in detail by way of specific embodiments with reference to the accompanying drawings.
In the following description, various aspects of the invention will be described, however, it will be apparent to those skilled in the art that the invention may be practiced with only some or all of the structures or processes of the present invention. Specific numbers, configurations and sequences are set forth in order to provide clarity of explanation, but it will be apparent that the invention may be practiced without these specific details. In other instances, well-known features have not been set forth in detail in order not to obscure the invention.
As shown in fig. 1, fig. 1 is a schematic flowchart illustrating a configuration method for multiple data sources according to an embodiment of the present invention, where the method includes the following steps.
101. The method comprises the steps that a client side calls a pre-configured configuration file to generate a main interface of the client side when the client side is started; the main interface displays more than one report control and acquires the connection information of the server from the configuration file; and connecting the server according to the connection information.
For example, the client in this embodiment is a client in each administrative area for implementing a data intelligent application in the control terminal.
In each administrative area, the control terminal can be connected with a plurality of self-service terminals, and the client is an intelligent application program in the control terminal. The control terminal may connect to the server according to the connection information described above.
In this embodiment, the connection information may be a connection address, for example, the client/client program may read the configuration file, acquire the connection information of the background server, that is, the ID and the IP address of the background server, and further implement connection with the background server, as shown in fig. 7.
In practical application, there may be different regions, different places where the background server is deployed due to the client, and different addresses where the corresponding client connects to the background server, so that when the background server is deployed in a new place, the configuration file of the client is updated in real time.
102. When a report control presented on a main interface of a client is triggered, the client sends an identifier for acquiring report data in a data acquirer corresponding to the report control to a server, so that the server acquires an inquiry statement for inquiring the report data according to the identifier and acquires the report data through the inquiry statement.
In this embodiment, the type of the report generated by each report control is unique, the number of the report data of the report control is two or more, and each report data has a unique identifier.
103. And the client receives report data which is sent by the server and corresponds to the identifier.
104. The client automatically generates the report of the report control according to the report data, and presents the report in the main interface, as shown in fig. 2A to fig. 2D.
The identifiers in the data acquirer corresponding to the report control are the identifiers which are configured in the configuration file of the client in advance and are matched with the query statements in the server, and each identifier is matched with one query statement in the server.
In this embodiment, the configuration file in the client may include: more than one report data display document list configured in advance;
each report data display document list comprises more than one report data display document, each report data display document comprises a data source, each data source comprises a data acquirer, and the data acquirer is internally provided with an identifier for acquiring report data;
each report control corresponds to one report data display document list.
That is, each report control corresponds to a report data display document list; each report data display document list also comprises a data display, and the data display is used for determining the display types of all report data in the report data display document list, namely the display types of the report, such as column diagrams, pie charts or broken line diagrams. It can be understood that the data display is the control type of the report control.
That is, there are multiple report data display document lists in the configuration of the client, each report data display document list is configured with multiple data sources, each data source has a data acquirer, and a data command ID is configured in the data acquirer (the command ID is in one-to-one correspondence with the command ID configured by the server). Each data source is associated with the query statement of the server side through the ID, and each data source comprises a data acquirer.
The ID configured by each data acquirer of the client side must be the same ID at the server side, otherwise, the data cannot be inquired.
It can be understood that, when generating the chart, the client will want the server to initiate a request to obtain the required data, and the data generated by the client each time is the latest. Because the client and the server both configure the same command ID, the server searches for the corresponding SQL statement according to the command ID when receiving the command ID of the client (the SQL statement mainly functions to capture the required data from the data). The Sql statement and the Sql filter are responsible for the operation on the database. And the report control can automatically generate preset charts according to the acquired data, wherein each chart type is preset.
In the embodiment, the server can support the query of multiple data sources through one-time configuration, namely, personalized SQL statements are configured according to different projects, so that when each client requests report data, automatic acquisition of the report data can be realized without changing codes, and then the client automatically generates a report presented on a visual graphical interface, thereby improving the processing efficiency of background processing personnel.
Namely, the data sources with different formats in different areas are automatically configured at the server side, and the report forms are automatically generated in the interface of the client side.
As shown in fig. 4, fig. 4 is a schematic flowchart illustrating a configuration method of multiple data sources according to an embodiment of the present invention, where the method includes the following steps.
201. The method comprises the following steps that a server receives request information for acquiring report data sent by a client, wherein the request information comprises: at least one identifier for acquiring report data;
202. the server searches a query statement corresponding to each identifier according to the request information;
203. the server acquires report data through the query statement;
204. and the server sends the acquired report data to the client so that the client calls the report data to automatically generate a report.
It is understood that the query statement in the present embodiment may be an SQL statement.
In specific application, a server calls a pre-configured configuration file of the intelligent application platform, starts the intelligent application platform in the server, and loads information of the configuration file into a memory of the server;
the configuration file includes: the URL of the data source to which the report data belongs acquires the mapping relation between the account information of each data source and the data command information;
the data command information mapping relationship comprises: and the query statement, the identifier matched with the query statement, the URL of the data source corresponding to the query statement and the account information.
That is, the server-side technician is mainly configured to configure the accessed database that needs to be connected, and the query sql statement related to the database. And the configuration file of the server side records the url, the account number, the password and other information of the database. Namely, a data command information list is arranged in a configuration file of a server side, the list stores an sql statement list (query database statement list), and each query statement has a unique ID number as identification of identity. When the program of the server-side intelligent application platform is started, the information of the configuration file is loaded into the memory, as shown in fig. 6.
Further, as shown in fig. 5, in this embodiment, after the method of fig. 4, the following steps 205 and 206 are further included:
205. when the configuration file of the server is updated, generating new configuration files corresponding to all the clients connected with the server;
206. and sending the new configuration file to the client to which the new configuration file belongs so that the client is started according to the new configuration file.
It should be noted that, in this embodiment, the server and the client both have preset configuration tools, and the processing personnel are separately deployed at the terminal of the client and the server, so that both the client and the server share their own configuration files, and if there is no configuration file, the program will fail to start.
As shown in fig. 3, the configuration of the client and the configuration of the server both need to be manually configured, and the layout of the client interface needs to drag the components of the client, and the components are adjusted and saved as a configuration file. When the client is started, the configuration file of the layout and the configuration file of the program are read, and the interface is generated according to the configuration files.
The client side configures a diagram, the interface typesetting, the data acquirer and the server side configures SQL, all need manual configuration of a processing person, and after the configuration is completed, the data acquisition of the client side and the generation of a report form are fully automatic.
In addition, as shown in fig. 8, an embodiment of the present invention further provides an apparatus for configuring data of multiple data sources, where the apparatus may include: memory, a processor, a bus, and a smart application stored on the memory and executable on the processor, the processor implementing the method as described above with respect to fig. 1 or fig. 4, 5 when executing the smart application.
In this embodiment, when the configuration device for multiple data sources executes the method shown in fig. 1, the configuration device may be located in the control terminal, and when the configuration device executes the method shown in fig. 4 or fig. 5, the configuration device may be located in the server.
It should also be noted that the exemplary embodiments mentioned in this patent describe some methods or systems based on a series of steps or devices. However, the present invention is not limited to the order of the above-described steps, that is, the steps may be performed in the order mentioned in the embodiments, may be performed in an order different from the order in the embodiments, or may be performed simultaneously.
Finally, it should be noted that: the above-mentioned embodiments are only used for illustrating the technical solution of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (5)

1. A configuration method of data with multiple data sources is applied to a tax authority, and the method comprises the following steps:
102. when a report control presented on a main interface of a client is triggered, the client sends an identifier for acquiring report data in a data acquirer corresponding to the report control to a server, so that the server acquires an inquiry statement for inquiring the report data according to the identifier and acquires the report data through the inquiry statement;
103. the client receives report data which is sent by the server and corresponds to the identification;
104. the client automatically generates a report of the report control according to the report data and displays the report in the main interface;
the marks used for acquiring the report data are marks which are configured in a configuration file of the client in advance and are matched with the query sentences in the server, and each mark is matched with one query sentence in the server;
the client is used for realizing a data intelligent application program in the control terminal of each administrative region;
the type of the report generated by each report control is unique, the number of the report data of the report control is two or more, and each report data has a unique identifier;
before step 102, the method further comprises:
101. the client side calls a pre-configured configuration file to generate a main interface of the client side when starting; the main interface displays more than one report control and acquires the connection information of the server from the configuration file;
connecting the server according to the connection information; the connection information is a connection address;
the configuration file includes: more than one report data display document list configured in advance;
each report data display document list comprises more than one report data display document, each report data display document comprises a data source, each data source comprises a data acquirer, and the data acquirer is internally provided with an identifier for acquiring report data;
each report control corresponds to a report data display document list;
and when the background server is updated, the configuration file of the client is updated in real time.
2. A method for configuring data from multiple data sources, comprising:
201. the method comprises the following steps that a server receives request information for acquiring report data sent by a client, wherein the request information comprises: at least one identifier for acquiring report data; the request information is sent when a report control presented by a main interface of the client is triggered;
202. the server searches a query statement corresponding to each identifier according to the request information; the marks used for acquiring the report data are marks which are configured in a configuration file of the client in advance and are matched with the query sentences in the server, and each mark is matched with one query sentence in the server;
203. the server acquires report data through the query statement;
204. the server sends the acquired report data to the client so that the client calls the report data to automatically generate a report;
the client is used for realizing a data intelligent application program in the control terminal of each administrative region;
the type of the report generated by each report control is unique, the number of the report data of the report control is two or more, and each report data has a unique identifier;
before step 201, the method further comprises:
the server calls a pre-configured configuration file of the intelligent application platform, starts the intelligent application platform in the server, and loads the information of the configuration file into a memory of the server;
the configuration file includes: the URL of the data source to which the report data belongs acquires the mapping relation between the account information of each data source and the data command information;
the data command information mapping relationship comprises: the query statement comprises a mark matched with the query statement, a URL of a data source corresponding to the query statement and the account information;
205. when the configuration file of the server is updated, generating new configuration files corresponding to all the clients connected with the server;
206. and sending the new configuration file to the client to which the new configuration file belongs so that the client is started according to the new configuration file.
3. The method of claim 2, wherein the query statement is an SQL statement.
4. The method according to claim 2, characterized in that the client runs in a control terminal of each administrative area, the control terminal is connected with a plurality of self-service terminals, and the server is connected with a plurality of control terminals.
5. An apparatus for configuring data from multiple data sources, comprising: memory, processor, bus and smart application stored on the memory and executable on the processor, which when executed implements the method of any of claims 1 or 2-4.
CN201711498447.6A 2017-12-28 2017-12-28 Configuration method and device for data of multiple data sources Active CN108052676B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711498447.6A CN108052676B (en) 2017-12-28 2017-12-28 Configuration method and device for data of multiple data sources

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711498447.6A CN108052676B (en) 2017-12-28 2017-12-28 Configuration method and device for data of multiple data sources

Publications (2)

Publication Number Publication Date
CN108052676A CN108052676A (en) 2018-05-18
CN108052676B true CN108052676B (en) 2021-06-18

Family

ID=62126008

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711498447.6A Active CN108052676B (en) 2017-12-28 2017-12-28 Configuration method and device for data of multiple data sources

Country Status (1)

Country Link
CN (1) CN108052676B (en)

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8572002B2 (en) * 2011-12-21 2013-10-29 United Parcel Service Of America, Inc. Systems, methods, and computer-program products for determining shipping incentives
CN108763530A (en) * 2018-05-31 2018-11-06 中国农业银行股份有限公司 A kind of data access method, device and electronic equipment
CN110633313A (en) * 2018-05-31 2019-12-31 贵州白山云科技股份有限公司 Data transmission method and device based on multiple data sources
CN109271263A (en) * 2018-08-30 2019-01-25 广东金赋科技股份有限公司 The task management system of cross-system
CN109410555A (en) * 2018-12-04 2019-03-01 惠州Tcl移动通信有限公司 Terminal control method, device, terminal and storage medium
CN111339128B (en) * 2018-12-18 2023-09-26 北京嘀嘀无限科技发展有限公司 Data acquisition method and device, electronic equipment and storage medium
CN110704422B (en) * 2019-08-14 2023-08-15 招联消费金融有限公司 Data query method, device, system, computer equipment and storage medium
CN111552712A (en) * 2020-04-30 2020-08-18 中国平安财产保险股份有限公司 Report data extraction method and device and computer equipment
CN112527830A (en) * 2020-12-24 2021-03-19 平安普惠企业管理有限公司 Data query method, device, equipment and storage medium
CN113177021B (en) * 2021-04-28 2024-05-10 中国工商银行股份有限公司 Data export method and device for different data sources
CN113486096B (en) * 2021-06-21 2022-07-26 上海百秋新网商数字科技有限公司 Multi-library timing execution report data preprocessing and query method and system
CN115209053A (en) * 2022-07-14 2022-10-18 天津大学四川创新研究院 Network camera scheduling method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101692250A (en) * 2009-08-31 2010-04-07 上海宝信软件股份有限公司 Method for dynamically adjusting content and format of database data displayed on picture
CN102073701A (en) * 2010-12-30 2011-05-25 浪潮集团山东通用软件有限公司 Semantic definition-based multi-data source data querying method
CN103888456A (en) * 2014-03-18 2014-06-25 国家电网公司 Webpage client side, server side and data processing device and method
CN104281447A (en) * 2014-09-01 2015-01-14 国家电网公司 Report form fast generating and issuing system and method
CN107491427A (en) * 2017-06-08 2017-12-19 北京小度信息科技有限公司 Data sheet processing method and processing device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101692250A (en) * 2009-08-31 2010-04-07 上海宝信软件股份有限公司 Method for dynamically adjusting content and format of database data displayed on picture
CN102073701A (en) * 2010-12-30 2011-05-25 浪潮集团山东通用软件有限公司 Semantic definition-based multi-data source data querying method
CN103888456A (en) * 2014-03-18 2014-06-25 国家电网公司 Webpage client side, server side and data processing device and method
CN104281447A (en) * 2014-09-01 2015-01-14 国家电网公司 Report form fast generating and issuing system and method
CN107491427A (en) * 2017-06-08 2017-12-19 北京小度信息科技有限公司 Data sheet processing method and processing device

Also Published As

Publication number Publication date
CN108052676A (en) 2018-05-18

Similar Documents

Publication Publication Date Title
CN108052676B (en) Configuration method and device for data of multiple data sources
CN109508344B (en) Service data query method and device, electronic equipment and storage medium
CN106681922B (en) Response method and system of simulation server
CN111767704B (en) Excel form template generation method and device
US11244153B2 (en) Method and apparatus for processing information
CN111328055B (en) ONU automatic registration method and device
CN105740331A (en) Information push method and device
CN111737227B (en) Data modification method and system
US20210336852A1 (en) Network-configuration-information generation method and communication device
CN110716777A (en) Application program language dynamic switching method and device, storage medium and electronic equipment
CN111552712A (en) Report data extraction method and device and computer equipment
CN106790756B (en) Automatic generation method and system for MAC address of power distribution terminal
CN109447656B (en) Enterprise group service method, device and system based on cloud technology and storage medium
CN107038063A (en) Start the method and device that application is attended to anything else on the terminal device
CN112242909B (en) Method and device for generating management template, electronic equipment and storage medium
US10448124B2 (en) Method and system for issuing media information
CN110737879A (en) Website copyright time management method and device, storage medium and equipment
CN114285779B (en) Processing method, device and system of test request
CN114896487A (en) Method, system and medium for implementing a blockchain browser with front end interacting with blockchain
CN110414062B (en) Method and device for acquiring design drawing and computer readable storage medium
CN109104322B (en) Method, device, readable storage medium and system for solving FL-NET communication fault
CN111831654A (en) Method and device for acquiring product data and server
CN113449035B (en) Data synchronization method, device, computer equipment and readable storage medium
CN109739535B (en) Method and system for performing drive maintenance on product
CN115495769B (en) Data desensitization method, system, readable storage medium 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
PE01 Entry into force of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: Configuration method and device for multi data source data

Effective date of registration: 20230518

Granted publication date: 20210618

Pledgee: Guangdong Nanhai rural commercial bank Limited by Share Ltd. Guicheng branch

Pledgor: GUANGDONG KAMFU TECHNOLOGY Co.,Ltd.

Registration number: Y2023980040910