CN109189370B - Software component generation method, device, equipment and computer readable storage medium - Google Patents

Software component generation method, device, equipment and computer readable storage medium Download PDF

Info

Publication number
CN109189370B
CN109189370B CN201810865801.2A CN201810865801A CN109189370B CN 109189370 B CN109189370 B CN 109189370B CN 201810865801 A CN201810865801 A CN 201810865801A CN 109189370 B CN109189370 B CN 109189370B
Authority
CN
China
Prior art keywords
link
software
template
life cycle
generating
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
Application number
CN201810865801.2A
Other languages
Chinese (zh)
Other versions
CN109189370A (en
Inventor
尚一多
林一鸣
李春秀
孟庆轶
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China United Network Communications Group Co Ltd
Original Assignee
China United Network Communications Group 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 China United Network Communications Group Co Ltd filed Critical China United Network Communications Group Co Ltd
Priority to CN201810865801.2A priority Critical patent/CN109189370B/en
Publication of CN109189370A publication Critical patent/CN109189370A/en
Application granted granted Critical
Publication of CN109189370B publication Critical patent/CN109189370B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design

Abstract

The invention provides a method, a device and equipment for generating a software component and a computer-readable storage medium. The method comprises the following steps: acquiring template identification information of each link in the full life cycle of the software selected by the input equipment; acquiring a template corresponding to each link according to the template identification information of each link; generating basic components corresponding to each link according to the template corresponding to each link; and outputting the basic components corresponding to all links of the full life cycle of the software and the association relation of the basic components corresponding to all the links. Because a plurality of templates are arranged in each link of the whole life cycle of the software, the basic components can be automatically generated according to the templates selected in each link, so that the manual operation is reduced, the efficiency is improved, and the processing of the software project is more efficient and convenient.

Description

Software component generation method, device, equipment and computer readable storage medium
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a method, a device and equipment for generating a software component and a computer readable storage medium.
Background
The rapid development of information technology enables the application economy to be rapidly developed, and the rapid delivery and continuous updating capacity of an application system becomes an important index for measuring the competitiveness among enterprises. In order to meet the continuous change of market demands and obtain continuous and rapid development, the rapid, efficient and automatic building of the basic components in new software projects of enterprises also becomes a hot problem concerned by people, so that the development efficiency and speed are improved, and the rapid, continuous and high-quality software application delivery is realized.
At present, the basic assembly building of a new software project is basically completed through manual operation, the needed basic assembly is added into the project, the automation degree is low, convenience and simplicity are lacked, all stages are mutually independent, and the collaboration is not good.
Disclosure of Invention
The embodiment of the invention provides a method, a device and equipment for generating a software component and a computer-readable storage medium, and solves the technical problems that basic component building in the prior art is basically completed through manual operation, the automation degree is low, convenience and simplicity are lacked, all stages are mutually independent, and the collaboration is not good.
The embodiment of the invention provides a method for generating a software component, which comprises the following steps:
acquiring template identification information of each link in the full life cycle of the software selected by the input equipment;
obtaining a template corresponding to each link according to the template identification information of each link;
generating a basic component corresponding to each link according to the template corresponding to each link;
and outputting the basic components corresponding to all links of the full life cycle of the software and the association relation of the basic components corresponding to all the links.
Further, the method as described above, before obtaining the template identification information of each link in the full life cycle of the software selected by the input device, further includes:
constructing a plurality of templates of each link in the whole life cycle of the software;
and establishing the incidence relation of each link in the whole life cycle of the software.
Further, the method, after outputting the association relationship between the basic component corresponding to each link of the full life cycle of the software and the basic component corresponding to each link, further includes:
acquiring service data corresponding to each basic component;
and generating service software according to each basic component and corresponding service data.
Further, according to the method, the links in the full lifecycle of the software at least include: a software development process link, a source code management link, a test management link, a continuous delivery link and a resource management link;
the template corresponding to each link at least comprises: a generic template and a personalized template.
An embodiment of the present invention provides a device for generating a software component, including:
the acquisition module is used for acquiring template identification information of each link in the full life cycle of the software selected by the input equipment;
the acquisition module is further used for acquiring the template corresponding to each link according to the template identification information of each link;
the generating module is used for generating the basic components corresponding to all links according to the templates corresponding to all links;
and the output module is used for outputting the basic components corresponding to all links of the full life cycle of the software and the association relation of the basic components corresponding to all the links.
Further, the apparatus as described above, further comprising:
the construction module is used for constructing a plurality of templates of each link in the whole life cycle of the software;
and the establishing module is used for establishing the incidence relation of each link in the whole life cycle of the software.
Further, in the apparatus described above, the obtaining module is further configured to obtain service data corresponding to each basic component;
and the generating module is also used for generating service software according to each basic component and the corresponding service data.
Further, according to the above apparatus, the links of the full lifecycle of the software at least include: a software development process link, a source code management link, a test management link, a continuous delivery link and a resource management link;
the template corresponding to each link at least comprises: a generic template and a personalized template.
The present invention provides a software component generation device, including:
a memory, a processor, and a computer program;
wherein the computer program is stored in the memory and configured to be executed by the processor to implement a method as claimed in any one of the above.
The invention provides a computer readable storage medium having stored thereon a computer program for execution by a processor to implement a method as claimed in any one of the above.
The embodiment of the invention provides a method, a device and equipment for generating a software component and a computer readable storage medium, wherein template identification information of each link in a software full life cycle selected by input equipment is acquired; acquiring a template corresponding to each link according to the template identification information of each link; generating basic components corresponding to each link according to the template corresponding to each link; and outputting the basic components corresponding to all links of the full life cycle of the software and the association relation of the basic components corresponding to all the links. Because a plurality of templates are arranged in each link of the whole life cycle of the software, the basic components can be automatically generated according to the templates selected in each link, so that the manual operation is reduced, the efficiency is improved, and the processing of the software project is more efficient and convenient.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a flowchart of a first embodiment of a method for generating software components according to the present invention;
FIG. 2 is a flowchart of a second embodiment of a method for generating software components according to the present invention;
FIG. 3 is a schematic structural diagram of a first embodiment of a device for generating software components according to the present invention;
FIG. 4 is a schematic structural diagram of a second embodiment of a software component generation apparatus according to the present invention;
fig. 5 is a schematic structural diagram of a first embodiment of a device for generating software components according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be understood that the term "and/or" as used herein is merely one type of association that describes an associated object, meaning that three relationships may exist, e.g., a and/or B may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship.
The word "if" as used herein may be interpreted as "at … …" or "when … …" or "in response to a determination" or "in response to a detection", depending on the context. Similarly, the phrases "if determined" or "if detected (a stated condition or event)" may be interpreted as "when determined" or "in response to a determination" or "when detected (a stated condition or event)" or "in response to a detection (a stated condition or event)", depending on the context.
Fig. 1 is a flowchart of a first embodiment of a method for generating a software component according to the present invention, and as shown in fig. 1, an execution subject of the present embodiment is a software component generating device, and the software component generating device can be integrated in a computer, a notebook computer, a server, or other devices with independent computing and processing capabilities, so that the method for generating a software component according to the present embodiment includes the following steps.
Step 101, acquiring template identification information of each link in the software full life cycle selected by the input device.
Wherein, a software full life cycle includes at least: a software development process link, a source code management link, a test management link, a continuous delivery link and a resource management link.
In this embodiment, the input device may be a mouse, a keyboard, or the like.
Specifically, in this embodiment, after a user obtains a new software project, templates matching requirements are respectively selected from all templates of each link in the software full-life cycle according to the requirements of the software project, template identification information of each link in the software full-life cycle is sent to a generating device of a software component through an input device, and the generating device of the software component obtains the template identification information of each link in the software full-life cycle.
The template identification information of each link may be information that uniquely represents the template, such as a template name, a serial number, and the like of each link.
The number of templates in each link is multiple, and the template types may include a general type and may also include a personalized type, which is not limited in this embodiment.
And 102, acquiring a template corresponding to each link according to the template identification information of each link.
Specifically, in this embodiment, according to the template identification information of each link, a corresponding template is obtained from a pre-stored area. The acquired template corresponding to each link at least comprises: the system comprises a software development process template, a source code management template, a test management template, a continuous delivery template and a resource management template.
Wherein in each template there is configuration data comprising at least configuration data of the component.
And 103, generating basic components corresponding to all links according to the templates corresponding to all links.
Specifically, in this embodiment, each template has configuration data for generating a corresponding basic component, so the basic component is generated according to the configuration data of the basic component in the template of each selected link.
In addition, in this embodiment, the association relationship of each link in the full life cycle of the software is stored in advance, including the association relationship of the template of each link and the association relationship of the basic component of each link, so that when the basic component corresponding to each link is generated according to the template corresponding to each link, the association relationship of the component corresponding to each link is maintained.
And 104, outputting the basic components corresponding to all links of the full life cycle of the software and the association relation of the basic components corresponding to all the links.
Specifically, in this embodiment, after the basic components corresponding to each link are generated, the basic components corresponding to each link in the full software life cycle are output to the user through the display screen. And outputting the association relation of the basic components corresponding to each link. And the user inputs subsequent service data according to the basic components of each link, and processes the sequential processing of each link of the software and the processing of input and output data according to the incidence relation of the basic components corresponding to each link.
In the method for generating the software component provided by the embodiment, the template identification information of each link in the software full life cycle selected by the input device is acquired; acquiring a template corresponding to each link according to the template identification information of each link; generating basic components corresponding to each link according to the template corresponding to each link; and outputting the basic components corresponding to all links of the full life cycle of the software and the association relation of the basic components corresponding to all the links. Because a plurality of templates are arranged in each link of the whole life cycle of the software, the basic components can be automatically generated according to the templates selected in each link, so that the manual operation is reduced, the efficiency is improved, and the processing of the software project is more efficient and convenient.
Fig. 2 is a flowchart of a second embodiment of the method for generating a software component according to the present invention, and as shown in fig. 2, the method for generating a software component according to the present embodiment further includes, on the basis of the first embodiment of the method for generating a software component according to the present invention, a step of constructing a plurality of templates for each link in a full software lifecycle, a step of establishing an association relationship between each link in the full software lifecycle, and a step of acquiring service data corresponding to each basic component and generating service software according to each basic component and the corresponding service data. The method for generating a software component provided by the present embodiment includes the following steps.
Step 201, a plurality of templates of each link in the whole life cycle of the software are constructed.
Further, in this embodiment, each link in the full lifecycle of the software at least includes: a software development process link, a source code management link, a test management link, a continuous delivery link and a resource management link.
Further, in this embodiment, the template corresponding to each link at least includes: a generic template and a personalized template.
Wherein, the software development process template is a template for providing a required process management mode for the software project. The method can comprise the following steps: agile software development templates, procedural development templates and some personalized development templates.
The agile software development is suitable for the environments with rapid evolution, unstable demand, frequency change and freeness, and is most suitable for software projects with smaller scale and team scale. The procedural development template is suitable for large and complex software, the requirement is quite stable, the environment has certain predictability, and the strict grading and definite process is more effective for large software projects, so the procedural development template is suitable for large and complex software projects. The personalized development template is a template set for the special requirements of certain software projects. The personalized development template is customized for the personalized requirements of the software project on the basis of the personalized requirements of the software project, so that the customized development of the software project is met, and the personalized development template is suitable for the project with special requirements in the software development process.
In this embodiment, the source code management template is a template of a management tool used when providing the source code of the software project manager. May include GIT templates, SVN templates, CVS templates, and the like.
The GIT template is suitable for distributed development, is high in speed and flexible, and can work off line. SVN templates are suitable for centrally developed templates. The CVS template is a concurrent development template and is mainly applied to open source software management.
Further, in this embodiment, the source code management template may further include: characteristic branch template, characteristic switch template, code quality management template and other personalized templates. When a new feature function has no way of determining which online version to publish, the feature branching template is used. The characteristic branch template is mainly used for developing a new characteristic function of a certain version in the future, and a plurality of templates can exist in the branch template at the same time, and the final online time is determined by the needs of a product. The feature switch template is a template for decoupling code development from function release, and is mainly used for controlling whether a newly developed feature function is effective or not, if the switch template is configured to be opened, the new feature function is enabled, otherwise, the new feature function is not enabled. When the property switch template is in the off state, it does not affect the normal release of the version, and therefore, the property switch template is a template that controls whether the new property function is in effect. The source code management can certainly not manage the quality of the codes, and the quality of the codes finally influences the success or failure of the software project, so that the code quality management template is added to the source code management template to meet the requirement of the software project on the code quality, and if the software project needs to manage the code quality, the code quality management template can be selected.
In this embodiment, the test management template is mainly used to select a test template required in the test stage. The method can comprise the following steps: unit test templates, interface test templates, UI test templates, end-to-end test templates, and some personalization templates.
In this embodiment, the continuous delivery template refers to a template of the whole process from the packaging of the source code into the binary package to the code testing, and may include: compiling templates, unit testing templates, deployment templates, testing management templates and some personalized templates.
The compiling template is used for selecting a corresponding compiler template according to the programming language and packing the source codes into a binary package. The unit test template is not necessary and the software items can be selected according to actual conditions. The deployment template is used to deploy the code package into a specific environment, including the physical machines in the environment, and the containers, if any, need to be considered. The test management template is used in the continuous delivery template to select a template for testing.
In this embodiment, the resource management template is mainly a management template for resources, and the template includes a containerization template, a component template, a service arrangement template, a permission template, an environment template, and some personalized templates.
Step 202, establishing the incidence relation of each link in the whole life cycle of the software.
Further, in the embodiment, in order to make the software project more smooth and convenient in the processing process, the association relationship of each link in the whole life cycle of the software is established. The incidence relation of each link in the whole life cycle of the software can comprise the processing precedence relation, the input and output relation and the like of each link.
The incidence relation of each link in the established software life cycle comprises the incidence relation of the template of each link and the incidence relation of the basic components of each link.
Step 203, acquiring template identification information of each link in the software life cycle selected by the input device.
The template identification information of each link may be information that uniquely represents the template, such as a template name, a serial number, and the like of each link.
And 204, acquiring a template corresponding to each link according to the template identification information of each link.
Further, in this embodiment, the number of the templates corresponding to each link may be one or multiple. For example, the template acquired in the software development process is an agile software development template. The templates obtained in the source code management link comprise a GIT template and a code quality management template.
And step 205, generating basic components corresponding to each link according to the template corresponding to each link.
And step 206, outputting the basic components corresponding to all links of the full life cycle of the software and the association relation of the basic components corresponding to all the links.
In this embodiment, the implementation manners of steps 205 to 206 are the same as the implementation manners of steps 103 to 104 in the first embodiment of the software component generation method of the present invention, and are not described in detail herein.
Step 207, acquiring the service data corresponding to each basic component.
And step 208, generating service software according to each basic component and the corresponding service data.
The description is made in conjunction with steps 207-208. Further, in this embodiment, for each basic component, corresponding service data sent by a user through an input device is received, and the service software is generated from the service data through the basic component.
In the method for generating a software component provided in this embodiment, a plurality of templates for each link in a full software lifecycle are constructed, and each link in the full software lifecycle at least includes: the software development process link, the source code management link, the test management link, the continuous delivery link and the resource management link, wherein each corresponding template at least comprises: the method comprises the steps of establishing an incidence relation of each link in the full software life cycle by a general template and an individualized template, obtaining template identification information of each link in the full software life cycle selected by an input device, obtaining templates corresponding to each link according to the template identification information of each link, generating basic components corresponding to each link according to the templates corresponding to each link, outputting the basic components corresponding to each link in the full software life cycle and the incidence relation of the basic components corresponding to each link, obtaining service data corresponding to each basic component, and generating service software according to each basic component and the corresponding service data.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The foregoing program may be stored in a readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Fig. 3 is a schematic structural diagram of a first embodiment of a device for generating a software component according to the present invention, and as shown in fig. 3, the device for generating a software component according to the present embodiment includes: an acquisition module 31, a generation module 32 and an output module 33.
The obtaining module 31 is configured to obtain template identification information of each link in a full life cycle of the software selected by the input device. The obtaining module 31 is further configured to obtain a template corresponding to each link according to the template identification information of each link. And the generating module 32 is configured to generate a basic component corresponding to each link according to the template corresponding to each link. And the output module 33 is configured to output the basic components corresponding to each link of the full life cycle of the software and the association relationship between the basic components corresponding to each link.
The generation apparatus of the software component provided in this embodiment may execute the technical solution of the method embodiment shown in fig. 1, and the implementation principle and the technical effect are similar, which are not described herein again.
Fig. 4 is a schematic structural diagram of a second embodiment of the apparatus for generating a software component according to the present invention, and as shown in fig. 4, the apparatus for generating a software component provided in this embodiment further includes, on the basis of the first embodiment of the apparatus for generating a software component according to the present invention: a building block 41 and a building block 42.
Further, in the apparatus for generating a software component provided in this embodiment, each link in the full lifecycle of the software at least includes: a software development process link, a source code management link, a test management link, a continuous delivery link and a resource management link. The template corresponding to each link at least comprises: a generic template and a personalized template.
Further, the construction module 41 is configured to construct a plurality of templates for each link in the full life cycle of the software. And the establishing module 42 is used for establishing the association relationship of each link in the whole life cycle of the software.
Further, the obtaining module 31 is further configured to obtain service data corresponding to each basic component. The generating module 32 is further configured to generate business software according to each basic component and corresponding business data.
The generation apparatus of the software component provided in this embodiment may execute the technical solution of the method embodiment shown in fig. 2, and the implementation principle and the technical effect are similar, which are not described herein again.
Fig. 5 is a schematic structural diagram of a first embodiment of a device for generating a software component according to the present invention, and as shown in fig. 5, a device for generating a software component according to an embodiment of the present invention further includes: a memory 51, a processor 52 and a computer program.
Wherein the computer program is stored in the memory 51 and configured to be executed by the processor 52 to implement the method in the first embodiment of the generation method of the software component of the present invention or the second embodiment of the generation method of the software component of the present invention. The relevant description may be understood by referring to the relevant description and effect corresponding to the steps in fig. 1 to fig. 2, and redundant description is not repeated here.
In the present embodiment, the memory 51 and the processor 52 are connected by a bus 53.
The embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program is executed by a processor to implement the method in the embodiment of the generation method of the software component of the present invention or the method in the embodiment of the generation method of the software component of the present invention.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (8)

1. A method for generating a software component, comprising:
acquiring template identification information of each link in the full life cycle of the software selected by the input equipment;
obtaining a template corresponding to each link according to the template identification information of each link;
generating a basic component corresponding to each link according to the template corresponding to each link;
outputting the basic components corresponding to each link of the full life cycle of the software and the incidence relation of the basic components corresponding to each link;
each link in the whole life cycle of the software at least comprises: a software development process link, a source code management link, a test management link, a continuous delivery link and a resource management link;
the template corresponding to each link at least comprises: a generic template and a personalized template.
2. The method of claim 1, wherein before obtaining the template identification information of each link in the full life cycle of the software selected by the input device, the method further comprises:
constructing a plurality of templates of each link in the whole life cycle of the software;
and establishing the incidence relation of each link in the whole life cycle of the software.
3. The method according to claim 1, wherein after outputting the association relationship between the basic component corresponding to each link of the full life cycle of the software and the basic component corresponding to each link, the method further comprises:
acquiring service data corresponding to each basic component;
and generating service software according to each basic component and corresponding service data.
4. An apparatus for generating a software component, comprising:
the acquisition module is used for acquiring template identification information of each link in the full life cycle of the software selected by the input equipment;
the acquisition module is further used for acquiring the template corresponding to each link according to the template identification information of each link;
the generating module is used for generating the basic components corresponding to all links according to the templates corresponding to all links;
the output module is used for outputting the basic components corresponding to all links of the full life cycle of the software and the incidence relation of the basic components corresponding to all the links;
each link in the whole life cycle of the software at least comprises: a software development process link, a source code management link, a test management link, a continuous delivery link and a resource management link;
the template corresponding to each link at least comprises: a generic template and a personalized template.
5. The apparatus of claim 4, further comprising:
the construction module is used for constructing a plurality of templates of each link in the whole life cycle of the software;
and the establishing module is used for establishing the incidence relation of each link in the whole life cycle of the software.
6. The apparatus according to claim 4, wherein the obtaining module is further configured to obtain service data corresponding to each basic component;
and the generating module is also used for generating service software according to each basic component and the corresponding service data.
7. A generation device of a software component, characterized by comprising:
a memory, a processor, and a computer program;
wherein the computer program is stored in the memory and configured to be executed by the processor to implement the method of any one of claims 1-3.
8. A computer-readable storage medium, having stored thereon a computer program for execution by a processor to perform the method of any one of claims 1-3.
CN201810865801.2A 2018-08-01 2018-08-01 Software component generation method, device, equipment and computer readable storage medium Active CN109189370B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810865801.2A CN109189370B (en) 2018-08-01 2018-08-01 Software component generation method, device, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810865801.2A CN109189370B (en) 2018-08-01 2018-08-01 Software component generation method, device, equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN109189370A CN109189370A (en) 2019-01-11
CN109189370B true CN109189370B (en) 2022-05-03

Family

ID=64920313

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810865801.2A Active CN109189370B (en) 2018-08-01 2018-08-01 Software component generation method, device, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN109189370B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112416348B (en) * 2020-12-02 2024-04-12 车智互联(北京)科技有限公司 Page generation method, system and computing device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100083211A1 (en) * 2008-09-30 2010-04-01 Accurev, Inc. Integration of external software analysis processes with software configuration management applications
CN106469064A (en) * 2016-09-04 2017-03-01 深圳市云智易联科技有限公司 Code generating method and code generating unit
CN108153520A (en) * 2018-03-20 2018-06-12 上海屹通信息科技发展有限公司 Software development methodology and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100083211A1 (en) * 2008-09-30 2010-04-01 Accurev, Inc. Integration of external software analysis processes with software configuration management applications
CN106469064A (en) * 2016-09-04 2017-03-01 深圳市云智易联科技有限公司 Code generating method and code generating unit
CN108153520A (en) * 2018-03-20 2018-06-12 上海屹通信息科技发展有限公司 Software development methodology and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于组件技术的集成设计系统的设计与实现;管方景;《计算机光盘软件与应用》;20141130(第22期);全文 *

Also Published As

Publication number Publication date
CN109189370A (en) 2019-01-11

Similar Documents

Publication Publication Date Title
US11263005B2 (en) Techniques to deploy an application as a cloud computing service
US8589884B2 (en) Method and system for identifying regression test cases for a software
US11288055B2 (en) Model-based differencing to selectively generate and deploy images in a target computing environment
CN109117141B (en) Method, device, electronic equipment and computer readable storage medium for simplifying programming
CN112596779A (en) Dual-version-compatible dependency package generation method, device, equipment and storage medium
US9612944B2 (en) Method and system for verifying scenario based test selection, execution and reporting
CN111459504A (en) Intelligent contract processing method, device, equipment and storage medium
CN109189370B (en) Software component generation method, device, equipment and computer readable storage medium
US11200049B2 (en) Automated test authorization management
US11544218B2 (en) JSON to BPMN conversion system
US11893383B2 (en) Configuration properties management for software
CN115115062B (en) Machine learning model building method, related device and computer program product
US10635483B2 (en) Automatic synopsis generation for command-line interfaces
CN111275389A (en) Operation and maintenance operation creating and managing method and device
US11113105B1 (en) Computer implemented system and method for generating platform agnostic digital worker
US20230153723A1 (en) Workflow manager
US11360763B2 (en) Learning-based automation machine learning code annotation in computational notebooks
CN110648219B (en) Method and device for standardizing input area of bank transaction system
CN110865806B (en) Code processing method, device, server and storage medium
CN113918525A (en) Data exchange scheduling method, system, electronic device, medium, and program product
CN113312900A (en) Data verification method and device
CN115222041B (en) Graph generation method and device for model training, electronic equipment and storage medium
CN113032004A (en) Method, apparatus and program product for managing development jobs in a development environment
CN111078236A (en) Automatic software installation method and system, electronic equipment and storage medium
CN115022317B (en) Cloud platform-based application management method and device, electronic equipment and storage medium

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