CN102122247A - Automatic code generating system and method - Google Patents

Automatic code generating system and method Download PDF

Info

Publication number
CN102122247A
CN102122247A CN2011100650133A CN201110065013A CN102122247A CN 102122247 A CN102122247 A CN 102122247A CN 2011100650133 A CN2011100650133 A CN 2011100650133A CN 201110065013 A CN201110065013 A CN 201110065013A CN 102122247 A CN102122247 A CN 102122247A
Authority
CN
China
Prior art keywords
class
file
data
user
tables
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
CN2011100650133A
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.)
Shenzhen Coship Software Co Ltd
Original Assignee
Shenzhen Coship Software 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 Shenzhen Coship Software Co Ltd filed Critical Shenzhen Coship Software Co Ltd
Priority to CN2011100650133A priority Critical patent/CN102122247A/en
Publication of CN102122247A publication Critical patent/CN102122247A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses an automatic code generating system which comprises a parameter setting module, a data resource acquisition module and a code generating module, wherein the parameter setting module is used for acquiring various parameters set by a user; the data resource acquisition module is used for acquiring a database set by the user, data lists included in the database according to the database set by the user, a data list selected from the data lists by the user, and the key information of the data list according to the data list selected by the user; and the code generating module is used for acquiring the key information of the data list selected by the user and all the parameters after acquiring a generating instruction sent by the user, and generating corresponding information class files, operation class files and operation interface class files. The automatic code generating system confirms to the object-oriented operation method, therefore, a program developer can program only by copying the generated class files into a target program, thus the program developing efficiency is greatly improved, and the development period is shortened.

Description

A kind of system and method for automatic generating code
Technical field
The present invention relates to computer program development technique field, particularly a kind of system and method for automatic generating code.
Background technology
Usually in the performance history of an application program, increase tables of data being write entity class and writing, delete, change, during checking method, the capital exists certain operations process and method of operating identical operations, identical operations process and method of operating have been arranged, the programmer certainly will will do the work of a lot of duplications of labour, in order to reduce or remit programmer's the duplication of labour, in order to improve development efficiency, in order to reduce the probability of makeing mistakes, the programmer need have an instrument of doing these duplications of labour for them, the programmer will free in the duplication of labour like this, more energy is put into the service logic analysis to be realized, can reduce cost of development greatly like this, shorten the construction cycle, product quality is provided.
Summary of the invention
Technical matters to be solved by this invention is: a kind of system and method for automatic generating code is provided, improves software program development efficient, reduce cost of development, shorten the construction cycle.
For solving technical matters of the present invention, the present invention discloses a kind of system of automatic generating code, comprises that parameter is provided with module, data resource acquisition module, code generation module;
Described parameter is provided with module and is used to obtain info class NameSpace, class of operation NameSpace, the operation-interface class NameSpace that the user is provided with, and target source file language;
Described data resource acquisition module is used to obtain the database that the user is provided with, the database that is provided with according to described user obtains the included tables of data of this database, and obtain the tables of data that the user selects from described tables of data, obtain the key message of tables of data according to the tables of data of described user's selection;
After described code generation module was used to get access to the generation instruction that the user sends, the key message of the tables of data of selecting according to described user, the target source file language that described user is provided with, and described info class NameSpace generated corresponding info class file; According to described class of operation file designation space, generate corresponding class of operation file; Generate corresponding operation-interface class file according to described operation-interface class NameSpace;
Described key message comprises data sheet field name and field type.
Wherein, described key message comprises also whether field is the information of major key, whether described code generation module also is used for according to described field is that the information of major key judges that described tables of data is the field that exists for major key, if exist, then correspondingly generate operation-interface class file that comprises inquiry, increase, deletion, four kinds of methods of operating of modification and the class of operation file of realizing described four kinds of methods of operating accordingly; If do not exist, then correspondingly generation only comprises the operation-interface class file of query manipulation method and correspondingly generates the class of operation file of realizing including only described query manipulation method.
Wherein, described code generation module travels through the key message of the tables of data that described user selects, and with the table name of the tables of data class name as class file, field name as attribute type, generates corresponding info class file with field type as attribute.
Wherein, described system also comprises memory module, is used for info class file, class of operation file and operation-interface class file that described code generation module generates are stored in the corresponding memory space respectively.
Wherein, described system also comprises the inspection module, is used to check whether info class file, class of operation file and operation-interface class file that described code generation module generates exist grammar mistake, if, output alarm message then.
For solving technical matters of the present invention, the present invention also discloses a kind of method of automatic generating code, comprises step:
Obtain info class NameSpace, class of operation NameSpace, operation-interface class NameSpace that the user is provided with, and target source file language;
Obtain the database that the user is provided with, the database that is provided with according to described user obtains the included tables of data of this database, and obtains the tables of data that the user selects from described tables of data;
After getting access to the generation instruction that the user sends, the key message of the tables of data of selecting according to described user, the target source file language that described user is provided with, and described info class NameSpace generate corresponding info class file; According to described class of operation file designation space, generate corresponding class of operation file; Generate corresponding operation-interface class file according to described operation-interface class NameSpace; Described key message comprises the field name and the field type of tables of data.
Wherein, described key message comprises also whether field is the information of major key;
Described according to operation-interface class NameSpace, the step that generates corresponding operation-interface class file is specially: whether according to described field is that the information of major key is judged the field that whether exists for major key in the described tables of data, if then correspondingly generate the operation-interface class file that comprises inquiry, increase, deletion, revises four kinds of methods of operating; Otherwise correspondingly generate the operation-interface class file that includes only the query manipulation method;
Described according to the class of operation NameSpace, the step that generates corresponding class of operation file is specially: whether according to described field is that the information of major key judges in the described tables of data it is the field that exists for major key, if exist, then correspondingly generate the class of operation file of realizing comprising inquiry, increase, deletion, four kinds of methods of operating of modification; If do not exist, then correspondingly generate the class of operation file of realizing including only described query manipulation method.
Wherein, the step of the corresponding info class file of described generation specifically comprises: the key message of the tables of data of selecting according to described user, and with the table name of the tables of data class name as class file, field name is as attribute, field type as attribute type, is generated corresponding info class file.
Wherein, also comprise step:
Respectively info class file, class of operation file and the operation-interface class file that generates is stored in the corresponding memory space.
Wherein, described method also comprises step:
Check whether described info class file, class of operation file and operation-interface class file exist grammar mistake, if, output alarm message then.
Compared with prior art, the present invention has following beneficial effect: the various parameters that the present invention can be provided with according to the user automatically correspondingly generate various types of file, followed OO mode of operation, when the program development personnel are programmed, only the class file that need generate copies in the target program and gets final product, improve the efficient of program development greatly, reduced cost of development, shortened the construction cycle.
Description of drawings
Fig. 1 is the system construction drawing of the automatic generating code of the embodiment of the invention 1;
Fig. 2 is the synoptic diagram that the parameter of the embodiment of the invention 1 is provided with the interface;
Fig. 3 is the method flow diagram of the automatic generating code of the embodiment of the invention 1;
Fig. 4 is the system construction drawing of the automatic generating code of the embodiment of the invention 2.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the invention, the technical scheme in the embodiment of the invention is clearly and completely described, obviously, described embodiment only is the present invention's part embodiment, rather than whole embodiment.Based on the embodiment among the present invention, those of ordinary skills belong to the scope of protection of the invention not making the every other embodiment that is obtained under the creative work prerequisite.
The system of the automatic generating code that the embodiment of the invention provides, the various parameters that can be provided with according to the user automatically, correspondingly generate various info class files, class of operation file and operation-interface class file, followed OO mode of operation, when the programmer is programmed, as using above-mentioned class file, can directly in system, access class file, copy in the target program and get final product, avoid the programmer to repeat to write identical code, improve the efficient of program development greatly, reduced cost of development, shortened the construction cycle.
Embodiment 1
As shown in Figure 1, the automatic generating code system that provides of present embodiment comprises that parameter is provided with module, data resource acquisition module and code generation module.
Described parameter is provided with module and is used to obtain info class NameSpace, class of operation NameSpace, the operation-interface class NameSpace that the user is provided with, and target source file language;
Described data resource acquisition module is used to obtain the database that the user is provided with, the database that is provided with according to described user obtains the included tables of data of this database, and obtain the tables of data that the user selects from described tables of data, obtain the key message of tables of data according to the tables of data of described user's selection;
The generation instruction that described code generation module is used for sending according to the user, the key message of the tables of data of selecting according to described user, the target source file language that described user is provided with, and, generate corresponding info class file according to institute's info class NameSpace; According to described class of operation file designation space, generate corresponding class of operation file; Generate corresponding operation-interface class file according to described operation-interface class NameSpace;
In the present embodiment, described key message comprises the field name and the field type of tables of data.
As shown in Figure 2, the automatic generating code system of present embodiment can show that parameter is provided with the interface to the user, comprise in the interface and be used to that the user is selected and first viewing area 10 of various databases be set and be used to make the user to select second viewing area 20 of all tables of data under the database, and be used to make the user to select and configuration information class NameSpace, the class of operation NameSpace, the 3rd viewing area 30 of operation-interface class NameSpace and target source file language, and each key message that tables of data comprised that is used to that the user is browsed and chooses and the 4th viewing area 40 of other information.
Parameter acquisition module is obtained all kinds of parameters that the user selects and is provided with by this interface, for example shown in Fig. 2, the info class NameSpace is PVOD.Model, and the class of operation NameSpace is PVOD.DAL, operation-interface class NameSpace is PVOD.IDAL, and target source file language is a C# language.
As shown in Figure 2, when the user chooses the PVOD_Dev_new database, the data resource acquisition module is according to the link of this database, be linked in the corresponding database, obtain this data of database table, and the table name of tables of data shown in second viewing area 20, comprising: Mytable, TB_Arrange, TB_Broadcast, TB_Configuration, TB_Newinfro and TB_User.In the present embodiment, the link that is used to be linked to database can be provided with by the user, also can be generated automatically by system.
When the user chooses the TB_User tables of data, the TB_User tables of data that the data resource acquisition module is chosen according to the user, obtain the various information that this tables of data comprises, comprise key message and other information, for example: field name, field type, field length etc., in the 4th viewing area 40, show then, browse relevant information to make things convenient for the user.
If the user need to confirm generating code, then press " generation " button, after code generation module gets access to the generation instruction that the user sends, the key message of the tables of data of selecting according to described user, the target source file language that described user is provided with, and described info class NameSpace, generate corresponding info class file.Particularly, code generation module is by the key message of the tables of data that travels through described user one by one and select, with the table name of the tables of data class name as class file, field name as attribute, as attribute type, generated corresponding info class file with field type.According to the parameter of setting shown in Figure 2, the final info class file UserInfo.cs that generates can (only having listed partial code) as follows:
namespace?PVOD.Model
{
public?class?UserInfo
{
private?Int32mnUserID=0;
private?String?msName=String.Empty;
private?String?msNO=String.Empty;
private?String?msRealName=String.Empty;
private?String?msEmail=String.Empty;
private?String?msPassword=String.Empty;
private?String?msRemark=String.Empty;
public?Int32nUserID
{
get
{
return?this.mnUserID;
}
set
{
this.mnUserID=value;
this.mIsDBNull[″nUserID″]=false;
}
}
...
}
After code generation module gets access to the generation instruction that the user sends, the key message of the tables of data of selecting according to described user, the target source file language that described user is provided with, and, generate corresponding operation-interface class file according to described operation-interface class file NameSpace.Particularly, in the present embodiment, described key message comprises also whether field is the information of major key, whether described code generation module also is used for according to described field is that the information of major key judges whether described tables of data exists for the field of major key, if exist, then correspondingly generate the operation-interface class file that comprises inquiry, increase, deletion, revises four kinds of methods of operating; If do not exist, then correspondingly generate the operation-interface class file that only comprises the query manipulation method.
As shown in Figure 2, the nUserID field is a major key in the TB_User tables of data of present embodiment, then code generation module correspondingly generates the operation-interface class file IUserOprt.cs that comprises inquiry, increase, deletion, revises four kinds of methods of operating, can (only having listed partial code) as follows:
namespace?PVOD.IDAL
{
public?partial?interface?IUserOprt
{
///<summary>
///question blank information
///</summary>
The param name=of ///<" nUserID "〉the table major key</param 〉
The returns of ///<〉influenced line number</returns 〉
UserInfo?GetInfo(Int32nUserID);
///<summary>
///create table data
///</summary>
The param name=of ///<" info "〉tables of data information</param 〉
The returns of ///<〉certainly the value of adding</returns
int?Insert(UserInfo?info);
///<summary>
///updating form data
///</summary>
The param name=of ///<" info "〉tables of data information</param 〉
The returns of ///<〉influenced line number</returns 〉
int?Update(UserInfo?info);
///<summary>
///delete list data
///</summary>
The param name=of ///<" nUserID "〉the table major key</param 〉
The returns of ///<〉influenced line number</returns 〉
int?Delete(Int32nUserID);
}
}
Simultaneously, after code generation module gets access to the generation instruction that the user sends, the key message of the tables of data of selecting according to described user, the target source file language that described user is provided with, and, generate corresponding class of operation file according to described class of operation file designation space.In the present embodiment, because the nUserID field is a major key in the TB_User tables of data, therefore, code generation module also correspondingly generate to realize comprising the class of operation file UserOprt.cs of inquiry, increase, deletion, four kinds of methods of operating of modification, can (only having listed partial code) as follows:
namespace?PVOD.DAL
{
///<summary>
///table handling class
///</summary>
public?partial?class?UserOprt:MarshalByRefObject,IUserOprt
{
///<summary>
///obtain table information
///</summary>
The param name=of ///<" nUserID "〉the table major key</param 〉
The returns of ///<〉influenced line number</returns 〉
public?UserInfo?GetInfo(Int32nUserID)
{
IDBHelper?dbHelper=DBUtil.DefaultDBHelperInstance;
return?this.GetInfo(dbHelper,nUserID);
}
///<summary>
///obtain table information
///</summary>
The param name=of ///<" dbHelper "〉the database assistant</param 〉
The param name=of ///<" nUserID "〉the table major key</param 〉
The returns of ///<〉influenced line number</returns 〉
public?UserInfo?GetInfo(IDBHelper?dbHelper,Int32nUserID)
{
string?sql=″SELECT?*FROM?TB_User?WHEREnUserID=@nUserID″;
DataTable?dt=DBUtil.ExecuteQuery(dbHelper,sql,newDBParameter(″@nUserID″,nUserID));
if(dt.RoWs.Count>0)
{
return?new?UserInfo(dt.RoWs[0]);
}
return?null;
}
///<summary>
///create table data
///</summary>
The param name=of ///<" info "〉tables of data information</param 〉
The returns of ///<〉certainly the value of adding</returns
public?int?Insert(UserInfo?info)
{
IDBHelper?dbHelper=DBUtil.DefaultDBHelperInstance;
return?this.Insert(dbHelper,info);
}
...
}
As shown in Figure 3, present embodiment also discloses a kind of method of automatic generating code, comprises step:
Obtain info class NameSpace, class of operation NameSpace, operation-interface class NameSpace that the user is provided with, and target source file language;
Obtain the database that the user is provided with, the database that is provided with according to described user obtains the included tables of data of this database, and obtains the tables of data that the user selects from described tables of data;
After getting access to the generation instruction that the user sends, the key message of the tables of data of selecting according to described user, the target source file language that described user is provided with, and described info class NameSpace generate corresponding info class file; According to described class of operation file designation space, generate corresponding class of operation file; Generate corresponding operation-interface class file according to described operation-interface class NameSpace; Described key message comprises the field name and the field type of tables of data.
Wherein, the step of the corresponding info class file of described generation specifically comprises: the key message of the tables of data of selecting according to described user, and with the table name of the tables of data class name as class file, field name is as attribute, field type as attribute type, is generated corresponding info class file.
In addition, described in the present embodiment key message comprises also whether field is the information of major key; Therefore, described according to operation-interface class NameSpace, the step that generates corresponding operation-interface class file is specially: whether according to described field is that the information of major key is judged the field that whether exists for major key in the described tables of data, if then correspondingly generate the operation-interface class file that comprises inquiry, increase, deletion, revises four kinds of methods of operating; Otherwise correspondingly generate the operation-interface class file that includes only the query manipulation method;
Described according to the class of operation NameSpace, the step that generates corresponding class of operation file is specially: whether according to described field is that the information of major key judges in the described tables of data it is the field that exists for major key, if exist, then correspondingly generate the class of operation file of realizing comprising inquiry, increase, deletion, four kinds of methods of operating of modification; If do not exist, then correspondingly generate the class of operation file of realizing including only described query manipulation method.
Concrete principle of work, existing hereinbefore the description just repeats no more herein.
The various parameters that present embodiment is provided with according to the user, automatically generate corresponding class file, when making the user carry out program development, only need class file is directly added in the target program, just can be as the part of target program, and realization corresponding database function, avoid the programmer to repeat to write identical code, improve the efficient of program development greatly, reduced cost of development, shortened the construction cycle.
Embodiment 2
As shown in Figure 4, in the present embodiment, the parameter of described automatic generating code system in comprising embodiment 1 is provided with module, data resource acquisition module and the code generation module, also comprises memory module and checks module.
Wherein, memory module is used for info class file, class of operation file and operation-interface class file that described code generation module generates are stored in the corresponding memory space respectively.
In the application system development process of the type of database of reality, often need hundreds of class file, and present embodiment is stored in different class files respectively in the different storage space (for example: file, catalogue etc.), can very convenient user search and select corresponding class file, further improve program development efficient.
Wherein, check module is used to check whether info class file, class of operation file and operation-interface class file that described code generation module generates exist grammar mistake, if, output alarm message then.
Present embodiment carries out syntax check by checking module to class file, and in time output alarm message can in time right a wrong the user, further guarantees the correctness of the source code of the class file that generates, further improves program development efficient.
The step of the method for the automatic generating code of present embodiment in comprising the foregoing description 1, further comprising the steps of:
Respectively info class file, class of operation file and the operation-interface class file that generates is stored in the corresponding memory space.
Check whether described info class file, class of operation file and operation-interface class file exist grammar mistake, if, output alarm message then.
More than lift preferred embodiment; the purpose, technical solutions and advantages of the present invention are further described; institute is understood that; the above only is preferred embodiment of the present invention, and is in order to restriction the present invention, within the spirit and principles in the present invention not all; any modification of being done, be equal to replacement, improvement etc.; all should be included within protection scope of the present invention, the interest field that the present invention advocated should be as the criterion so that the patent application scope is described, but not only limits to the foregoing description.

Claims (10)

1. the system of an automatic generating code is characterized in that, comprises that parameter is provided with module, data resource acquisition module, code generation module;
Described parameter is provided with module and is used to obtain info class NameSpace, class of operation NameSpace, the operation-interface class NameSpace that the user is provided with, and target source file language;
Described data resource acquisition module is used to obtain the database that the user is provided with, the database that is provided with according to described user obtains the included tables of data of this database, and obtain the tables of data that the user selects from described tables of data, obtain the key message of tables of data according to the tables of data of described user's selection;
After described code generation module was used to get access to the generation instruction that the user sends, the key message of the tables of data of selecting according to described user, the target source file language that described user is provided with, and described info class NameSpace generated corresponding info class file; According to described class of operation file designation space, generate corresponding class of operation file; Generate corresponding operation-interface class file according to described operation-interface class NameSpace;
Described key message comprises data sheet field name and field type.
2. the system of automatic generating code as claimed in claim 1, it is characterized in that, described key message comprises also whether field is the information of major key, whether described code generation module also is used for according to described field is that the information of major key judges that described tables of data is the field that exists for major key, if exist, then correspondingly generate operation-interface class file that comprises inquiry, increase, deletion, four kinds of methods of operating of modification and the class of operation file of realizing described four kinds of methods of operating accordingly; If do not exist, then correspondingly generation only comprises the operation-interface class file of query manipulation method and correspondingly generates the class of operation file of realizing including only described query manipulation method.
3. the system of automatic generating code as claimed in claim 1, it is characterized in that, described code generation module travels through the key message of the tables of data of described user's selection, with the table name of tables of data class name as class file, field name is as attribute, field type as attribute type, is generated corresponding info class file.
4. as the system of each described automatic generating code of claim 1 to 3, it is characterized in that, described system also comprises memory module, is used for info class file, class of operation file and operation-interface class file that described code generation module generates are stored in the corresponding memory space respectively.
5. as the system of each described automatic generating code of claim 1 to 3, it is characterized in that, described system also comprises the inspection module, be used to check whether info class file, class of operation file and operation-interface class file that described code generation module generates exist grammar mistake, if, output alarm message then.
6. the method for an automatic generating code is characterized in that, comprises step:
Obtain info class NameSpace, class of operation NameSpace, operation-interface class NameSpace that the user is provided with, and target source file language;
Obtain the database that the user is provided with, the database that is provided with according to described user obtains the included tables of data of this database, and obtains the tables of data that the user selects from described tables of data;
After getting access to the generation instruction that the user sends, the key message of the tables of data of selecting according to described user, the target source file language that described user is provided with, and described info class NameSpace generate corresponding info class file; According to described class of operation file designation space, generate corresponding class of operation file; Generate corresponding operation-interface class file according to described operation-interface class NameSpace; Described key message comprises the field name and the field type of tables of data.
7. method as claimed in claim 6 is characterized in that, described key message comprises also whether field is the information of major key;
Described according to operation-interface class NameSpace, the step that generates corresponding operation-interface class file is specially: whether according to described field is that the information of major key is judged the field that whether exists for major key in the described tables of data, if then correspondingly generate the operation-interface class file that comprises inquiry, increase, deletion, revises four kinds of methods of operating; Otherwise correspondingly generate the operation-interface class file that includes only the query manipulation method;
Described according to the class of operation NameSpace, the step that generates corresponding class of operation file is specially: whether according to described field is that the information of major key judges in the described tables of data it is the field that exists for major key, if exist, then correspondingly generate the class of operation file of realizing comprising inquiry, increase, deletion, four kinds of methods of operating of modification; If do not exist, then correspondingly generate the class of operation file of realizing including only described query manipulation method.
8. method as claimed in claim 6, it is characterized in that, the step of the corresponding info class file of described generation specifically comprises: the key message of the tables of data of selecting according to described user, with the table name of tables of data class name as class file, field name is as attribute, field type as attribute type, is generated corresponding info class file.
9. as each described method of claim 5 to 7, it is characterized in that, also comprise step:
Respectively info class file, class of operation file and the operation-interface class file that generates is stored in the corresponding memory space.
10. as each described method of claim 5 to 7, it is characterized in that, also comprise step:
Check whether described info class file, class of operation file and operation-interface class file exist grammar mistake, if, output alarm message then.
CN2011100650133A 2011-03-17 2011-03-17 Automatic code generating system and method Pending CN102122247A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011100650133A CN102122247A (en) 2011-03-17 2011-03-17 Automatic code generating system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011100650133A CN102122247A (en) 2011-03-17 2011-03-17 Automatic code generating system and method

Publications (1)

Publication Number Publication Date
CN102122247A true CN102122247A (en) 2011-07-13

Family

ID=44250809

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011100650133A Pending CN102122247A (en) 2011-03-17 2011-03-17 Automatic code generating system and method

Country Status (1)

Country Link
CN (1) CN102122247A (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102236560A (en) * 2011-08-01 2011-11-09 苏州万图明电子软件有限公司 New software module development method
CN102541570A (en) * 2012-02-20 2012-07-04 深圳市同洲视讯传媒有限公司 Method for developing value added service, system for developing value added service and service development client side
CN102591776A (en) * 2011-12-30 2012-07-18 苏州汉清投资管理有限公司 System for automatically generating codes
CN102945156A (en) * 2012-10-23 2013-02-27 深圳市融创天下科技股份有限公司 Data caching method and device based on Java object
CN103425478A (en) * 2012-05-18 2013-12-04 黑快马股份有限公司 System and method for building cross-system platform micro application program
CN103455316A (en) * 2012-07-27 2013-12-18 安徽工业大学 Class-based code generator
CN104216692A (en) * 2013-06-03 2014-12-17 华为技术有限公司 Data type looking-up attribute generation method and device in program development platform
CN104598233A (en) * 2015-01-12 2015-05-06 北京中交兴路车联网科技有限公司 Code generation method
CN104657140A (en) * 2015-02-10 2015-05-27 广州华多网络科技有限公司 Code generating method and device
CN104899045A (en) * 2015-06-23 2015-09-09 上海斐讯数据通信技术有限公司 Universal software coding assistance system and method
CN106919374A (en) * 2015-12-28 2017-07-04 北京京东尚科信息技术有限公司 A kind of scenario generation method and device
CN107844295A (en) * 2017-11-22 2018-03-27 重庆人人生活家科技发展有限公司 Can raising efficiency database coded system
CN108363565A (en) * 2018-01-29 2018-08-03 福建榕基软件工程有限公司 A kind of method and terminal generating attribute declaration code
CN109240661A (en) * 2018-08-02 2019-01-18 武汉烽火众智数字技术有限责任公司 A kind of code generating method and device
CN110083384A (en) * 2019-03-21 2019-08-02 平安国际智慧城市科技股份有限公司 Application programming interface creation method and device
CN112764751A (en) * 2021-01-27 2021-05-07 深圳市酷开网络科技股份有限公司 Interface generation method and device, interface request method and device and storage medium
CN116431157A (en) * 2023-04-19 2023-07-14 安元科技股份有限公司 Method for automatically generating codes

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040015809A1 (en) * 2001-05-18 2004-01-22 Doreen Yining Cheng Code generation for integrating devices into a middleware framework
CN101419544A (en) * 2007-10-26 2009-04-29 镇江雅迅软件有限责任公司 Program code automatic generator of computer
CN101714078A (en) * 2008-10-06 2010-05-26 广东金宇恒科技有限公司 Code generation method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040015809A1 (en) * 2001-05-18 2004-01-22 Doreen Yining Cheng Code generation for integrating devices into a middleware framework
CN101419544A (en) * 2007-10-26 2009-04-29 镇江雅迅软件有限责任公司 Program code automatic generator of computer
CN101714078A (en) * 2008-10-06 2010-05-26 广东金宇恒科技有限公司 Code generation method and device

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102236560A (en) * 2011-08-01 2011-11-09 苏州万图明电子软件有限公司 New software module development method
CN102591776A (en) * 2011-12-30 2012-07-18 苏州汉清投资管理有限公司 System for automatically generating codes
CN102541570A (en) * 2012-02-20 2012-07-04 深圳市同洲视讯传媒有限公司 Method for developing value added service, system for developing value added service and service development client side
CN102541570B (en) * 2012-02-20 2015-09-23 深圳市同洲电子股份有限公司 A kind of method, system and business development client developing value-added service
CN103425478A (en) * 2012-05-18 2013-12-04 黑快马股份有限公司 System and method for building cross-system platform micro application program
CN103455316A (en) * 2012-07-27 2013-12-18 安徽工业大学 Class-based code generator
CN102945156A (en) * 2012-10-23 2013-02-27 深圳市融创天下科技股份有限公司 Data caching method and device based on Java object
CN102945156B (en) * 2012-10-23 2016-01-06 融创天下(上海)科技发展有限公司 A kind of data cache method based on Java object and device
CN104216692A (en) * 2013-06-03 2014-12-17 华为技术有限公司 Data type looking-up attribute generation method and device in program development platform
CN104598233A (en) * 2015-01-12 2015-05-06 北京中交兴路车联网科技有限公司 Code generation method
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
CN104899045B (en) * 2015-06-23 2019-07-16 上海斐讯数据通信技术有限公司 A kind of general Software Coding auxiliary system and method
CN104899045A (en) * 2015-06-23 2015-09-09 上海斐讯数据通信技术有限公司 Universal software coding assistance system and method
CN106919374A (en) * 2015-12-28 2017-07-04 北京京东尚科信息技术有限公司 A kind of scenario generation method and device
CN107844295A (en) * 2017-11-22 2018-03-27 重庆人人生活家科技发展有限公司 Can raising efficiency database coded system
CN108363565A (en) * 2018-01-29 2018-08-03 福建榕基软件工程有限公司 A kind of method and terminal generating attribute declaration code
CN109240661A (en) * 2018-08-02 2019-01-18 武汉烽火众智数字技术有限责任公司 A kind of code generating method and device
CN109240661B (en) * 2018-08-02 2022-01-21 武汉烽火众智数字技术有限责任公司 Code generation method and device
CN110083384A (en) * 2019-03-21 2019-08-02 平安国际智慧城市科技股份有限公司 Application programming interface creation method and device
CN112764751A (en) * 2021-01-27 2021-05-07 深圳市酷开网络科技股份有限公司 Interface generation method and device, interface request method and device and storage medium
CN116431157A (en) * 2023-04-19 2023-07-14 安元科技股份有限公司 Method for automatically generating codes
CN116431157B (en) * 2023-04-19 2024-03-08 安元科技股份有限公司 Method for automatically generating codes

Similar Documents

Publication Publication Date Title
CN102122247A (en) Automatic code generating system and method
EP1585036A2 (en) Management of parameterized database queries
CN106598612B (en) Operation method and system for data table in database
US10296505B2 (en) Framework for joining datasets
CN111708804B (en) Data processing method, device, equipment and medium
US8719304B2 (en) Systems, methods, and graphical tools for representing connectedness of individuals
US20060005118A1 (en) Systems, methods, and graphical tools for representing fundamental connectedness of individuals
AU2012327168B2 (en) Amethod and structure for managing multiple electronic forms and their records using a static database
CN101887464A (en) Method and device for displaying data in database
WO2022100032A1 (en) System analysis visualization method and apparatus, electronic device, and computer readable storage medium
CN105653716A (en) Database construction method and system based on classification-attribute-value
US20110179397A1 (en) Systems and methods for metamodel transformation
EP2089814A2 (en) Database system
KR101877828B1 (en) User interface integrated platform system based on artificial intelligence
CN105975489A (en) Metadata-based online SQL code completion method
CN103927168B (en) A kind of method and device of object-oriented data model persistence
CN105224663A (en) A kind of data-accessing tasks management method based on multiple data source and device
US8121882B2 (en) Standard process and resource reference and instance
CN110941629B (en) Metadata processing method, apparatus, device and computer readable storage medium
CN114861229B (en) Hive dynamic desensitization method and system
CN111008011A (en) System builder for power platform application development
CN110222032A (en) A kind of generalised event model based on software data analysis
CN106155665A (en) Accordance puts to the proof system and method
CN104881455B (en) A kind of architectural difference processing method and system based on MYSQL
CN107533559A (en) Data structure, the model for filling data structure and the method being programmed using data structure to processing unit

Legal Events

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

Application publication date: 20110713