CN102968306A - Method and system for automatically generating code based on data model drive - Google Patents

Method and system for automatically generating code based on data model drive Download PDF

Info

Publication number
CN102968306A
CN102968306A CN2012104979572A CN201210497957A CN102968306A CN 102968306 A CN102968306 A CN 102968306A CN 2012104979572 A CN2012104979572 A CN 2012104979572A CN 201210497957 A CN201210497957 A CN 201210497957A CN 102968306 A CN102968306 A CN 102968306A
Authority
CN
China
Prior art keywords
code
file
data model
xml
class
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
CN2012104979572A
Other languages
Chinese (zh)
Other versions
CN102968306B (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.)
All pass education group (Guangdong) Limited by Share Ltd
Original Assignee
GUANGDONG QTONE EDUCATION CO Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by GUANGDONG QTONE EDUCATION CO Ltd filed Critical GUANGDONG QTONE EDUCATION CO Ltd
Priority to CN201210497957.2A priority Critical patent/CN102968306B/en
Publication of CN102968306A publication Critical patent/CN102968306A/en
Application granted granted Critical
Publication of CN102968306B publication Critical patent/CN102968306B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method and a system for automatically generating a code based on a data model drive. The method comprises the steps as follows: firstly, establishing user configuration information according to user settings, wherein the user configuration information comprises a package name generated by the code, a class name, a primary table required to generate the code and an association of the primary table; secondly, generating an xml (extensive markup language) file capable of being parsed by a preset server side by the system according to the user configuration information; and lastly, parsing the xml file by the server side, and generating the standard code according to a code template. Compared with the prior art, the method has the advantages of high efficiency, standard and uniform code, high readability, strong maintainability and the like; and meanwhile, the operation is visualized, convenient and quick, errors are not easily caused, and the technical requirements are lowered.

Description

A kind of code automatic generation method of based on data model-driven and system
Technical field
The present invention relates to the code Generation field, relate in particular to a kind of code automatic generation method and system of based on data model-driven.
Background technology
Code is exactly the source file that the language supported with developing instrument of programmer writes out, and is one group of clear and definite rule system that is represented information by character, symbol or signal element with discrete form.The principle of Code Design comprises only determinacy, standardization and versatility, expandability and stability, is convenient to identify with memory, makes every effort to short and small and uniform format and easy modification etc.Source code is the branch of code, and in some sense, source code is equivalent to code.In the modern procedures language, source code can books or tape form occur, but common format is text the most, the purpose of this typical format is in order to compile out computer program.The computer source code final purpose is that the Human Readable Text translation is become the executable binary command of computing machine, and this process is finished by compiler compiling.
At present, the main programmer of leaning on that writes of code carries out by hand, not only waste time and energy, and error rate is high, and distinct program person's style also can be distinguished to some extent, is unfavorable for follow-up maintenance etc.
In view of this, prior art haves much room for improvement and improves.
Summary of the invention
In view of the deficiencies in the prior art, the object of the invention is to provide a kind of code automatic generation method and system of based on data model-driven.Be intended to solve in the prior art code and write by the programmer and carry out by hand, and the problems such as wasting time and energy of existing, inefficiency.
Technical scheme of the present invention is as follows:
A kind of code automatic generation method of based on data model-driven wherein, may further comprise the steps:
S1, arrange according to the user, set up described user configuration information, described user configuration information comprises bag name, the class name that code generates, the association that needs master meter and the described master meter of generating code;
S2, according to user configuration information, system generates the xml file that the predefined service end of thing can be resolved;
S3, service end are resolved described xml file, according to Code Template, generate the code of standard.
The code automatic generation method of described based on data model-driven, wherein, described code comprises classes of data entities, service logic class, mybatis interface document and mybatis Mapper file.
The code automatic generation method of described based on data model-driven, wherein, system is 32 or 64 bit manipulation systems among the described step S2.
A kind of code automatic creation system of based on data model-driven, comprise: the data model parsing module, be used for according to setting dissimilar database engines, the interface method program that provides by each database engine is from being dynamically connected corresponding database, and obtain description, remarks, the major key of appointment table, and each field name, type, read only attribute, the remark information of table, be loaded into Installed System Memory, prepare against the Back ground Information as the tree-like framework of instrument;
The XML generation module, the relevant information for get access to table from Installed System Memory is presented in instrument master interface.By revising attribute, and set up from table in the field nodal basis of table and to connect, select to join the tree construction from some attributes of table, arrange finish after, by the inner customizing method of program, tree construction is converted to the XML character string, output on the XML file;
The XML parsing module, be used for receiving the XML file of uploading when server, server is saved to temp directory with file, filename back in new upload file adds that timestamp and random number are as differentiation, form by data stream reads out file content, judge whether to meet the form of code skeleton definition and new filename is passed to JSP masterplate file with the form of parameter according to content, in order to calling to code generation module;
Code generation module, be used for the Business Entity class that is parsed, according to the different masterplates of the quadruplet that defines, this entity class is by four different JSP page invocations, and extract according to its prescribed form, be loaded into corresponding node and constant and replace, thereby generate preliminary code specification, then add note, and corresponding generation comprises mapping class, entity class, interface class, four files of service logic class; And according to the attribute that arranges, add pack arrangement and path, and quote, remarks, version information, generate the operation layer code of 4 correspondences, deposit under the temp directory of system;
The code download module, be used for after the code generation is finished, the server directory information after generating being fed back to the user, according to the catalogue of selecting, file is downloaded to local directory from server directory automatically by the Upload plug-in unit, and established corresponding file according to the pack arrangement that arranges.
Beneficial effect: code automatic generation method and the system of a kind of based on data model-driven of the application compared to existing technology, have the following advantages:
One, efficient raising several times do not need the programmer to remove to write by hand code, only need the operation graphical interfaces, finish the associated configuration between respectively showing, and get final product automatic code generating.
Two, code specification is unified; Automatically the code specification unification that generates is formulated by program, and is readable high, maintainable strong.
Three, the graphical interfaces operation is directly perceived, convenient, fast, is difficult for makeing mistakes, and reduces technical requirement.Automatically the program in machine code person who generates does not worry that field is write mistake, and the sql association such as wrongly writes at the common sql script problem, even the staff who is ignorant of code also can operation code generate.
Description of drawings
Fig. 1 is the process flow diagram of code automatic generation method of a kind of based on data model-driven of the application.
Fig. 2 is the structured flowchart of code automatic creation system of a kind of based on data model-driven of the application.
Embodiment
The invention provides a kind of code automatic generation method and system of based on data model-driven, clearer, clear and definite for making purpose of the present invention, technical scheme and effect, below the present invention is described in more detail.Should be appreciated that specific embodiment described herein only in order to explain the present invention, is not intended to limit the present invention.
See also Fig. 1, it is the process flow diagram of code automatic generation method of the application's based on data model-driven.As shown in the figure, the code automatic generation method of described a kind of based on data model-driven may further comprise the steps:
S1, arrange according to the user, set up described user configuration information, described user configuration information comprises bag name, the class name that code generates, the association that needs master meter and the described master meter of generating code;
S2, according to user configuration information, system generates the xml file that the predefined service end of thing can be resolved;
S3, service end are resolved described xml file, according to Code Template, generate the code of standard.
The below is described in detail for above-mentioned steps respectively.
Described step S1 arranges according to the user, sets up described user configuration information, and described user configuration information comprises bag name, the class name that code generates, the association that needs master meter and the described master meter of generating code.In the present embodiment, the code Auto adopts the net+xml+jsp template to realize.Step S2 is according to user configuration information, and system generates the xml file that the predefined service end of thing can be resolved.At last, step S3, service end is resolved described xml file, according to Code Template, generates the code of standard.
Further, described code can comprise classes of data entities, service logic class, mybatis interface document and mybatis Mapper file.In addition, system is 32 or 64 bit manipulation systems among the described step S2.
The application also provides a kind of code automatic creation system of based on data model-driven, as shown in Figure 2, it comprises: data model parsing module 100, be used for according to setting dissimilar database engines, the interface method program that provides by each database engine is from being dynamically connected corresponding database, and obtain description, remarks, the major key of appointment table, and each field name, type, read only attribute, the remark information of table, be loaded into Installed System Memory, prepare against the Back ground Information as the tree-like framework of instrument; Its key is that connection data storehouse engine needs the system according to the user, accomplishes compatible 32 and 64 bit manipulation systems.
XML generation module 200, the relevant information for get access to table from Installed System Memory is presented in instrument master interface.By revising attribute, and set up from table in the field nodal basis of table and to connect, select to join the tree construction from some attributes of table, arrange finish after, by the inner customizing method of program, tree construction is converted to the XML character string, output on the XML file; Wherein, can set up a plurality of field sub-table structure, but a field can not connect a plurality of sublists.Attribute corresponding to sublist can connect the third level again from table, obtains the third level from the association attributes of table.This module is supported at most three grades of sublists.
XML parsing module 300, be used for receiving the XML file of uploading when server, server is saved to temp directory with file, filename back in new upload file adds that timestamp and random number are as differentiation, form by data stream reads out file content, judge whether to meet the form of code skeleton definition and new filename is passed to JSP masterplate file with the form of parameter according to content, in order to calling to code generation module; The JSP page is asked by GET, receives the XML file that passes the needs parsing of coming from the backstage.The JSP page directly directly is converted to an entity object by the XML resolver by calling the backstage method with file.
Code generation module 400, be used for the Business Entity class that is parsed, according to the different masterplates of the quadruplet that defines, this entity class is by four different JSP page invocations, and extract according to its prescribed form, be loaded into corresponding node and constant and replace, thereby generate preliminary code specification, then add note, and corresponding generation comprises mapping class, entity class, interface class, four files of service logic class; And according to the attribute that arranges, add pack arrangement and path, and quote, the information such as remarks, version, generate the operation layer code of 4 correspondences, deposit under the temp directory of system.
Code download module 500, be used for after the code generation is finished, server directory information after generating is fed back to the user, catalogue according to selecting automatically downloads to local directory from server directory by the Upload plug-in unit with file, and has established corresponding file according to the pack arrangement that arranges, directly cover at the root directory of engineering so that can be directly, in compiler, directly can compile by and do not need to revise any code, a whole set of code specification and in order, be convenient to read.
Wherein, node structure and the table structure of XML file are similar: businessMap is root node, comprises the information such as the major key of master meter, corresponding table name, regional submeter.Its corresponding field attribute is included in the items node, the corresponding field of item, and attribute comprises field name, field type, read only attribute, former literary name section and Lax entropy etc.If certain field set up from the table, so this Related fields node following closely be the joinOneItem node, attribute comprise from the table the information such as table name, connected mode, corresponding major key and external key.Be contained in the child node within this node from the attribute kit of table, attribute is consistent with the master meter field attribute.The XML file generated can be preserved, and also can directly be uploaded to the JSP server by program and do parsing.
In sum, the code automatic generation method of a kind of based on data model-driven of the present invention and system, wherein, in the described method, at first, arrange according to the user, set up described user configuration information, described user configuration information comprises bag name, the class name that code generates, the association that needs master meter and the described master meter of generating code; Then, according to user configuration information, system generates the xml file that the predefined service end of thing can be resolved; At last, service end is resolved described xml file, according to Code Template, generates the code of standard.Compared with prior art, it has unified, readable high, the maintainable advantage such as strong of efficient height, code specification, simultaneously, operates intuitively, convenient, fast, is difficult for makeing mistakes, and has reduced technical requirement.
Should be understood that application of the present invention is not limited to above-mentioned giving an example, for those of ordinary skills, can be improved according to the above description or conversion that all these improvement and conversion all should belong to the protection domain of claims of the present invention.

Claims (4)

1. the code automatic generation method of a based on data model-driven is characterized in that, may further comprise the steps:
S1, arrange according to the user, set up described user configuration information, described user configuration information comprises bag name, the class name that code generates, the association that needs master meter and the described master meter of generating code;
S2, according to user configuration information, system generates the xml file that the predefined service end of thing can be resolved;
S3, service end are resolved described xml file, according to Code Template, generate the code of standard.
2. the code automatic generation method of based on data model-driven according to claim 1 is characterized in that, described code comprises classes of data entities, service logic class, mybatis interface document and mybatis Mapper file.
3. the code automatic generation method of based on data model-driven according to claim 1 is characterized in that, system is 32 or 64 bit manipulation systems among the described step S2.
4. the code automatic creation system of a based on data model-driven, it is characterized in that, comprise: the data model parsing module, be used for according to setting dissimilar database engines, the interface method program that provides by each database engine is from being dynamically connected corresponding database, and obtains description, remarks, the major key of appointment table and each field name, type, read only attribute, the remark information of table, be loaded into Installed System Memory, prepare against the Back ground Information as the tree-like framework of instrument;
The XML generation module, the relevant information for get access to table from Installed System Memory is presented in instrument master interface;
By revising attribute, and set up from table in the field nodal basis of table and to connect, select to join the tree construction from some attributes of table, arrange finish after, by the inner customizing method of program, tree construction is converted to the XML character string, output on the XML file;
The XML parsing module, be used for receiving the XML file of uploading when server, server is saved to temp directory with file, filename back in new upload file adds that timestamp and random number are as differentiation, form by data stream reads out file content, judge whether to meet the form of code skeleton definition and new filename is passed to JSP masterplate file with the form of parameter according to content, in order to calling to code generation module;
Code generation module, be used for the Business Entity class that is parsed, according to the different masterplates of the quadruplet that defines, this entity class is by four different JSP page invocations, and extract according to its prescribed form, be loaded into corresponding node and constant and replace, thereby generate preliminary code specification, then add note, and corresponding generation comprises mapping class, entity class, interface class, four files of service logic class; And according to the attribute that arranges, add pack arrangement and path, and quote, remarks, version information, generate the operation layer code of 4 correspondences, deposit under the temp directory of system;
The code download module, be used for after the code generation is finished, the server directory information after generating being fed back to the user, according to the catalogue of selecting, file is downloaded to local directory from server directory automatically by the Upload plug-in unit, and established corresponding file according to the pack arrangement that arranges.
CN201210497957.2A 2012-11-29 2012-11-29 A kind of code automatic generation method based on data model driving and system Active CN102968306B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210497957.2A CN102968306B (en) 2012-11-29 2012-11-29 A kind of code automatic generation method based on data model driving and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210497957.2A CN102968306B (en) 2012-11-29 2012-11-29 A kind of code automatic generation method based on data model driving and system

Publications (2)

Publication Number Publication Date
CN102968306A true CN102968306A (en) 2013-03-13
CN102968306B CN102968306B (en) 2016-01-20

Family

ID=47798464

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210497957.2A Active CN102968306B (en) 2012-11-29 2012-11-29 A kind of code automatic generation method based on data model driving and system

Country Status (1)

Country Link
CN (1) CN102968306B (en)

Cited By (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103401914A (en) * 2013-07-26 2013-11-20 浪潮电子信息产业股份有限公司 File uploading broken-point continuously transferring method
CN103412747A (en) * 2013-07-25 2013-11-27 昆明康卓科技有限公司 Model driven based imaging design method for embedded industrial real-time system
CN103442275A (en) * 2013-08-30 2013-12-11 深圳市九洲电器有限公司 Image-text data flow processing method, image-text data flow processing device and set top box
CN103677819A (en) * 2013-12-05 2014-03-26 深圳中兴网信科技有限公司 Method and device for achieving code forward engineering based on OSGI
CN103744680A (en) * 2014-01-16 2014-04-23 北京邮电大学 Method and device for business process processing
CN103984555A (en) * 2014-05-29 2014-08-13 四川航天系统工程研究所 Method for automatically generating specific platform communication protocol source code on basis of tree-table combination drive
CN104267966A (en) * 2014-10-15 2015-01-07 北京国双科技有限公司 Method and device for generating program codes of software
CN104408120A (en) * 2014-11-26 2015-03-11 北京国双科技有限公司 Source code processing method and device
CN104657140A (en) * 2015-02-10 2015-05-27 广州华多网络科技有限公司 Code generating method and device
CN105354072A (en) * 2015-10-23 2016-02-24 北京京东尚科信息技术有限公司 Code generation method based on Eclipse platform
CN105653245A (en) * 2014-11-13 2016-06-08 朗新科技股份有限公司 Code automatic generation system, device and method
CN106843878A (en) * 2017-01-20 2017-06-13 武汉斗鱼网络科技有限公司 A kind of model generating method and system
CN106919374A (en) * 2015-12-28 2017-07-04 北京京东尚科信息技术有限公司 A kind of scenario generation method and device
CN106933552A (en) * 2015-12-30 2017-07-07 中国移动通信集团公司 A kind of data processing method and front-end code generating means
CN107179903A (en) * 2016-03-11 2017-09-19 塔塔咨询服务有限公司 For developing the system and method based on mobile application using Mode-driven architecture
CN107273117A (en) * 2017-05-25 2017-10-20 深圳市彬讯科技有限公司 A kind of quick Code automatic build system for programming friendly
CN107291450A (en) * 2017-05-25 2017-10-24 深圳市彬讯科技有限公司 A kind of quick code automatic generation method for programming friendly
CN107357588A (en) * 2017-07-19 2017-11-17 万帮充电设备有限公司 Object Code Generator method and device
CN107491478A (en) * 2017-07-03 2017-12-19 广东南方数码科技股份有限公司 Data processing method, electronic equipment and storage medium based on flow chart directly perceived
CN107577498A (en) * 2017-09-21 2018-01-12 山东浪潮商用系统有限公司 One method for automatically generating interface Java resolution files
CN107977236A (en) * 2017-12-21 2018-05-01 上海智臻智能网络科技股份有限公司 Generation method, terminal device, storage medium and the question answering system of question answering system
CN108153897A (en) * 2018-01-10 2018-06-12 中国银行股份有限公司 A kind of PLSQL program codes generation method and system
CN108170557A (en) * 2018-01-24 2018-06-15 百度在线网络技术(北京)有限公司 For the method and apparatus of output information
CN108228805A (en) * 2017-12-29 2018-06-29 北京安云世纪科技有限公司 A kind of method, equipment and mobile terminal for being handled display data
CN108255904A (en) * 2017-05-04 2018-07-06 平安科技(深圳)有限公司 table structure modelling method and server
CN108509199A (en) * 2018-03-09 2018-09-07 平安科技(深圳)有限公司 Automatically generate the method, apparatus, equipment and storage medium of Chinese annotation
CN108647033A (en) * 2018-04-03 2018-10-12 四川新网银行股份有限公司 A kind of SDK automatic packaging methods of open platform
CN108804322A (en) * 2018-06-05 2018-11-13 中国平安人寿保险股份有限公司 Automated testing method, device, computer equipment and storage medium
CN109408057A (en) * 2018-10-23 2019-03-01 网易传媒科技(北京)有限公司 Method, apparatus, medium and the calculating equipment of automatic code generating
CN109445384A (en) * 2018-10-16 2019-03-08 劳博(上海)物流科技有限公司 A kind of more apparatus control systems
CN110019242A (en) * 2017-12-29 2019-07-16 北京京东尚科信息技术有限公司 Processing method, device and system for tables of data
CN110019306A (en) * 2017-12-27 2019-07-16 航天信息股份有限公司 A kind of SQL statement lookup method and system based on XML format file
CN110046170A (en) * 2019-04-22 2019-07-23 深圳乐信软件技术有限公司 Sentence based on multifile management executes method, apparatus, equipment and medium
CN110795080A (en) * 2019-10-21 2020-02-14 山东舜知信息科技有限公司 Automatic code generation system based on database annotation and construction method
CN110851129A (en) * 2019-11-13 2020-02-28 深圳市泰洲科技有限公司 Automatic generation method of software system code of data management class
CN111291025A (en) * 2020-03-10 2020-06-16 北京东方金信科技有限公司 Method for supporting multi-physical model conversion by logic model and storage device
CN111352918A (en) * 2018-12-21 2020-06-30 卓望数码技术(深圳)有限公司 Terminal database data migration method and system
CN112764749A (en) * 2021-01-18 2021-05-07 电子科技大学 Method and system for generating software functional interface group
CN112905453A (en) * 2021-02-03 2021-06-04 重庆富民银行股份有限公司 Method for quickly generating database operation code in automatic test
CN114385175A (en) * 2020-10-20 2022-04-22 武汉斗鱼鱼乐网络科技有限公司 Code generation method and device, electronic equipment and storage medium
CN116719866A (en) * 2023-05-09 2023-09-08 上海银满仓数字科技有限公司 Multi-format data self-adaptive distribution method and system

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106250164A (en) * 2016-08-16 2016-12-21 广州仕邦人力资源有限公司 A kind of code generating method based on requirement documents and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101907993A (en) * 2010-07-27 2010-12-08 华南理工大学 Dynamic model based on SpringDM and application thereof to persistence layer of RFID (Radio Frequency Identification) middleware
CN102521274A (en) * 2011-11-24 2012-06-27 上海明想电子科技有限公司 Ibatis-based SQL script dynamic loading method
CN102663024A (en) * 2012-03-22 2012-09-12 北京英孚斯迈特信息技术有限公司 Data portal system for enterprise data unified platform

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101907993A (en) * 2010-07-27 2010-12-08 华南理工大学 Dynamic model based on SpringDM and application thereof to persistence layer of RFID (Radio Frequency Identification) middleware
CN102521274A (en) * 2011-11-24 2012-06-27 上海明想电子科技有限公司 Ibatis-based SQL script dynamic loading method
CN102663024A (en) * 2012-03-22 2012-09-12 北京英孚斯迈特信息技术有限公司 Data portal system for enterprise data unified platform

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
周刚: "J2EE轻量级框架代码生成工具的设计与实现", 《广州广播电视大学学报》, vol. 8, no. 6, 31 December 2008 (2008-12-31), pages 102 - 105 *

Cited By (58)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103412747A (en) * 2013-07-25 2013-11-27 昆明康卓科技有限公司 Model driven based imaging design method for embedded industrial real-time system
CN103401914A (en) * 2013-07-26 2013-11-20 浪潮电子信息产业股份有限公司 File uploading broken-point continuously transferring method
CN103442275A (en) * 2013-08-30 2013-12-11 深圳市九洲电器有限公司 Image-text data flow processing method, image-text data flow processing device and set top box
CN103677819A (en) * 2013-12-05 2014-03-26 深圳中兴网信科技有限公司 Method and device for achieving code forward engineering based on OSGI
CN103677819B (en) * 2013-12-05 2017-12-05 深圳中兴网信科技有限公司 The implementation method and realization device of code forward engineering based on OSGI
CN103744680A (en) * 2014-01-16 2014-04-23 北京邮电大学 Method and device for business process processing
CN103984555A (en) * 2014-05-29 2014-08-13 四川航天系统工程研究所 Method for automatically generating specific platform communication protocol source code on basis of tree-table combination drive
CN103984555B (en) * 2014-05-29 2017-03-15 四川航天系统工程研究所 A kind of tree table is combined and drives Windows/Linux platform communications protocol source profiles methods
CN104267966A (en) * 2014-10-15 2015-01-07 北京国双科技有限公司 Method and device for generating program codes of software
CN104267966B (en) * 2014-10-15 2018-05-15 北京国双科技有限公司 The generation method and device of the program code of software
CN105653245A (en) * 2014-11-13 2016-06-08 朗新科技股份有限公司 Code automatic generation system, device and method
CN104408120A (en) * 2014-11-26 2015-03-11 北京国双科技有限公司 Source code processing method and device
CN104408120B (en) * 2014-11-26 2019-04-12 北京国双科技有限公司 The processing method and processing device of source code
CN104657140A (en) * 2015-02-10 2015-05-27 广州华多网络科技有限公司 Code generating method and device
CN104657140B (en) * 2015-02-10 2018-01-09 广州华多网络科技有限公司 Code generating method and device
CN105354072A (en) * 2015-10-23 2016-02-24 北京京东尚科信息技术有限公司 Code generation method based on Eclipse platform
CN106919374A (en) * 2015-12-28 2017-07-04 北京京东尚科信息技术有限公司 A kind of scenario generation method and device
CN106933552A (en) * 2015-12-30 2017-07-07 中国移动通信集团公司 A kind of data processing method and front-end code generating means
CN107179903A (en) * 2016-03-11 2017-09-19 塔塔咨询服务有限公司 For developing the system and method based on mobile application using Mode-driven architecture
CN106843878A (en) * 2017-01-20 2017-06-13 武汉斗鱼网络科技有限公司 A kind of model generating method and system
CN106843878B (en) * 2017-01-20 2019-10-25 武汉斗鱼网络科技有限公司 A kind of model generating method and system
CN108255904A (en) * 2017-05-04 2018-07-06 平安科技(深圳)有限公司 table structure modelling method and server
CN107291450B (en) * 2017-05-25 2021-04-09 土巴兔集团股份有限公司 Programming-friendly agile code automatic generation method
CN107291450A (en) * 2017-05-25 2017-10-24 深圳市彬讯科技有限公司 A kind of quick code automatic generation method for programming friendly
CN107273117B (en) * 2017-05-25 2021-04-09 土巴兔集团股份有限公司 Programming-friendly agile code automatic generation system
CN107273117A (en) * 2017-05-25 2017-10-20 深圳市彬讯科技有限公司 A kind of quick Code automatic build system for programming friendly
CN107491478A (en) * 2017-07-03 2017-12-19 广东南方数码科技股份有限公司 Data processing method, electronic equipment and storage medium based on flow chart directly perceived
CN107357588B (en) * 2017-07-19 2020-08-14 万帮充电设备有限公司 Object code generation method and device
CN107357588A (en) * 2017-07-19 2017-11-17 万帮充电设备有限公司 Object Code Generator method and device
CN107577498A (en) * 2017-09-21 2018-01-12 山东浪潮商用系统有限公司 One method for automatically generating interface Java resolution files
CN107977236A (en) * 2017-12-21 2018-05-01 上海智臻智能网络科技股份有限公司 Generation method, terminal device, storage medium and the question answering system of question answering system
CN107977236B (en) * 2017-12-21 2020-11-13 上海智臻智能网络科技股份有限公司 Question-answering system generation method, terminal device, storage medium and question-answering system
CN110019306B (en) * 2017-12-27 2021-08-31 航天信息股份有限公司 SQL statement searching method and system based on XML format file
CN110019306A (en) * 2017-12-27 2019-07-16 航天信息股份有限公司 A kind of SQL statement lookup method and system based on XML format file
CN108228805A (en) * 2017-12-29 2018-06-29 北京安云世纪科技有限公司 A kind of method, equipment and mobile terminal for being handled display data
CN110019242A (en) * 2017-12-29 2019-07-16 北京京东尚科信息技术有限公司 Processing method, device and system for tables of data
CN108228805B (en) * 2017-12-29 2021-04-06 北京安云世纪科技有限公司 Method and device for processing display data and mobile terminal
CN108153897A (en) * 2018-01-10 2018-06-12 中国银行股份有限公司 A kind of PLSQL program codes generation method and system
CN108170557A (en) * 2018-01-24 2018-06-15 百度在线网络技术(北京)有限公司 For the method and apparatus of output information
CN108509199A (en) * 2018-03-09 2018-09-07 平安科技(深圳)有限公司 Automatically generate the method, apparatus, equipment and storage medium of Chinese annotation
CN108647033B (en) * 2018-04-03 2021-06-29 四川新网银行股份有限公司 SDK automatic packaging method for open platform
CN108647033A (en) * 2018-04-03 2018-10-12 四川新网银行股份有限公司 A kind of SDK automatic packaging methods of open platform
CN108804322A (en) * 2018-06-05 2018-11-13 中国平安人寿保险股份有限公司 Automated testing method, device, computer equipment and storage medium
CN109445384A (en) * 2018-10-16 2019-03-08 劳博(上海)物流科技有限公司 A kind of more apparatus control systems
CN109408057A (en) * 2018-10-23 2019-03-01 网易传媒科技(北京)有限公司 Method, apparatus, medium and the calculating equipment of automatic code generating
CN111352918A (en) * 2018-12-21 2020-06-30 卓望数码技术(深圳)有限公司 Terminal database data migration method and system
CN111352918B (en) * 2018-12-21 2023-05-23 卓望数码技术(深圳)有限公司 Terminal database data migration method and system
CN110046170A (en) * 2019-04-22 2019-07-23 深圳乐信软件技术有限公司 Sentence based on multifile management executes method, apparatus, equipment and medium
CN110046170B (en) * 2019-04-22 2021-07-27 深圳乐信软件技术有限公司 Statement execution method, device, equipment and medium based on multi-file management
CN110795080A (en) * 2019-10-21 2020-02-14 山东舜知信息科技有限公司 Automatic code generation system based on database annotation and construction method
CN110851129A (en) * 2019-11-13 2020-02-28 深圳市泰洲科技有限公司 Automatic generation method of software system code of data management class
CN111291025B (en) * 2020-03-10 2020-11-10 北京东方金信科技有限公司 Method for supporting multi-physical model conversion by logic model and storage device
CN111291025A (en) * 2020-03-10 2020-06-16 北京东方金信科技有限公司 Method for supporting multi-physical model conversion by logic model and storage device
CN114385175A (en) * 2020-10-20 2022-04-22 武汉斗鱼鱼乐网络科技有限公司 Code generation method and device, electronic equipment and storage medium
CN112764749A (en) * 2021-01-18 2021-05-07 电子科技大学 Method and system for generating software functional interface group
CN112905453A (en) * 2021-02-03 2021-06-04 重庆富民银行股份有限公司 Method for quickly generating database operation code in automatic test
CN116719866A (en) * 2023-05-09 2023-09-08 上海银满仓数字科技有限公司 Multi-format data self-adaptive distribution method and system
CN116719866B (en) * 2023-05-09 2024-02-13 上海银满仓数字科技有限公司 Multi-format data self-adaptive distribution method and system

Also Published As

Publication number Publication date
CN102968306B (en) 2016-01-20

Similar Documents

Publication Publication Date Title
CN102968306B (en) A kind of code automatic generation method based on data model driving and system
CN106528129B (en) A kind of Web application interface generation system and method
CN101840334B (en) Software component service packaging method
CN101697120B (en) Relational database based generation method of J2EE code
CN104424265B (en) Digital asset management method and system
CN105487864A (en) Method and device for automatically generating code
CN104360859B (en) A kind of visual service development method and system
CN101751382B (en) Data acquisition method based on labels and system thereof
CN104317587A (en) Automatic android mobile device oriented application generation method
CN106648587A (en) Annotation-based Web application code generation method
CN107273117A (en) A kind of quick Code automatic build system for programming friendly
CN107122173A (en) A kind of adaptation activiti, the list generation method that can be pulled
CN101714078A (en) Code generation method and device
CN103049251B (en) A kind of data base persistence layer device and database operation method
CN104020994B (en) Stream process definition device and stream process based on streaming system define method
CN103903086A (en) Method and system for developing management information system based on service model driving
CN103810152A (en) Visualized formula editor
CN101645006B (en) Method and device for dynamically generating property page of Eclipse
CN103116500A (en) Method and device for structural body definition and structure output
CN104424159A (en) Software project document generating method and software project document generator
CN103164206A (en) Software customization system based on software as a service (SAAS)
CN113065314A (en) BIOS hardware adaptation method and device based on XML file format
WO2018233673A1 (en) Method and apparatus for configuring model code in controller, and storage medium
CN103927168A (en) Object-oriented data model persistence method and device
CN112100984A (en) Data conversion method and system from EBOM to SBOM

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C56 Change in the name or address of the patentee
CP03 Change of name, title or address

Address after: 528400, Guangdong, Zhongshan, four East Road, Zhongshan, 88, Shang Feng finance business center 5, one of the 18 layers

Patentee after: All pass education group (Guangdong) Limited by Share Ltd

Address before: 528400 Guangdong City, east of the East Bank of the library on the 1st comprehensive commercial building, the first floor of the fifth floor, Zhongshan

Patentee before: Guangdong Qtone Education Co., Ltd.