CN107357588B - Object code generation method and device - Google Patents

Object code generation method and device Download PDF

Info

Publication number
CN107357588B
CN107357588B CN201710593800.2A CN201710593800A CN107357588B CN 107357588 B CN107357588 B CN 107357588B CN 201710593800 A CN201710593800 A CN 201710593800A CN 107357588 B CN107357588 B CN 107357588B
Authority
CN
China
Prior art keywords
information
configuration
database
generating
interface
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710593800.2A
Other languages
Chinese (zh)
Other versions
CN107357588A (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.)
Wanbang Digital Energy Co Ltd
Wanbang Star Charge Technology Co Ltd
Original Assignee
Wanbang Charging Equipment 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 Wanbang Charging Equipment Co ltd filed Critical Wanbang Charging Equipment Co ltd
Priority to CN201710593800.2A priority Critical patent/CN107357588B/en
Publication of CN107357588A publication Critical patent/CN107357588A/en
Application granted granted Critical
Publication of CN107357588B publication Critical patent/CN107357588B/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/30Creation or generation of source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a method and a device for generating an object code, which relate to the technical field of computer application, and the method comprises the following steps: receiving a code generation instruction input by a user, and generating a configuration interface according to the code generation instruction; filling configuration information in a configuration interface, and performing configuration operation; establishing an operation interface according to the configuration information, and filling table information according to a template of the operation interface; and generating an object code according to the table information. According to the target code generation method and device, when a code generation instruction input by a user is received, a configuration interface can be generated, so that an operator can perform configuration operation, the operation interface is generated after the configuration is completed, the operator can fill the table information according to the template of the operation interface, the code normalization and correctness are effectively guaranteed, the time consumed in the subsequent debugging and running process is reduced, and the development efficiency is improved.

Description

Object code generation method and device
Technical Field
The invention relates to the technical field of computer application, in particular to a target code generation method and device.
Background
In the process of project development, there are usually many repeated configuration items, such as configuration files of XML (Extensible markup Language) of technologies such as MyBatis, Spring, and SpringMVC, and the general method is to manually create the configuration files, copy XML uniform XSD (XML schema Definition) specification header definitions, and then create node configuration information according to the standard specification.
However, errors are easy to occur in the manual file creating mode, and different personnel have own coding styles, which easily causes the problem of non-uniform code specifications, so that a great amount of time is consumed in the subsequent debugging and running processes, and the development efficiency is reduced to a certain extent.
Aiming at the problem that due to the fact that code specifications are not uniform, a large amount of time is consumed in debugging and running processes, and therefore development efficiency is reduced, an effective solution is not provided at present.
Disclosure of Invention
In view of the above, the present invention provides a method and an apparatus for generating object code to alleviate the above-mentioned technical problem of reduced development efficiency.
In a first aspect, an embodiment of the present invention provides an object code generation method, including: receiving a code generation instruction input by a user, and generating a configuration interface according to the code generation instruction; filling configuration information in a configuration interface, and performing configuration operation, wherein the configuration information comprises: author name, work directory, project name and database address information; establishing an operation interface according to the configuration information, and filling table information according to a template of the operation interface; wherein the table information includes: table name, entity class name and path information; and generating an object code according to the table information.
With reference to the first aspect, an embodiment of the present invention provides a first possible implementation manner of the first aspect, where the filling configuration information in the configuration interface, and performing the configuration operation includes: filling configuration information according to configuration items displayed on a configuration interface; and performing database connection test on the configuration interface according to the configuration information, and storing the configuration information after the configuration interface displays that the database connection test is successful.
With reference to the first aspect, an embodiment of the present invention provides a second possible implementation manner of the first aspect, where generating an object code according to table information includes: an entity generation method corresponding to the entity class name included in the table information is selected, and the object code is generated according to the table information and the entity generation method.
With reference to the first aspect, an embodiment of the present invention provides a third possible implementation manner of the first aspect, where the generating an object code according to table information further includes: and selecting the code logic hierarchical information, and generating the target code according to the code logic hierarchical information and the table information.
With reference to the first possible implementation manner of the first aspect, an embodiment of the present invention provides a fourth possible implementation manner of the first aspect, where the method further includes: adding database information on a configuration interface, wherein the database information comprises database user name information and database password information; verifying whether the database information is correct; if yes, performing database connection test according to the configuration interface and the database information; if not, popping up prompt information of wrong database information.
In a second aspect, an embodiment of the present invention further provides an object code generating apparatus, including: the configuration interface generation module is used for receiving a code generation instruction input by a user and generating a configuration interface according to the code generation instruction; the configuration information filling module is used for filling configuration information in a configuration interface and performing configuration operation, wherein the configuration information comprises: author name, work directory, project name and database address information; the operation interface establishing module is used for establishing an operation interface according to the configuration information and filling the table information according to a template of the operation interface; wherein the table information includes: table name, entity class name and path information; and the object code generating module is used for generating an object code according to the table information.
With reference to the second aspect, an embodiment of the present invention provides a first possible implementation manner of the second aspect, where the configuration information filling module is configured to: filling configuration information according to configuration items displayed on a configuration interface; and performing database connection test on the configuration interface according to the configuration information, and storing the configuration information after the configuration interface displays that the database connection test is successful.
With reference to the second aspect, an embodiment of the present invention provides a second possible implementation manner of the second aspect, where the object code generation module is configured to: an entity generation method corresponding to the entity class name included in the table information is selected, and the object code is generated according to the table information and the entity generation method.
With reference to the second aspect, an embodiment of the present invention provides a third possible implementation manner of the second aspect, where the object code generating module is further configured to: and selecting the code logic hierarchical information, and generating the target code according to the code logic hierarchical information and the table information.
With reference to the first possible implementation manner of the second aspect, an embodiment of the present invention provides a fourth possible implementation manner of the second aspect, where the apparatus further includes: the database information adding module is used for adding database information on the configuration interface, wherein the database information comprises database user name information and database password information; the database information verification module is used for verifying whether the database information is correct or not; the database testing module is used for carrying out database connection testing according to the configuration interface and the database information when the verification result of the database information verification module is positive; and the information prompt module is used for popping up prompt information of wrong database information when the verification result of the database information verification module is negative.
The embodiment of the invention has the following beneficial effects:
according to the target code generation method and device provided by the embodiment of the invention, when a code generation instruction input by a user is received, a configuration interface can be generated, so that an operator can perform configuration operation, and the operation interface is generated after the configuration is completed, so that the operator can fill the table information according to the template of the operation interface, thereby effectively ensuring the code normalization and correctness, reducing the time consumed in the subsequent debugging and running processes, and improving the development efficiency.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a flowchart of a target code generation method according to an embodiment of the present invention;
FIG. 2 is a flowchart of another target code generation method according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a configuration interface according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of an object code generation operation interface according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an object code generating apparatus according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of another object code generating apparatus according to an embodiment of the present invention.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some, but not all embodiments of the present invention. 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 invention.
At present, a large number of repeated coding processes exist from a database table to an entity object, data access, an interface and the like, code inspection and unit testing are needed to be carried out on the development of each process, the development efficiency is reduced, meanwhile, due to era transition and continuous development of an IT technology, the existing code generation system cannot meet the existing complex and changeable business scene, and therefore the target code generation method and the device provided by the embodiment of the invention can unify code specifications to further meet the business requirements of code generation.
For the convenience of understanding the present embodiment, a method for generating an object code disclosed in the present embodiment will be described in detail first.
The first embodiment is as follows:
an embodiment of the present invention provides an object code generation method, which may be applied to a server of a code generation system, and as shown in fig. 1, a flowchart of the object code generation method includes the following steps:
step S102, receiving a code generation instruction input by a user, and generating a configuration interface according to the code generation instruction;
step S104, filling configuration information in a configuration interface, and performing configuration operation;
wherein the configuration information includes: author name, work directory, project name and database address information; an operator can operate on the configuration interface, and fills in configuration information according to actual needs, so that the flexibility and the development efficiency of codes are effectively improved.
Step S106, establishing an operation interface according to the configuration information, and filling table information according to a template of the operation interface;
wherein the table information includes: table name, entity class name and path information;
step S108, generating the object code according to the table information.
According to the target code generation method provided by the embodiment of the invention, when a code generation instruction input by a user is received, a configuration interface can be generated, so that an operator can perform configuration operation, and the operation interface is generated after the configuration is completed, so that the operator can fill the table information according to the template of the operation interface, thereby effectively ensuring the code normative and correctness, reducing the time consumed in the subsequent debugging and running processes, and improving the development efficiency.
Example two:
to facilitate understanding of the object code generating method provided in the embodiment of the present invention, on the basis of the above embodiment, the embodiment of the present invention further provides another object code generating method, which may be applied to a server of a code generating system, and as shown in a flowchart of another object code generating method shown in fig. 2, the method includes the following steps:
step S202, receiving a code generation instruction input by a user, and generating a configuration interface according to the code generation instruction;
step S204, filling configuration information according to the configuration items displayed on the configuration interface;
fig. 3 is a schematic diagram of a configuration interface, where configuration information to be filled in includes: author name, work directory, project name, database address information, and the like. Wherein the author name represents a default author name of the generated class; the working directory represents a root directory for generating items; the item name represents the generated item name; the database address information, i.e., the database URL, indicates the database connection source information.
Step S206, performing database connection test on the configuration interface according to the configuration information, and storing the configuration information after the configuration interface displays that the database connection test is successful;
specifically, after the configuration information is filled in, the connection test button shown in fig. 3 may be clicked to perform a database connection test, and if the database connection test is successful, a "connection success" is popped up, and the configuration information is stored; if the database connection test fails, popping up connection failure, modifying by an operator, and then carrying out the database connection test again.
Further, in consideration of the security of the code, the method further includes an encryption process for the database when the configuration information is filled in, and specifically includes the following steps: (1) adding database information on a configuration interface, wherein the database information comprises database user name information and database password information; a configuration interface as shown in FIG. 3; the database user name information comprises a connection user name of the database; the database password information includes: a connection password of the database; (2) verifying whether the database information is correct; (3) if yes, performing database connection test according to the configuration interface and the database information; (4) if not, popping up prompt information of wrong database information.
Step S208, establishing an operation interface according to the configuration information, and filling table information according to a template of the operation interface;
when the database test connection is successful, an operation interface is established, and the table information comprises: table names, entity class names, path information, etc. In actual use, the template of the operation interface may refer to a Freemarker template file, where Freemarker is a template engine: the universal tool is used for generating output text based on the template and data to be changed, and has larger expansibility and better performance compared with text files adopted by other generators as templates. Fig. 4 is a schematic diagram of an object code generation operation interface, which includes a table name, an entity class name, a package path (path information), and the like, where the table name indicates a specific table name of a database; the Entity name represents the generated Entity name, and preferably is table name + Entity for unified specification; the packet path (path information) indicates a path address generated by an entity. The user can set through the setting button of the operation interface so as to meet the code generation requirement.
Step S210, selecting an entity generation method corresponding to the entity class name contained in the table information;
the entity selection generation method according to the embodiment of the present invention may be implemented through the operation interface shown in fig. 4, and specifically, the selection of the entity generation method may be implemented by checking the content of each box displayed below the table information, where the content of each box indicates the following meaning:
adding: after checking, generating a newly added method for the entity in each layer of the code generation system;
deleting: after checking, generating a deletion method for the entity in each layer of the code generation system;
changing: generating a modification method for the entity in each layer of the code generation system after the checking;
and (3) entity checking: after checking, generating a query method for the entity in each layer of the code generation system;
checking a list: generating a method for acquiring an entity list in each layer of the code generation system after checking;
paging and checking: generating a method for acquiring an entity paging list in each layer of a code generation system after checking;
batch increase: after checking, generating a batch adding method for the entity in each layer of the code generation system;
changing in batches: after checking, generating a batch modification method for the entity in each layer of the code generation system;
batch deletion: and after checking, generating a batch deletion method for the entities in each layer of the code generation system.
Step S212, generating an object code according to the table information and the entity generating method.
Further, the process of generating the object code further comprises: and selecting the code logic hierarchical information, generating a corresponding logic layer, and generating a target code according to the code logic hierarchical information and the table information. In specific implementation, the selection of the logical hierarchical information, namely dao, service, and data shown in fig. 4, may be implemented through the operation interface shown in fig. 4,
Figure BDA0001354549720000081
And controller blocks, the contents of each block being as follows:
dao: generating a dao layer after the check;
service: generating a service layer after the check;
facade: generating a facade layer after the check;
a controller: and generating a controller layer after the check.
Further, the object code generation operation interface further includes a page generation option, as shown in fig. 4, when a box of the "page" is checked, a corresponding page may be generated.
According to the target code generation method provided by the embodiment of the invention, when a code generation instruction input by a user is received, a configuration interface can be generated, so that an operator can perform configuration operation, and the operation interface is generated after the configuration is completed, so that the operator can fill the table information according to the template of the operation interface, thereby effectively ensuring the code normative and correctness, reducing the time consumed in the subsequent debugging and running processes, and improving the development efficiency.
Example three:
on the basis of the foregoing embodiments, an object code generating apparatus according to an embodiment of the present invention may be disposed on a server of a code generating system, as shown in fig. 5, and includes a configuration interface generating module 101, a configuration information filling module 102, an operation interface establishing module 103, and an object code generating module 104, where functions of the modules are as follows:
the configuration interface generating module 101 is configured to receive a code generating instruction input by a user, and generate a configuration interface according to the code generating instruction;
a configuration information filling module 102, configured to fill configuration information in a configuration interface to perform configuration operation, where the configuration information includes: author name, work directory, project name and database address information;
the operation interface establishing module 103 is used for establishing an operation interface according to the configuration information and filling the table information according to a template of the operation interface; wherein the table information includes: table name, entity class name and path information;
and an object code generating module 104, configured to generate an object code according to the table information.
The target code generation device provided by the embodiment of the invention can generate the configuration interface when receiving the code generation instruction input by the user, so that the operator can carry out configuration operation, and generates the operation interface after the configuration is finished, so that the operator can fill the table information according to the template of the operation interface, thereby effectively ensuring the code normative and correctness, reducing the time consumed in the subsequent debugging and running processes, and improving the development efficiency.
Further, the configuration information filling module 102 is configured to: filling configuration information according to configuration items displayed on a configuration interface; and performing database connection test on the configuration interface according to the configuration information, and storing the configuration information after the configuration interface displays that the database connection test is successful.
Further, the object code generating module 104 is configured to: an entity generation method corresponding to the entity class name included in the table information is selected, and the object code is generated according to the table information and the entity generation method.
Further, the object code generating module 104 is further configured to: and selecting the code logic hierarchical information, and generating the target code according to the code logic hierarchical information and the table information.
Preferably, fig. 6 shows a schematic structural diagram of another object code generating apparatus, which includes, in addition to the respective structures shown in fig. 5:
the database information adding module 105 is configured to add database information to the configuration interface, where the database information includes database user name information and database password information;
a database information verification module 106, configured to verify whether the database information is correct;
the database testing module 107 is used for performing database connection testing according to the configuration interface and the database information when the verification result of the database information verifying module 106 is yes;
and the information prompt module 108 is used for popping up prompt information of database information error when the verification result of the database information verification module 106 is negative.
The object code generating device provided by the embodiment of the invention has the same technical characteristics as the object code generating method provided by the embodiment, so that the same technical problems can be solved, and the same technical effects can be achieved.
The computer program product of the object code generation method and apparatus provided in the embodiments of the present invention includes a computer readable storage medium storing a program code, where instructions included in the program code may be used to execute the method described in the foregoing method embodiments, and specific implementation may refer to the method embodiments, and will not be described herein again.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working process of the apparatus described above may refer to the corresponding process in the foregoing method embodiment, and is not described herein again.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Finally, it should be noted that: although the present invention has been described in detail with reference to the foregoing embodiments, those skilled in the art will understand that the following embodiments are merely illustrative of the present invention, and not restrictive, and the scope of the present invention is not limited thereto: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. An object code generation method, comprising:
receiving a code generation instruction input by a user, and generating a configuration interface according to the code generation instruction;
filling configuration information in the configuration interface, and performing configuration operation, wherein the configuration information comprises: author name, work directory, project name and database address information;
establishing an operation interface according to the configuration information, and filling table information according to a template of the operation interface; wherein the table information includes: table name, entity class name and path information;
generating a target code according to the table information;
wherein the generating of the object code according to the table information comprises:
and selecting an entity generation method corresponding to the entity class name contained in the table information, and generating a target code according to the table information and the entity generation method.
2. The method of claim 1, wherein the filling configuration information in the configuration interface, and performing configuration operation comprises:
filling configuration information according to the configuration items displayed on the configuration interface;
and performing database connection test on the configuration interface according to the configuration information, and storing the configuration information after the configuration interface displays that the database connection test is successful.
3. The method of claim 1, wherein generating an object code from the table information further comprises:
and selecting code logic hierarchical information, and generating a target code according to the code logic hierarchical information and the table information.
4. The method of claim 2, further comprising:
adding database information to the configuration interface, wherein the database information comprises database user name information and database password information;
verifying whether the database information is correct;
if yes, performing the database connection test according to the configuration interface and the database information;
and if not, popping up prompt information of wrong database information.
5. An object code generation apparatus, comprising:
the configuration interface generation module is used for receiving a code generation instruction input by a user and generating a configuration interface according to the code generation instruction;
a configuration information filling module, configured to fill configuration information in the configuration interface and perform configuration operation, where the configuration information includes: author name, work directory, project name and database address information;
the operation interface establishing module is used for establishing an operation interface according to the configuration information and filling the table information according to a template of the operation interface; wherein the table information includes: table name, entity class name and path information;
the object code generating module is used for generating an object code according to the table information;
wherein the object code generation module is further to:
and selecting an entity generation method corresponding to the entity class name contained in the table information, and generating a target code according to the table information and the entity generation method.
6. The apparatus of claim 5, wherein the configuration information filling module is configured to:
filling configuration information according to the configuration items displayed on the configuration interface;
and performing database connection test on the configuration interface according to the configuration information, and storing the configuration information after the configuration interface displays that the database connection test is successful.
7. The apparatus of claim 5, wherein the object code generation module is further configured to:
and selecting code logic hierarchical information, and generating a target code according to the code logic hierarchical information and the table information.
8. The apparatus of claim 6, further comprising:
the database information adding module is used for adding database information on the configuration interface, wherein the database information comprises database user name information and database password information;
the database information verification module is used for verifying whether the database information is correct or not;
the database testing module is used for carrying out the database connection test according to the configuration interface and the database information when the verification result of the database information verification module is positive;
and the information prompt module is used for popping up prompt information of wrong database information when the verification result of the database information verification module is negative.
CN201710593800.2A 2017-07-19 2017-07-19 Object code generation method and device Active CN107357588B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710593800.2A CN107357588B (en) 2017-07-19 2017-07-19 Object code generation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710593800.2A CN107357588B (en) 2017-07-19 2017-07-19 Object code generation method and device

Publications (2)

Publication Number Publication Date
CN107357588A CN107357588A (en) 2017-11-17
CN107357588B true CN107357588B (en) 2020-08-14

Family

ID=60284694

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710593800.2A Active CN107357588B (en) 2017-07-19 2017-07-19 Object code generation method and device

Country Status (1)

Country Link
CN (1) CN107357588B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109101229A (en) * 2018-07-26 2018-12-28 郑州云海信息技术有限公司 A kind of code automatic generation method of object-oriented, device and equipment
CN109710231A (en) * 2018-12-21 2019-05-03 成都四方伟业软件股份有限公司 A kind of visualization script edit methods and device
CN109885291A (en) * 2019-01-25 2019-06-14 深圳市元征科技股份有限公司 A kind of code automatic generation method and code generator
CN111026777B (en) * 2019-12-13 2023-09-29 中国南方电网有限责任公司 Entity class code generation method, entity class code generation device, computer equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101727324A (en) * 2009-12-17 2010-06-09 中国电力科学研究院 Code generation method and device
CN102968306A (en) * 2012-11-29 2013-03-13 广东全通教育股份有限公司 Method and system for automatically generating code based on data model drive
CN103135976A (en) * 2011-11-30 2013-06-05 阿里巴巴集团控股有限公司 Code automatic generation method and device
CN104598233A (en) * 2015-01-12 2015-05-06 北京中交兴路车联网科技有限公司 Code generation method
CN104965714A (en) * 2015-07-27 2015-10-07 广州杰赛科技股份有限公司 Code generation method and system of application software
CN106293664A (en) * 2015-05-27 2017-01-04 交通银行股份有限公司 Code generating method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10481878B2 (en) * 2008-10-09 2019-11-19 Objectstore, Inc. User interface apparatus and methods

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101727324A (en) * 2009-12-17 2010-06-09 中国电力科学研究院 Code generation method and device
CN103135976A (en) * 2011-11-30 2013-06-05 阿里巴巴集团控股有限公司 Code automatic generation method and device
CN102968306A (en) * 2012-11-29 2013-03-13 广东全通教育股份有限公司 Method and system for automatically generating code based on data model drive
CN104598233A (en) * 2015-01-12 2015-05-06 北京中交兴路车联网科技有限公司 Code generation method
CN106293664A (en) * 2015-05-27 2017-01-04 交通银行股份有限公司 Code generating method and device
CN104965714A (en) * 2015-07-27 2015-10-07 广州杰赛科技股份有限公司 Code generation method and system of application software

Also Published As

Publication number Publication date
CN107357588A (en) 2017-11-17

Similar Documents

Publication Publication Date Title
CN107357588B (en) Object code generation method and device
CN108279932B (en) Method and device for dynamically configuring user interface of mobile terminal
KR101999409B1 (en) Formatting data by example
CN103838672B (en) The automated testing method of a kind of all-purpose financial statements and device
CN111258900A (en) Interface test script generation method, system, equipment and storage medium
TW201439792A (en) System and method for accessing database
CN111767704B (en) Excel form template generation method and device
CN104794048A (en) Automatic UI testing method and system
US20060230075A1 (en) Method and apparatus for exchanging data with a database
CN111694749A (en) Automatic interface testing method and device, computer equipment and readable storage medium
US9137237B2 (en) Automatically generating certification documents
CN106990960A (en) Code dispositions method and device
CN105791178A (en) Message assembly method and device
CN111581920A (en) Document conversion method, device, equipment and computer storage medium
CN113672204A (en) Interface document generation method, system, electronic equipment and storage medium
CN104750472A (en) Resource bundle management method and device of terminal application
US20200379982A1 (en) Information processing system and method of controlling information processing system
CN115878092A (en) Code generation method, device and medium based on micro-service architecture
CN111078213B (en) Code generation method and code generation device
US20070092069A1 (en) Method and system for testing enterprise applications
CN106990974B (en) APP updating method and device and electronic equipment
CN112052157B (en) Method, device and system for constructing test message
CN112084006B (en) Mirror image package processing method and device and electronic equipment
US9052906B2 (en) Modularized customization of a model in a model driven development environment
US20170161359A1 (en) Pattern-driven data generator

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
CP01 Change in the name or title of a patent holder

Address after: 213100 No. 39 Longhui Road, Wujin High-tech Zone, Changzhou City, Jiangsu Province

Patentee after: Wanbang star Charging Technology Co.,Ltd.

Address before: 213100 No. 39 Longhui Road, Wujin High-tech Zone, Changzhou City, Jiangsu Province

Patentee before: WANBANG CHARGING EQUIPMENT Co.,Ltd.

CP01 Change in the name or title of a patent holder
TR01 Transfer of patent right

Effective date of registration: 20210329

Address after: Room 139, No.18, Xinya Road, Wujin national high tech Industrial Development Zone, Changzhou City, Jiangsu Province 213000

Patentee after: Wanbang star Charging Technology Co.,Ltd.

Patentee after: Wanbang Digital Energy Co., Ltd

Address before: 213100 No. 39 Longhui Road, Wujin High-tech Zone, Changzhou City, Jiangsu Province

Patentee before: Wanbang star Charging Technology Co.,Ltd.

TR01 Transfer of patent right