CN110955410A - Automatic code generation method, device, equipment and medium - Google Patents

Automatic code generation method, device, equipment and medium Download PDF

Info

Publication number
CN110955410A
CN110955410A CN201911013089.4A CN201911013089A CN110955410A CN 110955410 A CN110955410 A CN 110955410A CN 201911013089 A CN201911013089 A CN 201911013089A CN 110955410 A CN110955410 A CN 110955410A
Authority
CN
China
Prior art keywords
file
database modeling
code
database
generating
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.)
Granted
Application number
CN201911013089.4A
Other languages
Chinese (zh)
Other versions
CN110955410B (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.)
CVIC Software Engineering Co Ltd
Original Assignee
CVIC Software Engineering 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 CVIC Software Engineering Co Ltd filed Critical CVIC Software Engineering Co Ltd
Priority to CN201911013089.4A priority Critical patent/CN110955410B/en
Publication of CN110955410A publication Critical patent/CN110955410A/en
Application granted granted Critical
Publication of CN110955410B publication Critical patent/CN110955410B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • 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
    • G06F16/211Schema design and management
    • G06F16/212Schema design and management with details for data modelling support
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • G06F8/447Target code generation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a method, a device, equipment and a medium for automatically generating codes, wherein the method comprises the following steps: acquiring a database modeling file generated by a database modeling tool; the database modeling tool is used for generating database modeling files corresponding to different databases; analyzing the database modeling file to obtain an analysis result; generating a corresponding target code file by using the analysis result and the code model file; the code model file is a code template created according to a programming hierarchical structure corresponding to business requirements and a programming language. Therefore, the corresponding object code is generated by utilizing the database modeling file, and for different databases, the configuration of the database modeling tool is only required to be changed to generate the database modeling file corresponding to the database, so that the workload of developers can be reduced, and the efficiency of project development is improved.

Description

Automatic code generation method, device, equipment and medium
Technical Field
The present application relates to the field of database design technologies, and in particular, to a method, an apparatus, a device, and a medium for automatically generating a code.
Background
In the project development, a plurality of basic codes are basically unchanged, but a great deal of workload is spent on completing the code, and a code generation tool can encapsulate the unchanged codes and adapt the changed codes into the unchanged models, so that the method is widely applied.
At present, most of existing code generation tools are realized based on a database, however, the database changes in the implementation process of projects, some projects use the MySql database, and some projects use the Oracle database. Therefore, there is a problem that a code generation tool based on one database cannot be applied to another database, and the development workload is large when the database of a project is changed.
Disclosure of Invention
In view of this, an object of the present application is to provide a method, an apparatus, a device, and a medium for automatically generating a code, which can generate a corresponding object code by using a database modeling file, and only change the configuration of a database modeling tool to generate a database modeling file corresponding to a database for different databases, thereby reducing the workload of developers and improving the efficiency of project development. The specific scheme is as follows:
in a first aspect, the present application discloses an automatic code generation method, including:
acquiring a database modeling file generated by a database modeling tool; the database modeling tool is used for generating database modeling files corresponding to different databases;
analyzing the database modeling file to obtain an analysis result;
generating a corresponding target code file by using the analysis result and the code model file;
the code model file is a code template created according to a programming hierarchical structure corresponding to business requirements and a programming language.
Optionally, before the obtaining the database modeling file generated by the database modeling tool, the method further includes:
and generating the corresponding database modeling file by utilizing the database modeling tool according to the business logic.
Optionally, the analyzing the database modeling file to obtain an analysis result includes:
and reading the target information in the database modeling file by using a pre-established analysis rule to obtain an analysis result.
Optionally, the method further includes:
and modifying the code model file according to the service requirement.
Optionally, the method further includes:
and extracting the data table in the database modeling file and the interpretation information of the corresponding field, and then generating corresponding remark information in the target code file.
In a second aspect, the present application discloses an automatic code generation apparatus, including:
the database modeling file acquisition module is used for acquiring a database modeling file generated by a database modeling tool; the database modeling tool is used for generating database modeling files corresponding to different databases;
the database modeling file analysis module is used for analyzing the database modeling file to obtain an analysis result;
the object code file generating module is used for generating a corresponding object code file by utilizing the analysis result and the code model file;
the code model file is a code template created according to a programming hierarchical structure corresponding to business requirements and a programming language.
Optionally, the method further includes:
and the database modeling file generation module is used for generating the corresponding database modeling file by utilizing the database modeling tool according to the business logic.
Optionally, the method further includes:
and the code model file modifying module is used for modifying the code model file according to the service requirement.
In a third aspect, the application discloses an automatic code generation device, which comprises a processor and a memory; wherein the content of the first and second substances,
the memory is used for storing a computer program;
the processor is used for executing the computer program to realize the code automatic generation method.
In a fourth aspect, the present application discloses a computer-readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the aforementioned code automatic generation method.
Therefore, the method includes the steps of firstly obtaining a database modeling file generated by a database modeling tool, wherein the database modeling tool is used for generating the database modeling file corresponding to different databases, then analyzing the database modeling file to obtain an analysis result, and finally generating a corresponding target code file by using the analysis result and a code model file, wherein the code model file is a code template which is created according to a programming hierarchical structure and a programming language corresponding to business requirements. Therefore, the corresponding object code is generated by utilizing the database modeling file, and for different databases, the configuration of the database modeling tool is only required to be changed to generate the database modeling file corresponding to the database, so that the workload of developers can be reduced, and the efficiency of project development is improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flow chart of a method for automatically generating code disclosed in the present application;
FIG. 2 is a block diagram of an automatic code generation tool disclosed herein;
FIG. 3 is a flowchart illustrating the operation of an automatic code generation tool disclosed herein;
FIG. 4 is a flowchart of a specific code automatic generation method disclosed in the present application;
FIG. 5 is a schematic structural diagram of an automatic code generation apparatus disclosed in the present application;
FIG. 6 is a block diagram of an automatic code generation apparatus disclosed herein;
fig. 7 is a diagram of a terminal structure disclosed in the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
At present, most of existing code generation tools are realized based on a database, however, the database changes in the implementation process of projects, some projects use the MySql database, and some projects use the Oracle database. Therefore, there is a problem that a code generation tool based on one database cannot be applied to another database, and the development workload is large when the database of a project is changed. Therefore, the code automatic generation scheme is provided, the corresponding object code can be generated by using the database modeling file, and for different databases, the configuration of the database modeling tool is only required to be changed to generate the database modeling file corresponding to the database, so that the workload of developers is reduced, and the project development efficiency is improved.
Referring to fig. 1, an embodiment of the present application discloses an automatic code generation method, including:
step S11: acquiring a database modeling file generated by a database modeling tool; the database modeling tool is used for generating the database modeling files corresponding to different databases.
In a specific implementation manner, in this embodiment, the database modeling tool may be used to generate the corresponding database modeling file according to business logic. For example, a corresponding Mysql database modeling file may be created according to business logic by using a database modeling tool PowerDesigner, or a corresponding Oracle database modeling file may be created. And then acquiring the database modeling file and the name of a data table required by generating the target code.
Step S12: and analyzing the database modeling file to obtain an analysis result.
In a specific implementation manner, target information in the database modeling file is read by using a pre-created analysis rule to obtain an analysis result. That is, in this embodiment, an analysis rule may be created in advance, and target information required by an item in a database modeling file is read to obtain the target information, that is, an analysis result.
In addition, the embodiment can extract the data table in the database modeling file and the interpretation information of the corresponding field in the analysis process, and then generate the corresponding remark information in the target code file, thereby improving the quality and readability of the code.
Step S13: generating a corresponding target code file by using the analysis result and the code model file;
the code model file is a code template created according to a programming hierarchical structure corresponding to business requirements and a programming language.
In a specific implementation mode, the obtained analysis result and the code model file can be used for generating a corresponding target code, and a basic database adding, deleting, searching and modifying method is realized.
The embodiment may implement the corresponding code generation tool based on a Groovy language, which is an agile development language based on a JVM (Java Virtual Machine). In addition, the method can be used in different operating system environments and only depends on JDK (Java Development Kit, software Development Kit in Java language) environment. For example, referring to fig. 2, fig. 2 is a block diagram of an automatic code generation tool disclosed in the present application. The automatic code generation tool comprises six modules, namely an operation program, an input file, a configuration file, a template file, an analysis program and an output file, wherein the input file module is used for inputting a database modeling file, and the configuration file module is used for configuring the template file, namely a configuration file required by a code model file. In a specific embodiment, referring to fig. 3, fig. 3 is a flowchart illustrating a work flow of an automatic code generation tool disclosed in the present application. Firstly, obtaining an input database modeling file and a data table name, then analyzing the database modeling file by using a database element file, wherein an analysis rule is defined in the database element file, then assembling an analysis result and a code definition template, namely a code model file, generating a corresponding target code file, and then outputting the target code file.
Therefore, in the embodiment of the application, a database modeling file generated by a database modeling tool is firstly obtained, wherein the database modeling tool is used for generating the database modeling files corresponding to different databases, then the database modeling files are analyzed to obtain an analysis result, and finally the analysis result and a code model file are used for generating a corresponding target code file, wherein the code model file is a programming hierarchical structure corresponding to business requirements and a code template created by a programming language. Therefore, the corresponding object code is generated by utilizing the database modeling file, and for different databases, the configuration of the database modeling tool is only required to be changed to generate the database modeling file corresponding to the database, so that the workload of developers can be reduced, and the efficiency of project development is improved.
Referring to fig. 4, an embodiment of the present application discloses a specific code automatic generation method, including:
step S21: acquiring a database modeling file generated by a database modeling tool; the database modeling tool is used for generating the database modeling files corresponding to different databases.
Step S22: and analyzing the database modeling file to obtain an analysis result.
For the specific processes of the steps S21 and S22, reference may be made to the corresponding contents disclosed in the foregoing embodiments, and details are not repeated here.
Step S23: and modifying the code model file according to the service requirement.
In a specific implementation manner, the programming hierarchy and the programming language of the code model file may be modified according to the Service requirement, including a bo layer, a JDBC (Java DataBase Connectivity) layer, a controller layer, a Service layer, and the like, so that the developer may perform corresponding custom modification on the code model file to adapt to the hierarchy of different projects, and perform custom setting according to the structure and characteristics of the current development language. In addition, the embodiment does not need complex running environment and installation process, is easy to operate and has low learning cost.
Step S24: and generating a corresponding target code file by using the analysis result and the modified code model file.
Referring to fig. 5, an embodiment of the present application discloses an automatic code generation apparatus, including:
the database modeling file acquisition module 11 is used for acquiring a database modeling file generated by a database modeling tool; the database modeling tool is used for generating database modeling files corresponding to different databases;
the database modeling file analysis module 12 is used for analyzing the database modeling file to obtain an analysis result;
an object code file generating module 13, configured to generate a corresponding object code file by using the analysis result and the code model file; the code model file is a code template created according to a programming hierarchical structure corresponding to business requirements and a programming language.
Therefore, in the embodiment of the application, a database modeling file generated by a database modeling tool is firstly obtained, wherein the database modeling tool is used for generating the database modeling files corresponding to different databases, then the database modeling files are analyzed to obtain an analysis result, and finally the analysis result and a code model file are used for generating a corresponding target code file, wherein the code model file is a programming hierarchical structure corresponding to business requirements and a code template created by a programming language. Therefore, the corresponding object code is generated by utilizing the database modeling file, and for different databases, the configuration of the database modeling tool is only required to be changed to generate the database modeling file corresponding to the database, so that the workload of developers can be reduced, and the efficiency of project development is improved.
The database modeling file analysis module 12 is specifically configured to read target information in the database modeling file by using a pre-created analysis rule to obtain an analysis result.
The code automatic generation device can also comprise a database modeling file generation module which is used for generating the corresponding database modeling file by utilizing the database modeling tool according to business logic.
The code automatic generation device can also comprise a code model file modification module which is used for modifying the code model file according to the business requirement.
The code automatic generation device can also comprise a remark information generation module which is used for extracting the data table in the database modeling file and the interpretation information of the corresponding field, and then generating corresponding remark information in the target code file.
Referring to fig. 6, an embodiment of the present application discloses an automatic code generation device, which includes a processor 21 and a memory 22; wherein, the memory 22 is used for saving computer programs; the processor 21 is configured to execute the computer program to implement the following steps:
acquiring a database modeling file generated by a database modeling tool; the database modeling tool is used for generating database modeling files corresponding to different databases; analyzing the database modeling file to obtain an analysis result; generating a corresponding target code file by using the analysis result and the code model file; the code model file is a code template created according to a programming hierarchical structure corresponding to business requirements and a programming language.
Therefore, in the embodiment of the application, a database modeling file generated by a database modeling tool is firstly obtained, wherein the database modeling tool is used for generating the database modeling files corresponding to different databases, then the database modeling files are analyzed to obtain an analysis result, and finally the analysis result and a code model file are used for generating a corresponding target code file, wherein the code model file is a programming hierarchical structure corresponding to business requirements and a code template created by a programming language. Therefore, the corresponding object code is generated by utilizing the database modeling file, and for different databases, the configuration of the database modeling tool is only required to be changed to generate the database modeling file corresponding to the database, so that the workload of developers can be reduced, and the efficiency of project development is improved.
In this embodiment, when the processor 21 executes the computer subprogram stored in the memory 22, the following steps may be specifically implemented: and generating the corresponding database modeling file by utilizing the database modeling tool according to the business logic.
In this embodiment, when the processor 21 executes the computer subprogram stored in the memory 22, the following steps may be specifically implemented: and reading the target information in the database modeling file by using a pre-established analysis rule to obtain an analysis result.
In this embodiment, when the processor 21 executes the computer subprogram stored in the memory 22, the following steps may be specifically implemented: and modifying the code model file according to the service requirement.
In this embodiment, when the processor 21 executes the computer subprogram stored in the memory 22, the following steps may be specifically implemented: and extracting the data table in the database modeling file and the interpretation information of the corresponding field, and then generating corresponding remark information in the target code file.
The memory 22 is used as a carrier for resource storage, and may be a read-only memory, a random access memory, a magnetic disk or an optical disk, and the storage mode may be a transient storage mode or a permanent storage mode.
Referring to fig. 7, the present embodiment discloses a terminal 20 including an automatic code generation device including a processor 21 and a memory 22 disclosed in the foregoing embodiments. For the steps that the processor 21 can specifically execute, reference may be made to corresponding contents disclosed in the foregoing embodiments, and details are not described herein again.
Further, the terminal 20 in this embodiment may further specifically include a power supply 23, a communication interface 24, an input/output interface 25, and a communication bus 26; the power supply 23 is configured to provide a working voltage for each hardware device on the terminal 20; the communication interface 24 can create a data transmission channel with an external device for the terminal 20, and a communication protocol followed by the communication interface is any communication protocol applicable to the technical solution of the present application, and is not specifically limited herein; the input/output interface 25 is configured to obtain external input data or output data to the outside, and a specific interface type thereof may be selected according to a specific application requirement, which is not specifically limited herein.
Further, an embodiment of the present application also discloses a computer readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the following steps:
acquiring a database modeling file generated by a database modeling tool; the database modeling tool is used for generating database modeling files corresponding to different databases; analyzing the database modeling file to obtain an analysis result; generating a corresponding target code file by using the analysis result and the code model file; the code model file is a code template created according to a programming hierarchical structure corresponding to business requirements and a programming language.
Therefore, in the embodiment of the application, a database modeling file generated by a database modeling tool is firstly obtained, wherein the database modeling tool is used for generating the database modeling files corresponding to different databases, then the database modeling files are analyzed to obtain an analysis result, and finally the analysis result and a code model file are used for generating a corresponding target code file, wherein the code model file is a programming hierarchical structure corresponding to business requirements and a code template created by a programming language. Therefore, the corresponding object code is generated by utilizing the database modeling file, and for different databases, the configuration of the database modeling tool is only required to be changed to generate the database modeling file corresponding to the database, so that the workload of developers can be reduced, and the efficiency of project development is improved.
In this embodiment, when the computer subprogram stored in the computer-readable storage medium is executed by the processor, the following steps may be specifically implemented: and generating the corresponding database modeling file by utilizing the database modeling tool according to the business logic.
In this embodiment, when the computer subprogram stored in the computer-readable storage medium is executed by the processor, the following steps may be specifically implemented: and reading the target information in the database modeling file by using a pre-established analysis rule to obtain an analysis result.
In this embodiment, when the computer subprogram stored in the computer-readable storage medium is executed by the processor, the following steps may be specifically implemented: and modifying the code model file according to the service requirement.
In this embodiment, when the computer subprogram stored in the computer-readable storage medium is executed by the processor, the following steps may be specifically implemented: and extracting the data table in the database modeling file and the interpretation information of the corresponding field, and then generating corresponding remark information in the target code file.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The above detailed description is given to an automatic code generation method, apparatus, device and medium provided by the present application, and a specific example is applied in the present application to explain the principle and the implementation of the present application, and the description of the above embodiment is only used to help understand the method and the core idea of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (10)

1. An automatic code generation method, comprising:
acquiring a database modeling file generated by a database modeling tool; the database modeling tool is used for generating database modeling files corresponding to different databases;
analyzing the database modeling file to obtain an analysis result;
generating a corresponding target code file by using the analysis result and the code model file;
the code model file is a code template created according to a programming hierarchical structure corresponding to business requirements and a programming language.
2. The method for automatically generating code according to claim 1, wherein before the obtaining the database modeling file generated by the database modeling tool, further comprising:
and generating the corresponding database modeling file by utilizing the database modeling tool according to the business logic.
3. The method for automatically generating codes according to claim 1, wherein the analyzing the database modeling file to obtain an analysis result comprises:
and reading the target information in the database modeling file by using a pre-established analysis rule to obtain an analysis result.
4. The automatic code generation method according to claim 1, further comprising:
and modifying the code model file according to the service requirement.
5. The automatic code generation method according to any one of claims 1 to 4, further comprising:
and extracting the data table in the database modeling file and the interpretation information of the corresponding field, and then generating corresponding remark information in the target code file.
6. An automatic code generation apparatus, comprising:
the database modeling file acquisition module is used for acquiring a database modeling file generated by a database modeling tool; the database modeling tool is used for generating database modeling files corresponding to different databases;
the database modeling file analysis module is used for analyzing the database modeling file to obtain an analysis result;
the object code file generating module is used for generating a corresponding object code file by utilizing the analysis result and the code model file;
the code model file is a code template created according to a programming hierarchical structure corresponding to business requirements and a programming language.
7. The automatic code generation apparatus according to claim 6, further comprising:
and the database modeling file generation module is used for generating the corresponding database modeling file by utilizing the database modeling tool according to the business logic.
8. The automatic code generation apparatus according to claim 6, further comprising:
and the code model file modifying module is used for modifying the code model file according to the service requirement.
9. An automatic code generation device, comprising a processor and a memory; wherein the content of the first and second substances,
the memory is used for storing a computer program;
the processor is used for executing the computer program to realize the code automatic generation method of any one of claims 1 to 5.
10. A computer-readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the method for automatically generating code according to any one of claims 1 to 5.
CN201911013089.4A 2019-10-23 2019-10-23 Code automatic generation method, device, equipment and medium Active CN110955410B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911013089.4A CN110955410B (en) 2019-10-23 2019-10-23 Code automatic generation method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911013089.4A CN110955410B (en) 2019-10-23 2019-10-23 Code automatic generation method, device, equipment and medium

Publications (2)

Publication Number Publication Date
CN110955410A true CN110955410A (en) 2020-04-03
CN110955410B CN110955410B (en) 2023-06-27

Family

ID=69975658

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911013089.4A Active CN110955410B (en) 2019-10-23 2019-10-23 Code automatic generation method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN110955410B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111782608A (en) * 2020-07-21 2020-10-16 平安国际智慧城市科技股份有限公司 Automatic file generation method and device, electronic equipment and storage medium
CN111857684A (en) * 2020-07-07 2020-10-30 北京机电工程总体设计部 Template-based method for generating component codes of virtue platform
CN111966340A (en) * 2020-08-20 2020-11-20 杭州安恒信息技术股份有限公司 Code generation method, device, equipment and medium based on Mybatis framework
CN112596706A (en) * 2020-12-15 2021-04-02 用友网络科技股份有限公司 Patterned code generation method, device and computer readable storage medium
CN112732763A (en) * 2021-01-20 2021-04-30 北京千方科技股份有限公司 Data aggregation method and device, electronic equipment and medium
CN112835564A (en) * 2021-01-27 2021-05-25 北京海博思创科技股份有限公司 Code generation method and device
CN113867714A (en) * 2021-09-24 2021-12-31 安徽杰予信息科技有限公司 Automatic code generation method adaptive to multiple languages
CN116450682A (en) * 2023-03-23 2023-07-18 苏州峰之鼎信息科技有限公司 Model generation method, device, equipment and medium based on data combination

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110191747A1 (en) * 1999-10-05 2011-08-04 Borland Software Corporation Supporting and deploying distributed computing components
CN103218402A (en) * 2013-03-19 2013-07-24 上海宝信软件股份有限公司 General database data structure, data migratory system and method thereof
CN105354036A (en) * 2015-11-26 2016-02-24 深圳市金证科技股份有限公司 Database operation code generating method and apparatus
CN105373599A (en) * 2015-10-28 2016-03-02 北京汇商融通信息技术有限公司 Data migration system based on various data storage platforms
CN107301239A (en) * 2017-06-30 2017-10-27 海南职业技术学院 A kind of database converter and conversion method
CN107368346A (en) * 2017-07-06 2017-11-21 万惠投资管理有限公司 A kind of code generating method and device based on metadata and script engine
US20180121338A1 (en) * 2016-11-01 2018-05-03 Ca, Inc. Automatically detecting internationalization (i18n) issues in source code as part of static source code analysis
CN109766124A (en) * 2018-12-26 2019-05-17 深圳左邻永佳科技有限公司 Business development method, apparatus, computer equipment and storage medium
WO2019109854A1 (en) * 2017-12-07 2019-06-13 中兴通讯股份有限公司 Data processing method and device for distributed database, storage medium, and electronic device

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110191747A1 (en) * 1999-10-05 2011-08-04 Borland Software Corporation Supporting and deploying distributed computing components
CN103218402A (en) * 2013-03-19 2013-07-24 上海宝信软件股份有限公司 General database data structure, data migratory system and method thereof
CN105373599A (en) * 2015-10-28 2016-03-02 北京汇商融通信息技术有限公司 Data migration system based on various data storage platforms
CN105354036A (en) * 2015-11-26 2016-02-24 深圳市金证科技股份有限公司 Database operation code generating method and apparatus
US20180121338A1 (en) * 2016-11-01 2018-05-03 Ca, Inc. Automatically detecting internationalization (i18n) issues in source code as part of static source code analysis
CN107301239A (en) * 2017-06-30 2017-10-27 海南职业技术学院 A kind of database converter and conversion method
CN107368346A (en) * 2017-07-06 2017-11-21 万惠投资管理有限公司 A kind of code generating method and device based on metadata and script engine
WO2019109854A1 (en) * 2017-12-07 2019-06-13 中兴通讯股份有限公司 Data processing method and device for distributed database, storage medium, and electronic device
CN109766124A (en) * 2018-12-26 2019-05-17 深圳左邻永佳科技有限公司 Business development method, apparatus, computer equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
陆叶杉;吴秋瑜;: "MySQL与Orcale数据库迁移工具方法", no. 12, pages 158 - 159 *
黄俊南;: "PowerDesigner9.5逆向工程的研究与实践", no. 09 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111857684A (en) * 2020-07-07 2020-10-30 北京机电工程总体设计部 Template-based method for generating component codes of virtue platform
CN111782608A (en) * 2020-07-21 2020-10-16 平安国际智慧城市科技股份有限公司 Automatic file generation method and device, electronic equipment and storage medium
CN111782608B (en) * 2020-07-21 2024-04-16 平安国际智慧城市科技股份有限公司 File automatic generation method and device, electronic equipment and storage medium
CN111966340A (en) * 2020-08-20 2020-11-20 杭州安恒信息技术股份有限公司 Code generation method, device, equipment and medium based on Mybatis framework
CN112596706A (en) * 2020-12-15 2021-04-02 用友网络科技股份有限公司 Patterned code generation method, device and computer readable storage medium
CN112732763A (en) * 2021-01-20 2021-04-30 北京千方科技股份有限公司 Data aggregation method and device, electronic equipment and medium
CN112835564A (en) * 2021-01-27 2021-05-25 北京海博思创科技股份有限公司 Code generation method and device
CN113867714A (en) * 2021-09-24 2021-12-31 安徽杰予信息科技有限公司 Automatic code generation method adaptive to multiple languages
CN113867714B (en) * 2021-09-24 2024-06-04 安徽杰予信息科技有限公司 Automatic code generation method adapting to multiple languages
CN116450682A (en) * 2023-03-23 2023-07-18 苏州峰之鼎信息科技有限公司 Model generation method, device, equipment and medium based on data combination
CN116450682B (en) * 2023-03-23 2024-05-10 苏州峰之鼎信息科技有限公司 Model generation method, device, equipment and medium based on data combination

Also Published As

Publication number Publication date
CN110955410B (en) 2023-06-27

Similar Documents

Publication Publication Date Title
CN110955410B (en) Code automatic generation method, device, equipment and medium
CN106293664A (en) Code generating method and device
CN108984155B (en) Data processing flow setting method and device
CN113076096B (en) Desktop application program development method, device, equipment and storage medium
CN111078555B (en) Test file generation method, system, server and storage medium
US9405518B2 (en) Leveraging legacy applications for use with modern applications
CN111124379B (en) Page generation method and device, electronic equipment and storage medium
CN104965714A (en) Code generation method and system of application software
CN111984235A (en) Customizable front-end low-code development system and method
CN110058861B (en) Source code processing method and device, storage medium and electronic equipment
CN104731588A (en) Page layout file generation method and device
CN112861501A (en) Report generation method and device, electronic equipment and computer readable storage medium
CN106776779B (en) Method for generating entity file by JSON data based on Mac platform
CN111552464A (en) SDK generation method, device, equipment and medium
CN110555185A (en) Page customization method and system based on PC client
CN114138274A (en) High-level intermediate representation conversion method and related device of deep learning compiler
CN109558121A (en) Development approach, device, equipment and the storage medium of interface drive program
CN110989999A (en) Code generation method and device, electronic equipment and medium
US7353159B2 (en) Method for parallel simulation on a single microprocessor using meta-models
CN112783736B (en) Method and device for monitoring running body time of software component and electronic equipment
CN114385155A (en) vue project visualization tool generation method, device, equipment and storage medium
KR20150060174A (en) Method of Automatic generation of source for business process automation
CN112130849A (en) Automatic code generation method and device
CN112394972A (en) Cloud application publishing method, device, equipment and storage medium
CN116627390B (en) ICD file substitution method and device in aviation software development

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