CN104965748A - Compiling platform, and compiling method and apparatus - Google Patents
Compiling platform, and compiling method and apparatus Download PDFInfo
- Publication number
- CN104965748A CN104965748A CN201510300429.7A CN201510300429A CN104965748A CN 104965748 A CN104965748 A CN 104965748A CN 201510300429 A CN201510300429 A CN 201510300429A CN 104965748 A CN104965748 A CN 104965748A
- Authority
- CN
- China
- Prior art keywords
- compiling
- server
- source program
- platform
- parameter
- 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
Links
Landscapes
- Stored Programmes (AREA)
Abstract
The invention discloses a compiling platform, and a compiling method and apparatus, and belongs to the field of software development. The compiling platform comprises: a web server, a scheduling server, n compilers and a database server; wherein n compilers have a same compiling environment, and n is a positive integer; the web server is used to receive source programs and compiling parameters that are uploaded by a development terminal by using a web page and send the source programs and the compiling parameters to the scheduling server; the scheduling server is used to receive the source programs and the compiling parameters sent by the web server, generate compiling tasks according to the source programs and the compiling parameters and distribute the compiling tasks to the n compilers; the compilers are used to receive the compiling tasks distributed by the scheduling server, and compile the source programs according to the compiling tasks to obtain compiling results; and the database server is used to store compiling record information, wherein each piece of compiling record information comprises the source programs, the compiling parameters and all contents or part of the contents of the compilation results.
Description
Technical field
The present invention relates to field of software development, particularly one compiling platform, Compilation Method and device.
Background technology
Compiling refers to that the source program utilizing program compiler to be write by source language is generated as the process of target program.Such as, in Linux platform, the most frequently used is GNU make compilation tool.
In the process of program compiler, source program to be compiled needs to rely on library file usually, and library file is the compiled program file with certain function.Such as, a source program, needs to rely on compiled libA, libB and libC tri-library files, could compile and obtain target program.
Realizing in process of the present invention, inventor finds that prior art at least exists following problem: because each developer uses alone one to develop terminal, translation and compiling environment in each exploitation terminal may not be identical, is also that the library file provided in each translation and compiling environment may be different.The difference of this translation and compiling environment can cause compilation process to occur the various problems such as redundancy dependence.
Summary of the invention
In order to solve the problem of prior art, embodiments provide a kind of compiling platform, Compilation Method and device.Technical scheme is as follows:
According to the first aspect of the embodiment of the present invention, provide a kind of compiling platform, this compiling platform comprises: web server, dispatch server, n platform compiling machine and database server, and n platform compiling facility have identical translation and compiling environment, and n is positive integer;
Web server, for receiving the exploitation source program uploaded of terminal and compiling parameter by web page; Source program and compiling parameter are sent to dispatch server;
Dispatch server, for receiving source program and the compiling parameter of web server transmission; Compiler task is generated according to source program and compiling parameter; Compiler task is distributed to n platform compiling machine;
Compiling machine, for the compiler task that receiving scheduling server issues; According to compiler task, source program is compiled, obtain compiling result;
Database server, for store compiled recorded information, every bar compiling recorded information comprises source program, compiling parameter and the full content compiled in result or partial content.
According to the second aspect of the embodiment of the present invention, provide a kind of Compilation Method, in dispatch server, the method comprises:
Receive source program and compiling parameter that exploitation terminal uploaded by web page, web page is provided by web server;
Compiler task is generated according to source program and compiling parameter;
Compiler task is distributed to the n platform compiling machine with identical translation and compiling environment, n is positive integer; N platform compiling machine is used for compiling source program according to compiler task, obtains compiling result, and the full content in source program, compiling parameter and compiling result or partial content is stored in database server as compiling recorded information.
According to the third aspect of the embodiment of the present invention, provide a kind of Compilation Method, in web server, the method comprises:
The source program uploaded by web page reception exploitation terminal and compiling parameter;
Source program and compiling parameter are sent to dispatch server, and dispatch server is used for generating compiler task according to source program and compiling parameter, and compiler task is distributed to the n platform compiling machine with identical translation and compiling environment, and n is positive integer; N platform compiling machine is used for compiling source program according to compiler task, obtains compiling result, and the full content in source program, compiling parameter and compiling result or partial content is stored in database server as compiling recorded information.
According to the fourth aspect of the embodiment of the present invention, provide a kind of compilation device, in dispatch server, this device comprises:
First receiver module, for receiving the source program and compiling parameter that exploitation terminal uploaded by web page, web page is provided by web server;
Generation module, for generating compiler task according to source program and compiling parameter;
Distribution module, for compiler task being distributed to the n platform compiling machine with identical translation and compiling environment, n is positive integer; N platform compiling machine is used for compiling source program according to compiler task, obtains compiling result, and the full content in source program, compiling parameter and compiling result or partial content is stored in database server as compiling recorded information.
According to the 5th aspect of the embodiment of the present invention, provide a kind of compilation device, in web server, this device comprises:
Upper transmission module, for receiving the exploitation source program uploaded of terminal and compiling parameter by web page;
First sending module, for source program and compiling parameter are sent to dispatch server, dispatch server is used for generating compiler task according to source program and compiling parameter, and compiler task is distributed to the n platform compiling machine with identical translation and compiling environment, and n is positive integer; N platform compiling machine is used for compiling source program according to compiler task, obtains compiling result, and the full content in source program, compiling parameter and compiling result or partial content is stored in database server as compiling recorded information.
The beneficial effect that the technical scheme that the embodiment of the present invention provides is brought is:
The source program uploaded according to exploitation terminal by dispatch server generates compiler task with compiling parameter, and is distributed to the n platform compiling machine with identical translation and compiling environment, compiles machine execution compiler task by n platform; There is the problem that redundancy relies in the compilation process that the difference solving translation and compiling environment causes; Reach and compile machine execution compiler task by the n platform with identical translation and compiling environment, no longer occur the situation that redundancy relies on, and multiple stage compiling machine performs compiler task jointly, improves the effect of compilation speed.
Accompanying drawing explanation
In order to be illustrated more clearly in the technical scheme in the embodiment of the present invention, below the accompanying drawing used required in describing embodiment is briefly described, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 is the environment schematic of the implementation environment involved by Compilation Method that each embodiment of the present invention provides;
Fig. 2 is the structural representation of the server that one embodiment of the invention provides;
Fig. 3 A and Fig. 3 B is the enforcement schematic diagram of the Compilation Method that one embodiment of the invention provides;
Fig. 4 is the method flow diagram of the Compilation Method that one embodiment of the invention provides;
Fig. 5 A is the method flow diagram of the Compilation Method that another embodiment of the present invention provides;
Fig. 5 B is the method flow diagram of the compiling of the acquisition involved by the Compilation Method information process that another embodiment of the present invention provides;
Fig. 5 C is the method flow diagram of the compiling information inquiry process involved by Compilation Method that another embodiment of the present invention provides;
Fig. 6 A is the method flow diagram of the Compilation Method that yet another embodiment of the invention provides;
Fig. 6 B is the enforcement schematic diagram of Compilation Method shown in Fig. 6 A;
Fig. 7 is the block diagram of the compilation device that one embodiment of the invention provides;
Fig. 8 is the block diagram of the compilation device that another embodiment of the present invention provides.
Embodiment
For making the object, technical solutions and advantages of the present invention clearly, below in conjunction with accompanying drawing, embodiment of the present invention is described further in detail.
System environments
Please refer to Fig. 1, it illustrates the environment schematic of the implementation environment involved by Compilation Method that each embodiment of the present invention provides.This implementation environment comprises exploitation terminal 110, web server 120, dispatch server 130, at least one compiling machine 140 and database server 150.
Exploitation terminal 110 is the electronic equipments for coding, and this electronic equipment can be desk-top computer or pocket computer on knee etc.
Exploitation terminal 110 is connected by wired or wireless network with between web server 120.
Web server 120 can be a station server, or the server cluster be made up of some station servers, or a cloud computing service center.This web server 120 for providing web page to exploitation terminal 110, and receives the exploitation source program uploaded of terminal 110 and compiling parameter by this web page.
Be connected by wired or wireless network between web server 120 with dispatch server 130.
Dispatch server 130 can be a station server, or the server cluster be made up of some station servers, or a cloud computing service center.Dispatch server 130, for the source program uploaded according to web server 120 and compiling parameter, generates compiler task and is also issued at least one compiling machine 140.
Be connected by wired or wireless network between dispatch server 130 with at least one compiling machine 140.
Compiling machine 140 is the electronic equipments with program compilation function.Compiling machine 140 compiles source program for the compiler task issued according to dispatch server 130, and compiling result is reported database server 150.
Be connected by wired or wireless network between compiling machine 140 with database server 150.
Database server 150 can be a station server, or the server cluster be made up of some station servers, or a cloud computing service center.Database server 150 is for giving predetermined exploitation terminal 110 by compiling result feedback.
Be connected by wired or wireless network between database server 150 with exploitation terminal 110.
Computer architecture
Fig. 2 shows the structural representation of the server that one embodiment of the invention provides.This server can be web server 120, dispatch server 130, compiling machine 140 or database server 150 in Fig. 1.Specifically:
Server 200 comprises CPU (central processing unit) (CPU) 201, comprises the system storage 204 of random access memory (RAM) 202 and ROM (read-only memory) (ROM) 203, and the system bus 205 of connected system storer 204 and CPU (central processing unit) 201.Server 200 also comprises the basic input/output (I/O system) 206 of transmission information between each device in help computing machine, and for storing the mass-memory unit 207 of operating system 213, application program 214 and other program modules 215.
Basic input/output 206 includes the input equipment 209 of the display 208 for showing information and the such as mouse, keyboard and so on for user's input information.Wherein display 208 and input equipment 209 are all connected to CPU (central processing unit) 201 by the input/output control unit 210 being connected to system bus 205.Basic input/output 206 can also comprise input/output control unit 210 for receiving and processing the input from other equipment multiple such as keyboard, mouse or electronic touch pens.Similarly, input/output control unit 210 also provides the output device outputting to display screen, printer or other types.
Mass-memory unit 207 is connected to CPU (central processing unit) 201 by the bulk memory controller (not shown) being connected to system bus 205.Mass-memory unit 207 and the computer-readable medium that is associated thereof provide non-volatile memories for server 200.That is, mass-memory unit 207 can comprise the computer-readable medium (not shown) of such as hard disk or CD-ROM drive and so on.
Without loss of generality, computer-readable medium can comprise computer-readable storage medium and communication media.Computer-readable storage medium comprises the volatibility and non-volatile, removable and irremovable medium that realize for any method or technology that store the information such as such as computer-readable instruction, data structure, program module or other data.Computer-readable storage medium comprises RAM, ROM, EPROM, EEPROM, flash memory or its technology of other solid-state storage, CD-ROM, DVD or other optical memory, tape cassete, tape, disk storage or other magnetic storage apparatus.Certainly, the known computer-readable storage medium of those skilled in the art is not limited to above-mentioned several.Above-mentioned system storage 204 and mass-memory unit 207 can be referred to as storer.
According to various embodiments of the present invention, the remote computer that server 200 can also be connected on network by networks such as such as the Internets runs.Also namely server 200 can be connected to network 212 by the network interface unit 211 be connected on system bus 205, in other words, network interface unit 211 also can be used to be connected to network or the remote computer system (not shown) of other types.
Above-mentioned storer also comprises one or more than one program, and more than one or one program is stored in storer, is configured to be performed by CPU.
In actual use, web server 110 in Fig. 1, dispatch server 130, at least one compiling machine 140 and database server 150 can form a compiling platform, the source program that this compiling platform is used for uploading according to exploitation terminal 110 performs corresponding compiler task with compiling parameter, and compiling result is sent to exploitation terminal 110, thus realize whole compilation process.
Illustrative examples
Web server 120, for receiving the exploitation source program uploaded of terminal and compiling parameter by web page; Source program and compiling parameter are sent to dispatch server.
The efficiency of source program and compiling parameter is uploaded in order to improve exploitation terminal 110, as a kind of possible implementation, developer can build a web page in advance, this web page includes multiple compiling parameter and fills in item, choose or fill in for developer when compiling program.When developer needs to compile program, only need to send request of access by exploitation terminal 110 to web server 120, namely may have access to this web page, and according to the compiling demand of reality, web page is chosen or fills in and compile parameter accordingly, by web server 120, source program and compiling parameter are uploaded to dispatch server 130, corresponding, dispatch server 130 receives the source program and compiling parameter that web server 120 uploads.
Optionally, when web server receives the exploitation source program uploaded of terminal and compiling parameter by web page:
Web server 120 provides web page to exploitation terminal 110.
Such as, as shown in Figure 3A, developer sends the request of access web page 31 to web server by exploitation terminal, web server provides corresponding web page 31 according to this request to exploitation terminal, compiling type selecting control 32 is comprised in this web page 31, compiling result type selects control 33, source code path 34 and source code version number 35.
Web server 120 receives the source program and compiling parameter that exploitation terminal 110 uploaded by web page, and compiling parameter comprises: at least one item in compiling type, compiling result type, source code path, source code version number and developer's information.
Developer compiles demand according to reality, after web page has been filled in corresponding compiling parameter, namely exploitation terminal 110 uploads source program and compiling parameter to web server 120, corresponding, the source program that web server 120 reception exploitation terminal 110 is uploaded and compiling parameter.This compiling parameter comprises compiling type, compiling result type, source code path, source code version number and developer's information etc.
Compile compared to traditional mode executive routine by instruction, developer only needs simply to choose on web page to fill in operation, and can realize the compiling of program, compile efficiency significantly improves.
Dispatch server 130, for receiving source program and the compiling parameter of web server 120 transmission; Compiler task is generated according to source program and compiling parameter; Compiler task is distributed to n platform compiling machine 140.
Namely dispatch server 130 generates corresponding compiler task according to source program and compiling parameter after receiving the source program and compiling parameter that web server 120 uploads, and is distributed to n platform compiling machine 140, and every platform compiling machine 140 performs a part of compiler task.
Source program and compiling parameter is uploaded by web page to dispatch server 130 owing to may there is multiple exploitation terminal 110 simultaneously, corresponding, dispatch server 130 may generate multiple compiler task simultaneously, so the partial compilation machine 140 in compiling platform may be in compiling state, and another part compiling machine 140 may be in idle condition.When newly-generated compiler task is distributed to the compiling machine 140 being in compiling state by dispatch server 130, partial compilation machine 140 processing pressure can be caused excessive, and partial compilation machine 140 is in the free time, in order to just avoid this situation, dispatch server 130 is when being distributed to n platform compiling machine 140 by compiler task, dispatch server 130, also for compiler task being distributed to n platform compiling machine according to load balancing principle.
As a kind of possible implementation, dispatch server 130 can every predetermined time interval or when generating new compiler task, obtain the loading condition of each compiling machine 140, and according to load balancing principle, preferentially compiler task is distributed to the less compiling machine 140 of load, thus avoids the problem that partial compilation machine 140 processing pressure is larger.
Compiling machine 140, for the compiler task that receiving scheduling server 130 issues; According to compiler task, source program is compiled, obtain compiling result.
Compiling machine 140 according to the compiling parameter in compiler task, compiles source program, is compiled result accordingly after receiving the compiler task that dispatch server 130 issues.
It should be noted that, history compiling record is inquired by this compiling platform in order to enable developer, each compiling machine 140 is after obtaining compiling result, need this compiling result, source program and compiling parameter as compiling recorded information, be sent to database server 150, stored by database server 150, facilitate follow-up inquiry.
Database server 150, for store compiled recorded information, every bar compiling recorded information comprises source program, compiling parameter and the full content compiled in result or partial content.
Corresponding, database server 150 receives the compiling recorded information that each compiling machine 140 sends, and stores.
Alternatively, web server 120, also for receiving the compiling record queries request that the exploitation terminal that conforms to a predetermined condition sends, predetermined condition comprises: exploitation terminal 110 has and records corresponding search access right with compiling; The request of compiling record queries is sent to database server 150.
Having the exploitation terminal recording corresponding search access right with compiling can be the exploitation terminal that use management person's account logs in web server 120.
Database server 150, also for receiving the request of compiling record queries; At least one compiling recorded information is found out according to the request of compiling record queries; Recorded information will be compiled as Query Result, and be fed back to the exploitation terminal 110 conformed to a predetermined condition by web server 120.
Such as, as shown in Figure 3 B, database server receives the request of all compiling records of inquiry of the exploitation terminal transmission conformed to a predetermined condition, and according to this request, all compiling recorded informations inquired being sent to the exploitation terminal conformed to a predetermined condition by web server, the compiling recorded information that this exploitation end-on receives shows.
Needs illustrate, developer can also by any one parameter in input compiling type, compiling result type, source code path, source code version number or developer's information, send for inquiring about the compiling record queries request of specifying compiling record to database server 150, accordingly, the compiling recorded information inquired is sent to exploitation terminal 110 by web server 120 by database server 150.
Alternatively, web server 120, also for receiving the difference inquiry request that the exploitation terminal that conforms to a predetermined condition sends, predetermined condition comprises: exploitation terminal 110 has and records corresponding search access right with compiling; Difference inquiry request is sent to database server 150.
Having the exploitation terminal recording corresponding search access right with compiling can be the exploitation terminal that use management person's account logs in web server 120.
Database server 150, also for receiving difference inquiry request; At least two parts of source codes are found out according to difference inquiry request; The comparison result of at least two parts of source codes is fed back to as Query Result the exploitation terminal 110 conformed to a predetermined condition by web server 120.
Database server 150 can also provide extra information searching function, such as, can receive the difference inquiry request that exploitation terminal 110 sends, can carry the bag name that source code is corresponding in this difference inquiry request.Database server 150 finds at least two parts of source codes according to this bag name, and every a source code is all revised on the basis of front a source code.Database server 150 contrasts according at least two parts of source codes found, and comparing result is fed back to exploitation terminal 110 as Query Result by web server 120, contributes to developer and determines faster to compile Error Location.
Such as, as shown in Figure 3 B, exploitation terminal sends the difference inquiry request carrying bag name " DEMO_002 " to database server, database server obtains the three parts of source codes being numbered 14,17 and 18 correspondences according to this difference inquiry request, and three parts of source codes are contrasted, comparing result is sent to exploitation terminal.
Needs illustrate, database server 150 can also provide the additional functionalities such as code static check, and the present embodiment only provides difference query function to be described for database server 150, do not form limit the disclosure.
Apparent, because the compiling facility in this compiling platform have identical translation and compiling environment, in compilation process, no longer occur the problem that redundancy relies on, and the database server in this compiling platform also can store to compiling result, facilitates developer to recall compiling history.In addition, this compiling platform also provides extra inquiry or test function, facilitates developer to correct timely compiling the code of makeing mistakes.
In sum, the compiling platform that the present embodiment provides, the source program uploaded according to exploitation terminal by dispatch server generates compiler task with compiling parameter, and is distributed to the n platform compiling machine with identical translation and compiling environment, compiles machine execution compiler task by n platform; There is the problem that redundancy relies in the compilation process that the difference solving translation and compiling environment causes; Reach and compile machine execution compiler task by the n platform with identical translation and compiling environment, no longer occur the situation that redundancy relies on, and multiple stage compiling machine performs compiler task jointly, improves the effect of compilation speed.
In the present embodiment, the source code uploaded by the web page reception exploitation terminal built in advance and compiling parameter, when developer needs to carry out program compilation, only need to access this web page, and choose corresponding compiling parameter can complete compiling before setting, substantially increase compile efficiency.
In the present embodiment, dispatch server according to each compiling machine non-load balanced case, compiler task is distributed to n platform compiling machine, avoid compiler task concentrate be distributed to partial compilation machine, cause partial compilation machine to compile the excessive problem of pressure, further increase compile efficiency.
In the present embodiment, exploitation terminal can also send difference inquiry request by web server to database server, corresponding Query Result is returned according to this difference inquiry request by database server, facilitate developer to inquire more compiling information by compiling platform, enrich the function of this compiling platform.
In order to illustrate in greater detail the embodiment of the present invention, the operation principles of embodiment of the method to the compiling platform that the embodiment of the present invention provides is adopted to set forth below.
Please refer to Fig. 4, it illustrates the method flow diagram of the Compilation Method that one embodiment of the invention provides.The present embodiment is applied to the dispatch server 130 shown in Fig. 1 with this Compilation Method and illustrates.The method comprises:
Step 401, receive source program and compiling parameter that exploitation terminal uploaded by web page, web page is provided by web server;
Step 402, generates compiler task according to source program and compiling parameter;
Step 403, compiler task is distributed to the n platform compiling machine with identical translation and compiling environment, n is positive integer; N platform compiling machine is used for compiling source program according to compiler task, obtains compiling result, and the full content in source program, compiling parameter and compiling result or partial content is stored in database server as compiling recorded information.
In sum, the Compilation Method that the present embodiment provides, the source program uploaded according to exploitation terminal by dispatch server generates compiler task with compiling parameter, and is distributed to the n platform compiling machine with identical translation and compiling environment, compiles machine execution compiler task by n platform; There is the problem that redundancy relies in the compilation process that the difference solving translation and compiling environment causes; Reach and compile machine execution compiler task by the n platform with identical translation and compiling environment, no longer occur the situation that redundancy relies on, and multiple stage compiling machine performs compiler task jointly, improves the effect of compilation speed.
Alternatively, partial compilation machine is distributed in order to avoid being concentrated by compiler task, partial compilation machine is caused to compile pressure excessive, and partial compilation machine compiling pressure is less or be in idle condition, in step 403, when compiler task is distributed to the n platform compiling machine with identical translation and compiling environment by dispatch server, specifically comprise: according to load balancing principle, compiler task is distributed to n platform compiling machine.
Please refer to Fig. 5 A, it illustrates the method flow diagram of the Compilation Method that another embodiment of the present invention provides.The present embodiment is applied to the web server 120 shown in Fig. 1 with this Compilation Method and illustrates.The method comprises:
Step 501, the source program uploaded by web page reception exploitation terminal and compiling parameter;
Step 502, is sent to dispatch server by source program and compiling parameter, and dispatch server is used for generating compiler task according to source program and compiling parameter, and compiler task is distributed to the n platform compiling machine with identical translation and compiling environment, and n is positive integer; N platform compiling machine is used for compiling source program according to compiler task, obtains compiling result, and the full content in source program, compiling parameter and compiling result or partial content is stored in database server as compiling recorded information.
In sum, the Compilation Method that the present embodiment provides, the source program uploaded according to exploitation terminal by dispatch server generates compiler task with compiling parameter, and is distributed to the n platform compiling machine with identical translation and compiling environment, compiles machine execution compiler task by n platform; There is the problem that redundancy relies in the compilation process that the difference solving translation and compiling environment causes; Reach and compile machine execution compiler task by the n platform with identical translation and compiling environment, no longer occur the situation that redundancy relies on, and multiple stage compiling machine performs compiler task jointly, improves the effect of compilation speed.
Alternatively, as shown in Figure 5 B, step 501 can comprise step 501a and step 501b.
Step 501a, provides web page to exploitation terminal;
Step 501b, receive source program and compiling parameter that exploitation terminal uploaded by web page, compiling parameter comprises: at least one item in compiling type, compiling result type, source code path, source code version number and developer's information.
Alternatively, as shown in Figure 5 C, the method can also comprise the steps:
Step 503, receive the compiling record queries request that the exploitation terminal that conforms to a predetermined condition sends, predetermined condition comprises: exploitation terminal has and records corresponding search access right with compiling.
Step 504, is sent to database server by the request of compiling record queries; Database server is used for finding out at least one compiling recorded information according to the request of compiling record queries, will compile recorded information as Query Result, and be fed back to the exploitation terminal conformed to a predetermined condition by web server.
Step 505, receives the Query Result of database server transmission and feeds back to the exploitation terminal conformed to a predetermined condition.
Step 506, receive the difference inquiry request that the exploitation terminal that conforms to a predetermined condition sends, predetermined condition comprises: exploitation terminal has and records corresponding search access right with compiling.
Step 507, is sent to database server by difference inquiry request; Database server is used for finding out at least two parts of source codes according to difference inquiry request; Using the comparison result of at least two parts of source codes as Query Result, and fed back to the exploitation terminal conformed to a predetermined condition by web server.
Step 508, receives the Query Result of database server transmission and feeds back to the exploitation terminal conformed to a predetermined condition.
Please refer to Fig. 6 A, it illustrates the method flow diagram of the Compilation Method that another embodiment of the present invention provides.The present embodiment is applied to the implementation environment shown in Fig. 1 to illustrate with this Compilation Method.The method comprises:
Step 601, web server provides web page to exploitation terminal.
In order to improve compile efficiency, developer can build a web page in advance, this web page includes multiple compiling parameter and fills in item, carries out choosing or filling according to reality compiling demand for developer.When developer needs to compile the program of writing, unified send web page request of access to web server, namely web server provides web page to exploitation terminal, and receives by this web page the source code and compiling parameter that exploitation terminal uploads.
Such as, as shown in Figure 3A, the web page 31 that exploitation terminal access is predetermined, comprise compiling type selecting control 32 in this web page 31, compiling result type selects control 33, source code path 34 and source code version number 35.
It should be noted that, the compiling parameter comprised in this web page fills in item, arranged according to the standard pre-established by developer, the present embodiment is only described for receiving compiling type, compiling result type, source code path, source code version number and developer's information for this web page, does not form the disclosure and limits.
Step 602, web server receives the source program and compiling parameter that exploitation terminal uploaded by web page, and compiling parameter comprises: at least one item in compiling type, compiling result type, source code path, source code version number and developer's information.
Developer, according to the compiling demand of reality, web page is chosen or fills in and compile parameter accordingly, and uploads source program.When developer clicks submission, namely web server receives the source program and compiling parameter uploaded by this web page.
Such as, as shown in Figure 3A, developer has filled in compiling parameter in web page 31, and after click on submission button 36, namely web server receives the compiling information that web page is uploaded.
Step 603, source program and compiling parameter are sent to dispatch server by web server.
After web server receives the exploitation source program uploaded of terminal and compiling parameter, be sent to dispatch server by source program and compiling parameter.
Step 604, dispatch server receives source program and the compiling parameter of web server transmission.
Step 605, dispatch server generates compiler task according to source program and compiling parameter.
Namely dispatch server generates corresponding compiler task after receiving source code and compiling parameter.Such as, dispatch server can according to the corresponding compiler task of source code coordinates measurement received, i.e. a corresponding compiler task in source code path, the disclosure does not limit the mode that dispatch server generates compiler task.
Such as, as shown in Figure 3A, comprise in the compiling parameter that dispatch server receives in " SVN path 1 " and " SVN path 2 ", the compiler task 1 of correspondence that namely dispatch server generates " SVN path 1 " and the compiler task 2 of " SVN path 2 " correspondence.
Step 606, compiler task is distributed to n platform compiling machine by dispatch server.
Dispatch server is distributed to the multiple stage compiling machine in compiling platform, performs process of compilation by compiling machine separately according to the compiler task distributed after generating compiler task according to the source code that developer uploads with compiling parameter by compiler task.
Compiling machine in compiling platform all keeps TCP (Transmission ControlProtocol, transmission control protocol) length to connect with dispatch server, and by the long compiler task connecting the distribution of receiving scheduling server of this TCP.Compiling facility in compiling platform have identical translation and compiling environment, and the library file namely in compiling machine is identical; And computational resource (processor, internal memory, disk etc.) is also identical, namely the compiling ability of each compiling is identical.
Because the compiling ability of these compiling machines is all identical with translation and compiling environment, compiler task is distributed to the redundancy dependence that different compiling machines can not produce library file, and distribute each multiple compiling machine co-treatment by the compiler task originally needing an exploitation terminal to perform, effectively can improve compilation speed.
It should be noted that, source program and compiling parameter is uploaded by web page to dispatch server owing to may there is multiple exploitation terminal simultaneously, corresponding, dispatch server may generate multiple compiler task simultaneously, so the partial compilation machine in compiling platform may be in compiling state, and another part compiling machine may be in idle condition.When newly-generated compiler task is distributed to the compiling machine being in compiling state by dispatch server, partial compilation machine processing pressure can be caused excessive, and partial compilation machine is still in idle condition, in order to just avoid this situation, compiler task, when compiler task being distributed to n platform compiling machine, will be distributed to n platform compiling machine according to load balancing principle by dispatch server.
As a kind of possible implementation, dispatch server can every predetermined time interval or when generating new compiler task, by obtaining with long connection of the TCP between compiling machine the loading condition that each compiles machine, and according to load balancing principle, preferentially compiler task is distributed to the less compiling machine of load, thus avoids the problem that partial compilation machine processing pressure is larger.
Step 607, the compiler task that compiling machine receiving scheduling server issues.
Step 608, compiling machine compiles source program according to compiler task, obtains compiling result.
After compiling machine receives compiler task, namely the source program comprised in this compiler task is compiled, and compiled result accordingly.
Step 609, the machine that compiles sends compiling recorded information to database server, and compiling recorded information comprises source program, compiling parameter and the full content compiled in result or partial content.
Compile record in order to enable developer to history to review, after compiling machine performs compiler task, compiling result, source program and compiling parameter can be sent to database server as compiling recorded information, be stored by database server, facilitate the subsequent query of developer.
Step 610, database server stores this compiling recorded information.
It should be noted that, compiling result is known in time in order to enable developer, dispatch server also can obtain IP (the Internet Protocol of the exploitation terminal uploading this source program and compiling parameter, Internet protocol) address, and this IP address and compiler task are together distributed to compiling machine.After compiling machine executes compiler task, compiling result and IP address are together sent to database server, send compiling result according to IP address to exploitation terminal by database server.
Step 611, web server receives the compiling record queries request that the exploitation terminal that conforms to a predetermined condition sends, and predetermined condition comprises: exploitation terminal has and records corresponding search access right with compiling.
Have exploitation terminal record corresponding search access right with compiling and can also compile record queries request to being sent to web server by web page, thus realization compiles the backtracking of recording to history.Accordingly, web server receives the compiling record queries request of the exploitation terminal transmission conformed to a predetermined condition.
Step 612, the request of compiling record queries is sent to database server by web server.
Step 613, database server receives the request of compiling record queries; At least one compiling recorded information is found out according to the request of compiling record queries.
Database server compiles recorded information accordingly according to the compiling record queries requesting query received, wherein, this compiling record queries request can be also can be that the present invention does not limit this for particular historical compiling record for all history compiling record.
Step 614, database server will compile recorded information as Query Result, and be fed back to the exploitation terminal conformed to a predetermined condition by web server.
Such as, as shown in Figure 3 B, the Query Result that exploitation end-on receives shows, and shows the compiling details shown in Fig. 6 B when developer clicks and checks details button 37.
Step 615, web server receives the difference inquiry request that the exploitation terminal that conforms to a predetermined condition sends, and predetermined condition comprises: exploitation terminal has and records corresponding search access right with compiling.
Database server can also provide extra information searching function, and such as, database server can receive the difference inquiry request that exploitation terminal is forwarded by web server, can carry the bag name that source code is corresponding in this difference inquiry request.
Step 616, difference inquiry request is sent to database server by web server.
Step 617, database server receives difference inquiry request; At least two parts of source codes are found out according to difference inquiry request.
Database server finds at least two parts of source codes according to this bag name, and every a source code is all revised on the basis of front a source code.Database server contrasts according to find at least two parts of source codes, and is fed back as Query Result by comparing result, contributes to developer and determines faster to compile Error Location.
Needs illustrate, database server can also provide the additional functionalities such as code static check, and the present embodiment only provides difference query function to be described for database server, do not form limit the disclosure.
Step 618, the comparison result of at least two parts of source codes as Query Result, and is fed back to the exploitation terminal conformed to a predetermined condition by database server by web server.
Such as, as shown in Figure 3 B, exploitation terminal sends the difference inquiry request carrying bag name " DEMO_002 " to database server by web server, database server obtains the three parts of source codes being numbered 14,17 and 18 correspondences according to this difference inquiry request, and contrast three parts of source codes, and using comparing result as Query Result.
In sum, the Compilation Method that the present embodiment provides, the source program uploaded according to exploitation terminal by dispatch server generates compiler task with compiling parameter, and is distributed to the n platform compiling machine with identical translation and compiling environment, compiles machine execution compiler task by n platform; There is the problem that redundancy relies in the compilation process that the difference solving translation and compiling environment causes; Reach and compile machine execution compiler task by the n platform with identical translation and compiling environment, no longer occur the situation that redundancy relies on, and multiple stage compiling machine performs compiler task jointly, improves the effect of compilation speed.
In the present embodiment, the source code uploaded by the web page reception exploitation terminal built in advance and compiling parameter, when developer needs to carry out program compilation, only need to access this web page, and choose corresponding compiling parameter can complete compiling before setting, substantially increase compile efficiency.
In the present embodiment, dispatch server according to each compiling machine non-load balanced case, compiler task is distributed to n platform compiling machine, avoid compiler task concentrate be distributed to partial compilation machine, cause partial compilation machine to compile the excessive problem of pressure, further increase compile efficiency.
In the present embodiment, exploitation terminal can also send difference inquiry request by web server to database server, corresponding Query Result is returned according to this difference inquiry request by database server, facilitate developer to inquire more compiling information by compiling platform, enrich the function of this compiling platform.
Please refer to Fig. 7, it illustrates the block diagram of the compilation device that one embodiment of the invention provides.This compilation device can realize becoming the whole or a part of of dispatch server by software, hardware or both combinations.This compilation device, comprising:
First receiver module 710, for receiving the source program and compiling parameter that exploitation terminal uploaded by web page, described web page is provided by web server;
Generation module 720, for generating compiler task according to described source program and described compiling parameter;
Distribution module 730, for described compiler task being distributed to the n platform compiling machine with identical translation and compiling environment, n is positive integer; Described n platform compiling machine is used for compiling described source program according to described compiler task, obtain compiling result, and the full content in described source program, described compiling parameter and described compiling result or partial content are stored in database server as compiling recorded information.
Alternatively, distribution module 730 is also for being distributed to described n platform compiling machine according to load balancing principle by described compiler task.
In sum, the compilation device that the present embodiment provides, the source program uploaded according to exploitation terminal by dispatch server generates compiler task with compiling parameter, and is distributed to the n platform compiling machine with identical translation and compiling environment, compiles machine execution compiler task by n platform; There is the problem that redundancy relies in the compilation process that the difference solving translation and compiling environment causes; Reach and compile machine execution compiler task by the n platform with identical translation and compiling environment, no longer occur the situation that redundancy relies on, and multiple stage compiling machine performs compiler task jointly, improves the effect of compilation speed.
Please refer to Fig. 8, it illustrates the block diagram of the compilation device that another embodiment of the present invention provides.This compilation device can realize becoming the whole or a part of of web server by software, hardware or both combinations.This compilation device, comprising:
Upper transmission module 810, for receiving the exploitation source program uploaded of terminal and compiling parameter by web page;
First sending module 820, for described source program and described compiling parameter are sent to dispatch server, described dispatch server is used for generating compiler task according to described source program and described compiling parameter, and described compiler task being distributed to the n platform compiling machine with identical translation and compiling environment, n is positive integer; Described n platform compiling machine is used for compiling described source program according to described compiler task, obtain compiling result, and the full content in described source program, described compiling parameter and described compiling result or partial content are stored in database server as compiling recorded information.
Alternatively, upper transmission module 810, comprising:
Providing unit 811, for providing described web page to described exploitation terminal;
Receiving element 812, for receiving the described source program and described compiling parameter that described exploitation terminal uploaded by described web page, described compiling parameter comprises: at least one item in compiling type, compiling result type, source code path, source code version number and developer's information.
Alternatively, this device, also comprises:
Second receiver module 830, for receiving the compiling record queries request that the exploitation terminal that conforms to a predetermined condition sends, described predetermined condition comprises: described exploitation terminal has and records corresponding search access right with described compiling;
Second sending module 840, for being sent to described database server by the request of described compiling record queries; Described database server is used for finding out described at least one according to the request of described compiling record queries compiling recorded information, using described compiling recorded information as Query Result, and the exploitation terminal conformed to a predetermined condition described in being fed back to by described web server;
First feedback module 850, for receiving the described Query Result that described database server sends and the exploitation terminal conformed to a predetermined condition described in feeding back to.
Alternatively, this device, also comprises:
3rd receiver module 860, for receiving the difference inquiry request that the exploitation terminal that conforms to a predetermined condition sends, described predetermined condition comprises: described exploitation terminal has and records corresponding search access right with described compiling;
3rd sending module 870, for being sent to described database server by described difference inquiry request; Described database server is used for finding out at least two parts of source codes according to described difference inquiry request; Using the comparison result of described at least two parts of source codes as Query Result, and the exploitation terminal conformed to a predetermined condition described in being fed back to by described web server;
Second feedback module 880, for receiving the described Query Result that described database server sends and the exploitation terminal conformed to a predetermined condition described in feeding back to.
In sum, the compilation device that the present embodiment provides, the source program uploaded according to exploitation terminal by dispatch server generates compiler task with compiling parameter, and is distributed to the n platform compiling machine with identical translation and compiling environment, compiles machine execution compiler task by n platform; There is the problem that redundancy relies in the compilation process that the difference solving translation and compiling environment causes; Reach and compile machine execution compiler task by the n platform with identical translation and compiling environment, no longer occur the situation that redundancy relies on, and multiple stage compiling machine performs compiler task jointly, improves the effect of compilation speed.
In the present embodiment, the source code uploaded by the web page reception exploitation terminal built in advance and compiling parameter, when developer needs to carry out program compilation, only need to access this web page, and choose corresponding compiling parameter can complete compiling before setting, substantially increase compile efficiency.
In the present embodiment, dispatch server according to each compiling machine non-load balanced case, compiler task is distributed to n platform compiling machine, avoid compiler task concentrate be distributed to partial compilation machine, cause partial compilation machine to compile the excessive problem of pressure, further increase compile efficiency.
In the present embodiment, exploitation terminal can also send difference inquiry request by web server to database server, corresponding Query Result is returned according to this difference inquiry request by database server, facilitate developer to inquire more compiling information by compiling platform, enrich the function of this compiling platform.
It should be noted that: the compilation device that above-described embodiment provides is when compiling, only be illustrated with the division of above-mentioned each functional module, in practical application, can distribute as required and by above-mentioned functions and be completed by different functional modules, inner structure by dispatch server or web server is divided into different functional modules, to complete all or part of function described above.In addition, the Compilation Method that above-described embodiment provides and compilation device embodiment belong to same design, and its specific implementation process refers to embodiment of the method, repeats no more here.
The invention described above embodiment sequence number, just to describing, does not represent the quality of embodiment.
One of ordinary skill in the art will appreciate that all or part of step realizing above-described embodiment can have been come by hardware, the hardware that also can carry out instruction relevant by program completes, described program can be stored in a kind of computer-readable recording medium, the above-mentioned storage medium mentioned can be ROM (read-only memory), disk or CD etc.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, within the spirit and principles in the present invention all, any amendment done, equivalent replacement, improvement etc., all should be included within protection scope of the present invention.
Claims (17)
1. a compiling platform, is characterized in that, described compiling platform comprises: web server, dispatch server, n platform compiling machine and database server, and described n platform compiling facility have identical translation and compiling environment, and n is positive integer;
Described web server, for receiving the exploitation source program uploaded of terminal and compiling parameter by web page; Described source program and described compiling parameter are sent to described dispatch server;
Described dispatch server, for receiving the described source program of described web server transmission and described compiling parameter; Compiler task is generated according to described source program and described compiling parameter; Described compiler task is distributed to described n platform compiling machine;
Described compiling machine, for receiving the compiler task that described dispatch server issues; According to described compiler task, described source program is compiled, obtain compiling result;
Described database server, for store compiled recorded information, every bar compiling recorded information comprises full content in described source program, described compiling parameter and described compiling result or partial content.
2. compiling platform according to claim 1, is characterized in that, when described web server receives the exploitation source program uploaded of terminal and compiling parameter by web page, specifically for:
Described web server provides web page to described exploitation terminal;
Described web server receives the described source program and described compiling parameter that described exploitation terminal uploaded by described web page, and described compiling parameter comprises: at least one item in compiling type, compiling result type, source code path, source code version number and developer's information.
3. compiling platform according to claim 1, is characterized in that, described dispatch server described compiler task is distributed to described n platform compiling machine time, specifically for:
According to load balancing principle, described compiler task is distributed to described n platform compiling machine.
4., according to the arbitrary described compiling platform of claims 1 to 3, it is characterized in that,
Described web server, also for receiving the compiling record queries request that the exploitation terminal that conforms to a predetermined condition sends, described predetermined condition comprises: described exploitation terminal has and records corresponding search access right with described compiling; The request of described compiling record queries is sent to described database server;
Described database server, also for receiving the request of described compiling record queries; Find out described at least one according to the request of described compiling record queries and compile recorded information; Using described compiling recorded information as Query Result, and the exploitation terminal conformed to a predetermined condition described in being fed back to by described web server.
5., according to the arbitrary described compiling platform of claims 1 to 3, it is characterized in that,
Described web server, also for receiving the difference inquiry request that the exploitation terminal that conforms to a predetermined condition sends, described predetermined condition comprises: described exploitation terminal has and records corresponding search access right with described compiling; Described difference inquiry request is sent to described database server;
Described database server, also for receiving described difference inquiry request; At least two parts of source codes are found out according to described difference inquiry request; Using the comparison result of described at least two parts of source codes as Query Result, and the exploitation terminal conformed to a predetermined condition described in being fed back to by described web server.
6. a Compilation Method, is characterized in that, in dispatch server, described method comprises:
Receive source program and compiling parameter that exploitation terminal uploaded by web page, described web page is provided by web server;
Compiler task is generated according to described source program and described compiling parameter;
Described compiler task is distributed to the n platform compiling machine with identical translation and compiling environment, n is positive integer; Described n platform compiling machine is used for compiling described source program according to described compiler task, obtain compiling result, and the full content in described source program, described compiling parameter and described compiling result or partial content are stored in database server as compiling recorded information.
7. method according to claim 6, is characterized in that, the described n platform with identical translation and compiling environment that is distributed to by described compiler task compiles machine, comprising:
According to load balancing principle, described compiler task is distributed to described n platform compiling machine.
8. a Compilation Method, is characterized in that, in web server, described method comprises:
The source program uploaded by web page reception exploitation terminal and compiling parameter;
Described source program and described compiling parameter are sent to dispatch server, described dispatch server is used for generating compiler task according to described source program and described compiling parameter, and described compiler task being distributed to the n platform compiling machine with identical translation and compiling environment, n is positive integer; Described n platform compiling machine is used for compiling described source program according to described compiler task, obtain compiling result, and the full content in described source program, described compiling parameter and described compiling result or partial content are stored in database server as compiling recorded information.
9. method according to claim 8, is characterized in that, describedly receives the exploitation source program uploaded of terminal and compiling parameter by web page, comprising:
Described web page is provided to described exploitation terminal;
Receive described source program and described compiling parameter that described exploitation terminal uploaded by described web page, described compiling parameter comprises: at least one item in compiling type, compiling result type, source code path, source code version number and developer's information.
10. method according to claim 8 or claim 9, it is characterized in that, described method, also comprises:
Receive the compiling record queries request that the exploitation terminal that conforms to a predetermined condition sends, described predetermined condition comprises: described exploitation terminal has and records corresponding search access right with described compiling;
The request of described compiling record queries is sent to described database server; Described database server is used for finding out described at least one according to the request of described compiling record queries compiling recorded information, using described compiling recorded information as Query Result, and the exploitation terminal conformed to a predetermined condition described in being fed back to by described web server;
Receive the described Query Result that described database server sends and the exploitation terminal conformed to a predetermined condition described in feeding back to.
11. methods according to claim 8 or claim 9, it is characterized in that, described method, also comprises:
Receive the difference inquiry request that the exploitation terminal that conforms to a predetermined condition sends, described predetermined condition comprises: described exploitation terminal has and records corresponding search access right with described compiling;
Described difference inquiry request is sent to described database server; Described database server is used for finding out at least two parts of source codes according to described difference inquiry request; Using the comparison result of described at least two parts of source codes as Query Result, and the exploitation terminal conformed to a predetermined condition described in being fed back to by described web server;
Receive the described Query Result that described database server sends and the exploitation terminal conformed to a predetermined condition described in feeding back to.
12. 1 kinds of compilation devices, is characterized in that, in dispatch server, described device comprises:
First receiver module, for receiving the source program and compiling parameter that exploitation terminal uploaded by web page, described web page is provided by web server;
Generation module, for generating compiler task according to described source program and described compiling parameter;
Distribution module, for described compiler task being distributed to the n platform compiling machine with identical translation and compiling environment, n is positive integer; Described n platform compiling machine is used for compiling described source program according to described compiler task, obtain compiling result, and the full content in described source program, described compiling parameter and described compiling result or partial content are stored in database server as compiling recorded information.
13. devices according to claim 12, is characterized in that, described distribution module is also for being distributed to described n platform compiling machine according to load balancing principle by described compiler task.
14. 1 kinds of compilation devices, is characterized in that, in web server, described device comprises:
Upper transmission module, for receiving the exploitation source program uploaded of terminal and compiling parameter by web page;
First sending module, for described source program and described compiling parameter are sent to dispatch server, described dispatch server is used for generating compiler task according to described source program and described compiling parameter, and described compiler task being distributed to the n platform compiling machine with identical translation and compiling environment, n is positive integer; Described n platform compiling machine is used for compiling described source program according to described compiler task, obtain compiling result, and the full content in described source program, described compiling parameter and described compiling result or partial content are stored in database server as compiling recorded information.
15. devices according to claim 14, is characterized in that, described upper transmission module, comprising:
Providing unit, for providing described web page to described exploitation terminal;
Receiving element, for receiving the described source program and described compiling parameter that described exploitation terminal uploaded by described web page, described compiling parameter comprises: at least one item in compiling type, compiling result type, source code path, source code version number and developer's information.
16. devices according to claims 14 or 15, it is characterized in that, described device, also comprises:
Second receiver module, for receiving the compiling record queries request that the exploitation terminal that conforms to a predetermined condition sends, described predetermined condition comprises: described exploitation terminal has and records corresponding search access right with described compiling;
Second sending module, for being sent to described database server by the request of described compiling record queries; Described database server is used for finding out described at least one according to the request of described compiling record queries compiling recorded information, using described compiling recorded information as Query Result, and the exploitation terminal conformed to a predetermined condition described in being fed back to by described web server;
First feedback module, for receiving the described Query Result that described database server sends and the exploitation terminal conformed to a predetermined condition described in feeding back to.
17. devices according to claims 14 or 15, it is characterized in that, described device, also comprises:
3rd receiver module, for receiving the difference inquiry request that the exploitation terminal that conforms to a predetermined condition sends, described predetermined condition comprises: described exploitation terminal has and records corresponding search access right with described compiling;
3rd sending module, for being sent to described database server by described difference inquiry request; Described database server is used for finding out at least two parts of source codes according to described difference inquiry request; Using the comparison result of described at least two parts of source codes as Query Result, and the exploitation terminal conformed to a predetermined condition described in being fed back to by described web server;
Second feedback module, for receiving the described Query Result that described database server sends and the exploitation terminal conformed to a predetermined condition described in feeding back to.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510300429.7A CN104965748B (en) | 2015-06-03 | 2015-06-03 | Compile platform, Compilation Method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510300429.7A CN104965748B (en) | 2015-06-03 | 2015-06-03 | Compile platform, Compilation Method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN104965748A true CN104965748A (en) | 2015-10-07 |
CN104965748B CN104965748B (en) | 2018-07-10 |
Family
ID=54219783
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510300429.7A Active CN104965748B (en) | 2015-06-03 | 2015-06-03 | Compile platform, Compilation Method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN104965748B (en) |
Cited By (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105867924A (en) * | 2016-03-29 | 2016-08-17 | 乐视控股(北京)有限公司 | System and method for deploying compiling environments in batch mode |
CN105955794A (en) * | 2016-04-27 | 2016-09-21 | 国网辽宁省电力有限公司信息通信分公司 | Construction method and system of desktop operating system |
CN106055376A (en) * | 2016-06-03 | 2016-10-26 | 北京奇虎科技有限公司 | Method and system for achieving IOS distributed compilation signature |
CN106055377A (en) * | 2016-06-03 | 2016-10-26 | 北京奇虎科技有限公司 | Method for achieving distributed compiling and distributed compiling system |
CN106095522A (en) * | 2016-06-03 | 2016-11-09 | 北京奇虎科技有限公司 | A kind of method realizing distributed compilation and distributed compilation system |
CN106095523A (en) * | 2016-06-03 | 2016-11-09 | 北京奇虎科技有限公司 | A kind of method and system realizing Android compiling isolation |
CN107516192A (en) * | 2017-08-28 | 2017-12-26 | 携程旅游信息技术(上海)有限公司 | Management method, device, system, electronic equipment, the storage medium of quick project |
CN107943486A (en) * | 2017-12-19 | 2018-04-20 | 北京星河星云信息技术有限公司 | A kind of multilingual code compiling method, distribution method, device and system |
CN108334325A (en) * | 2017-12-26 | 2018-07-27 | 努比亚技术有限公司 | A kind of Compilation Method, computer and computer readable storage medium |
CN110806935A (en) * | 2018-08-06 | 2020-02-18 | 阿里巴巴集团控股有限公司 | Application program construction method, device and system |
CN111610977A (en) * | 2020-05-19 | 2020-09-01 | 腾讯科技(深圳)有限公司 | Compiling method and related device |
CN112114816A (en) * | 2020-09-25 | 2020-12-22 | 统信软件技术有限公司 | Distributed compiling system and method |
CN112445489A (en) * | 2020-10-29 | 2021-03-05 | 成都完美天智游科技有限公司 | Compiling system, electronic device, and readable medium |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050044531A1 (en) * | 2003-06-09 | 2005-02-24 | Erc-Ip, Llc | Methods and systems for deploying computer source code |
US20080228544A1 (en) * | 2007-03-15 | 2008-09-18 | Bd Metrics | Method and system for developing an audience of buyers and obtaining their behavioral preferences using event keywords |
CN101290581A (en) * | 2008-05-16 | 2008-10-22 | 北京星网锐捷网络技术有限公司 | Compiling system and method |
CN101582041A (en) * | 2009-05-25 | 2009-11-18 | 中山大学 | Distributed compilation method and system based on web |
CN101833449A (en) * | 2010-04-16 | 2010-09-15 | 中山大学 | Compile processing method and system based on cloud computing |
CN104423955A (en) * | 2013-09-05 | 2015-03-18 | 北大方正集团有限公司 | Method and system for realizing automatic compilation of iOS application |
CN104580480A (en) * | 2015-01-15 | 2015-04-29 | 上海瀚银信息技术有限公司 | Remote automatic deployment system and method for client end |
-
2015
- 2015-06-03 CN CN201510300429.7A patent/CN104965748B/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050044531A1 (en) * | 2003-06-09 | 2005-02-24 | Erc-Ip, Llc | Methods and systems for deploying computer source code |
US20080228544A1 (en) * | 2007-03-15 | 2008-09-18 | Bd Metrics | Method and system for developing an audience of buyers and obtaining their behavioral preferences using event keywords |
CN101290581A (en) * | 2008-05-16 | 2008-10-22 | 北京星网锐捷网络技术有限公司 | Compiling system and method |
CN101582041A (en) * | 2009-05-25 | 2009-11-18 | 中山大学 | Distributed compilation method and system based on web |
CN101833449A (en) * | 2010-04-16 | 2010-09-15 | 中山大学 | Compile processing method and system based on cloud computing |
CN104423955A (en) * | 2013-09-05 | 2015-03-18 | 北大方正集团有限公司 | Method and system for realizing automatic compilation of iOS application |
CN104580480A (en) * | 2015-01-15 | 2015-04-29 | 上海瀚银信息技术有限公司 | Remote automatic deployment system and method for client end |
Cited By (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105867924A (en) * | 2016-03-29 | 2016-08-17 | 乐视控股(北京)有限公司 | System and method for deploying compiling environments in batch mode |
CN105955794A (en) * | 2016-04-27 | 2016-09-21 | 国网辽宁省电力有限公司信息通信分公司 | Construction method and system of desktop operating system |
CN106055376A (en) * | 2016-06-03 | 2016-10-26 | 北京奇虎科技有限公司 | Method and system for achieving IOS distributed compilation signature |
CN106055377A (en) * | 2016-06-03 | 2016-10-26 | 北京奇虎科技有限公司 | Method for achieving distributed compiling and distributed compiling system |
CN106095522A (en) * | 2016-06-03 | 2016-11-09 | 北京奇虎科技有限公司 | A kind of method realizing distributed compilation and distributed compilation system |
CN106095523A (en) * | 2016-06-03 | 2016-11-09 | 北京奇虎科技有限公司 | A kind of method and system realizing Android compiling isolation |
CN107516192B (en) * | 2017-08-28 | 2020-12-22 | 携程旅游信息技术(上海)有限公司 | Agile item management method, device, system, electronic device and storage medium |
CN107516192A (en) * | 2017-08-28 | 2017-12-26 | 携程旅游信息技术(上海)有限公司 | Management method, device, system, electronic equipment, the storage medium of quick project |
CN107943486A (en) * | 2017-12-19 | 2018-04-20 | 北京星河星云信息技术有限公司 | A kind of multilingual code compiling method, distribution method, device and system |
CN107943486B (en) * | 2017-12-19 | 2020-12-18 | 北京微网通联股份有限公司 | Multi-language code compiling method, multi-language code distributing method, multi-language code compiling device, multi-language code distributing device and multi-language code system |
CN108334325A (en) * | 2017-12-26 | 2018-07-27 | 努比亚技术有限公司 | A kind of Compilation Method, computer and computer readable storage medium |
CN110806935A (en) * | 2018-08-06 | 2020-02-18 | 阿里巴巴集团控股有限公司 | Application program construction method, device and system |
CN110806935B (en) * | 2018-08-06 | 2023-04-07 | 阿里巴巴集团控股有限公司 | Application program construction method, device and system |
CN111610977A (en) * | 2020-05-19 | 2020-09-01 | 腾讯科技(深圳)有限公司 | Compiling method and related device |
CN112114816A (en) * | 2020-09-25 | 2020-12-22 | 统信软件技术有限公司 | Distributed compiling system and method |
CN112114816B (en) * | 2020-09-25 | 2024-05-31 | 统信软件技术有限公司 | Distributed compiling system and method |
CN112445489A (en) * | 2020-10-29 | 2021-03-05 | 成都完美天智游科技有限公司 | Compiling system, electronic device, and readable medium |
Also Published As
Publication number | Publication date |
---|---|
CN104965748B (en) | 2018-07-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN104965748A (en) | Compiling platform, and compiling method and apparatus | |
US10048961B2 (en) | Distributed parallel build system | |
US20160196120A1 (en) | iOS APPLICATION AUTOMATIC COMPILATION METHOD AND SYSTEM | |
CN107807815B (en) | Method and device for processing tasks in distributed mode | |
KR20180038539A (en) | A method and system for implementing data tracking with a software development kit | |
CN102739770A (en) | Method and system for scheduling resource based on cloud computing | |
CN103377075A (en) | Task management method, device and system | |
CN111930489B (en) | Task scheduling method, device, equipment and storage medium | |
US10523628B2 (en) | Routing for large server deployments | |
CN104267978A (en) | Method and device for generating differential packet | |
CN105426451A (en) | Key value pair-based data processing method and system | |
CN112769706B (en) | Componentized routing method and system | |
CN111104158A (en) | Software packaging method and device, computer equipment and storage medium | |
CN109196476A (en) | Seamless high-performance interoperability between the different type figure of shared garbage collector | |
US20160224327A1 (en) | Linking a Program with a Software Library | |
US11262986B2 (en) | Automatic software generation for computer systems | |
CN104572289A (en) | Virtualization-based server configuration measurement processing method and device | |
CN104252413A (en) | Automatic script generation method, device and system | |
CN104423948A (en) | Automatic script operation method and device | |
CN114253798A (en) | Index data acquisition method and device, electronic equipment and storage medium | |
CN111552494B (en) | Method, device, system and medium for managing container group | |
CN105320662A (en) | Method and device for webpage generation | |
CN107783728A (en) | Date storage method, device and equipment | |
CN110943876A (en) | URL state detection method, device, equipment and system | |
CN105245622A (en) | Configurable data processing method and system and mobile platform |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
CB02 | Change of applicant information | ||
CB02 | Change of applicant information |
Address after: 511446 Guangzhou City, Guangdong Province, Panyu District, South Village, Huambo Business District Wanda Plaza, block B1, floor 28 Applicant after: Guangzhou Huaduo Network Technology Co., Ltd. Address before: 510655, Guangzhou, Whampoa Avenue, No. 2, creative industrial park, building 3-08, Applicant before: Guangzhou Huaduo Network Technology Co., Ltd. |
|
GR01 | Patent grant | ||
GR01 | Patent grant |