CN102521008A - Program compiling device and method for compiling program - Google Patents

Program compiling device and method for compiling program Download PDF

Info

Publication number
CN102521008A
CN102521008A CN2011104488754A CN201110448875A CN102521008A CN 102521008 A CN102521008 A CN 102521008A CN 2011104488754 A CN2011104488754 A CN 2011104488754A CN 201110448875 A CN201110448875 A CN 201110448875A CN 102521008 A CN102521008 A CN 102521008A
Authority
CN
China
Prior art keywords
compilation
treating
compilation method
class
attribute
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
CN2011104488754A
Other languages
Chinese (zh)
Other versions
CN102521008B (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.)
Yonyou Network Technology Co Ltd
Original Assignee
Yonyou 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 Yonyou Software Co Ltd filed Critical Yonyou Software Co Ltd
Priority to CN201110448875.4A priority Critical patent/CN102521008B/en
Publication of CN102521008A publication Critical patent/CN102521008A/en
Application granted granted Critical
Publication of CN102521008B publication Critical patent/CN102521008B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a program compiling device and a method for compiling a program. The program compiling device comprises a syntax tree building module, an information extraction module, an analysis module, a collecting module and a compilation module, wherein the syntax tree building module generates a syntax tree according to a class file of a class corresponding to a method to be compiled, the information extraction module acquires class information of all class nodes from the syntax tree, the class information includes a class method, the analysis module selects method nodes from the syntax tree according to the method to be compiled and the class information, the collecting module acquires the method to be compiled in the method nodes and the attribute of the method to be compiled, and the compiling module compiles the method to be compiled and the attribute of the method to be compiled. In the technical scheme, the syntax tree is built, accordingly, the method to be compiled and the attribute of the method to be compiled are extracted, and compilation can be realized according to needs.

Description

Program compilation device and program compiling method
Technical field
The present invention relates to field of computer technology, in particular to a kind of program compilation device and a kind of program compiling method.
Background technology
Current in the web system development; Writing javascript is a dull and error-prone process; Yet the dynamic function on a lot of front page layouts all needs the support of javascript; Particularly current AJAX (Asynchronous JavaScript XML, asynchronous Javascript and XML technology utilize this technology can realize the asynchronous interactive of webpage and server; Make that the user is smooth more to the experience of system) application widely of technology quilt, make that the use of javascript is more frequent.
In Web system (being meant the application system based on WWW/enterprise network exploitation) exploitation, because javascript is a kind of script, its source code need not pass through compiling before mailing to the client operation at present; But being sent to browser, the character code of text formatting moves, and in javascript, if operation is not by browser-interpreted; Language so also can't move; Though have a lot of browser plug-ins can support javascript operation debugging now, effect is not very desirable, function is not very perfect; Based on above reason; Writing and debug javascript will be a very difficult task, and the time and efforts of meeting labor causes work efficiency low.
Solve the problem that runs among the exploitation javascript, solution commonly used is to utilize programming language structure client and be compiled into client script.At first; Through using the precompile operation; Obtain all types of whole web systems engineering; Whether this operation also can have grammar mistake in the systems engineering of verification current web simultaneously, has the class that does not have to be compiled into javascript to exist, and then carries out compilation operations according to the grammer corresponding relation of java and javascript.For example: Google has developed web kit (Google Web Toolkit, GWT, the network program development kit of Google issue), can use the Java programming language to write client script, and among the javascript of cross compile after optimize.
There are some problems in this solution: at first, compile cost is very high, because all need do the precompile operation to whole web systems engineering in each compile time; Secondly, for the class of using certain limitation is arranged, the class that can not compile can not be used, and does not need compiling even quote its class, and this has just hindered the flexible use of language.
In sum, in the web system development, compile the application of client script for some method in some type or certain type; There is following shortcoming in present solution: at first; Be to compile to whole web systems engineering, in extensive range, compile cost is high; Secondly, in some type, used the class that can not compile,, at this moment also can cause whole web systems engineering compiling failure though these types need not compile.
In order to solve above-mentioned problem, need a kind of solution of compiling as required of intelligence, can carry out local compiling according to actual needs or specify the problem of concrete object compiling, and solve the client script transfer problem of some class of not supporting to compile.
Summary of the invention
Technical matters to be solved by this invention is; A kind of solution of compiling as required of intelligence is provided; Can carry out local compiling according to actual needs or specify the problem of concrete object compiling, and solve the client script transfer problem of some class of not supporting to compile.
In view of this, the present invention provides a kind of program compilation device, comprising: syntax tree makes up module, according to the class file of treating pairing type of Compilation Method, and the generative grammar tree; Information extraction module from said syntax tree, is obtained the category information of all category nodes, and wherein, said category information comprises class methods; Parsing module is according to said Compilation Method and the said category information treated, system of selection node from said syntax tree; Collection module obtains said Compilation Method and the said attribute of treating Compilation Method treated in the said method node; Collector is pressed pre-defined rule, and said Compilation Method and the said attribute of Compilation Method of treating treated compiled.In this technical scheme, through making up syntax tree, can realize compiling as required with treating that Compilation Method and attributes extraction thereof come out.
In technique scheme; Preferably; Said collection module is also when the said additive method of treating to use in the Compilation Method other types and/or other attributes; Obtain the class file of said other types, and the method that said additive method and/or said other attributes are corresponding returns to said syntax tree and makes up resume module also as the said Compilation Method of treating.In this technical scheme, also obtain and treat that Compilation Method relates to the method and the attribute of other types, and compile, guarantee that method at last to be compiled can normally use after compiling.
In technique scheme, preferably, said collection module is also gathered said Compilation Method and the said attribute of Compilation Method of treating treated by class type of being stored as; Said collector will compile said type of set.In this technical scheme, compile in collaboration with the mode of translating by class set, can guarantee the efficient that compiles.
In technique scheme, preferably, said collector is compiled as script with said Compilation Method and the said attribute of Compilation Method of treating treated, and said script is saved as file.In this technical scheme, script saved as file after, be convenient to the user and obtain use at any time.
In technique scheme, preferably, said category information also comprises the said complete trails of treating pairing type of Compilation Method, and said collector is with the filename of said complete trails as said file.In this technical scheme, through being file designation automatically with upper type, the effect that can indicate this document is user-friendly to this document.
The present invention also provides a kind of program compiling method, comprising: step 202, and according to the class file of treating pairing type of Compilation Method, the generative grammar tree; Step 204 from said syntax tree, is obtained the category information of all category nodes, and wherein, said category information comprises class methods; Step 206 is according to said Compilation Method and the said category information treated, system of selection node from said syntax tree; Step 208 is obtained said Compilation Method and the said attribute of treating Compilation Method treated in the said method node; Step 210 is pressed pre-defined rule, and said Compilation Method and the said attribute of Compilation Method of treating treated compiled.In this technical scheme, through making up syntax tree, can realize compiling as required with treating that Compilation Method and attributes extraction thereof come out.
In technique scheme; Preferably; Said step 208 also comprises: when the said additive method of treating to use in the Compilation Method other types and/or other attributes; Obtain the class file of said other types, and the method that said additive method and/or said other attributes are corresponding is returned said step 202 also as the said Compilation Method of treating.In this technical scheme, also obtain and treat that Compilation Method relates to the method and the attribute of other types, and compile, guarantee that method at last to be compiled can normally use after compiling.
In technique scheme, preferably, said step 208 also comprises: said Compilation Method and the said attribute of Compilation Method of treating treated gathered by class type of being stored as; Said step 210 specifically comprises: said type of set compiled.In this technical scheme, compile in collaboration with the mode of translating by class set, can guarantee the efficient that compiles.
In technique scheme, preferably, said step concrete 210 comprises: said Compilation Method and the said attribute of Compilation Method of treating treated is compiled as script, and said script is saved as file.In this technical scheme, script saved as file after, be convenient to the user and obtain use at any time.
In technique scheme, preferably, said step 210 also comprises: said category information also comprises the said complete trails of treating pairing type of Compilation Method, with the filename of said complete trails as said file.In this technical scheme, through being file designation automatically with upper type, the effect that can indicate this document is user-friendly to this document.
Through above technical scheme; Can realize a kind of program compilation device and a kind of program compiling method; Can carry out local compiling according to actual needs or specify the problem of concrete object compiling, and solve the client script transfer problem of some class of not supporting to compile.
Description of drawings
Fig. 1 is the block diagram of program compilation device according to an embodiment of the invention;
Fig. 2 is the process flow diagram of program compiling method according to an embodiment of the invention;
Fig. 3 to Figure 10 is the workflow diagram of program compiling method according to an embodiment of the invention.
Embodiment
In order more to be expressly understood above-mentioned purpose of the present invention, feature and advantage, the present invention is further described in detail below in conjunction with accompanying drawing and embodiment.
Set forth a lot of details in the following description so that make much of the present invention, still, the present invention can also adopt other to be different from other modes described here and implement, and therefore, the present invention is not limited to the restriction of following disclosed specific embodiment.
Fig. 1 is the block diagram of program compilation device according to an embodiment of the invention.
As shown in Figure 1, the present invention provides a kind of program compilation device 100, comprising: syntax tree makes up module 102, according to the class file of treating pairing type of Compilation Method, and the generative grammar tree; Information extraction module 104 from said syntax tree, is obtained the category information of all category nodes, and wherein, said category information comprises class methods; Parsing module 106 is according to said Compilation Method and the said category information treated, system of selection node from said syntax tree; Collection module 108 obtains said Compilation Method and the said attribute of treating Compilation Method treated in the said method node; Collector 110 is pressed pre-defined rule, and said Compilation Method and the said attribute of Compilation Method of treating treated compiled.In this technical scheme, through making up syntax tree, can realize compiling as required with treating that Compilation Method and attributes extraction thereof come out.
In technique scheme; Said collection module 108 is also when the said additive method of treating to use in the Compilation Method other types and/or other attributes; Obtain the class file of said other types; And the method that said additive method and/or said other attributes are corresponding is also as the said Compilation Method of treating, returns to said syntax tree and makes up module 102 and handle.In this technical scheme, also obtain and treat that Compilation Method relates to the method and the attribute of other types, and compile, guarantee that method at last to be compiled can normally use after compiling.
In technique scheme, said collection module 108 is also gathered said Compilation Method and the said attribute of Compilation Method of treating treated by class type of being stored as; Said collector 110 will compile said type of set.In this technical scheme, compile in collaboration with the mode of translating by class set, can guarantee the efficient that compiles.
In technique scheme, said collector 110 is compiled as script with said Compilation Method and the said attribute of Compilation Method of treating treated, and said script is saved as file.In this technical scheme, script saved as file after, be convenient to the user and obtain use at any time.
In technique scheme, said category information also comprises the said complete trails of treating pairing type of Compilation Method, and said collector 110 is with the filename of said complete trails as said file.In this technical scheme, through being file designation automatically with upper type, the effect that can indicate this document is user-friendly to this document.
Fig. 2 is the process flow diagram of program compiling method according to an embodiment of the invention.
As shown in Figure 2, the present invention also provides a kind of program compiling method, comprising: step 202, and according to the class file of treating pairing type of Compilation Method, the generative grammar tree; Step 204 from said syntax tree, is obtained the category information of all category nodes, and wherein, said category information comprises class methods; Step 206 is according to said Compilation Method and the said category information treated, system of selection node from said syntax tree; Step 208 is obtained said Compilation Method and the said attribute of treating Compilation Method treated in the said method node; Step 210 is pressed pre-defined rule, and said Compilation Method and the said attribute of Compilation Method of treating treated compiled.In this technical scheme, through making up syntax tree, can realize compiling as required with treating that Compilation Method and attributes extraction thereof come out.
In technique scheme; Said step 208 also comprises: when the said additive method of treating to use in the Compilation Method other types and/or other attributes; Obtain the class file of said other types; And the method that said additive method and/or said other attributes are corresponding is returned said step 202 also as the said Compilation Method of treating.In this technical scheme, also obtain and treat that Compilation Method relates to the method and the attribute of other types, and compile, guarantee that method at last to be compiled can normally use after compiling.
In technique scheme, said step 208 also comprises: said Compilation Method and the said attribute of Compilation Method of treating treated gathered by class type of being stored as; Said step 210 specifically comprises: said type of set compiled.In this technical scheme, compile in collaboration with the mode of translating by class set, can guarantee the efficient that compiles.
In technique scheme, said step concrete 210 comprises: said Compilation Method and the said attribute of Compilation Method of treating treated is compiled as script, and said script is saved as file.In this technical scheme, script saved as file after, be convenient to the user and obtain use at any time.
In technique scheme, said step 210 also comprises: said category information also comprises the said complete trails of treating pairing type of Compilation Method, with the filename of said complete trails as said file.In this technical scheme, through being file designation automatically with upper type, the effect that can indicate this document is user-friendly to this document.
Below specify technical scheme of the present invention.
In one embodiment of the present of invention; Be to utilize third party's grammer abstraction tool that class file is built into one based on DOM (DOM Document Object Model; Document Object Model; Each attribute in the file structure has been described) the abstract syntax tree AST (abstract syntax tree, Abstract Syntax Tree are a kind of intermediate representations of program) of structure; Like JDT capable of using under the Java development language (java developing instrument, java development tools) is that one group of API (API, Application Programming Interface) that the third party provides realizes.The corresponding ASTNode (abstract syntax tree node, Abstract Syntax Tree Node) of each part in the code, many ASTNode have just constituted this abstract syntax tree.The general corresponding Compilation Unit node of a common class (compilation unit node), this node also is the summit on the AST.This is the solution of compiling as required based on intelligence, and necessary realization condition is provided.
As shown in Figure 3, the technical scheme that proposes in the present embodiment is following:
Set the outgoing route of matching condition and client script,, but be not limited to following situation such as following condition:
The class inventory that needs compiling;
Method inventory in type etc.
According to matching condition, obtain the content in the corresponding inventory, through data-switching, convert the data that AST can receive to then, be built into the AST object then.
Resolve through AST, obtain current type relevant information, type of comprising title, bag title, generic attribute and class methods etc.
Through mating with predefined compiling condition, obtain the AST method Node (node) that needs compiling, write down the method and the attribute of other type that uses in the current AST method then.
According to the information of resolving other type that obtains; Continue to make up the AST object; Resolve; So circulation does not exist the method for calling other type and attribute or existence to call the method and the attribute of other type in the AST method of the needs compiling that gets access to, but this type of can not carry out till javascript compiles.
Introduce the emphasis flow process in the whole process below in detail:
As shown in Figure 4, make up AST through class file:
(1) reads the content in the class file according to condition;
(2) according to the interface requirement of third party's grammer abstraction tool, give the grammer abstraction tool with the data transfer in the class file.For example, the JDT under the JAVA can realize this function;
(3) this instrument can utilize the AST constructing function of self, constructs the AST object.
This process has expanded the setting in AST source, makes that the structure of AST is more flexible.
AST is the form formation with syntax tree; Can the form of the various information in the class with tree node be generated; So can a kind of language be utilized AST generative grammar tree, exist as the intermediate conversion bridge, then in syntax rule according to correspondence; Convert the tree node content among the AST to other a kind of language, to reach the effect that a kind of language conversion becomes other a kind of language.
As shown in Figure 5, extract category information through AST:
This process analysis abstract syntax tree AST, therefrom the information of type of obtaining comprises title, referenced classes complete trails, generic attribute and class methods etc.
As shown in Figure 6, mate and parse all references class:
According to the method for specifying the class that will compile, in category information, mate, the method node that matches is resolved the method and the attribute of other that calls in the acquisition methods type.
(1) category information that gets access to and predetermined conditions are mated;
(2) get access to the AST method node that needs compiling;
(3) resolve AST method node, find out the method and the attribute of other type that uses in the method;
(4) according to the information of other type that is resolved to, read the content of other class file, make up the AST object, the 1-3 step is carried out in circulation.
As shown in Figure 7, collect the generic attribute that uses in current class methods that match and the class methods:
In the step 3, when resolving AST method node, the method and the attribute of other type that record parses.
Recall 1,2,3,4 steps, wherein step 4 and step 3 are carried out synchronously, in the method for coupling, do not have class self-defined or that the third party provides, perhaps have the class that can not be compiled into javascript.
In practical application, the javascript class of the part of precompile in advance reaches the purpose of reducing this matching process often.
As shown in Figure 8, whole and all class methods of collecting and generic attributes are that unit stores with the class.
The category information of storage can be as the attached javascript file of quoting of the main javascript file of compiling.
As shown in Figure 9, according to the programming language and the client script grammer rule of correspondence, the class set after integrating is compiled.
Shown in figure 10, preserve the client script after compiling with document form, with the complete trails named file name of class.
Be example with the page button incident below, explain that this process realizes logic.But program compiling method of the present invention is not limited to following process.
1, the backstage event class ButtonController of response foreground button click event has event methods onclick (MouseEvent event) etc. in such.
2, be included in the code of backstage realization event response in the event methods, for example: getGlobalContext () .getPageMeta () .getWidget (" main ") obtains the Widget object, when this is the backstage response events or the method for Widget object.
3, now the backstage response events is changed over the foreground response events, through using crossover tool, can convert the code that the backstage obtains the widget object to the javascript code.
4, comprise self-defining rule in the transformation rule that uses; Code for example can use self-defining rule when converting javascript to; " getGlobalContext () " converted to " pageUI ", " getPageMeta () .getWidget (" main ") " converted to " getWidget (" main ") ".
5, in the method for foreground response events, the javascript code that obtains the widget object of generation is: pageUI.getWidget (" main ").
6, preserve javascript and generate the .js file, reached the function that the backstage incident is transformed into the foreground incident.
In sum, the present invention provides a kind of program compilation device and a kind of program compiling method, compiles client script through specifying the compiling target, is fit to very much client script compiling local, as required is carried out in the web systems engineering.This scheme has well improved the efficient of compilation facility, has reduced compile cost, and has reduced or avoided using the situation of some type, has strengthened the popularity that function is used.
The above is merely the preferred embodiments of the present invention, is not limited to the present invention, and for a person skilled in the art, the present invention can have various changes and variation.All within spirit of the present invention and principle, any modification of being done, be equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. a program compilation device is characterized in that, comprising:
Syntax tree makes up module, according to the class file of treating pairing type of Compilation Method, and the generative grammar tree;
Information extraction module from said syntax tree, is obtained the category information of all category nodes, and wherein, said category information comprises class methods;
Parsing module is according to said Compilation Method and the said category information treated, system of selection node from said syntax tree;
Collection module obtains said Compilation Method and the said attribute of treating Compilation Method treated in the said method node;
Collector is pressed pre-defined rule, and said Compilation Method and the said attribute of Compilation Method of treating treated compiled.
2. program compilation device according to claim 1; It is characterized in that; Said collection module is also when the said additive method of treating to use in the Compilation Method other types and/or other attributes; Obtain the class file of said other types, and the method that said additive method and/or said other attributes are corresponding returns to said syntax tree and makes up resume module also as the said Compilation Method of treating.
3. program compilation device according to claim 1 is characterized in that, said collection module is also gathered said Compilation Method and the said attribute of Compilation Method of treating treated by class type of being stored as;
Said collector will compile said type of set.
4. according to each described program compilation device in the claim 1 to 3, it is characterized in that said collector is compiled as script with said Compilation Method and the said attribute of Compilation Method of treating treated, and said script is saved as file.
5. program compilation device according to claim 4 is characterized in that, said category information also comprises the said complete trails of treating pairing type of Compilation Method, and said collector is with the filename of said complete trails as said file.
6. a program compiling method is characterized in that, comprising:
Step 202, according to the class file of treating pairing type of Compilation Method, the generative grammar tree;
Step 204 from said syntax tree, is obtained the category information of all category nodes, and wherein, said category information comprises class methods;
Step 206 is according to said Compilation Method and the said category information treated, system of selection node from said syntax tree;
Step 208 is obtained said Compilation Method and the said attribute of treating Compilation Method treated in the said method node;
Step 210 is pressed pre-defined rule, and said Compilation Method and the said attribute of Compilation Method of treating treated compiled.
7. program compiling method according to claim 6 is characterized in that, said step 208 also comprises:
When the said additive method of treating to use in the Compilation Method other types and/or other attributes; Obtain the class file of said other types; And the method that said additive method and/or said other attributes are corresponding is returned said step 202 also as the said Compilation Method of treating.
8. program compiling method according to claim 6 is characterized in that, said step 208 also comprises: said Compilation Method and the said attribute of Compilation Method of treating treated gathered by class type of being stored as;
Said step 210 specifically comprises: said type of set compiled.
9. according to each described program compiling method in the claim 6 to 8, it is characterized in that said step concrete 210 comprises:
Said Compilation Method and the said attribute of Compilation Method of treating treated is compiled as script, and said script is saved as file.
10. program compiling method according to claim 9 is characterized in that, said step 210 also comprises:
Said category information also comprises the said complete trails of treating pairing type of Compilation Method, with the filename of said complete trails as said file.
CN201110448875.4A 2011-12-28 2011-12-28 Program compiling device and method for compiling program Active CN102521008B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110448875.4A CN102521008B (en) 2011-12-28 2011-12-28 Program compiling device and method for compiling program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110448875.4A CN102521008B (en) 2011-12-28 2011-12-28 Program compiling device and method for compiling program

Publications (2)

Publication Number Publication Date
CN102521008A true CN102521008A (en) 2012-06-27
CN102521008B CN102521008B (en) 2014-12-10

Family

ID=46291949

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110448875.4A Active CN102521008B (en) 2011-12-28 2011-12-28 Program compiling device and method for compiling program

Country Status (1)

Country Link
CN (1) CN102521008B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103559125A (en) * 2013-10-25 2014-02-05 北京广利核系统工程有限公司 Method for verifying compiler by graph isomorphism
CN104252511A (en) * 2013-11-05 2014-12-31 深圳市华傲数据技术有限公司 SQL (Structural Query Language) command compiling method and SQL command compiling device
CN106484488A (en) * 2015-08-31 2017-03-08 深圳市金锐显数码科技有限公司 Integrated cloud compilation method and system
CN108255493A (en) * 2018-01-09 2018-07-06 武汉斗鱼网络科技有限公司 Component is issued and Compilation Method, storage medium, electronic equipment and system
CN109240646A (en) * 2017-06-09 2019-01-18 龙芯中科技术有限公司 Construction method, device, equipment and the storage medium of application development tool
CN113254023A (en) * 2021-05-14 2021-08-13 网易(杭州)网络有限公司 Object reading method and device and electronic equipment
CN114035805A (en) * 2021-11-16 2022-02-11 北京字节跳动网络技术有限公司 Code conversion method, apparatus, medium, and device for pre-compiler

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6516461B1 (en) * 2000-01-24 2003-02-04 Secretary Of Agency Of Industrial Science & Technology Source code translating method, recording medium containing source code translator program, and source code translator device
CN101261579A (en) * 2007-03-08 2008-09-10 青牛(北京)技术有限公司 Method for accomplishing VBScript language trans-platform uses
CN101408849A (en) * 2008-12-01 2009-04-15 中国科学技术大学 Method and system for compiling and executing TTCN-3 language

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6516461B1 (en) * 2000-01-24 2003-02-04 Secretary Of Agency Of Industrial Science & Technology Source code translating method, recording medium containing source code translator program, and source code translator device
CN101261579A (en) * 2007-03-08 2008-09-10 青牛(北京)技术有限公司 Method for accomplishing VBScript language trans-platform uses
CN101408849A (en) * 2008-12-01 2009-04-15 中国科学技术大学 Method and system for compiling and executing TTCN-3 language

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
靳雁霞等: "程序自动编译系统的研制与实现", 《计算机与现代化》, no. 9, 5 November 2007 (2007-11-05) *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103559125A (en) * 2013-10-25 2014-02-05 北京广利核系统工程有限公司 Method for verifying compiler by graph isomorphism
CN103559125B (en) * 2013-10-25 2015-12-09 北京广利核系统工程有限公司 A kind of method utilizing isomorphism of graph certifying compilation device
CN104252511A (en) * 2013-11-05 2014-12-31 深圳市华傲数据技术有限公司 SQL (Structural Query Language) command compiling method and SQL command compiling device
CN106484488A (en) * 2015-08-31 2017-03-08 深圳市金锐显数码科技有限公司 Integrated cloud compilation method and system
CN106484488B (en) * 2015-08-31 2019-09-03 深圳市金锐显数码科技有限公司 Integrated cloud Compilation Method and system
CN109240646A (en) * 2017-06-09 2019-01-18 龙芯中科技术有限公司 Construction method, device, equipment and the storage medium of application development tool
CN109240646B (en) * 2017-06-09 2023-07-25 龙芯中科技术股份有限公司 Method, device, equipment and storage medium for constructing application program development tool
CN108255493A (en) * 2018-01-09 2018-07-06 武汉斗鱼网络科技有限公司 Component is issued and Compilation Method, storage medium, electronic equipment and system
CN113254023A (en) * 2021-05-14 2021-08-13 网易(杭州)网络有限公司 Object reading method and device and electronic equipment
CN113254023B (en) * 2021-05-14 2023-08-11 网易(杭州)网络有限公司 Object reading method and device and electronic equipment
CN114035805A (en) * 2021-11-16 2022-02-11 北京字节跳动网络技术有限公司 Code conversion method, apparatus, medium, and device for pre-compiler

Also Published As

Publication number Publication date
CN102521008B (en) 2014-12-10

Similar Documents

Publication Publication Date Title
CN103294475B (en) The business automatic creation system of graphic based business scenario and domain template and method
CN102521008B (en) Program compiling device and method for compiling program
CN101615181B (en) System and method for establishing internationalized network application
CN101661512B (en) System and method for identifying traditional form information and establishing corresponding Web form
CN104793961A (en) Quick JavaWeb development method and system using native Web codes
CN104484216A (en) Method and device for generating service interface document and on-line test tool
CN101446971B (en) Method for building content management system and device thereof
CN101609399B (en) Intelligent website development system based on modeling and method thereof
CN106293675B (en) System static resource loading method and device
CN104123227A (en) Method for automatically generating testing cases
CN103383645A (en) Code generation method and system
CN103530407B (en) Method and device for generating rich text document
CN101499063A (en) Tracing-based database schema evolution method and system
CN103605660A (en) Graphic processing method for SCD (Substation Configuration Description) file
CN102520966A (en) Method for prompting codes and device
Jiang et al. Towards reengineering web sites to web-services providers
CN109445771A (en) A kind of off line network layers block code Auto-Generation Tool of CS framework and method
CN104750472A (en) Resource bundle management method and device of terminal application
CN111666072A (en) Software code and document robot method
CN109284488B (en) Method, device and medium for modifying front-end table column data based on local storage
CN104657274A (en) Method and device for testing software interface
WO2021197273A1 (en) Redundant code removing method, apparatus and device, and computer readable storage medium
KR101287371B1 (en) Method and Device for Collecting Web Contents and Computer-readable Recording Medium for the same
CN103136100A (en) Method and system for Android test
CN115469849A (en) Service processing system, method, electronic device and storage medium

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

Owner name: YONYOU NETWORK TECHNOLOGY CO., LTD.

Free format text: FORMER NAME: UFIDA SOFTWARE CO., LTD.

CP03 Change of name, title or address

Address after: 100094 Haidian District North Road, Beijing, No. 68

Patentee after: Yonyou Network Technology Co., Ltd.

Address before: 100094 Beijing city Haidian District North Road No. 68, UFIDA Software Park

Patentee before: UFIDA Software Co., Ltd.