CN108762736B - Project branch management method, device and equipment and computer readable storage medium - Google Patents
Project branch management method, device and equipment and computer readable storage medium Download PDFInfo
- Publication number
- CN108762736B CN108762736B CN201810235044.0A CN201810235044A CN108762736B CN 108762736 B CN108762736 B CN 108762736B CN 201810235044 A CN201810235044 A CN 201810235044A CN 108762736 B CN108762736 B CN 108762736B
- Authority
- CN
- China
- Prior art keywords
- project
- branch
- management
- item
- instruction
- 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.)
- Active
Links
- 238000007726 management method Methods 0.000 title claims abstract description 659
- 238000000034 method Methods 0.000 claims abstract description 62
- 238000004458 analytical method Methods 0.000 claims abstract description 43
- 238000012795 verification Methods 0.000 claims abstract description 36
- 230000015654 memory Effects 0.000 claims description 25
- 238000013507 mapping Methods 0.000 claims description 18
- 238000012217 deletion Methods 0.000 description 19
- 230000037430 deletion Effects 0.000 description 19
- 238000010586 diagram Methods 0.000 description 5
- 238000011161 development Methods 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000012545 processing Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/10—Office automation; Time management
- G06Q10/103—Workflow collaboration or project management
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Theoretical Computer Science (AREA)
- Strategic Management (AREA)
- Human Resources & Organizations (AREA)
- General Physics & Mathematics (AREA)
- Entrepreneurship & Innovation (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- Marketing (AREA)
- Economics (AREA)
- Data Mining & Analysis (AREA)
- Operations Research (AREA)
- Quality & Reliability (AREA)
- Tourism & Hospitality (AREA)
- General Business, Economics & Management (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Stored Programmes (AREA)
Abstract
The invention provides a project branch management method, which comprises the following steps: when a project branch management instruction is received, acquiring a preset project branch management command set corresponding to the project branch management instruction based on the verification analysis of the project branch management instruction; and executing management operation on the project branch corresponding to the project branch management instruction by calling a preset management interface corresponding to the project branch management instruction set based on the acquired preset management data corresponding to the project branch management instruction set. The invention also discloses a management device, equipment and a computer readable storage medium for the project branches, by implementing the scheme, the management process of the branches of the software development sub-project can be effectively simplified, and the management operation process is friendly and simple.
Description
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a computer-readable storage medium for managing project branches.
Background
With the rapid development of computer technology, in the daily software development process, version management of software codes is generally performed by using a distributed version control system Git. However, a plurality of software development sub-projects are usually included in some relatively large software development projects, each software development sub-project needs a programmer to separately use a Git warehouse to perform version management of software codes, and branches of each software development sub-project need the programmer to perform management by executing corresponding command line programs, so that the management process is complex and tedious.
Disclosure of Invention
The invention provides a project branch management method, a project branch management device, project branch management equipment and a computer readable storage medium, which are used for solving the problem that the branch management process of a sub-project in a software development project is complex and tedious in the prior art.
The technical scheme adopted by the invention is to provide a project branch management method, which comprises the following steps:
when a project branch management instruction is received, acquiring a preset project branch management command set corresponding to the project branch management instruction based on the verification analysis of the project branch management instruction;
and executing management operation on the project branch corresponding to the project branch management instruction by calling a preset management interface corresponding to the project branch management instruction set based on the acquired preset management data corresponding to the project branch management instruction set.
Optionally, the receiving the item branch management instruction includes:
and receiving a project branch management instruction through a preset user interface.
Optionally, the obtaining a preset item branch management command set corresponding to the item branch management instruction based on the verification analysis of the item branch management instruction includes:
and acquiring a project branch management command set corresponding to the project branch management command based on a preset mapping relation between the project branch management command and the project branch management command set.
Optionally, after the performing the management operation on the item branch corresponding to the item branch management instruction, the method further includes:
and presenting the management operation state information of the project branch in the user interface.
Optionally, the executing management operation on the item branch corresponding to the item branch management instruction at least includes one of the following operations:
performing a switch operation on the item branch, performing a create operation on the item branch, and performing a delete operation on the item branch.
The present invention also provides a management apparatus for project branching, including:
the analysis module is used for acquiring a preset project branch management command set corresponding to the project branch management command based on the verification analysis of the project branch management command when the project branch management command is received;
and the execution module is used for executing management operation on the project branch corresponding to the project branch management instruction based on the acquired preset management data corresponding to the project branch management instruction set and by calling a preset management interface corresponding to the project branch management instruction set.
Optionally, the receiving the item branch management instruction includes:
and receiving a project branch management instruction through a preset user interface.
Optionally, the obtaining a preset item branch management command set corresponding to the item branch management instruction based on the verification analysis of the item branch management instruction includes:
and acquiring a project branch management command set corresponding to the project branch management command based on a preset mapping relation between the project branch management command and the project branch management command set.
Optionally, the apparatus further comprises:
and the presentation module is used for presenting the management operation state information of the project branch in the user interface after the management operation is executed on the project branch corresponding to the project branch management instruction.
Optionally, the executing the management operation on the item branch corresponding to the item branch management instruction at least includes one of the following operations:
performing a switch operation on the item branch, performing a create operation on the item branch, and performing a delete operation on the item branch.
The invention also provides a management device of the project branch, which comprises a processor and a memory; the processor is used for executing the project branch management program stored in the memory so as to realize the steps of the project branch management method.
The present invention also provides a computer-readable storage medium storing one or more programs, which are executable by one or more processors to implement the steps of the above-described project branch management method.
By adopting the technical scheme, the invention at least has the following advantages:
the project branch management method, device, equipment and computer readable storage medium can effectively simplify the user interface management operation process of the branch management process of the software development sub-project, is friendly and simple, and effectively improves the branch management efficiency of the software development sub-project.
Drawings
FIG. 1 is a flowchart of a project branch management method according to a first embodiment of the present invention;
FIG. 2 is a flowchart of a project branch management method according to a second embodiment of the present invention;
FIG. 3 is a flowchart illustrating a method for managing project branches according to a third embodiment of the present invention;
FIG. 4 is a flowchart of a project branch management method according to a fourth embodiment of the present invention;
FIG. 5 is a flowchart of a project branch management method according to a fifth embodiment of the present invention;
FIG. 6 is a flowchart of a management method for project branches according to a sixth embodiment of the present invention;
FIG. 7 is a diagram illustrating a project branch switching/creation panel interface according to a sixth embodiment of the present invention;
FIG. 8 is a flowchart of a project branch management method according to a seventh embodiment of the present invention;
FIG. 9 is a diagram illustrating a project branch delete panel interface according to a seventh embodiment of the present invention;
FIG. 10 is a schematic diagram illustrating a structure of a management apparatus for project branches according to an eighth embodiment to a tenth embodiment of the present invention;
FIG. 11 is a schematic diagram illustrating a structure of a management apparatus for project branches according to an eleventh embodiment to a twelfth embodiment of the present invention;
fig. 12 is a schematic structural diagram of a management apparatus for project branch according to a thirteenth embodiment of the present invention.
Detailed Description
To further explain the technical means and effects of the present invention adopted to achieve the intended purpose, the present invention will be described in detail with reference to the accompanying drawings and preferred embodiments.
A first embodiment of the present invention is a method for managing project branches, as shown in fig. 1, including the following specific steps:
step S101, when receiving the project branch management instruction, based on the verification analysis of the project branch management instruction, obtaining a preset project branch management command set corresponding to the project branch management instruction.
Optionally, the item branch management instruction includes at least one of:
a project branch switching instruction, a project branch creation instruction, and a project branch deletion instruction.
Wherein, the item branch switching instruction corresponds to the item branch switching command set; the item branch creating instruction corresponds to an item branch creating command set; the item branch delete instruction corresponds to a set of item branch delete commands.
In this embodiment, the manner of the check analysis of the item branch management instruction is not particularly limited.
Through the verification analysis of the project branch management instruction, the preset project branch management instruction set corresponding to the project branch management instruction is obtained, so that the complex operation caused by the fact that a programmer needs to input a plurality of project branch management instruction lines for project branch management in the prior art is avoided, and the project branch management operation is effectively simplified.
And step S102, based on the preset management data corresponding to the acquired project branch management command set, and by calling a preset management interface corresponding to the project branch management command set, executing management operation on project branches corresponding to the project branch management command.
Optionally, the number of entry branches corresponding to the entry branch management instruction is one or more.
Through the preset management data and the preset management interface, the management operation is executed on the project branch corresponding to the project branch management instruction, the quick management operation on one or more project branches is realized, the problem that a programmer executes the quick management operation on each project branch by inputting a plurality of project branch management command lines to bring complicated operation is avoided, the project branch management operation is effectively simplified, and the project branch management operation efficiency is improved.
The project branch management method of the first embodiment of the invention can effectively simplify the branch management process of the software development sub-project, is friendly and simple in the user interface management operation process, and effectively improves the branch management efficiency of the software development sub-project.
A second embodiment of the present invention, a method for managing project branches, as shown in fig. 2, includes the following steps:
step S201, when receiving the project branch management instruction, acquiring a preset project branch management command set corresponding to the project branch management instruction based on the verification analysis of the project branch management instruction.
Optionally, the item branch management instruction includes at least one of:
a project branch switching instruction, a project branch creation instruction, and a project branch deletion instruction.
Wherein, the item branch switching instruction corresponds to the item branch switching command set; the item branch creating instruction corresponds to an item branch creating command set; the item branch delete instruction corresponds to a set of item branch delete commands.
Optionally, the manner of receiving the item branch management instruction includes, but is not limited to:
and receiving a project branch management instruction through a preset user interface.
For example: step S201, when a project branch management instruction is received through a preset user interface, a preset project branch management command set corresponding to the project branch management instruction in the application layer is obtained based on the verification analysis of the application layer on the project branch management instruction.
In this embodiment, the manner of the check analysis of the item branch management instruction is not particularly limited.
Through the verification analysis of the project branch management instruction, the preset project branch management instruction set corresponding to the project branch management instruction is obtained, so that the complex operation caused by the fact that a programmer needs to input a plurality of project branch management instruction lines for project branch management in the prior art is avoided, and the project branch management operation is effectively simplified.
And step S202, based on the preset management data corresponding to the acquired project branch management command set, and by calling the preset management interface corresponding to the project branch management command set, executing management operation on the project branch corresponding to the project branch management command.
Optionally, the number of the item branches corresponding to the item branch management instruction is one or more.
Through the preset management data and the preset management interface, the management operation is executed on the project branch corresponding to the project branch management instruction, the quick management operation on one or more project branches is realized, the problem that a programmer executes the quick management operation on each project branch by inputting a plurality of project branch management command lines to bring complicated operation is avoided, the project branch management operation is effectively simplified, and the project branch management operation efficiency is improved.
For example: step S202, based on the preset management data corresponding to the item branch management command set acquired in the service layer, and by calling the preset management interface corresponding to the item branch management command set in the service layer, the management operation is executed on the item branch corresponding to the item branch management command.
The project branch management method of the second embodiment of the invention can effectively simplify the branch management process of the software development sub-project, can manage the branches of the software development sub-project through the user interface, is friendly and simple in management operation process, and effectively improves the branch management efficiency of the software development sub-project.
A third embodiment of the present invention provides a method for managing project branches, as shown in fig. 3, including the following specific steps:
step S301, when receiving the project branch management instruction, acquiring a preset project branch management command set corresponding to the project branch management instruction based on the verification analysis of the project branch management instruction.
Optionally, the item branch management instruction includes at least one of:
a project branch switching instruction, a project branch creation instruction, and a project branch deletion instruction.
Wherein, the item branch switching instruction corresponds to the item branch switching command set; the item branch creating instruction corresponds to an item branch creating command set; the item branch delete instruction corresponds to a set of item branch delete commands.
Optionally, the manner of receiving the item branch management instruction includes but is not limited to:
and receiving a project branch management instruction through a preset user interface.
Optionally, the manner of obtaining the preset item branch management command set corresponding to the item branch management instruction based on the verification analysis of the item branch management instruction includes, but is not limited to:
and acquiring a project branch management command set corresponding to the project branch management command based on a preset mapping relation between the project branch management command and the project branch management command set.
For example: step S301, when a project branch management instruction is received through a preset user interface, a project branch management instruction set corresponding to the project branch management instruction in the application layer is obtained based on a mapping relation between the project branch management instruction preset in the application layer and the project branch management instruction set.
Through the verification analysis of the project branch management instruction, the preset project branch management instruction set corresponding to the project branch management instruction is obtained, so that the complex operation caused by the fact that a programmer needs to input a plurality of project branch management instruction lines for project branch management in the prior art is avoided, and the project branch management operation is effectively simplified.
Step S302, based on the preset management data corresponding to the acquired item branch management command set, and by calling the preset management interface corresponding to the item branch management command set, perform management operation on the item branch corresponding to the item branch management command.
Optionally, the number of the item branches corresponding to the item branch management instruction is one or more.
By means of the preset management data and calling the preset management interface, management operation is performed on the project branches corresponding to the project branch management instruction, rapid management operation on one or more project branches is achieved, the problem that a programmer performs rapid management operation on each project branch by inputting a plurality of project branch management command lines is avoided, tedious operation is brought, project branch management operation is effectively simplified, and project branch management operation efficiency is improved.
For example: step S302, based on the preset management data corresponding to the item branch management command set acquired in the service layer, and by calling the preset management interface corresponding to the item branch management command set in the service layer, perform management operation on the item branch corresponding to the item branch management instruction.
The project branch management method of the third embodiment of the invention can effectively simplify the branch management process of the software development sub-project, can manage the branches of the software development sub-project through the user interface, is friendly and simple in management operation process, and effectively improves the branch management efficiency of the software development sub-project.
A fourth embodiment of the present invention provides a method for managing project branches, as shown in fig. 4, including the following steps:
step S401, when the project branch management instruction is received, based on the verification analysis of the project branch management instruction, obtaining a preset project branch management command set corresponding to the project branch management instruction.
Optionally, the item branch management instruction includes at least one of:
a project branch switching instruction, a project branch creation instruction, and a project branch deletion instruction.
Wherein, the item branch switching instruction corresponds to the item branch switching command set; the item branch creating instruction corresponds to an item branch creating command set; the item branch delete instruction corresponds to a set of item branch delete commands.
Optionally, the manner of receiving the item branch management instruction includes but is not limited to:
and receiving a project branch management instruction through a preset user interface.
Optionally, the manner of obtaining the preset item branch management command set corresponding to the item branch management instruction based on the verification analysis of the item branch management instruction includes, but is not limited to:
and acquiring a project branch management command set corresponding to the project branch management command based on a preset mapping relation between the project branch management command and the project branch management command set.
For example: step S401, when a project branch management instruction is received through a preset user interface, acquiring a project branch management instruction set corresponding to the project branch management instruction in the application layer based on a mapping relationship between the project branch management instruction preset in the application layer and the project branch management instruction set.
Through the verification analysis of the project branch management instruction, the preset project branch management instruction set corresponding to the project branch management instruction is obtained, so that the complex operation caused by the fact that a programmer needs to input a plurality of project branch management instruction lines for project branch management in the prior art is avoided, and the project branch management operation is effectively simplified.
Step S402, based on the preset management data corresponding to the acquired project branch management command set, and by calling the preset management interface corresponding to the project branch management command set, executing management operation on the project branch corresponding to the project branch management command.
Optionally, the number of the item branches corresponding to the item branch management instruction is one or more.
Through the preset management data and the preset management interface, the management operation is executed on the project branch corresponding to the project branch management instruction, the quick management operation on one or more project branches is realized, the problem that a programmer executes the quick management operation on each project branch by inputting a plurality of project branch management command lines to bring complicated operation is avoided, the project branch management operation is effectively simplified, and the project branch management operation efficiency is improved.
For example: step S402, based on the preset management data corresponding to the item branch management command set acquired in the service layer, and by calling the preset management interface corresponding to the item branch management command set in the service layer, the management operation is executed on the item branch corresponding to the item branch management command.
In step S403, management operation state information of the project branch is presented in the user interface.
Optionally, the management operation status information packet is not limited to the following information:
status information of completion of the management operation, or status information of failure of the management operation.
The project branch management method of the fourth embodiment of the invention can effectively simplify the branch management process of the software development sub-project, can manage the branches of the software development sub-project through the user interface, is friendly and simple in management operation process, and effectively improves the branch management efficiency of the software development sub-project.
A fifth embodiment of the present invention provides a method for managing project branches, as shown in fig. 5, including the following steps:
step S501, when the project branch management instruction is received, based on the verification analysis of the project branch management instruction, obtaining a preset project branch management command set corresponding to the project branch management instruction.
Optionally, the item branch management instruction includes at least one of:
an item branch switch instruction, an item branch creation instruction, and an item branch deletion instruction.
Wherein, the item branch switching instruction corresponds to the item branch switching command set; the item branch creating instruction corresponds to an item branch creating command set; the item branch delete instruction corresponds to a set of item branch delete commands.
Optionally, the manner of receiving the item branch management instruction includes but is not limited to:
and receiving a project branch management instruction through a preset user interface.
Optionally, the manner of obtaining the preset item branch management command set corresponding to the item branch management instruction based on the verification analysis on the item branch management instruction includes, but is not limited to:
and acquiring a project branch management command set corresponding to the project branch management command based on a preset mapping relation between the project branch management command and the project branch management command set.
For example: step S501, when a project branch management instruction is received through a preset user interface, a project branch management instruction set corresponding to the project branch management instruction in the application layer is obtained based on a mapping relation between the project branch management instruction preset in the application layer and the project branch management instruction set.
Through the verification analysis of the project branch management instruction, the preset project branch management instruction set corresponding to the project branch management instruction is obtained, so that the complex operation caused by the fact that a programmer needs to input a plurality of project branch management instruction lines for project branch management in the prior art is avoided, and the project branch management operation is effectively simplified.
Step S502, based on the preset management data corresponding to the acquired item branch management command set, and by calling the preset management interface corresponding to the item branch management command set, perform management operation on the item branch corresponding to the item branch management command.
Optionally, the number of the item branches corresponding to the item branch management instruction is one or more.
Optionally, the executing management operation on the item branch corresponding to the item branch management instruction at least includes one of the following operations:
the method includes performing a switch operation on an item branch, performing a create operation on the item branch, and performing a delete operation on the item branch.
Wherein, the item branch switching instruction correspondingly executes switching operation on the item branch; the project branch creating instruction correspondingly executes creating operation on the project branch; the item branch delete instruction corresponds to a delete operation performed on the item branch.
Through the preset management data and the preset management interface, the management operation is executed on the project branch corresponding to the project branch management instruction, the quick management operation on one or more project branches is realized, the problem that a programmer executes the quick management operation on each project branch by inputting a plurality of project branch management command lines to bring complicated operation is avoided, the project branch management operation is effectively simplified, and the project branch management operation efficiency is improved.
For example: step S502, based on the preset management data corresponding to the item branch management command set acquired in the service layer, and by calling the preset management interface corresponding to the item branch management command set in the service layer, perform management operation on the item branch corresponding to the item branch management instruction.
In step S503, the management operation state information of the project branch is presented in the user interface.
Optionally, the management operation state information includes, but is not limited to, the following information:
status information of completion of the management operation, or status information of failure of the management operation.
For example, status information of the completion management operation of the project branch is presented in the user interface.
As another example, status information of management operation failure of a project branch is presented in a user interface.
The project branch management method of the fifth embodiment of the invention can effectively simplify the branch management process of the software development sub-project, can manage the branches of the software development sub-project through the user interface, is friendly and simple in management operation process, and effectively improves the branch management efficiency of the software development sub-project.
A sixth embodiment of the present invention is based on the above embodiments, and this embodiment takes a project branch management method as an example, and introduces an application example of the present invention with reference to fig. 6 to 7.
Step S601, in the development process of the project branch, opening a project branch switching/creating panel by clicking a project branch switching/creating (Batch Checkout) option under a tool (Tools) menu; a project branch switch/create instruction is received via the project branch switch/create panel interface.
As shown in fig. 7, receiving a project branch switch/create instruction through a project branch switch/create panel interface includes:
inputting identification information of a first switching item branch in a first switching item input box; the identification information of the second entry branch is entered in the second entry branch entry box.
Step S602, obtaining a project branch management command set corresponding to the project branch switching/creating instruction in the application layer based on a mapping relationship between the project branch switching/creating instruction preset in the application layer and the project branch management command set.
Step S603, based on the preset management data corresponding to the acquired item branch switching/creating command set, and by calling the preset management interface corresponding to the item branch switching/creating command set, perform switching/creating operation on the item branch corresponding to the item branch switching/creating instruction.
The method for executing the switching/creating operation on the project branch corresponding to the project branch switching/creating instruction comprises the following steps:
as shown in fig. 7, when the first project branch does not exist, the second project branch is switched, the project branches can be quickly switched in batch by clicking the OK button, and the state information of the project branch management operation is popped up after the project branch switching is completed;
when the Force option is selected, switching to a first item branch; in the case where the first project branch does not exist, the branch is created, thereby realizing a batch creation project branch.
The project branch management method of the sixth embodiment of the invention can effectively simplify the branch management process of the software development sub-project, can manage the branches of the software development sub-project through the user interface, is friendly and simple in management operation process, and effectively improves the branch management efficiency of the software development sub-project.
A seventh embodiment of the present invention is based on the above embodiments, and this embodiment takes a project branch management method as an example, and introduces an application example of the present invention with reference to fig. 8 to 9.
Step S701, in the development process of the project branch, opening a project branch deletion panel by clicking a project branch deletion (Batch Remove) option under a tool (Tools) menu; an item branch delete instruction is received via an item branch delete panel interface.
As shown in fig. 9, receiving an item branch delete instruction through an item branch delete panel interface includes:
and inputting identification information of the item branch needing to be deleted in the Remove Barnch input box.
Step S702, acquiring a project branch management command set corresponding to the project branch deletion instruction in the application layer based on a mapping relationship between the project branch deletion instruction preset in the application layer and the project branch management command set.
And step S703, based on the preset management data corresponding to the acquired item branch deletion instruction set, executing a deletion operation on an item branch corresponding to the item branch deletion instruction by calling a preset management interface corresponding to the item branch deletion instruction set.
The method for executing the deleting operation on the item branch corresponding to the item branch deleting instruction comprises the following steps:
as shown in fig. 9, when the OK button is clicked to delete the item branch in a batch manner quickly, the status information of the completed item branch management operation is popped up after the deletion of the item branch is completed.
The project branch management method of the seventh embodiment of the invention can effectively simplify the branch management process of the software development sub-project, can manage the branches of the software development sub-project through the user interface, is friendly and simple in management operation process, and effectively improves the branch management efficiency of the software development sub-project.
An eighth embodiment of the present invention, a management apparatus for project branching, as shown in fig. 10, includes the following components:
the parsing module 100 is configured to, when a project branch management instruction is received, obtain a preset project branch management command set corresponding to the project branch management instruction based on a verification analysis of the project branch management instruction.
Optionally, the item branch management instruction includes at least one of:
a project branch switching instruction, a project branch creation instruction, and a project branch deletion instruction.
Wherein, the item branch switching instruction corresponds to the item branch switching command set; the item branch creating instruction corresponds to an item branch creating command set; the item branch delete instruction corresponds to a set of item branch delete commands.
In this embodiment, the manner of the check analysis of the item branch management instruction is not particularly limited.
Through the verification analysis of the project branch management instruction, the preset project branch management instruction set corresponding to the project branch management instruction is obtained, so that the complex operation caused by the fact that a programmer needs to input a plurality of project branch management instruction lines for project branch management in the prior art is avoided, and the project branch management operation is effectively simplified.
The execution module 200 is configured to execute a management operation on a project branch corresponding to the project branch management instruction by calling a preset management interface corresponding to the project branch management instruction set based on the preset management data corresponding to the acquired project branch management instruction set.
Optionally, the number of the item branches corresponding to the item branch management instruction is one or more.
Through the preset management data and the preset management interface, the management operation is executed on the project branch corresponding to the project branch management instruction, the quick management operation on one or more project branches is realized, the problem that a programmer executes the quick management operation on each project branch by inputting a plurality of project branch management command lines to bring complicated operation is avoided, the project branch management operation is effectively simplified, and the project branch management operation efficiency is improved.
The project branch management device of the eighth embodiment of the invention can effectively simplify the branch management process of the software development sub-project, is friendly and simple in management operation process, and effectively improves the branch management efficiency of the software development sub-project.
A ninth embodiment of the present invention, a management apparatus for project branches, as shown in fig. 10, includes the following components:
the parsing module 100 is configured to, when a project branch management instruction is received, obtain a preset project branch management command set corresponding to the project branch management instruction based on a verification analysis of the project branch management instruction.
Optionally, the item branch management instruction includes at least one of:
a project branch switching instruction, a project branch creation instruction, and a project branch deletion instruction.
Wherein, the item branch switching instruction corresponds to the item branch switching command set; the item branch creating instruction corresponds to an item branch creating command set; the item branch delete instruction corresponds to a set of item branch delete commands.
Optionally, the manner of receiving the item branch management instruction includes, but is not limited to:
and receiving a project branch management instruction through a preset user interface.
For example: the parsing module 100 is configured to, when a project branch management instruction is received through a preset user interface, obtain a preset project branch management command set corresponding to the project branch management instruction in an application layer based on a verification analysis of the project branch management instruction by the application layer.
In this embodiment, the manner of the check analysis of the item branch management instruction is not particularly limited.
Through the verification analysis of the project branch management instruction, the preset project branch management instruction set corresponding to the project branch management instruction is obtained, so that the complex operation caused by the fact that a programmer needs to input a plurality of project branch management instruction lines for project branch management in the prior art is avoided, and the project branch management operation is effectively simplified.
The execution module 200 is configured to execute a management operation on a project branch corresponding to the project branch management instruction by calling a preset management interface corresponding to the project branch management instruction set based on the preset management data corresponding to the acquired project branch management instruction set.
Optionally, the number of the item branches corresponding to the item branch management instruction is one or more.
Through the preset management data and the preset management interface, the management operation is executed on the project branch corresponding to the project branch management instruction, the quick management operation on one or more project branches is realized, the problem that a programmer executes the quick management operation on each project branch by inputting a plurality of project branch management command lines to bring complicated operation is avoided, the project branch management operation is effectively simplified, and the project branch management operation efficiency is improved.
For example: the execution module 200 is configured to execute a management operation on a project branch corresponding to the project branch management instruction by calling a preset management interface corresponding to the project branch management instruction set in the service layer based on preset management data corresponding to the project branch management instruction set acquired in the service layer.
The project branch management device of the ninth embodiment of the invention can effectively simplify the branch management process of the software development sub-project, can manage the branches of the software development sub-project through the user interface, is friendly and simple in management operation process, and effectively improves the branch management efficiency of the software development sub-project.
A tenth embodiment of the present invention is a management apparatus for project branches, as shown in fig. 10, including the following components:
the parsing module 100 is configured to, when a project branch management instruction is received, obtain a preset project branch management command set corresponding to the project branch management instruction based on a verification analysis of the project branch management instruction.
Optionally, the item branch management instruction includes at least one of:
a project branch switching instruction, a project branch creation instruction, and a project branch deletion instruction.
Wherein, the item branch switching instruction corresponds to the item branch switching command set; the item branch creating instruction corresponds to an item branch creating command set; the item branch delete instruction corresponds to a set of item branch delete commands.
Optionally, the manner of receiving the item branch management instruction includes but is not limited to:
and receiving a project branch management instruction through a preset user interface.
Optionally, the manner of obtaining the preset item branch management command set corresponding to the item branch management instruction based on the verification analysis of the item branch management instruction includes, but is not limited to:
and acquiring a project branch management command set corresponding to the project branch management command based on a preset mapping relation between the project branch management command and the project branch management command set.
For example: the parsing module 100 is configured to, when a project branch management instruction is received through a preset user interface, obtain a project branch management instruction set corresponding to the project branch management instruction in an application layer based on a mapping relationship between the project branch management instruction preset in the application layer and the project branch management instruction set.
Through the verification analysis of the project branch management instruction, the preset project branch management instruction set corresponding to the project branch management instruction is obtained, so that the complex operation caused by the fact that a programmer needs to input a plurality of project branch management instruction lines for project branch management in the prior art is avoided, and the project branch management operation is effectively simplified.
The execution module 200 is configured to execute a management operation on a project branch corresponding to the project branch management instruction by calling a preset management interface corresponding to the project branch management instruction set based on the preset management data corresponding to the acquired project branch management instruction set.
Optionally, the number of the item branches corresponding to the item branch management instruction is one or more.
By means of the preset management data and calling the preset management interface, management operation is performed on the project branches corresponding to the project branch management instruction, rapid management operation on one or more project branches is achieved, the problem that a programmer performs rapid management operation on each project branch by inputting a plurality of project branch management command lines is avoided, tedious operation is brought, project branch management operation is effectively simplified, and project branch management operation efficiency is improved.
For example: the execution module 200 is configured to execute a management operation on a project branch corresponding to the project branch management instruction by calling a preset management interface corresponding to the project branch management instruction set in the service layer based on preset management data corresponding to the project branch management instruction set acquired in the service layer.
The project branch management device of the tenth embodiment of the invention can effectively simplify the branch management process of the software development sub-project, can manage the branches of the software development sub-project through the user interface, is friendly and simple in management operation process, and effectively improves the branch management efficiency of the software development sub-project.
An eleventh embodiment of the present invention, as shown in fig. 11, is a management apparatus for project branching, including the following components:
the parsing module 100 is configured to, when a project branch management instruction is received, obtain a preset project branch management command set corresponding to the project branch management instruction based on a verification analysis of the project branch management instruction.
Optionally, the item branch management instruction includes at least one of:
a project branch switching instruction, a project branch creation instruction, and a project branch deletion instruction.
Wherein, the item branch switching instruction corresponds to the item branch switching command set; the item branch creating instruction corresponds to an item branch creating command set; the item branch delete instruction corresponds to a set of item branch delete commands.
Optionally, the manner of receiving the item branch management instruction includes but is not limited to:
and receiving a project branch management instruction through a preset user interface.
Optionally, the manner of obtaining the preset item branch management command set corresponding to the item branch management instruction based on the verification analysis of the item branch management instruction includes, but is not limited to:
and acquiring a project branch management command set corresponding to the project branch management command based on a preset mapping relation between the project branch management command and the project branch management command set.
For example: the parsing module 100 is configured to, when a project branch management instruction is received through a preset user interface, obtain a project branch management instruction set corresponding to the project branch management instruction in an application layer based on a mapping relationship between the project branch management instruction preset in the application layer and the project branch management instruction set.
Through the verification analysis of the project branch management instruction, the preset project branch management instruction set corresponding to the project branch management instruction is obtained, so that the complex operation caused by the fact that a programmer needs to input a plurality of project branch management instruction lines for project branch management in the prior art is avoided, and the project branch management operation is effectively simplified.
The execution module 200 is configured to execute a management operation on a project branch corresponding to the project branch management instruction by calling a preset management interface corresponding to the project branch management instruction set based on the preset management data corresponding to the acquired project branch management instruction set.
Optionally, the number of the item branches corresponding to the item branch management instruction is one or more.
Through the preset management data and the preset management interface, the management operation is executed on the project branch corresponding to the project branch management instruction, the quick management operation on one or more project branches is realized, the problem that a programmer executes the quick management operation on each project branch by inputting a plurality of project branch management command lines to bring complicated operation is avoided, the project branch management operation is effectively simplified, and the project branch management operation efficiency is improved.
For example: the execution module 200 is configured to execute a management operation on a project branch corresponding to the project branch management instruction by calling a preset management interface corresponding to the project branch management instruction set in the service layer based on preset management data corresponding to the project branch management instruction set acquired in the service layer.
And a presentation module 300 for presenting the management operation state information of the project branch in the user interface.
Optionally, the management operation status information packet is not limited to the following information:
status information of completion of the management operation, or status information of failure of the management operation.
The project branch management device of the eleventh embodiment of the invention can effectively simplify the branch management process of the software development sub-project, can manage the branches of the software development sub-project through the user interface, is friendly and simple in management operation process, and effectively improves the branch management efficiency of the software development sub-project.
A twelfth embodiment of the present invention, a management apparatus for project branching, as shown in fig. 11, includes the following components:
the parsing module 100 is configured to, when a project branch management instruction is received, obtain a preset project branch management command set corresponding to the project branch management instruction based on a verification analysis of the project branch management instruction.
Optionally, the item branch management instruction includes at least one of:
an item branch switch instruction, an item branch creation instruction, and an item branch deletion instruction.
Wherein, the item branch switching instruction corresponds to the item branch switching command set; the item branch creating instruction corresponds to an item branch creating command set; the item branch delete instruction corresponds to a set of item branch delete commands.
Optionally, the manner of receiving the item branch management instruction includes but is not limited to:
and receiving a project branch management instruction through a preset user interface.
Optionally, the manner of obtaining the preset item branch management command set corresponding to the item branch management instruction based on the verification analysis of the item branch management instruction includes, but is not limited to:
and acquiring a project branch management command set corresponding to the project branch management command based on a preset mapping relation between the project branch management command and the project branch management command set.
For example: the parsing module 100 is configured to, when a project branch management instruction is received through a preset user interface, obtain a project branch management instruction set corresponding to the project branch management instruction in an application layer based on a mapping relationship between the project branch management instruction preset in the application layer and the project branch management instruction set.
Through the verification analysis of the project branch management instruction, the preset project branch management instruction set corresponding to the project branch management instruction is obtained, so that the complex operation caused by the fact that a programmer needs to input a plurality of project branch management instruction lines for project branch management in the prior art is avoided, and the project branch management operation is effectively simplified.
The execution module 200 is configured to execute a management operation on a project branch corresponding to the project branch management instruction by calling a preset management interface corresponding to the project branch management instruction set based on the preset management data corresponding to the acquired project branch management instruction set.
Optionally, the number of the item branches corresponding to the item branch management instruction is one or more.
Optionally, the executing management operation on the item branch corresponding to the item branch management instruction at least includes one of the following operations:
the method includes performing a switch operation on an item branch, performing a create operation on the item branch, and performing a delete operation on the item branch.
Wherein, the item branch switching instruction correspondingly executes switching operation on the item branch; the project branch creating instruction correspondingly executes creating operation on the project branch; the item branch delete instruction corresponds to a delete operation performed on the item branch.
By means of the preset management data and calling the preset management interface, management operation is performed on the project branches corresponding to the project branch management instruction, rapid management operation on one or more project branches is achieved, the problem that a programmer performs rapid management operation on each project branch by inputting a plurality of project branch management command lines is avoided, tedious operation is brought, project branch management operation is effectively simplified, and project branch management operation efficiency is improved.
For example: the execution module 200 is configured to execute a management operation on a project branch corresponding to the project branch management instruction by calling a preset management interface corresponding to the project branch management instruction set in the service layer based on preset management data corresponding to the project branch management instruction set acquired in the service layer.
And a presentation module 300 for presenting the management operation state information of the project branch in the user interface.
Optionally, the management operation state information includes, but is not limited to, the following information:
status information of completion of the management operation, or status information of failure of the management operation.
For example, status information of the completion management operation of the project branch is presented in the user interface.
As another example, status information of management operation failures of project branches is presented in a user interface.
The project branch management device of the twelfth embodiment of the invention can effectively simplify the branch management process of the software development sub-project, can manage the branches of the software development sub-project through the user interface, is friendly and simple in management operation process, and effectively improves the branch management efficiency of the software development sub-project.
A thirteenth embodiment of the present invention, a management apparatus of project branching, as shown in fig. 12, includes the following components:
a processor 501 and a memory 502. In some embodiments of the invention, the processor 501 and the memory 502 may be connected by a bus or other means.
a memory 502 for storing program code and transferring the program code to the processor 501. Memory 502 may include Volatile Memory (Volatile Memory), such as Random Access Memory (RAM); the Memory 502 may also include a Non-Volatile Memory (Non-Volatile Memory), such as a Read-Only Memory (ROM), a Flash Memory (Flash Memory), a Hard Disk (Hard Disk Drive, HDD), or a Solid-State Drive (SSD); the memory 502 may also comprise a combination of memories of the kind described above.
The processor 501 is configured to call the program code management code stored in the memory 502, and perform some or all of the steps in any of the first embodiment to the seventh embodiment of the present invention.
The project branch management device of the thirteenth embodiment of the present invention can effectively simplify the branch management process of the software development sub-project, and can manage the branches of the software development sub-project through the user interface, the management operation process is friendly and simple, and the branch management efficiency of the software development sub-project is effectively improved.
A fourteenth embodiment of the present invention is a computer-readable storage medium.
The computer storage media may be RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage media known in the art.
The computer readable storage medium stores one or more programs which are executable by one or more processors to implement some or all of the steps in any of the first to seventh embodiments of the present invention.
The computer-readable storage medium according to the fourteenth embodiment of the present invention stores one or more programs, and the one or more programs can be executed by one or more processors, so that the management process of the branches of the software development sub-project can be effectively simplified, the management of the branches of the software development sub-project can be performed through a user interface, the management operation process is friendly and simple, and the branch management efficiency of the software development sub-project is effectively improved.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
While the present invention has been described with reference to the particular illustrative embodiments, it is to be understood that the invention is not limited to the disclosed embodiments, but is intended to cover various modifications, equivalent arrangements, and equivalents thereof, which may be made by those skilled in the art without departing from the spirit and scope of the invention as defined by the appended claims.
Claims (10)
1. A method for managing project branches, comprising:
when a project branch management instruction is received, acquiring a preset project branch management command set corresponding to the project branch management instruction based on the verification analysis of the project branch management instruction;
based on the preset management data corresponding to the acquired project branch management command set, and by calling a preset management interface corresponding to the project branch management command set, executing management operation on the project branch corresponding to the project branch management command;
the obtaining a preset item branch management command set corresponding to the item branch management command based on the checking analysis of the item branch management command includes:
and acquiring a project branch management command set corresponding to the project branch management command based on a preset mapping relation between the project branch management command and the project branch management command set.
2. The method of claim 1, wherein receiving an item branch management instruction comprises:
and receiving a project branch management instruction through a preset user interface.
3. The method of claim 2, wherein after the performing the management operation on the item branch corresponding to the item branch management instruction, the method further comprises:
and presenting the management operation state information of the project branch in the user interface.
4. The method according to any one of claims 1 to 3, wherein the performing the management operation on the item branch corresponding to the item branch management instruction comprises at least one of:
performing a switch operation on the item branch, performing a create operation on the item branch, and performing a delete operation on the item branch.
5. An apparatus for managing a project branch, comprising:
the analysis module is used for acquiring a preset project branch management command set corresponding to the project branch management command based on the verification analysis of the project branch management command when the project branch management command is received;
the execution module is used for executing management operation on the project branch corresponding to the project branch management instruction based on the acquired preset management data corresponding to the project branch management instruction set and by calling a preset management interface corresponding to the project branch management instruction set;
the obtaining of the preset item branch management command set corresponding to the item branch management instruction based on the verification analysis of the item branch management instruction includes:
and acquiring a project branch management command set corresponding to the project branch management command based on a preset mapping relation between the project branch management command and the project branch management command set.
6. The apparatus of claim 5, wherein receiving the entry branch management instruction comprises:
and receiving a project branch management instruction through a preset user interface.
7. The apparatus of claim 6, further comprising:
and the presentation module is used for presenting the management operation state information of the project branch in the user interface after the management operation is executed on the project branch corresponding to the project branch management instruction.
8. The apparatus according to any one of claims 5 to 7, wherein the performing of the management operation on the item branch corresponding to the item branch management instruction comprises at least one of:
performing a switch operation on the item branch, performing a create operation on the item branch, and performing a delete operation on the item branch.
9. A management device for a project branch, characterized in that the management device for a project branch comprises a processor and a memory;
the processor is used for executing a management program of project branches stored in the memory so as to realize the steps of the management method of the project branches according to any one of claims 1-4.
10. A computer readable storage medium, characterized in that the computer readable storage medium stores one or more programs which are executable by one or more processors to implement the steps of the management method of project branching according to any one of claims 1 to 4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810235044.0A CN108762736B (en) | 2018-03-21 | 2018-03-21 | Project branch management method, device and equipment and computer readable storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810235044.0A CN108762736B (en) | 2018-03-21 | 2018-03-21 | Project branch management method, device and equipment and computer readable storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN108762736A CN108762736A (en) | 2018-11-06 |
CN108762736B true CN108762736B (en) | 2022-09-02 |
Family
ID=63980579
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201810235044.0A Active CN108762736B (en) | 2018-03-21 | 2018-03-21 | Project branch management method, device and equipment and computer readable storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN108762736B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109976801B (en) * | 2019-04-24 | 2022-09-09 | 网宿科技股份有限公司 | A code development method, system and computer-readable storage medium |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101932999A (en) * | 2007-12-20 | 2010-12-29 | 汇丰技术股份有限公司 | Automated methods and systems for developing and deploying projects in parallel |
CN104376431A (en) * | 2014-12-02 | 2015-02-25 | 国网浙江余姚市供电公司 | Engineering project management method and system |
CN105487912A (en) * | 2015-11-30 | 2016-04-13 | 西安闻泰电子科技有限公司 | Public problem modification multi-branch maintenance system and method |
CN106648589A (en) * | 2016-09-28 | 2017-05-10 | 郑州云海信息技术有限公司 | svn source code online management and shared viewing system and method |
CN107291448A (en) * | 2017-05-19 | 2017-10-24 | 上海瀚乾信息技术服务有限公司 | A kind of Software Develop Project Management system |
CN107451172A (en) * | 2016-03-31 | 2017-12-08 | 阿里巴巴集团控股有限公司 | Method of data synchronization and equipment for edition management system |
CN107728996A (en) * | 2017-10-11 | 2018-02-23 | 郑州云海信息技术有限公司 | A kind of GIT branch managements method and device |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7599924B2 (en) * | 2004-06-25 | 2009-10-06 | International Business Machines Corporation | Relationship management in a data abstraction model |
CN1913524A (en) * | 2005-08-11 | 2007-02-14 | 华为技术有限公司 | Method of network management system interface consulation and its device |
CN101136780A (en) * | 2007-09-12 | 2008-03-05 | 华为技术有限公司 | Method, system to obtain user command information, and user command registered device |
KR101185093B1 (en) * | 2008-12-19 | 2012-09-21 | 한국전자통신연구원 | Project management device and method for architecture modeling tool of application software on AUTOSAR |
CN102053855B (en) * | 2010-12-13 | 2014-03-05 | 浪潮(北京)电子信息产业有限公司 | System and method for generating software |
CN104423960B (en) * | 2013-09-10 | 2018-04-03 | 阿里巴巴集团控股有限公司 | A kind of method and system of project continuous integrating |
CN105589684B (en) * | 2014-10-23 | 2020-04-28 | 中兴通讯股份有限公司 | Method and device for managing parameters of mobile terminal |
-
2018
- 2018-03-21 CN CN201810235044.0A patent/CN108762736B/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101932999A (en) * | 2007-12-20 | 2010-12-29 | 汇丰技术股份有限公司 | Automated methods and systems for developing and deploying projects in parallel |
CN104376431A (en) * | 2014-12-02 | 2015-02-25 | 国网浙江余姚市供电公司 | Engineering project management method and system |
CN105487912A (en) * | 2015-11-30 | 2016-04-13 | 西安闻泰电子科技有限公司 | Public problem modification multi-branch maintenance system and method |
CN107451172A (en) * | 2016-03-31 | 2017-12-08 | 阿里巴巴集团控股有限公司 | Method of data synchronization and equipment for edition management system |
CN106648589A (en) * | 2016-09-28 | 2017-05-10 | 郑州云海信息技术有限公司 | svn source code online management and shared viewing system and method |
CN107291448A (en) * | 2017-05-19 | 2017-10-24 | 上海瀚乾信息技术服务有限公司 | A kind of Software Develop Project Management system |
CN107728996A (en) * | 2017-10-11 | 2018-02-23 | 郑州云海信息技术有限公司 | A kind of GIT branch managements method and device |
Non-Patent Citations (1)
Title |
---|
基于Web Services的软件配置管理系统构建;黄慧丹;《中国优秀硕士学位论文全文数据库 信息科技辑》;20090815(第 08 期);I138-182 * |
Also Published As
Publication number | Publication date |
---|---|
CN108762736A (en) | 2018-11-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109814854B (en) | Project framework generation method, device, computer equipment and storage medium | |
US20160179495A1 (en) | Device and method for packaging application | |
CN109359091B (en) | File management method, device, terminal and computer readable storage medium | |
CN107797826B (en) | Rule configuration method based on rule engine, terminal and equipment | |
CN110457260A (en) | File processing method, device, device, and computer-readable storage medium | |
CN111068328B (en) | Game advertisement configuration form generation method, terminal equipment and medium | |
CN110941779B (en) | Page loading method and device, storage medium and electronic equipment | |
CN115516419A (en) | Application installation method, device and equipment and computer readable storage medium | |
CN102819500B (en) | A kind of method and device creating peripheral equipment control interface | |
CN106293763A (en) | The management method of application component version and device | |
CN111708557A (en) | Method, device and storage medium for updating configuration file | |
CN111126027A (en) | List generation method, device, equipment and medium | |
CN111190609B (en) | Service processing method, device, equipment and storage medium | |
CN109284126B (en) | Automatic class library updating method and device, electronic equipment and storage medium | |
CN110597662B (en) | Backup data automatic verification method and device, user equipment and storage medium | |
CN108647023A (en) | Picture compression method, apparatus, equipment and the storage medium of Software Development Tools | |
CN108762736B (en) | Project branch management method, device and equipment and computer readable storage medium | |
CN108170605A (en) | Submission method, client and the computer readable storage medium of bug information | |
CN115617780A (en) | Data import method, device, equipment and storage medium | |
CN112650598B (en) | Multi-application access method for workflow system | |
CN113821249A (en) | Method, apparatus, electronic device and readable storage medium for project development configuration | |
CN113312900A (en) | Data verification method and device | |
CN112035127B (en) | Method and device for installing application, vehicle, storage medium and electronic equipment | |
US9787552B2 (en) | Operation process creation program, operation process creation method, and information processing device | |
JP5380895B2 (en) | Management program, management method and management apparatus |
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 | ||
GR01 | Patent grant | ||
GR01 | Patent grant |