CN112256277A - Software compiling method, system, electronic device and storage medium - Google Patents

Software compiling method, system, electronic device and storage medium Download PDF

Info

Publication number
CN112256277A
CN112256277A CN202011197624.9A CN202011197624A CN112256277A CN 112256277 A CN112256277 A CN 112256277A CN 202011197624 A CN202011197624 A CN 202011197624A CN 112256277 A CN112256277 A CN 112256277A
Authority
CN
China
Prior art keywords
compiling
development kit
subprogram
software development
updated
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011197624.9A
Other languages
Chinese (zh)
Inventor
张平
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Simcom Wireless Solutions Co Ltd
Original Assignee
Shanghai Simcom Wireless Solutions 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 Shanghai Simcom Wireless Solutions Co Ltd filed Critical Shanghai Simcom Wireless Solutions Co Ltd
Priority to CN202011197624.9A priority Critical patent/CN112256277A/en
Publication of CN112256277A publication Critical patent/CN112256277A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method, a system, electronic equipment and a storage medium for software compiling. Obtaining at least one subprogram updated by a target software development kit; and integrally compiling the updated subprogram and other original subprograms corresponding to the target software development kit. The method and the device can quickly and automatically compile the subprogram in the submitted updated software development kit; if the compiling is wrong, the errors corresponding to the different compiled subprograms are analyzed, the error reasons are judged, and the errors are sent to the client sides corresponding to the different subprograms in time, so that developers can modify the codes of the updated subprograms in time, and the compiling efficiency is improved.

Description

Software compiling method, system, electronic device and storage medium
Technical Field
The invention relates to the technical field of software, in particular to a method, a system, electronic equipment and a storage medium for compiling software.
Background
The development process of the software version is complex, all source code programs of the software version need to be written first, then all source codes are compiled integrally, an executable file of the software version is obtained after the source codes are compiled integrally, and the process can increase the workload of developers.
For a large software enterprise, the same software product may be made in different versions for different operators, and thus the software product needs to be updated and upgraded. Different developers are responsible for different modules for the same version of software development kit, the developers modify the codes of the different modules respectively responsible for the different modules and then store the modified codes into the shared server, and when the functions of all the modules of the software development kit are updated, the modified software version needs to be compiled manually at one time, so that the method is large in workload, long in compiling time and low in efficiency.
Disclosure of Invention
The invention aims to overcome the defects of high workload, long compiling time and low efficiency of manually compiling the modified software version at one time in the prior art, and provides a software compiling method, a system, electronic equipment and a storage medium.
The invention solves the technical problems through the following technical scheme:
in a first aspect, the present invention provides a method for compiling software, the method comprising:
acquiring at least one subprogram updated aiming at a target software development kit;
integrally compiling the updated subprogram and other original subprograms corresponding to the target software development kit; wherein the updated subprogram has different functions in the target software development kit corresponding to other original subprograms.
Preferably, the step of obtaining at least one sub-program for the target software development kit update comprises:
receiving at least one subprogram which is sent by at least one target client and is used for updating the target software development kit;
the method further comprises the following steps:
and if the compiling result has errors, notifying the at least one target client.
Preferably, the method further comprises:
and if the compiling result is correct, generating an executable file, and uploading the executable file to a server.
Preferably, the error includes at least one of syntax error, insufficient memory space, insufficient storage space, logic error and insufficient authority.
In a second aspect, the present invention further provides a system for compiling software, the system comprising:
the acquisition module is used for acquiring at least one subprogram updated aiming at the target software development kit;
the compiling module is used for integrally compiling the updated subprogram and other original subprograms corresponding to the target software development kit; wherein the updated subprogram has different functions in the target software development kit corresponding to other original subprograms.
Preferably, the obtaining module is specifically configured to:
receiving at least one subprogram which is sent by at least one target client and is used for updating the target software development kit;
the system further comprises:
and the first judgment module is used for notifying the at least one target client terminal if the compiling result has errors.
Preferably, the system further comprises:
and the second judgment module is used for generating an executable file if the compiling result is correct and uploading the executable file to the server.
Preferably, the error includes at least one of syntax error, insufficient memory space, insufficient storage space, logic error and insufficient authority.
In a third aspect, the present invention further provides an electronic device, which includes a processor, a memory, and a computer program stored in the memory and executable on the processor, wherein the processor implements the software compiling method according to the first aspect when executing the computer program.
In a fourth aspect, the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of a method of software compilation according to the first aspect.
The positive progress effects of the invention are as follows: provided are a method, system, device, and medium for software compilation. Obtaining at least one subprogram updated by a target software development kit; and compiling by using the updated subprogram and other original subprograms corresponding to the target software development kit. The method and the device can quickly and automatically compile the subprogram in the submitted updated software development kit; if the compiling is wrong, the compiled text file is analyzed, the error reason is judged, and the error reason is sent to the client sides corresponding to different subprograms in time, so that developers can modify codes of updated subprograms in time, and the compiling efficiency is improved.
Drawings
Fig. 1 is a flowchart of a software compiling method according to embodiment 1 of the present invention.
Fig. 2 is a block diagram of a software compiling system according to embodiment 2 of the present invention.
Fig. 3 is a schematic diagram of a hardware structure of an electronic device according to embodiment 3 of the present invention.
Detailed Description
The invention is further illustrated by the following examples, which are not intended to limit the scope of the invention.
Example 1
As shown in fig. 1, the present embodiment provides a method for compiling software, and as shown in fig. 1, an execution subject of the method is a software compiling device, and the software compiling device may be located at a configuration management terminal used by a configuration administrator.
And S11, acquiring at least one subprogram updated by the target software development kit.
When a general enterprise releases software products, different software versions are often required to be released for different operators, and the functions implemented by the software products are basically the same, and only specific parts of the functions are upgraded and updated, and most of the codes are consistent. One or more subprograms of the part needing to be modified can be updated by one or more different developers, that is, one client or one developer can be responsible for at least one subprogram.
In this embodiment, the software development kit is a software development kit related to multiple versions, that is, the software development kit has multiple different versions, each version of the software development kit corresponds to version information of one software development kit, and one software development kit has a unique version identifier, and the latest version of the software development kit may be used as a target software development kit, which may be an operating system or an application program.
At least one subprogram sent by at least one target client and aiming at the target software development kit update is received in step S11.
In a possible implementation manner, a subprogram or a plurality of subprograms of the update of the target software development kit sent by one client may be received, and a subprogram or a plurality of subprograms of the update of the target software development kit sent by a plurality of clients may also be received.
In another possible implementation manner, one subprogram or two subprograms of the target software development kit update sent by one or more clients can be obtained from the server. Of course, the above description is only an exemplary illustration, and the present embodiment does not specifically limit the manner of obtaining the target software development kit.
And S12, wholly compiling the updated subprogram and other original subprograms corresponding to the target software development kit, wherein the updated subprogram and the target software development kit corresponding to the other original subprograms have different functions.
The updated subprogram or subprograms and the original subprogram corresponding to the target software development kit except the updated subprogram can be compiled simultaneously, the updated subprogram or subprograms have different functions from the original subprogram, the original subprogram can be code parts related to an operating system and a kernel, and the updated subprogram can be code parts related to different operators and customized system functions.
In one possible implementation, a preset time period is set, and one or more updated subroutines received on the day and the original subroutine are compiled at the same time in the preset time period of each day. If errors occur in the compiling process of the subprogram modified by the developer on the same day, the error reasons can be checked in time, and the error checking range is reduced.
And S13, if the compiling result has errors, notifying at least one target client.
Wherein the error comprises at least one of syntax error, insufficient memory space, insufficient storage space, logic error and insufficient authority.
Specifically, if any subprogram has at least one of basic syntax error, insufficient memory space, logic error and insufficient authority in the compiling process, the compiling result has errors, and the compiling result prompt information is output as compiling failure. For example, if the compiling result is displayed incorrectly due to the fact that symbols are missing, the same variable is defined repeatedly, some statements do not meet the use specification, and the like, the corresponding compiling error result is sent to one or more target clients corresponding to one or more subprograms, and the target clients are working clients of developers, so that the developers can revise the compiling result in time.
In a possible implementation manner, when an alarm prompt appears in the compiling process, the alarm prompt indicates that conditions such as code type forced conversion, incompatible pointer type transmission, constant pointer assignment and the like may appear in the compiling process, and the compiling alarm prompt result can be sent to one or more target clients corresponding to one or more subprograms so that developers can revise the compiling alarm result in time.
It should be noted that, in the compiling process, an empty script log file may be created for a result of each compiling, where the script log file is used to record result summary information of compiling execution, and then send the result summary information to the target client. For example, the summary information may be "successful compiling", "failed compiling", "successful but having an alarm prompt", and for the cases of "failed compiling" and "successful compiling but having an alarm prompt", the summary information may further include "normal compiling of subroutine 1", "compiling error of subroutine 2", "compiling error of subroutine 3", and "alarm for subroutine 4", so that the developer may intuitively know the reason of the failed compiling and timely revise the respective responsible subroutines.
And S14, if the compiling result is correct, generating an executable file, and uploading the executable file to the server.
Specifically, if no error occurs in the compiling result or no alarm prompt exists, the compiling result is correct, that is, the compiling result prompt information is output as a compiling success, and when the compiling result is normal, no error and no alarm prompt information occur in the compiling process of all the subprograms. And compressing and packaging the executable file generated after compiling into a temporary file according to the compiling date, and uploading the temporary file to a server without a compiling environment.
In one possible implementation manner, the executable file may be sent to a project participant corresponding to the target software development kit, so as to perform a subsequent testing process.
In this embodiment, a method for compiling software is provided, where at least one subprogram updated for a target software development kit is obtained; and compiling by using the updated subprogram and other original subprograms corresponding to the target software development kit. The method and the device can quickly and automatically compile the subprogram in the submitted updated software development kit; if the compiling is wrong, the errors corresponding to the different compiled subprograms are analyzed, the error reasons are judged, and the errors are sent to the clients corresponding to the different subprograms in time, so that developers can modify the codes of the updated subprograms in time, the compiling workload is reduced, and the compiling efficiency is improved.
Example 2
The present embodiment provides a system for compiling software, as shown in fig. 2, specifically including: an obtaining module 110, a compiling module 120, and a judging module 130.
The obtaining module 110 obtains at least one subroutine for the target software development kit update.
When a general enterprise releases software products, different software versions are often required to be released for different operators, and the functions implemented by the software products are basically the same, and only specific parts of the functions are upgraded and updated, and most of the codes are consistent. One or more subprograms of the part needing to be modified can be updated by one or more different developers, that is, one client or one developer can be responsible for at least one subprogram.
In this embodiment, the software development kit is a software development kit related to multiple versions, that is, the software development kit has multiple different versions, each version of the software development kit corresponds to version information of one software development kit, and one software development kit has a unique version identifier, and the latest version of the software development kit may be used as a target software development kit, which may be an operating system or an application program.
The obtaining module 110 is specifically configured to receive at least one sub-program sent by at least one target client and used for updating a target software development kit
In a possible implementation manner, a subprogram or a plurality of subprograms of the update of the target software development kit sent by one client may be received, and a subprogram or a plurality of subprograms of the update of the target software development kit sent by a plurality of clients may also be received.
In another possible implementation manner, one subprogram or two subprograms of the target software development kit update sent by one or more clients can be obtained from the server. Of course, the above description is only an exemplary illustration, and the present embodiment does not specifically limit the manner of obtaining the target software development kit.
And the compiling module 120 is configured to perform overall compiling on the updated subprogram and other original subprograms corresponding to the target software development kit, where the updated subprogram and the other original subprograms have different functions in the target software development kit.
The compiling module 120 compiles the updated subprogram or subprograms, which are different from the original subprograms in functionality, and the original subprograms, which are corresponding to the target software development kit and are other than the updated subprograms, simultaneously, where the original subprograms may be code portions related to the operating system and the kernel, and the updated subprograms may be code portions related to different operators and customized system functions.
In one possible implementation, a preset time period is set, and one or more updated subroutines received on the day and the original subroutine are compiled at the same time in the preset time period of each day. If errors occur in the compiling process of the subprogram modified by the developer on the same day, the error reasons can be checked in time, and the error checking range is reduced.
The first determining module 130 is configured to notify at least one target client if the compiling result has an error.
Wherein the error comprises at least one of syntax error, insufficient memory space, insufficient storage space, logic error and insufficient authority.
Specifically, if any subprogram has at least one of basic syntax error, insufficient memory space, logic error and insufficient authority in the compiling process, the compiling result has errors, and the compiling result prompt information is output as compiling failure. For example, if the compiling result is displayed incorrectly due to the fact that the same variable is repeatedly defined without a symbol, some statements do not meet the use specification, and the like, the judgment module 130 sends the corresponding compiling error result to one or more target clients corresponding to one or more subroutines, where the target clients are working clients of developers, so that the developers can revise the compiling result in time.
In a possible implementation manner, when an alarm prompt occurs during the compiling process, the alarm prompt indicates that conditions such as code type forced conversion, incompatible pointer type transfer, constant pointer assignment, and the like may occur during the compiling process, and the compiling alarm prompt result and the judgment module 130 may also be sent to one or more target clients corresponding to one or more subroutines, so that developers may revise the results in time.
It should be noted that, in the compiling process, an empty script log file may be created for a result of each compiling, where the script log file is used to record result summary information of compiling execution, and then send the result summary information to the target client. For example, the summary information may be "successful compiling", "failed compiling", "successful but having an alarm prompt", and for the cases of "failed compiling" and "successful compiling but having an alarm prompt", the summary information may further include "normal compiling of subroutine 1", "compiling error of subroutine 2", "compiling error of subroutine 3", and "alarm for subroutine 4", so that the developer may intuitively know the reason of the failed compiling and timely revise the respective responsible subroutines.
The determining module 130 is further configured to generate an executable file if the compiling result is correct, and upload the executable file to the server.
Specifically, if no error occurs in the compiling result or no alarm prompt exists, the compiling result is correct, that is, the compiling result prompt information is output as a compiling success, and when the compiling result is normal, no error and no alarm prompt information occur in the compiling process of all the subprograms. The determining module 130 compresses and packages the executable file generated after compiling into a temporary file according to the compiling date, and uploads the temporary file to the server without compiling environment.
In a possible implementation manner, the executable file may also be sent to a project participant corresponding to the target software development kit, so as to perform a subsequent testing process.
In this embodiment, a system for compiling software is provided, where an obtaining module obtains at least one subprogram updated for a target software development kit; and the compiling module is used for integrally compiling the updated subprogram and other original subprograms corresponding to the target software development kit. The method and the device can quickly and automatically compile the subprogram in the submitted updated software development kit; if the compiling is wrong, the corresponding errors of the different compiled subprograms are analyzed, the error reasons are judged, and the errors are sent to the client sides corresponding to the different subprograms in time, so that developers can modify the codes of the updated subprograms in time, and the compiling efficiency is improved.
Example 3
Fig. 3 is a schematic structural diagram of an electronic device provided in this embodiment. The electronic device includes a memory, a processor and a computer program stored in the memory and executable on the processor, and the processor implements the software compiling method of embodiment 1 when executing the program, and the electronic device 30 shown in fig. 3 is only an example and should not bring any limitation to the functions and the scope of the application of the embodiments of the present invention.
The electronic device 30 may be embodied in the form of a general purpose computing device, which may be, for example, a server device. The components of the electronic device 30 may include, but are not limited to: the at least one processor 31, the at least one memory 32, and a bus 33 connecting the various system components (including the memory 32 and the processor 31).
The bus 33 includes a data bus, an address bus, and a control bus.
The memory 32 may include volatile memory, such as Random Access Memory (RAM)321 and/or cache memory 322, and may further include Read Only Memory (ROM) 323.
Memory 32 may also include a program/utility 325 having a set (at least one) of program modules 324, such program modules 324 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
The processor 31 executes various functional applications and data processing, such as a method of software compilation according to embodiment 1 of the present invention, by executing the computer program stored in the memory 32.
The electronic device 30 may also communicate with one or more external devices 34 (e.g., keyboard, pointing device, etc.). Such communication may be through input/output (I/O) interfaces 35. Also, model-generating device 30 may also communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the Internet) via network adapter 36. As shown, network adapter 36 communicates with the other modules of model-generating device 30 via bus 33. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the model-generating device 30, including but not limited to: microcode, device drivers, redundant processors, external disk drive arrays, RAID (disk array) systems, tape drives, and data backup storage systems, etc.
It should be noted that although in the above detailed description several units/modules or sub-units/modules of the electronic device are mentioned, such a division is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the units/modules described above may be embodied in one unit/module according to embodiments of the invention. Conversely, the features and functions of one unit/module described above may be further divided into embodiments by a plurality of units/modules.
Example 4
The present embodiment provides a computer-readable storage medium on which a computer program is stored, which when executed by a processor implements the steps of the method of software compilation of embodiment 1.
More specific examples, among others, that the readable storage medium may employ may include, but are not limited to: a portable disk, a hard disk, random access memory, read only memory, erasable programmable read only memory, optical storage device, magnetic storage device, or any suitable combination of the foregoing.
In a possible implementation, the invention can also be implemented in the form of a program product comprising program code for causing a terminal device to perform the steps of the method of software compilation implementing embodiment 1 when said program product is run on said terminal device.
Where program code for carrying out the invention is written in any combination of one or more programming languages, the program code may be executed entirely on the user device, partly on the user device, as a stand-alone software package, partly on the user device and partly on a remote device or entirely on the remote device.
While specific embodiments of the invention have been described above, it will be appreciated by those skilled in the art that this is by way of example only, and that the scope of the invention is defined by the appended claims. Various changes and modifications to these embodiments may be made by those skilled in the art without departing from the spirit and scope of the invention, and these changes and modifications are within the scope of the invention.

Claims (10)

1. A method of software compilation, comprising the steps of:
acquiring at least one subprogram updated aiming at a target software development kit;
integrally compiling the updated subprogram and other original subprograms corresponding to the target software development kit; wherein the updated subprogram corresponds to a different function in the target software development kit than the other original subprograms.
2. The method of software compilation according to claim 1, wherein the step of obtaining at least one subroutine for a target software development kit update comprises:
receiving at least one subprogram which is sent by at least one target client and is used for updating the target software development kit;
the method further comprises the following steps:
and if the compiling result has errors, notifying the at least one target client.
3. The method of software compilation according to claim 2, further comprising:
and if the compiling result is correct, generating an executable file, and uploading the executable file to a server.
4. The method of software compilation according to claim 2, wherein the errors include at least one of syntax errors, insufficient memory space, logical errors, and insufficient permissions.
5. A system for software compilation, the system comprising:
the acquisition module is used for acquiring at least one subprogram updated aiming at the target software development kit;
the compiling module is used for integrally compiling the updated subprogram and other original subprograms corresponding to the target software development kit; wherein the updated subprogram corresponds to a different function in the target software development kit than the other original subprograms.
6. The software compilation system of claim 5, wherein the acquisition module is specifically configured to acquire the software compilation from the database
Receiving at least one subprogram which is sent by at least one target client and is used for updating the target software development kit;
the system further comprises:
and the judging module is used for notifying the at least one target client if the compiling result has errors.
7. The system for software compilation as recited in claim 6, wherein the determining module is further configured to generate an executable file and upload the executable file to the server if the compilation result is correct.
8. The system for software compilation as recited in claim 6, wherein the errors comprise at least one of syntax errors, insufficient memory space, insufficient flash space, logical errors, and insufficient permissions.
9. An electronic device comprising a processor, a memory, and a computer program stored on the memory and executable on the processor, wherein the processor implements a method of software compilation as recited in any of claims 1-4 when the computer program is executed by the processor.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of a method for software compilation according to any one of claims 1 to 4.
CN202011197624.9A 2020-10-30 2020-10-30 Software compiling method, system, electronic device and storage medium Pending CN112256277A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011197624.9A CN112256277A (en) 2020-10-30 2020-10-30 Software compiling method, system, electronic device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011197624.9A CN112256277A (en) 2020-10-30 2020-10-30 Software compiling method, system, electronic device and storage medium

Publications (1)

Publication Number Publication Date
CN112256277A true CN112256277A (en) 2021-01-22

Family

ID=74267278

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011197624.9A Pending CN112256277A (en) 2020-10-30 2020-10-30 Software compiling method, system, electronic device and storage medium

Country Status (1)

Country Link
CN (1) CN112256277A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117453189A (en) * 2023-12-22 2024-01-26 浪潮通用软件有限公司 Method, system, equipment and medium for layered development of application

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104090763A (en) * 2014-07-11 2014-10-08 携程计算机技术(上海)有限公司 Compiling and publishing method and publishing server
US20150106790A1 (en) * 2013-10-15 2015-04-16 International Business Machines Corporation Detecting merge conflicts and compilation errors in a collaborative integrated development environment
CN107688464A (en) * 2017-06-28 2018-02-13 上海壹账通金融科技有限公司 Software customized server, method and computer-readable recording medium
CN108153529A (en) * 2017-12-22 2018-06-12 杭州迪普科技股份有限公司 A kind of method and device of file compiling
CN109683899A (en) * 2017-10-18 2019-04-26 中移(苏州)软件技术有限公司 A kind of software integrating method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150106790A1 (en) * 2013-10-15 2015-04-16 International Business Machines Corporation Detecting merge conflicts and compilation errors in a collaborative integrated development environment
CN104090763A (en) * 2014-07-11 2014-10-08 携程计算机技术(上海)有限公司 Compiling and publishing method and publishing server
CN107688464A (en) * 2017-06-28 2018-02-13 上海壹账通金融科技有限公司 Software customized server, method and computer-readable recording medium
CN109683899A (en) * 2017-10-18 2019-04-26 中移(苏州)软件技术有限公司 A kind of software integrating method and device
CN108153529A (en) * 2017-12-22 2018-06-12 杭州迪普科技股份有限公司 A kind of method and device of file compiling

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张少刚等: "《软件工程与毕业设计规范》", 31 May 2015, 北京:国防工业出版社, pages: 183 - 187 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117453189A (en) * 2023-12-22 2024-01-26 浪潮通用软件有限公司 Method, system, equipment and medium for layered development of application
CN117453189B (en) * 2023-12-22 2024-03-15 浪潮通用软件有限公司 Method, system, equipment and medium for layered development of application

Similar Documents

Publication Publication Date Title
EP3769223B1 (en) Unified test automation system
US7594219B2 (en) Method and apparatus for monitoring compatibility of software combinations
CN107577475B (en) Software package management method and system of data center cluster system
US8522207B1 (en) Systems and methods for automated centralized build/merge management
US9665469B2 (en) System and method of runtime downloading of debug code and diagnostics tools in an already deployed baseboard management controller (BMC) devices
US20090265701A1 (en) Method and system for platform-agnostic software installation
US20090265586A1 (en) Method and system for installing software deliverables
Lakner et al. IBM system Blue Gene solution: Blue Gene/Q system administration
US10310961B1 (en) Cognitive dynamic script language builder
US20190163610A1 (en) Networked digital data processor log file viewer
US20210141632A1 (en) Automated software patching for versioned code
CN112256277A (en) Software compiling method, system, electronic device and storage medium
CN116991381B (en) Application cross compiling method and device, computing equipment and storage medium
CN113065139A (en) Alarm access method and system, electronic device and medium
US7921417B2 (en) Method and computer system for activation of source files
CN116244186A (en) Operating system test management method and device and computing equipment
CN112486517B (en) Application program installation method and system, electronic equipment and storage medium
CN113986263A (en) Code automation test method, device, electronic equipment and storage medium
CN113986237A (en) Method and device for creating Jenkins compiling task
CN114416430A (en) Software version management method, system, device and medium
CN114116030A (en) Operating system running method and device, electronic equipment and storage medium
CN110266762B (en) Data uploading method, system, device and storage medium
CN115168175A (en) Program error solving method, device, electronic equipment and storage medium
CN113220586A (en) Automatic interface pressure test execution method, device and system
Di Ruscio et al. A model‐driven approach to detect faults in FOSS systems

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination