CN114217775B - Software development system based on components - Google Patents

Software development system based on components Download PDF

Info

Publication number
CN114217775B
CN114217775B CN202111540951.4A CN202111540951A CN114217775B CN 114217775 B CN114217775 B CN 114217775B CN 202111540951 A CN202111540951 A CN 202111540951A CN 114217775 B CN114217775 B CN 114217775B
Authority
CN
China
Prior art keywords
requirement
component
software development
development
information
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
CN202111540951.4A
Other languages
Chinese (zh)
Other versions
CN114217775A (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 Telecom Digital Intelligence Technology Co Ltd
Original Assignee
China Telecom Digital Intelligence Technology 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 Telecom Digital Intelligence Technology Co Ltd filed Critical China Telecom Digital Intelligence Technology Co Ltd
Priority to CN202111540951.4A priority Critical patent/CN114217775B/en
Publication of CN114217775A publication Critical patent/CN114217775A/en
Application granted granted Critical
Publication of CN114217775B publication Critical patent/CN114217775B/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/30Creation or generation of source code

Landscapes

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

Abstract

The invention belongs to the technical field of software research and development, and provides a software development system based on components, which comprises: the demand information acquisition module is used for acquiring user demand information and analyzing the user demand information to obtain available demand keywords; the development component providing module is used for selecting the matched software development components from the development component library according to the available requirement keywords and sending the selected software development components to the task management module; and the task management module is used for receiving the selected software development component and issuing software development task information so that research and development personnel can rapidly complete the research and development work of the software according to the software development component. According to the invention, through the setting of the demand information acquisition module and the development component providing module, some software development components can be automatically selected for use according to demand information provided by a user in the software development process, so that the workload of software development is greatly reduced, and the overall software development efficiency is improved.

Description

Software development system based on components
Technical Field
The invention relates to the technical field of software research and development, in particular to a software development system based on components.
Background
The basic process of obtaining software by a code development method at present is as follows: firstly, a user proposes a requirement, a research and development worker writes a code according to the requirement proposed by the user, then the written code is packaged, the test is carried out by a tester after the packaging, and the whole requirement can be issued after the test is finished.
The scale of the existing software development project becomes larger and larger along with the increase of the demand, the increase of the scale brings much trouble, various functions are interwoven in an intricate and complex way, one piece of software with more functions usually comprises a plurality of modules, each module needs a large amount of time to write codes, time and labor are wasted, and the whole development efficiency of the software is seriously influenced.
Therefore, it is desirable to provide a component-based software development system, which aims to solve the above problems.
Disclosure of Invention
In view of the shortcomings in the prior art, the present invention provides a software development system based on components to solve the above problems in the prior art.
The present invention is achieved as a component-based software development system including:
the demand information acquisition module is used for acquiring user demand information and analyzing the user demand information to obtain available demand keywords;
the development component providing module is used for selecting matched software development components from the development component library according to the available requirement keywords and sending the selected software development components to the task management module; and
and the task management module is used for receiving the selected software development component and issuing software development task information so that research and development personnel can rapidly complete the research and development work of the software according to the software development component.
As a further scheme of the invention: the development component providing module includes:
the development component library is used for providing software development components, and each software development component corresponds to component function label information;
the software development component selection unit is used for matching the component function label information with the available requirement keywords, and when the component function label information is consistent with the available requirement keywords, the software development component corresponding to the component function label information is selected; and
and the software development component sending unit is used for sending the selected software development component to the task management module.
As a further scheme of the invention: the demand information acquisition module includes:
the system comprises a demand information acquisition unit, a demand information processing unit and a demand information processing unit, wherein the demand information acquisition unit is used for acquiring user demand information which consists of a plurality of demand keywords; and
the requirement information analysis unit classifies each requirement keyword in the user requirement information according to the component function label information, and when the requirement keyword is matched with one of all the component function label information, the requirement keyword is marked as an available requirement keyword; and when the requirement keyword does not match any component function label information, marking the requirement keyword as an unavailable requirement keyword.
As a further scheme of the invention: the task management module comprises:
the receiving unit is used for receiving the user requirement information and the selected software development component;
and the software development task information generating unit is used for automatically generating software development task information according to the user requirement information and the selected software development component.
As a further scheme of the invention: the task management module also comprises a research and development personnel management module which is used for adding research and development project personnel and tracking the task completion progress of the research and development project personnel.
As a further scheme of the invention: the component-based software development system further includes a necessary functional software development component addition module including:
the user requirement information storage unit is used for storing the acquired user requirement information, and both available requirement keywords and unavailable requirement keywords are stored;
the unavailable requirement keyword counting unit is used for counting all the stored unavailable requirement keywords, and when the occurrence frequency of a certain unavailable requirement keyword is greater than a first preset value, the unavailable requirement keyword is marked as a necessary requirement keyword to remind a research and development staff to develop a corresponding necessary function software development component; and
and the necessary function adding unit is used for adding the necessary function software development component into the development component library.
As a further scheme of the invention: the essential function software development component adding module further comprises an associated function development component adding unit, and the associated function development component adding unit comprises:
the correlation requirement information acquisition subunit is used for analyzing all stored user requirement information, and when two requirement keywords simultaneously appear in the user requirement information and the number of times of simultaneous appearance is greater than a second preset value, the two requirement keywords are marked as the correlation requirement information to remind research and development personnel to develop a corresponding correlation function software development component;
and the relevance function adding subunit is used for adding the relevance function software development component into the development component library.
As a further scheme of the invention: the software development system based on the components also comprises a test management module which is used for acquiring a test task and a test case and testing the developed codes according to the test task and the test case.
As a further scheme of the invention: the component-based software development system further comprises a user requirement feedback module, wherein the user requirement feedback module comprises:
the front-edge substitution requirement library comprises eliminated requirement keywords and front-edge requirement keywords for substitution; and
and the elimination keyword matching module is used for matching the available demand keywords with the elimination demand keywords, marking the available demand keywords when the elimination demand keywords exist in the available demand keywords, and outputting the corresponding front-edge demand keywords for the user to select.
Compared with the prior art, the invention has the beneficial effects that:
according to the invention, through the setting of the demand information acquisition module and the development component providing module, some software development components can be automatically selected for use according to the demand information provided by the user in the software development process, the recommendation components can be dynamically adjusted, the component reuse rate is high, the software development system is friendly to developers, the workload of software development is greatly reduced, the overall software development efficiency is improved, the development period of software products is shortened, and the development, implementation and maintenance costs of the software products are reduced.
Drawings
Fig. 1 is a schematic structural diagram of a component-based software development system.
Fig. 2 is a schematic structural diagram of a development component providing module in a component-based software development system.
Fig. 3 is a schematic structural diagram of a requirement information acquisition module in a component-based software development system.
FIG. 4 is a schematic diagram of a task management module in a component-based software development system.
Fig. 5 is a schematic structural diagram of a necessary function software development component addition module in the component-based software development system.
Fig. 6 is a schematic structural diagram of an association function development component adding unit in a component-based software development system.
FIG. 7 is a schematic diagram of a user requirement feedback module in a component-based software development system.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more clear, the present invention is further described in detail below with reference to the accompanying drawings and specific embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and do not limit the invention.
Specific implementations of the present invention are described in detail below with reference to specific embodiments.
As shown in fig. 1, an embodiment of the present invention provides a component-based software development system, where the component-based software development system includes:
the demand information acquisition module 100 is configured to acquire user demand information, and analyze the user demand information to obtain available demand keywords;
the development component providing module 200 is used for selecting matched software development components from the development component library according to the available requirement keywords and sending the selected software development components to the task management module 300; and
the task management module 300 is configured to receive the selected software development component and issue software development task information, so that a developer can quickly complete software development according to the software development component.
It should be noted that, the basic process of obtaining software by a code development method at present is as follows: firstly, a user proposes a requirement, a research and development worker writes a code according to the requirement proposed by the user, then the written code is packaged, the test is carried out by a tester after the packaging, and the whole requirement can be issued after the test is finished. However, a piece of software with more functions usually comprises a plurality of modules, each module needs a lot of time to write codes, time and labor are wasted, the existing software usually comprises some basic functions, such as background management functions, verification codes, data retrieval, voice recognition, stream type calculation and the like.
In the embodiment of the present invention, a development component library is first created, the development component library includes some software development components with common functions, then user requirement information is received, the user requirement information is analyzed to obtain available requirement keywords, it is understood that the available requirement keywords refer to keywords that the software development component can provide the required functions, for example, components included in the development component library include: background management component, identifying code component, data retrieval component and speech recognition component, and user's required information is: character escape, background management, data retrieval and distributed caching, then the available requirement keywords in the user requirement information are: background management and data retrieval, then selecting matched software development components from a development component library according to the available requirement keywords, wherein the software development components are the background management components and the data retrieval components, then sending the selected software development components to the task management module 300, wherein the task management module 300 can automatically generate software development task information according to user requirement information and the selected software development components, and issue the software development task information, so that research and development personnel can rapidly complete the research and development work of software according to the software development components, and the software development task information comprises the following steps: writing work of the character escape component and the distributed cache component; the character escape component, the distributed cache component, the background management component and the data retrieval component are integrated, so that the component-based software development system can intelligently recommend related software development components which are compiled in advance through the requirement keywords input by a user, and the software development efficiency is greatly improved.
As shown in fig. 2, as a preferred embodiment of the present invention, the development component providing module 200 includes:
the development component library 201 is used for providing software development components, and each software development component corresponds to component function label information;
a software development component selection unit 202, configured to match component function tag information with an available requirement keyword, and when the component function tag information is consistent with the available requirement keyword, select a software development component corresponding to the component function tag information; and
a software development component sending unit 203, configured to send the selected software development component to the task management module 300.
In the embodiment of the present invention, in order to quickly analyze user requirement information to obtain an available requirement keyword, functional tag information needs to be set in advance for a software development component, for example, tag information corresponding to a background management component, a verification code component, a data retrieval component, and a voice recognition component is respectively background management, verification code, data retrieval, and voice recognition, then the component functional tag information is matched with the available requirement keyword, and when the two are consistent, the software development component corresponding to the component functional tag information is selected, for example, the user requirement information is: the method comprises the steps of character escaping, background management, data retrieval and distributed caching, so that a background management component and a data retrieval component are automatically selected and sent to a task management module 300, and software development components in a development component library 201 are uploaded by workers.
As shown in fig. 3, as a preferred embodiment of the present invention, the demand information acquiring module 100 includes:
a requirement information obtaining unit 101, configured to obtain user requirement information, where the user requirement information is composed of a plurality of requirement keywords; and
a requirement information analysis unit 102, configured to classify each requirement keyword in the user requirement information according to the component function tag information, and when the requirement keyword matches one of all the component function tag information, mark the requirement keyword as an available requirement keyword; and when the requirement keyword does not match any component function label information, marking the requirement keyword as an unavailable requirement keyword.
In the embodiment of the present invention, it can be understood that the software development component in the development component library 201 may not cover all the user requirement information, that is, part of the user requirement information needs to be written by the research and development personnel again, and here, the user requirement information can be automatically screened through the component function tag information, and the requirement keyword in the user requirement information is divided into the unavailable requirement keyword and the available keyword, so as to facilitate the subsequent research and development work.
As shown in fig. 4, as a preferred embodiment of the present invention, the task management module 300 includes:
a receiving unit 301, configured to receive user requirement information and a selected software development component;
and the software development task information generating unit 302 is used for automatically generating software development task information according to the user requirement information and the selected software development component.
The task management module 300 further includes a research and development personnel management module, and the research and development personnel management module is used for adding research and development project personnel and tracking task completion progress of the research and development project personnel.
In the embodiment of the present invention, the task management module 300 can automatically generate software development task information according to the received software development component and user requirement information, so that research and development project personnel can quickly complete research and development work of software according to the software development component, and can perform overall management on the research and development project personnel, so that the software development work is more efficient.
As shown in fig. 5, as a preferred embodiment of the present invention, the component-based software development system further includes a necessary functional software development component addition module 400, and the necessary functional software development component addition module 400 includes:
a user requirement information storage unit 401, configured to store the obtained user requirement information, where both available requirement keywords and unavailable requirement keywords are stored;
an unavailable requirement keyword counting unit 402, configured to count all the stored unavailable requirement keywords, and when the occurrence frequency of a certain unavailable requirement keyword is greater than a first predetermined value, mark the unavailable requirement keyword as a necessary requirement keyword to remind a research and development staff to develop a corresponding necessary function software development component; and
a necessary function adding unit 403 for adding the necessary function software development component to the development component library 201.
In the embodiment of the present invention, it can be understood that software development components in the development component library 201 should be continuously expanded and perfected to meet more software development requirements, how to quickly and reasonably perfect the development component library 201, where all the historical unavailable requirement keywords are counted, when the number of times of occurrence of a certain unavailable requirement keyword is greater than a first predetermined value, it indicates that the frequency of use of the unavailable requirement keyword is high, the unavailable requirement keyword is marked as a necessary requirement keyword, a developer will develop a corresponding necessary function software development component, that is, function tag information corresponding to the necessary function software development component is consistent with the necessary requirement keyword, for example, the unavailable requirement keyword of "distributed cache" appears 21 times in all software development processes, when the first predetermined value is 20 times, the "distributed cache" is marked as the necessary requirement keyword, the developer will develop a distributed cache component in a distributed manner, and then upload the distributed component into the development component cache library 201 through the necessary function adding unit 403, so that the distributed cache component can be directly used when the user requirement of "distributed cache" appears next time ".
As shown in fig. 5 and fig. 6, as a preferred embodiment of the present invention, the necessary function software development component adding module 400 further includes an associated function development component adding unit 404, and the associated function development component adding unit 404 includes:
the relevance requirement information obtaining sub-unit 4041 is configured to analyze all stored user requirement information, and when two requirement keywords occur in the user requirement information at the same time and the number of times of the two requirement keywords occurring at the same time is greater than a second predetermined value, mark the two requirement keywords as relevance requirement information to remind a research and development staff to develop a corresponding relevance function software development component;
an associated function adding subunit 4042, configured to add an associated function software development component to the development component library 201.
In the embodiment of the present invention, it can be understood that many user requirements are related to each other, for example, compressed data and decompressed data, image character recognition and image character enhancement, face recognition and fingerprint recognition, and when two requirement keywords simultaneously appear in user requirement information and the number of times of the two requirement keywords simultaneously appearing is greater than a second predetermined value, the two requirement keywords are marked as related requirement information, for example, when image character recognition and image character enhancement simultaneously appear in historical user requirement information, and the number of times of the image character recognition and the image character enhancement simultaneously appears is 21 times, and the second predetermined value is 20 times, the two requirement keywords of the image character recognition and the image character enhancement are marked as related requirement information, then a research and development staff will develop an image character recognition and enhancement component, and then upload the image character recognition and enhancement component through a related function adding subunit 4042 to add the image character recognition and enhancement component into the development component library 201, so that the next two user requirements of the image character recognition and the image character enhancement appear, the image character recognition and enhancement component can be directly used, and integration work of subsequent software development components is reduced, and further optimized.
As shown in fig. 7, as a preferred embodiment of the present invention, the component-based software development system further includes a user requirement feedback module 500, where the user requirement feedback module 500 includes:
the front edge substitution requirement library 501, wherein the front edge substitution requirement library 501 comprises elimination requirement keywords and front edge requirement keywords for substitution; and
the elimination keyword matching module 502 is configured to match the available requirement keywords with the elimination requirement keywords, mark the available requirement keywords when the elimination requirement keywords exist in the available requirement keywords, and output corresponding front-edge requirement keywords for selection by the user.
In the embodiment of the invention, it can be understood that a customer may not know the latest leading-edge technology, a requirement to be eliminated may exist in the customer requirement, and the requirement is not practical after software development is completed, so that when the available requirement keywords of the customer are received, the available requirement keywords are matched with the eliminated requirement keywords, the eliminated requirement keywords and the leading-edge requirement keywords for replacement in the leading-edge replacement requirement library 501 are uploaded by related workers, when the eliminated requirement keywords exist in the available requirement keywords, the available requirement keywords are marked, corresponding leading-edge requirement keywords are output to be selected by the customer, and software development work is performed according to the final selection of the customer.
As a preferred embodiment of the present invention, the software development system based on components further includes a test management module, configured to obtain a test task and a test case, and test the developed code according to the test task and the test case.
In the embodiment of the present invention, the test management module is associated with the task management module 300, and when the task management module 300 receives information that a research and development project worker completes a project task, a code developed by the research and development project worker is sent to the test management module.
The embodiment of the invention also provides a software research and development method, which comprises the following steps:
the first step is as follows: acquiring user demand information, and analyzing the user demand information to obtain available demand keywords;
the second step is that: selecting matched software development components from a development component library according to the available requirement keywords;
the third step: and receiving the selected software development component and releasing software development task information so that research and development personnel can rapidly complete the research and development work of the software according to the software development component.
In the embodiment of the invention, a development component library is required to be established in advance, the development component library comprises software development components with some common functions, then user requirement information is received, the user requirement information is analyzed to obtain available requirement keywords, it is understood that the available requirement keywords refer to keywords which can provide the required functions by the software development components, for example, the components contained in the development component library comprise: background management component, identifying code component, data retrieval component and speech recognition component, and user's required information is: character escape, background management, data retrieval and distributed caching, then the available requirement keywords in the user requirement information are: background management and data retrieval, then selecting matched software development components from a development component library according to the available requirement keywords, namely the background management components and the data retrieval components, then automatically generating software development task information according to the user requirement information and the selected software development components, and issuing the software development task information, so that the software development personnel can rapidly complete software development work according to the software development components, and it can be understood that the software development task information comprises: writing work of the character escape component and the distributed cache component; the character escape component, the distributed cache component, the background management component and the data retrieval component are integrated, so that the component-based software development system can intelligently recommend related software development components which are compiled in advance through the requirement keywords input by a user, and the software development efficiency is greatly improved.
The present invention has been described in detail with reference to the preferred embodiments thereof, and it should be understood that the invention is not limited thereto, but is intended to cover modifications, equivalents, and improvements within the spirit and scope of the present invention.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a non-volatile computer-readable storage medium, and can include the processes of the embodiments of the methods described above when the program is executed. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), rambus (Rambus) direct RAM (RDRAM), direct Rambus Dynamic RAM (DRDRAM), and Rambus Dynamic RAM (RDRAM), among others.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.

Claims (8)

1. A component-based software development system, the system comprising:
the demand information acquisition module is used for acquiring user demand information and analyzing the user demand information to obtain available demand keywords;
the development component providing module is used for selecting the matched software development components from the development component library according to the available requirement keywords and sending the selected software development components to the task management module;
the task management module is used for receiving the selected software development component and issuing software development task information so that research and development personnel can rapidly complete the research and development work of the software according to the software development component; and
a necessary function software development component adding module is provided with a related function development component adding unit;
wherein the relevance function development component adding unit includes:
the system comprises a correlation requirement information acquisition subunit, a correlation function software development component acquisition subunit and a correlation function software development component acquisition subunit, wherein the correlation requirement information acquisition subunit is used for analyzing all user requirement information, and when two requirement keywords simultaneously appear in the user requirement information and the number of times of simultaneous occurrence is greater than a second preset value, the two requirement keywords are marked as the correlation requirement information to remind research and development personnel to develop a corresponding correlation function software development component; and
and the relevance function adding subunit is used for adding the relevance function software development component into the development component providing module.
2. The system of claim 1, wherein the development component provisioning module comprises:
the development component library is used for providing software development components, and each software development component corresponds to component function label information;
the software development component selection unit is used for matching the component function label information with the available requirement keywords, and when the component function label information is consistent with the available requirement keywords, the software development component corresponding to the component function label information is selected; and
and the software development component sending unit is used for sending the selected software development component to the task management module.
3. The system of claim 2, wherein the demand information acquisition module comprises:
the system comprises a demand information acquisition unit, a demand information acquisition unit and a demand information processing unit, wherein the demand information acquisition unit is used for acquiring user demand information which consists of a plurality of demand keywords; and
the requirement information analysis unit classifies each requirement keyword in the user requirement information according to the component function label information, and when the requirement keyword is matched with one of all the component function label information, the requirement keyword is marked as an available requirement keyword; and when the requirement keyword does not match any component function label information, marking the requirement keyword as an unavailable requirement keyword.
4. The system of claim 1, wherein the task management module comprises:
the receiving unit is used for receiving the user requirement information and the selected software development component; and
and the software development task information generating unit is used for automatically generating software development task information according to the user requirement information and the selected software development component.
5. The system of claim 4, wherein the task management module further comprises a research and development personnel management module for adding research and development project personnel and tracking progress of task completion of the research and development project personnel.
6. The system of claim 3, wherein the essential function software development component addition module further comprises:
the user requirement information storage unit is used for storing the acquired user requirement information, and both available requirement keywords and unavailable requirement keywords are stored;
the unavailable requirement keyword counting unit is used for counting all the stored unavailable requirement keywords, and when the occurrence frequency of a certain unavailable requirement keyword is greater than a first preset value, the unavailable requirement keyword is marked as a necessary requirement keyword to remind a research and development staff to develop a corresponding necessary function software development component; and
and the necessary function adding unit is used for adding the necessary function software development component into the development component library.
7. The system of claim 1, wherein the component-based software development system further comprises a user demand feedback module, the user demand feedback module comprising:
the front-edge substitution requirement library comprises eliminated requirement keywords and front-edge requirement keywords for substitution; and
and the elimination keyword matching module is used for matching the available demand keywords with the elimination demand keywords, marking the available demand keywords when the elimination demand keywords exist in the available demand keywords, and outputting the corresponding front-edge demand keywords for the user to select.
8. The system of claim 1, wherein the component-based software development system further comprises a test management module configured to obtain a test task and a test case, and to test the developed code according to the test task and the test case.
CN202111540951.4A 2021-12-16 2021-12-16 Software development system based on components Active CN114217775B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111540951.4A CN114217775B (en) 2021-12-16 2021-12-16 Software development system based on components

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111540951.4A CN114217775B (en) 2021-12-16 2021-12-16 Software development system based on components

Publications (2)

Publication Number Publication Date
CN114217775A CN114217775A (en) 2022-03-22
CN114217775B true CN114217775B (en) 2023-01-03

Family

ID=80702887

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111540951.4A Active CN114217775B (en) 2021-12-16 2021-12-16 Software development system based on components

Country Status (1)

Country Link
CN (1) CN114217775B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116843488B (en) * 2023-06-28 2024-05-24 广东铭太信息科技有限公司 Audit model building method and system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109146251A (en) * 2018-07-24 2019-01-04 武汉空心科技有限公司 Component- based development method and system
CN110597490A (en) * 2019-08-26 2019-12-20 珠海格力电器股份有限公司 Software development demand distribution method and device
KR102131918B1 (en) * 2019-04-19 2020-07-08 주식회사 엔터핀 Software development system and method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109146251A (en) * 2018-07-24 2019-01-04 武汉空心科技有限公司 Component- based development method and system
KR102131918B1 (en) * 2019-04-19 2020-07-08 주식회사 엔터핀 Software development system and method
CN110597490A (en) * 2019-08-26 2019-12-20 珠海格力电器股份有限公司 Software development demand distribution method and device

Also Published As

Publication number Publication date
CN114217775A (en) 2022-03-22

Similar Documents

Publication Publication Date Title
CN109783785B (en) Method and device for generating experiment detection report and computer equipment
CN110209764B (en) Corpus annotation set generation method and device, electronic equipment and storage medium
CN109558440A (en) Batch data processing method, device, computer equipment and storage medium
CN110162627A (en) Data increment method, apparatus, computer equipment and storage medium
CN106951369B (en) Management method and device for joint debugging test
CN111666746B (en) Conference summary generation method and device, electronic equipment and storage medium
CN109711874A (en) User's portrait generation method, device, computer equipment and storage medium
CN112651238A (en) Training corpus expansion method and device and intention recognition model training method and device
CN109858010A (en) Field new word identification method, device, computer equipment and storage medium
CN111008522A (en) Automatic article writing method and device, computer equipment and storage medium
CN106293891B (en) Multidimensional investment index monitoring method
CN110674131A (en) Financial statement data processing method and device, computer equipment and storage medium
US9754083B2 (en) Automatic creation of clinical study reports
CN109685668B (en) Order batch processing method, device, computer equipment and storage medium
CN114217775B (en) Software development system based on components
CN110209643A (en) A kind of data processing method and device
CN112286934A (en) Database table importing method, device, equipment and medium
CN111444718A (en) Insurance product demand document processing method and device and electronic equipment
CN113282514A (en) Problem data processing method and device, computer equipment and storage medium
CN110968664A (en) Document retrieval method, device, equipment and medium
CN111324375A (en) Code management method and device, computer equipment and storage medium
CN112948504B (en) Data acquisition method and device, computer equipment and storage medium
CN111078564B (en) UI test case management method, device, computer equipment and computer readable storage medium
CN112836041A (en) Personnel relationship analysis method, device, equipment and storage medium
CN112035664A (en) Medicine classification method and device and computer equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
CB02 Change of applicant information

Address after: Room 1308, 13th floor, East Tower, 33 Fuxing Road, Haidian District, Beijing 100036

Applicant after: China Telecom Digital Intelligence Technology Co.,Ltd.

Address before: Room 1308, 13th floor, East Tower, 33 Fuxing Road, Haidian District, Beijing 100036

Applicant before: CHINA TELECOM GROUP SYSTEM INTEGRATION Co.,Ltd.

CB02 Change of applicant information
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant