CN113110832A - Intelligent efficient code generation method and device and storage medium - Google Patents

Intelligent efficient code generation method and device and storage medium Download PDF

Info

Publication number
CN113110832A
CN113110832A CN202110378385.5A CN202110378385A CN113110832A CN 113110832 A CN113110832 A CN 113110832A CN 202110378385 A CN202110378385 A CN 202110378385A CN 113110832 A CN113110832 A CN 113110832A
Authority
CN
China
Prior art keywords
code
parameter information
current
module
database
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
CN202110378385.5A
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.)
Beijing Lianchuang Xintian Technology Co ltd
Original Assignee
Beijing Lianchuang Xintian 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 Beijing Lianchuang Xintian Technology Co ltd filed Critical Beijing Lianchuang Xintian Technology Co ltd
Priority to CN202110378385.5A priority Critical patent/CN113110832A/en
Publication of CN113110832A publication Critical patent/CN113110832A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Abstract

The invention discloses an intelligent efficient code generation method, an intelligent efficient code generation device and a storage medium, and belongs to the technical field of software development. Judging whether a historical service code file corresponding to the current target service code exists in a code folder; if a historical service code file corresponding to the current target service code exists in the code folder, acquiring complete current code parameter information required by the current target service code and complete before-change code parameter information of the historical service code before change from a database, performing difference comparison on the current code parameter information and the before-change code parameter information, extracting current differential code parameter information, and assembling current unchanged code parameter information; and generating a current target service code file by using the code file template according to the current unchanged code parameter information and the current unchanged code parameter information. The invention can realize more efficient and more flexible synchronous updating.

Description

Intelligent efficient code generation method and device and storage medium
Technical Field
The invention relates to the technical field of automatic code generation, in particular to an intelligent efficient code generation method, an intelligent efficient code generation device and a storage medium.
Background
In traditional software development, all codes are written by programmers, but a plurality of functions in the codes are similar, and the problems of low development efficiency, increased labor cost, long development period and the like are caused by repeated coding processes. This requires code writing using a code generator.
The prior art code generators suffer from several disadvantages: after the code of the code generator is generated, the code needs to be manually copied into a software project, and the efficiency is not high enough; the code generator generates codes with the same format, and cannot be customized according to requirements, and the generated codes need to be embedded into software engineering and need to be manually adjusted, so that the code generator is not flexible; when the subsequent business requirement changes, the code cannot be synchronously changed after the fields in the database table are changed, the changed fields need to manually modify the entity fields in the code, and the change efficiency is low and does not meet the high availability characteristic.
Disclosure of Invention
Aiming at the problems in the prior art, the invention mainly provides an intelligent efficient code generation method, an intelligent efficient code generation device and a storage medium.
In order to achieve the above purpose, the invention adopts a technical scheme that: an intelligent, efficient code generation method is provided, comprising: judging whether a historical service code file corresponding to the current target service code exists in the code folder; if a historical service code file corresponding to the current target service code exists in the code folder, acquiring complete current code parameter information required by the current target service code and complete before-change code parameter information of the historical service code before change from a database, performing difference comparison on the current code parameter information and the before-change code parameter information, extracting current differential code parameter information, and assembling current unchanged code parameter information; and generating a current target service code file by using the code file template according to the current unchanged code parameter information and the current unchanged code parameter information.
The invention adopts another technical scheme that: an intelligent, efficient code generation apparatus is provided, comprising: a module for judging whether a historical service code file corresponding to the current target service code exists in the code folder; a module for obtaining complete current code parameter information required by the current target service code and complete before-change code parameter information of the historical service code before change from a database if a historical service code file corresponding to the current target service code exists in the code folder, and performing difference comparison on the current code parameter information and the before-change code parameter information, extracting current differential code parameter information, and assembling current unchanged code parameter information; and a module for generating the current target service code file by using the code file template according to the current unchanged code parameter information and the current unchanged code parameter information.
The invention adopts another technical scheme that: an intelligent, efficient code generation system is provided, comprising: the basic configuration layer comprises a code file template module, a code parameter configuration module and a database connection configuration module, wherein the code file template module is used for storing different code file templates required in the process of generating codes, the code parameter configuration module is used for configuring code parameters, and the database connection configuration module is used for configuring a database connected with the generated codes; the logic processing center comprises an operating environment checking module, a basic data acquisition module, a data processing center module and a file generation center module, wherein the operating environment checking module is used for checking a generated parameter format, checking database connection and checking database existence, the basic data acquisition module is used for acquiring various parameters required by code generation from a basic configuration layer, the data processing center module is used for processing various parameters, and the file generation center module is used for generating a code file by using the various processed parameters and a code file template; and the user interaction layer comprises a user operation exchange module and a generated result prompting module, the user operation exchange module is used for carrying out user operation response, and the generated result prompting module is used for reminding and displaying normal or abnormal information generated by the operation environment verification result to a user.
The invention adopts another technical scheme that: a computer-readable storage medium is provided that stores computer instructions that are operative to perform the intelligent, efficient code generation method of scenario one.
The technical scheme of the invention can achieve the following beneficial effects: the invention designs an intelligent efficient code generation method, an intelligent efficient code generation device and a storage medium. The method has the advantages that by customizing the code file template of the code generator, the generated codes have different functions and are more flexible; when subsequent business change is needed, the fields in the database table only need to be resynchronized after being changed, and the method is more rapid and reliable.
Drawings
In order to more clearly illustrate the embodiments of the present invention 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, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a schematic diagram of one embodiment of an intelligent, efficient code generation method of the present invention;
FIG. 2 is a schematic diagram of another embodiment of an intelligent, efficient code generation apparatus of the present invention;
FIG. 3 is a schematic diagram of one embodiment of an intelligent, efficient code generation system of the present invention.
Specific embodiments of the present invention have been shown by way of example in the drawings and will be described in more detail below. The drawings and the description are not intended to limit the scope of the inventive concept in any way, but rather to illustrate it by those skilled in the art with reference to specific embodiments.
Detailed Description
The following detailed description of the preferred embodiments of the present invention, taken in conjunction with the accompanying drawings, will make the advantages and features of the invention easier to understand by those skilled in the art, and thus will clearly and clearly define the scope of the invention.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
Fig. 1 shows an intelligent and efficient code generation method of the present invention, which mainly includes: s101, judging whether a historical service code file corresponding to the current target service code exists in a code folder; s102, if a historical service code file corresponding to the current target service code exists in the code folder, acquiring complete current code parameter information required by the current target service code and complete before-change code parameter information of the historical service code before change from a database, carrying out difference comparison on the current code parameter information and the before-change code parameter information, extracting current differential code parameter information, and assembling current unchanged code parameter information; and S103, generating a current target service code file by using the code file template according to the current unchanged code parameter information and the current unchanged code parameter information.
When generating the code file, firstly, judging whether a historical service code file corresponding to the current target service code exists in the code folder or not, so as to prevent the loss of updated parameter information caused by the fact that the historical service code file exists in the code folder and a user selects to generate a new code file when performing information interaction. And when the historical service code file corresponding to the current target service code does not exist in the code folder, generating a new code file. When a historical service code file corresponding to the current target service code exists in the code folder and the parameters need to be updated, the parameters before being changed and the parameters after being changed are obtained to be compared, and differentiation information is obtained. And generating a current target service code file according to the differential information, the unchanged code parameter information and the written code file template.
In this specific embodiment, the intelligent and efficient code generation method mainly includes step S101, to determine whether there is a historical service code file corresponding to the current target service code in the code folder.
In a specific embodiment of the present invention, when code generation is performed, a user selects "generate a complete code" when performing information interaction, that is, first generate a code file, and there is a phenomenon that the user thinks that the generated current target service code file does not exist but actually exists. If the current target service code file exists, it indicates that the part of the code has been generated or even modified, and if the historical service code file is generated again to cover the historical service code file, the modified content of the historical service code file is lost, which causes the phenomenon of important information loss. At this time, information interaction with the user is required, the user is informed that the corresponding file already exists in the code folder, and the user further judges whether a new code file needs to be generated. When a user selects 'service update' during information interaction, namely only part of parameters are updated, the phenomenon that a file folder stored by codes does not have corresponding historical service code files exists, in this case, information interaction with the user is needed, and the user is informed that the historical service code files do not exist in the code file folder, so that service update cannot be performed. Therefore, when the code file is generated, whether the historical service code file corresponding to the current target service code exists in the code folder needs to be judged, and the expected purpose of a user is met when the subsequent steps are executed.
In a specific embodiment of the present invention, the intelligent efficient code generation method further includes, before determining whether the historical service code file corresponding to the current target service code exists in the code folder, verifying a preset generation parameter format, whether the database connection is normal, and whether a data table exists in the database; and if the generated parameter format is wrong, the database connection is checked to be abnormal, and no data table exists in the database, stopping the generation process of the current target service code.
The specific embodiment can ensure that all parts needing to be called and connected are normal when the code file is generated subsequently, and improves the code generation efficiency.
In the specific embodiment shown in fig. 1, the intelligent and efficient code generation method further includes step S102, if a historical service code file corresponding to the current target service code exists in the code folder, acquiring complete current code parameter information required by the current target service code and complete pre-change code parameter information of the historical service code before change from the database, performing difference comparison between the current code parameter information and the pre-change code parameter information, extracting current differentiated code parameter information, and assembling current unchanged code parameter information.
In a specific embodiment of the present invention, during software development, when information such as code parameters needs to be updated in a subsequent process, a user stores modified parameter information in a database through an information interaction port. The data processing center extracts the table field data and the type corresponding to the parameter information from the database, simultaneously obtains the attribute, annotation and other information of all fields of the entity class before change, performs data difference comparison on the two obtained information by using a difference comparison program of the data processing center, intelligently judges the content to be reserved, extracts the content to be reserved from the database to obtain difference code parameter information, and assembles the current unchanged code into the current unchanged code parameter information.
In the embodiment, the reliability of the parameters during service change is further ensured by assembling the differentiated code parameter information, and a foundation is laid for service update according to the differentiated code parameter information.
In a specific embodiment of the present invention, the intelligent efficient code generation method further includes judging the type of the database before acquiring complete current code parameter information required by the current target service code from the database.
For example, when code parameters are stored in databases of several different types, such as Oracle, Mysql and sqlserver, different structured query Statements (SQL) are executed according to different database types stored in different parameters to extract table field data and types of the code parameters stored in the database.
According to the specific embodiment, the code parameter information can be acquired more accurately and rapidly, and the code generation efficiency is improved.
In an embodiment of the present invention, step S102 further includes obtaining the pre-change code parameter information from the database by using Java reflection.
In one embodiment of the invention, the reflection mechanism of java is capable of dynamically acquiring information and dynamically invoking objects. Specifically, the Java reflection mechanism can acquire all the attributes and methods of any one class at the time of program running. For any object, any of its methods and properties can be invoked. The invention obtains the attribute information and annotation information of all fields of the entity class parameters in the code parameters before change from the database by utilizing a Java reflection mechanism, and prepares for differential information comparison.
In the specific embodiment shown in fig. 1, the intelligent and efficient code generation method further includes step S103, generating a current target service code file by using a code file template according to the current unchanged code parameter information and the current unchanged code parameter information.
In one embodiment of the invention, in a manually written series of template files in a code generator tool at an independent depositor, parameters in a code file template are replaced with current unchanged code parameter information and current unchanged code parameter information.
The embodiment can realize the synchronous change function, namely, manual synchronous check of the change parameters is not needed, the working efficiency during service change is improved, and the risks of synchronization missing and synchronization error are reduced. Meanwhile, the code file template can be adjusted according to requirements, and can adapt to more various architectures and be more flexible.
In an embodiment of the present invention, step S103 further includes storing the current target service code file in the target folder according to the target folder storage path by using the code file template.
In one embodiment of the present invention, the generated code file is directly stored in the target folder selected by the user after the complete code file is generated.
According to the specific embodiment, the generated current target service code file is directly stored in the software project, and the folder directory does not need to be manually searched and copied, so that the method is more efficient and simple.
In an embodiment of the present invention, step S103 further includes determining an architecture type of the current target service code, and generating a code file of a corresponding architecture type according to a determination result by using the code file template.
In a specific example of the present invention, after the current unchanged code parameter information, the differentiated code parameter information and the code file template which are required for generating the code file are configured, the architecture type of the generated code file, such as a common architecture, a micro-service architecture and the like, is determined according to the architecture type of the generated code file selected by the user, and then the code file of the corresponding architecture is generated according to the determination result.
The specific embodiment can enable the invention to be adapted to a common version architecture and a micro-service version architecture, and enable the type of the generated code file to be more flexible.
In a specific embodiment of the present invention, the intelligent and efficient code generation method further includes that, when the historical service code file corresponding to the current target service code does not exist in the code folder and the code file needs to be newly generated, the data processing center calls code parameter information needed for generating the new code file from the database, assembles the extracted code parameters, and generates normal code information by using the assembled code parameters. And generating a code file of the target architecture according to the normal code information, the code file template and the judged architecture type, and directly storing the generated code file into a target folder.
According to the specific embodiment, code files with similar functions do not need to be manually and repeatedly compiled, so that the software development efficiency is improved, and the labor cost is reduced. The code file of the corresponding framework is generated according to the requirement, so that the code generation mode is more flexible and meets the requirement. Meanwhile, the generated code file is directly stored in the target folder more efficiently, and the steps of intervention required by a user are reduced.
FIG. 2 illustrates a specific embodiment of the intelligent, efficient code generation apparatus of the present invention.
In this specific embodiment, the intelligent efficient code generation apparatus mainly includes: a module 201, configured to determine whether a historical service code file corresponding to a current target service code exists in the code folder;
a module 202, configured to, if a historical service code file corresponding to a current target service code exists in the code folder, obtain complete current code parameter information required by the current target service code and complete pre-change code parameter information of the historical service code before change from a database, perform difference comparison on the current code parameter information and the pre-change code parameter information, extract current differentiated code parameter information, and assemble a module of current unchanged code parameter information; and the number of the first and second groups,
and the module 203 is a module for generating a current target service code file by using the code file template according to the current unchanged code parameter information and the current unchanged code parameter information.
In a specific embodiment of the present invention, the functional modules in the intelligent efficient code generation apparatus of the present invention can be directly in hardware, in a software module executed by a processor, or in a combination of both.
A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium.
The Processor may be a Central Processing Unit (CPU), other general-purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA), other Programmable logic devices, discrete Gate or transistor logic, discrete hardware components, or any combination thereof. A general purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC. The ASIC may reside in a user terminal. In the alternative, the processor and the storage medium may reside as discrete components in a user terminal.
The intelligent efficient code generation device provided by the invention can be used for executing the intelligent efficient code generation method described in any embodiment, the implementation principle and the technical effect are similar, and the details are not repeated herein.
FIG. 3 illustrates a particular embodiment of the intelligent, efficient code generation system of the present invention.
In a specific embodiment of an intelligent efficient code generation system of the present invention, the system mainly comprises:
the basic configuration layer comprises a code file template module, a code parameter configuration module and a database connection configuration module, wherein the code file template module is used for storing different code file templates required in the process of generating codes, the code parameter configuration module is used for configuring code parameters, and the database connection configuration module is used for configuring a database connected with the generated codes;
the logic processing center comprises an operating environment checking module, a basic data acquisition module, a data processing center module and a file generation center module, wherein the operating environment checking module is used for checking a generated parameter format, checking database connection and checking database existence, the basic data acquisition module is used for acquiring various parameters required by code generation from a basic configuration layer, the data processing center module is used for processing various parameters, and the file generation center module is used for generating a code file by using the various processed parameters and a code file template; and the number of the first and second groups,
and the user interaction layer comprises a user operation exchange module and a generated result prompting module, the user operation exchange module is used for carrying out user operation response, and the generated result prompting module is used for prompting and displaying normal or abnormal information generated by the operation environment verification result to a user.
In another embodiment of the present invention, a computer-readable storage medium stores computer instructions operable to perform the intelligent, efficient code generation method of scenario one.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all equivalent structural changes made by using the contents of the present specification and the drawings, or applied directly or indirectly to other related technical fields, are included in the scope of the present invention.

Claims (9)

1. An intelligent, efficient code generation method, comprising,
judging whether a historical service code file corresponding to the current target service code exists in the code folder;
if the historical service code file corresponding to the current target service code exists in the code folder, acquiring complete current code parameter information required by the current target service code and complete before-change code parameter information of the historical service code before change from a database, performing difference comparison on the current code parameter information and the before-change code parameter information, extracting current differentiated code parameter information, and assembling current unchanged code parameter information; and the number of the first and second groups,
and generating a current target service code file by using a code file template according to the current unchanged code parameter information and the current unchanged code parameter information.
2. The intelligent, efficient code generation method of claim 1, wherein the process of generating a current business code file using a code file template based on the current unchanged code parameter information and the current unchanged code parameter information comprises,
and storing the current target service code file in the target folder by using a code file template according to a target folder storage path.
3. The intelligent, efficient code generation method of claim 1, wherein the process of generating a current business code file using a code file template based on the current unchanged code parameter information and the current unchanged code parameter information comprises,
and judging the architecture type of the current target service code, and generating a code file of a corresponding architecture type by using a code file template according to a judgment result.
4. The intelligent, efficient code generation method of claim 1,
before judging whether the historical service code file corresponding to the current target service code exists in the code folder, checking a preset generation parameter format, whether the database connection is normal and whether a data table exists in the database;
and if the generated parameter format is wrong, the check database is abnormal in connection and the data table does not exist in the database, stopping the generation process of the current target service code.
5. The intelligent, efficient code generation method of claim 1,
and judging the type of the database before acquiring the complete parameter information of the current code required by the current target service code from the database.
6. The intelligent, efficient code generation method of claim 1, wherein the process of obtaining the pre-change code parameter information from a database comprises,
and acquiring the code parameter information before change from the database by using Java reflection.
7. An intelligent, efficient code generation apparatus, comprising,
a module for judging whether a historical service code file corresponding to the current target service code exists in the code folder;
a module for obtaining complete current code parameter information required by the current target service code and complete before-change code parameter information of the historical service code before change from a database if the historical service code file corresponding to the current target service code exists in the code folder, and performing difference comparison on the current code parameter information and the before-change code parameter information, extracting current differentiated code parameter information, and assembling current unchanged code parameter information; and the number of the first and second groups,
and the module is used for generating a current target service code file by using a code file template according to the current unchanged code parameter information and the current unchanged code parameter information.
8. An intelligent, efficient code generation system, comprising,
the basic configuration layer comprises a code file template module, a code parameter configuration module and a database connection configuration module, wherein the code file template module is used for storing different code file templates required in the process of generating codes, the code parameter configuration module is used for configuring code parameters, and the database connection configuration module is used for configuring a database connected with the generated codes;
the logic processing center comprises an operating environment checking module, a basic data acquisition module, a data processing center module and a file generation center module, wherein the operating environment checking module is used for checking a generated parameter format, checking database connection and checking database existence, the basic data acquisition module is used for acquiring various parameters required by code generation from the basic configuration layer, the data processing center module is used for processing various parameters, and the file generation center module is used for generating a code file by utilizing the various processed parameters and the code file template; and the number of the first and second groups,
and the user interaction layer comprises a user operation exchange module and a generated result prompt module, the user operation exchange module is used for carrying out user operation response, and the generated result prompt module is used for prompting and displaying normal or abnormal messages generated by the operation environment verification result to a user.
9. A computer-readable storage medium storing computer instructions, wherein the computer instructions are operable to perform the intelligent, efficient code generation method of any of claims 1-6.
CN202110378385.5A 2021-04-08 2021-04-08 Intelligent efficient code generation method and device and storage medium Pending CN113110832A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110378385.5A CN113110832A (en) 2021-04-08 2021-04-08 Intelligent efficient code generation method and device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110378385.5A CN113110832A (en) 2021-04-08 2021-04-08 Intelligent efficient code generation method and device and storage medium

Publications (1)

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

Family

ID=76715381

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110378385.5A Pending CN113110832A (en) 2021-04-08 2021-04-08 Intelligent efficient code generation method and device and storage medium

Country Status (1)

Country Link
CN (1) CN113110832A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113760300A (en) * 2021-09-13 2021-12-07 武汉联影智融医疗科技有限公司 Software continuous integration method and device, computer equipment and storage medium
CN114900511A (en) * 2022-04-25 2022-08-12 湖南大学 Device and method for synchronously acquiring and loading middleware by industrial robot
CN116893805A (en) * 2023-07-31 2023-10-17 红石阳光(北京)科技股份有限公司 Code generation method meeting customization demand

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013152580A (en) * 2012-01-25 2013-08-08 Mitsubishi Electric Corp Code generation device, code generation method, and program
CN104657140A (en) * 2015-02-10 2015-05-27 广州华多网络科技有限公司 Code generating method and device
CN105487864A (en) * 2015-11-26 2016-04-13 北京京东尚科信息技术有限公司 Method and device for automatically generating code
CN110096263A (en) * 2019-04-28 2019-08-06 贝壳技术有限公司 Web front end code automatic generation method and device
CN110147225A (en) * 2019-04-02 2019-08-20 平安科技(深圳)有限公司 A kind of code generating method, device and computer equipment, storage medium
CN112286557A (en) * 2020-11-05 2021-01-29 苏州帝博信息技术有限公司 Method and device for updating code content in non-covering mode

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013152580A (en) * 2012-01-25 2013-08-08 Mitsubishi Electric Corp Code generation device, code generation method, and program
CN104657140A (en) * 2015-02-10 2015-05-27 广州华多网络科技有限公司 Code generating method and device
CN105487864A (en) * 2015-11-26 2016-04-13 北京京东尚科信息技术有限公司 Method and device for automatically generating code
CN110147225A (en) * 2019-04-02 2019-08-20 平安科技(深圳)有限公司 A kind of code generating method, device and computer equipment, storage medium
CN110096263A (en) * 2019-04-28 2019-08-06 贝壳技术有限公司 Web front end code automatic generation method and device
CN112286557A (en) * 2020-11-05 2021-01-29 苏州帝博信息技术有限公司 Method and device for updating code content in non-covering mode

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113760300A (en) * 2021-09-13 2021-12-07 武汉联影智融医疗科技有限公司 Software continuous integration method and device, computer equipment and storage medium
CN113760300B (en) * 2021-09-13 2023-10-27 武汉联影智融医疗科技有限公司 Software continuous integration method, device, computer equipment and storage medium
CN114900511A (en) * 2022-04-25 2022-08-12 湖南大学 Device and method for synchronously acquiring and loading middleware by industrial robot
CN116893805A (en) * 2023-07-31 2023-10-17 红石阳光(北京)科技股份有限公司 Code generation method meeting customization demand
CN116893805B (en) * 2023-07-31 2024-03-15 红石阳光(北京)科技股份有限公司 Code generation method meeting customization demand

Similar Documents

Publication Publication Date Title
CN113110832A (en) Intelligent efficient code generation method and device and storage medium
CN108446223B (en) Business scene automatic testing method based on dynamic compilation
US20220179642A1 (en) Software code change method and apparatus
CN111158741B (en) Method and device for monitoring dependency relationship change of service module on third party class library
CN111399828B (en) Model-driven logic device modeling method and terminal
CN111694612A (en) Configuration checking method, device, computer system and storage medium
CN113050953A (en) Method, device and storage medium for generating code based on annotation
CN104461531A (en) Implementing method for self-defined functions of reporting system
CN104679500B (en) Method and device for realizing automatic generation of entity class
CN111176665B (en) High-capacity emmc mirror image manufacturing method and device
CN116737117A (en) Model development method based on Autosar architecture
CN111240772A (en) Data processing method and device based on block chain and storage medium
CN111045660B (en) Method, device and storage medium for checking tax declaration data on network
CN112597023A (en) Case management method and device based on guide picture, computer equipment and storage medium
CN111488144A (en) Data processing method and equipment
CN116048609A (en) Configuration file updating method, device, computer equipment and storage medium
CN112860248B (en) Source code generation method and device
CN109240906B (en) Database configuration information adaptation method and device, computer equipment and storage medium
CN111562907A (en) Conversion method and system of user-defined interface data
CN116561224A (en) System and method for generating data synchronization script based on DataX
CN115964075B (en) Application export import method and device, computer equipment and storage medium
CN114168118A (en) Timed task execution method, timed task execution device and storage medium
CN110837536B (en) Information processing method, device and storage medium
CN114595106B (en) Service control equipment debugging method and device
CN117234512B (en) Method, system, electronic equipment and storage medium for rapidly developing business

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