CN113111101A - Database conversion method - Google Patents

Database conversion method Download PDF

Info

Publication number
CN113111101A
CN113111101A CN202110290778.0A CN202110290778A CN113111101A CN 113111101 A CN113111101 A CN 113111101A CN 202110290778 A CN202110290778 A CN 202110290778A CN 113111101 A CN113111101 A CN 113111101A
Authority
CN
China
Prior art keywords
database
data
converted
conversion
comparison 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.)
Pending
Application number
CN202110290778.0A
Other languages
Chinese (zh)
Inventor
刘宝
杨洋
王漫
伊小妹
赵利洁
彭巍巍
李光西
张逸飞
张栋峰
李东升
罗雅琴
唐振
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuhan Zhongdi Zhongsi Technology Co ltd
Original Assignee
Wuhan Zhongdi Zhongsi 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 Wuhan Zhongdi Zhongsi Technology Co ltd filed Critical Wuhan Zhongdi Zhongsi Technology Co ltd
Priority to CN202110290778.0A priority Critical patent/CN113111101A/en
Publication of CN113111101A publication Critical patent/CN113111101A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases

Abstract

The invention provides a database conversion method. The method comprises the following steps: acquiring a first database, a second database and data to be converted, and respectively extracting a first data record and a second data record from the first database and the second database; constructing an intermediate database according to the first data record and the second data record, converting the first database according to the intermediate database, storing the converted first database in the second database, and generating a corresponding data conversion comparison table; the method comprises the steps of obtaining a data conversion comparison table in a second database, converting data to be converted according to the data conversion comparison table and storing the data to be converted into the second database.

Description

Database conversion method
Technical Field
The invention relates to the technical field of database processing, in particular to a database conversion method.
Background
With the development of the times, computer networks are developing more and more rapidly, and meanwhile, data of the networks are more and larger, a database for storing the data can greatly relieve the pressure of the computer networks on data storage, but with the increase of the databases, the data conversion efficiency needs to be improved for accurately improving the storage efficiency of the databases, but because a plurality of databases may exist, the data conversion efficiency may be lower, and a large amount of resources are occupied.
In the existing database conversion method, after a template is set, data is converted according to the set template, the conversion mode is relatively single, only the data existing on the template can be processed, and the conversion efficiency is not high, so that a database conversion method is urgently needed, and the data conversion efficiency in a plurality of databases can be improved through a plurality of conversion modes.
The above is only for the purpose of assisting understanding of the technical aspects of the present invention, and does not represent an admission that the above is prior art.
Disclosure of Invention
In view of this, the present invention provides a database conversion method, which aims to solve the technical problem that the prior art cannot improve the data conversion efficiency among a plurality of databases.
The technical scheme of the invention is realized as follows:
in one aspect, the present invention provides a database conversion method, including the steps of:
s1, acquiring a first database, a second database and data to be converted, and respectively extracting a first data record and a second data record from the first database and the second database;
s2, constructing an intermediate database according to the first data record and the second data record, converting the first database according to the intermediate database, storing the converted first database in the second database, and generating a corresponding data conversion comparison table;
and S3, acquiring a data conversion comparison table in the second database, converting the data to be converted according to the data conversion comparison table, and storing the converted data in the second database.
Based on the above technical solution, preferably, in step S1, the method includes obtaining a first database, a second database and data to be converted, and extracting a first data record and a second data record from the first database and the second database, respectively, and further includes the following steps of obtaining the first database, the second database and the data to be converted, and extracting the first data record and the second data record from the first database and the second database, respectively, where the data records include: and constructing a first data table and a second data table according to the first data record and the second data record respectively by using the source data relation field and the definition information.
Based on the above technical solution, preferably, in step S2, an intermediate database is constructed according to the first data record and the second data record, the first database is transformed according to the intermediate database and stored in the second database to generate a corresponding data transformation comparison table, and the method further includes the steps of obtaining a corresponding data transformation rule according to the first definition information and the second definition information, constructing an intermediate database according to the data transformation rule, transforming the first database according to the intermediate database, obtaining the transformed first database as intermediate data, transforming the intermediate data with the intermediate database, obtaining transformed intermediate data, and storing the transformed intermediate data in the second database to generate a corresponding data transformation comparison table.
On the basis of the above technical solution, preferably, the method further includes the steps of converting the first database according to the intermediate database, acquiring the converted first database as intermediate data, converting the intermediate data with the intermediate database, and acquiring the converted intermediate data, and converting the first database according to the intermediate database, converting the first source data relationship field into an intermediate data relationship field and corresponding field definition information, converting the intermediate data relationship field and corresponding field definition information with the intermediate database, and acquiring the converted intermediate data relationship field and corresponding field definition information as a destination data relationship field and corresponding field definition information.
On the basis of the above technical solution, preferably, the converted intermediate data is stored in a second database to generate a corresponding data conversion comparison table, and the method further includes the steps of comparing the converted intermediate data with a second data record, storing the converted intermediate data in the second database when the converted intermediate data is the same as the second data record, and generating a corresponding data conversion comparison table; and when the converted intermediate data is not identical to the second data record, reconstructing the intermediate database.
On the basis of the above technical solution, preferably, the method for generating a corresponding data conversion comparison table further includes the steps of generating a corresponding first data conversion table according to the first data record and the intermediate data, generating a corresponding intermediate data conversion table according to the intermediate data and the converted intermediate data, generating a data conversion comparison table according to the first data conversion table, the intermediate data conversion table and the second data record, and storing the data conversion comparison table in the second database.
On the basis of the above technical solution, preferably, in step S3, a data conversion comparison table in the second database is obtained, the data to be converted is converted according to the data conversion comparison table and is stored in the second database, and the method further includes the steps of obtaining the data conversion comparison table in the second database, converting the data to be converted according to the data conversion comparison table, obtaining the converted data to be converted, storing the converted data to be converted in the second database, and performing corresponding marking.
Still further preferably, the database conversion apparatus includes:
the acquisition module is used for acquiring a first database, a second database and data to be converted, and extracting a first data record and a second data record from the first database and the second database respectively;
the merging module is used for constructing an intermediate database according to the first data record and the second data record, converting the first database according to the intermediate database and storing the converted first database in the second database;
and the conversion module is used for acquiring a data conversion comparison table in the second database, converting the data to be converted according to the data conversion comparison table and storing the converted data into the second database.
In a second aspect, the database conversion method further includes a terminal device, where the terminal device includes: a memory, a processor and a database conversion method program stored on the memory and executable on the processor, the database conversion method program being configured to implement the steps of the database conversion method as described above.
In a third aspect, the database conversion method further includes a storage medium, which is a computer storage medium, on which a database conversion method program is stored, and the database conversion method program, when executed by a processor, implements the steps of the database conversion method as described above.
Compared with the prior art, the database conversion method has the following beneficial effects:
(1) by constructing the intermediate database, different databases can be converted, and a data conversion mode can be specified, so that the data conversion efficiency is improved.
(2) By establishing the data conversion comparison table, the data can be simply and quickly converted, the efficiency of converting the data into the database is improved, and meanwhile, the waste of resources is avoided.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic diagram of an apparatus in a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a database transformation method according to a first embodiment of the present invention;
fig. 3 is a functional block diagram illustrating a database conversion method according to a first embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, are within the scope of the present invention.
As shown in fig. 1, the apparatus may include: a processor 1001, such as a Central Processing Unit (CPU), a communication bus 1002, a user interface 1003, a network interface 1004, and a memory 1005. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a WIreless interface (e.g., a WIreless-FIdelity (WI-FI) interface). The Memory 1005 may be a Random Access Memory (RAM) Memory, or may be a Non-Volatile Memory (NVM), such as a disk Memory. The memory 1005 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the configuration shown in fig. 1 does not constitute a limitation of the device, and that in actual implementations the device may include more or less components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a medium, may include therein an operating system, a network communication module, a user interface module, and a database conversion method program.
In the device shown in fig. 1, the network interface 1004 is mainly used to establish a communication connection between the device and a server that stores all data required in the database conversion method system; the user interface 1003 is mainly used for data interaction with a user; the processor 1001 and the memory 1005 of the database conversion method apparatus of the present invention may be provided in the database conversion method apparatus, which calls the database conversion method program stored in the memory 1005 through the processor 1001 and executes the database conversion method provided by the present invention.
Referring to fig. 2, fig. 2 is a schematic flow chart of a database conversion method according to a first embodiment of the present invention.
In this embodiment, the database conversion method includes the following steps:
s1: the method comprises the steps of obtaining a first database, a second database and data to be converted, and respectively extracting a first data record and a second data record from the first database and the second database.
It should be understood that, in this embodiment, the system first obtains the first database, the second database and the data to be converted, and extracts the first data record and the second data record from the first database and the second database, respectively, where the data records include: and constructing a first data table and a second data table according to the first data record and the second data record respectively by using the source data relation field and the definition information.
S2: and constructing an intermediate database according to the first data record and the second data record, converting the first database according to the intermediate database, storing the converted first database in the second database, and generating a corresponding data conversion comparison table.
It should be understood that the system will then obtain the corresponding data conversion rule according to the first definition information and the second definition information, construct an intermediate database according to the data conversion rule, convert the first database according to the intermediate database, obtain the converted first database as intermediate data, convert the intermediate data with the intermediate database, obtain the converted intermediate data, and store the converted intermediate data in the second database to generate the corresponding data conversion comparison table.
It should be understood that the system may further convert the first database according to the intermediate database, convert the first source data relationship field into the intermediate data relationship field and the corresponding field definition information, convert the intermediate data relationship field and the corresponding field definition information with the intermediate database, and obtain the converted intermediate data relationship field and the corresponding field definition information as the destination data relationship field and the corresponding field definition information.
It should be understood that the system will compare the converted intermediate data with the second data record, store the converted intermediate data in the second database when the converted intermediate data is the same as the second data record, and generate a corresponding data conversion look-up table; and when the converted intermediate data is not identical to the second data record, reconstructing the intermediate database.
It should be understood that a corresponding first data conversion table is then generated according to the first data record and the intermediate data, a corresponding intermediate data conversion table is generated according to the intermediate data and the converted intermediate data, a data conversion comparison table is generated according to the first data conversion table, the intermediate data conversion table and the second data record, and the data conversion comparison table is stored in the second database.
S3: and acquiring a data conversion comparison table in the second database, converting the data to be converted according to the data conversion comparison table, and storing the converted data in the second database.
It should be understood that, finally, the system will obtain the data conversion comparison table in the second database, convert the data to be converted according to the data conversion comparison table, obtain the converted data to be converted, store the converted data to be converted in the second database, and perform corresponding marking.
The above description is only for illustrative purposes and does not limit the technical solutions of the present application in any way.
As can be easily found from the above description, in the embodiment, the first data record and the second data record are respectively extracted from the first database and the second database by acquiring the first database, the second database and the data to be converted; constructing an intermediate database according to the first data record and the second data record, converting the first database according to the intermediate database, storing the converted first database in the second database, and generating a corresponding data conversion comparison table; the data conversion comparison table in the second database is obtained, the data to be converted is converted according to the data conversion comparison table and stored in the second database, the first database is converted by constructing the intermediate database and stored in the second database, and the corresponding data conversion comparison table is generated at the same time, so that the conversion efficiency of the data to be converted can be effectively improved, and the conversion speed of the databases in the presence of various databases is improved.
In addition, the embodiment of the invention also provides a database conversion device. As shown in fig. 3, the database conversion apparatus includes: the device comprises an acquisition module 10, a merging module 20 and a conversion module 30.
The acquiring module 10 is configured to acquire a first database, a second database, and data to be converted, and extract a first data record and a second data record from the first database and the second database, respectively;
a merging module 20, configured to construct an intermediate database according to the first data record and the second data record, convert the first database according to the intermediate database, and store the converted first database in the second database;
the conversion module 30 is configured to obtain a data conversion comparison table in the second database, convert the data to be converted according to the data conversion comparison table, and store the converted data in the second database.
In addition, it should be noted that the above-described embodiments of the apparatus are merely illustrative, and do not limit the scope of the present invention, and in practical applications, a person skilled in the art may select some or all of the modules to implement the purpose of the embodiments according to actual needs, and the present invention is not limited herein.
In addition, the technical details that are not described in detail in this embodiment may refer to the database conversion method provided in any embodiment of the present invention, and are not described herein again.
In addition, an embodiment of the present invention further provides a storage medium, where the storage medium is a computer storage medium, and a database conversion method program is stored on the computer storage medium, where the database conversion method program, when executed by a processor, implements the following operations:
s1, acquiring a first database, a second database and data to be converted, and respectively extracting a first data record and a second data record from the first database and the second database;
s2, constructing an intermediate database according to the first data record and the second data record, converting the first database according to the intermediate database, storing the converted first database in the second database, and generating a corresponding data conversion comparison table;
and S3, acquiring a data conversion comparison table in the second database, converting the data to be converted according to the data conversion comparison table, and storing the converted data in the second database.
Further, the database conversion method program, when executed by a processor, further implements the following operations:
acquiring a first database, a second database and data to be converted, and extracting a first data record and a second data record from the first database and the second database respectively, wherein the data records comprise: and constructing a first data table and a second data table according to the first data record and the second data record respectively by using the source data relation field and the definition information.
Further, the database conversion method program, when executed by a processor, further implements the following operations:
acquiring corresponding data conversion rules according to the first definition information and the second definition information, constructing an intermediate database according to the data conversion rules, converting the first database according to the intermediate database, acquiring the converted first database as intermediate data, converting the intermediate data with the intermediate database, acquiring the converted intermediate data, storing the converted intermediate data into a second database, and generating a corresponding data conversion comparison table.
Further, the database conversion method program, when executed by a processor, further implements the following operations:
and converting the first database according to the intermediate database, converting the first source data relation field into an intermediate data relation field and corresponding field definition information, converting the intermediate data relation field and the corresponding field definition information with the intermediate database, and acquiring the converted intermediate data relation field and the corresponding field definition information as a target data relation field and corresponding field definition information.
Further, the database conversion method program, when executed by a processor, further implements the following operations:
comparing the converted intermediate data with the second data record, storing the converted intermediate data into a second database when the converted intermediate data is the same as the second data record, and generating a corresponding data conversion comparison table; and when the converted intermediate data is not identical to the second data record, reconstructing the intermediate database.
Further, the database conversion method program, when executed by a processor, further implements the following operations:
and generating a corresponding first data conversion table according to the first data record and the intermediate data, generating a corresponding intermediate data conversion table according to the intermediate data and the converted intermediate data, generating a data conversion comparison table according to the first data conversion table, the intermediate data conversion table and the second data record, and storing the data conversion comparison table into a second database.
Further, the database conversion method program, when executed by a processor, further implements the following operations:
and acquiring a data conversion comparison table in the second database, converting the data to be converted according to the data conversion comparison table, acquiring the converted data to be converted, storing the converted data to be converted into the second database, and marking correspondingly.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (10)

1. A database conversion method, characterized by: comprises the following steps;
s1, acquiring a first database, a second database and data to be converted, and respectively extracting a first data record and a second data record from the first database and the second database;
s2, constructing an intermediate database according to the first data record and the second data record, converting the first database according to the intermediate database, storing the converted first database in the second database, and generating a corresponding data conversion comparison table;
and S3, acquiring a data conversion comparison table in the second database, converting the data to be converted according to the data conversion comparison table, and storing the converted data in the second database.
2. The database conversion method according to claim 1, characterized in that: in step S1, a first database, a second database, and data to be converted are obtained, and a first data record and a second data record are respectively extracted from the first database and the second database, which further includes the following steps of obtaining the first database, the second database, and the data to be converted, and extracting the first data record and the second data record from the first database and the second database, respectively, where the data records include: and constructing a first data table and a second data table according to the first data record and the second data record respectively by using the source data relation field and the definition information.
3. The database conversion method according to claim 2, characterized in that: and step S2, constructing an intermediate database according to the first data record and the second data record, transforming the first database according to the intermediate database, storing the transformed intermediate database in the second database, and generating a corresponding data transformation comparison table, further comprising the steps of obtaining a corresponding data transformation rule according to the first definition information and the second definition information, constructing an intermediate database according to the data transformation rule, transforming the first database according to the intermediate database, obtaining the transformed first database as intermediate data, transforming the intermediate data with the intermediate database, obtaining transformed intermediate data, storing the transformed intermediate data in the second database, and generating a corresponding data transformation comparison table.
4. The database conversion method according to claim 3, characterized in that: the method comprises the steps of converting a first database according to the intermediate database, acquiring the converted first database as intermediate data, converting the intermediate data with the intermediate database, and acquiring the converted intermediate data.
5. The database conversion method according to claim 4, characterized in that: storing the converted intermediate data into a second database to generate a corresponding data conversion comparison table, and also comprising the following steps of comparing the converted intermediate data with a second data record, storing the converted intermediate data into the second database when the converted intermediate data is the same as the second data record, and generating the corresponding data conversion comparison table; and when the converted intermediate data is not identical to the second data record, reconstructing the intermediate database.
6. The database conversion method according to claim 4, characterized in that: and generating a corresponding data conversion comparison table, and further comprising the following steps of generating a corresponding first data conversion table according to the first data record and the intermediate data, generating a corresponding intermediate data conversion table according to the intermediate data and the converted intermediate data, generating a data conversion comparison table according to the first data conversion table, the intermediate data conversion table and the second data record, and storing the data conversion comparison table in a second database.
7. The database conversion method according to claim 6, characterized in that: and step S3, acquiring a data conversion comparison table in the second database, converting the data to be converted according to the data conversion comparison table and storing the converted data in the second database, and the method also comprises the following steps of acquiring the data conversion comparison table in the second database, converting the data to be converted according to the data conversion comparison table, acquiring the converted data to be converted, storing the converted data to be converted in the second database, and marking the converted data to be converted correspondingly.
8. A database conversion apparatus, characterized in that the database conversion apparatus comprises:
the acquisition module is used for acquiring a first database, a second database and data to be converted, and extracting a first data record and a second data record from the first database and the second database respectively;
the merging module is used for constructing an intermediate database according to the first data record and the second data record, converting the first database according to the intermediate database and storing the converted first database in the second database;
and the conversion module is used for acquiring a data conversion comparison table in the second database, converting the data to be converted according to the data conversion comparison table and storing the converted data into the second database.
9. A terminal device, characterized in that the terminal device comprises: a memory, a processor, and a database conversion method program stored on the memory and executable on the processor, the database conversion method program configured to implement the steps of the database conversion method according to any one of claims 1 to 7.
10. A storage medium, characterized in that the storage medium is a computer storage medium having stored thereon a database conversion method program which, when executed by a processor, implements the steps of the database conversion method according to any one of claims 1 to 7.
CN202110290778.0A 2021-03-18 2021-03-18 Database conversion method Pending CN113111101A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110290778.0A CN113111101A (en) 2021-03-18 2021-03-18 Database conversion method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110290778.0A CN113111101A (en) 2021-03-18 2021-03-18 Database conversion method

Publications (1)

Publication Number Publication Date
CN113111101A true CN113111101A (en) 2021-07-13

Family

ID=76711792

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110290778.0A Pending CN113111101A (en) 2021-03-18 2021-03-18 Database conversion method

Country Status (1)

Country Link
CN (1) CN113111101A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103810275A (en) * 2014-02-13 2014-05-21 清华大学 Method and device for data interaction between non-relation type database and relation type database
US20190026386A1 (en) * 2017-07-18 2019-01-24 Datastrong L.L.C. Method and apparatus for converting from a source database system to a destination database system
CN109690521A (en) * 2017-12-28 2019-04-26 深圳配天智能技术研究院有限公司 A kind of method and device of database combining
CN110704398A (en) * 2019-09-30 2020-01-17 深圳前海环融联易信息科技服务有限公司 Database migration method and device from MySQL to Oracle and computer equipment
CN112328675A (en) * 2020-11-25 2021-02-05 上海市计算技术研究所 Heterogeneous data conversion method, device, equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103810275A (en) * 2014-02-13 2014-05-21 清华大学 Method and device for data interaction between non-relation type database and relation type database
US20190026386A1 (en) * 2017-07-18 2019-01-24 Datastrong L.L.C. Method and apparatus for converting from a source database system to a destination database system
CN109690521A (en) * 2017-12-28 2019-04-26 深圳配天智能技术研究院有限公司 A kind of method and device of database combining
CN110704398A (en) * 2019-09-30 2020-01-17 深圳前海环融联易信息科技服务有限公司 Database migration method and device from MySQL to Oracle and computer equipment
CN112328675A (en) * 2020-11-25 2021-02-05 上海市计算技术研究所 Heterogeneous data conversion method, device, equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
纪元等: "数据转换平台的设计与实现", 《福建电脑》, no. 06, 25 June 2016 (2016-06-25) *

Similar Documents

Publication Publication Date Title
CN110008045B (en) Method, device and equipment for aggregating microservices and storage medium
CN108959430B (en) Advertisement promotion data acquisition method, device and equipment
CN108984155B (en) Data processing flow setting method and device
CN110888672B (en) Expression engine implementation method and system based on metadata architecture
WO2021093673A1 (en) E-mail sending method, apparatus and device, and computer-readable storage medium
CN110209780B (en) Question template generation method and device, server and storage medium
CN106776779B (en) Method for generating entity file by JSON data based on Mac platform
CN112650529B (en) System and method for configurable generation of mobile terminal APP codes
CN110569230A (en) Method, system and equipment for interconversion between database design model and design document
CN110602049A (en) Data transmission method, server and storage medium
CN112582073B (en) Medical information acquisition method, device, electronic equipment and medium
CN112035401A (en) Model data processing method and device, electronic equipment and readable medium
CN110737820A (en) Method and apparatus for generating event information
CN112286815A (en) Interface test script generation method and related equipment thereof
CN111143310B (en) Log recording method and device and readable storage medium
CN113111101A (en) Database conversion method
CN115114805B (en) Information interaction pair discrete simulation method of autonomous traffic system architecture
CN114741144A (en) Web-side complex table display method, device and system
CN114036178A (en) Service interface generation method, device, computer and readable storage medium
CN112445811A (en) Data service method, device, storage medium and component based on SQL configuration
CN113360712B (en) Video representation generation method and device and electronic equipment
CN113626438B (en) Data table management method, device, computer equipment and storage medium
CN117251384B (en) Interface automation test case generation method and system
CN113010184B (en) Method for realizing conversion from Axure engineering to Qt engineering
CN111767703B (en) Form data acquisition method, device and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210713