CN111625229A - Computer software development auxiliary system - Google Patents

Computer software development auxiliary system Download PDF

Info

Publication number
CN111625229A
CN111625229A CN202010420688.4A CN202010420688A CN111625229A CN 111625229 A CN111625229 A CN 111625229A CN 202010420688 A CN202010420688 A CN 202010420688A CN 111625229 A CN111625229 A CN 111625229A
Authority
CN
China
Prior art keywords
module
unit
development
code
translation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010420688.4A
Other languages
Chinese (zh)
Inventor
邬坤露
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Liaoning Technical University
Original Assignee
Liaoning Technical University
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 Liaoning Technical University filed Critical Liaoning Technical University
Priority to CN202010420688.4A priority Critical patent/CN111625229A/en
Publication of CN111625229A publication Critical patent/CN111625229A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/40Processing or translation of natural language
    • G06F40/58Use of machine translation, e.g. for multi-lingual retrieval, for server-side translation for client devices or for real-time translation

Abstract

The invention discloses a computer software development auxiliary system which comprises a server, a login module, a protection module, a development module, an early warning module, a code model module, a translation module and a storage module, wherein the login module, the protection module, the development module, the early warning module, the code model module, the translation module and the storage module are connected with the server. The method can effectively remind developers of errors in the software development process, can translate software codes while developing, reduces the workload of the developers, can directly extract code models related to application, improves the development efficiency of the developers, and has strong practicability.

Description

Computer software development auxiliary system
Technical Field
The invention belongs to the technical field of software development, and particularly relates to a computer software development auxiliary system.
Background
Software development is the process of building a software system or software parts in a system according to user requirements. Software development is a system engineering that includes requirement capture, requirement analysis, design, implementation, and testing. Software is typically implemented in a programming language. Development is typically possible using software development tools.
The existing software development mode still maintains the traditional development mode to a great extent, developers usually knock out one code by one code slowly in the software development process, so that the software development process is very slow, the development efficiency is low, most of the existing software development modes have no error early warning, so that more errors easily occur in the developed software, the development progress is delayed, most of the software development needs to be translated, and the workload of the developers is greatly increased.
Disclosure of Invention
Based on the above deficiencies of the prior art, the present invention provides a computer software development assistance system to solve the above problems in the prior art.
In order to solve the technical problems, the invention is realized by the following technical scheme:
the invention provides a computer software development auxiliary system which comprises a server, a login module, a protection module, a development module, an early warning module, a code model module, a translation module and a storage module, wherein the login module, the protection module, the development module, the early warning module, the code model module, the translation module and the storage module are respectively connected with the server.
Preferably, the login module includes: the identity authentication unit is used for authenticating the identity of the user; and the authority verification unit is used for verifying whether the user has the use authority.
Further, the protection module includes: the antivirus unit is used for scanning and sterilizing the computer before software development every time; and the firewall unit is used for protecting the client where the software is developed, and adding double insurance while having a computer firewall.
Optionally, the development module includes: the development unit is used for developing software by a user; and the development tool library unit comprises a plurality of software development tools.
Optionally, the early warning module includes: the analysis unit is used for analyzing the software developed by the user and obtaining an analysis running log; the testing unit is used for testing the software in the development process of the user and after the development is finished in real time; and the reminding unit is used for reminding the user of errors occurring in the software development process in time.
Further, the code model module includes: the code database unit is used for storing a large number of common code models; a code identification and analysis unit for rapidly identifying codes used by a user and analyzing and listing code models which the user may use; and the code extraction application unit is used for directly applying the code model extracted by the user.
Optionally, the translation module includes: translation database unit, detection translation unit and cloud translation unit, wherein: the detection translation unit is used for identifying the codes used by the user and performing translation work according to the translation database unit; and the cloud translation unit is used for carrying out cloud translation operation on code words which do not exist in the translation database unit.
Therefore, the computer software development auxiliary system can perform early warning and deviation correction on errors in time in the development process through the arranged development module and the early warning module, the arranged code model module can directly extract and apply common model codes in the development process, development time of developers is saved, the arranged translation module can automatically translate developed software, working efficiency is improved, the protection module is arranged to effectively protect the developed software, and the practicability is high.
The foregoing description is only an overview of the technical solutions of the present invention, and in order to make the technical means of the present invention more clearly understood, the present invention may be implemented in accordance with the content of the description, and in order to make the above and other objects, features, and advantages of the present invention more clearly understood, the following detailed description is given in conjunction with the preferred embodiments, together with the accompanying drawings.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings of the embodiments will be briefly described below.
Fig. 1 is a schematic structural diagram of a computer software development assistance system according to the present invention.
In the figure: 1. a server; 2. a login module; 3. a protection module; 4. a development module; 5. an early warning module; 6. a code model module; 7. a translation module; 8. a storage module; 9. an identity verification unit; 10. a right verifying unit; 11. a disinfection unit; 12. a firewall unit; 13. a development unit; 14. a development tool library unit; 15. an analysis unit; 16. a test unit; 17. a reminding unit; 18. a code database unit; 19. a code recognition analysis unit; 20. a code extraction application unit; 21. a translation database unit; 22. detecting a translation unit; 23. and a cloud translation unit.
Detailed Description
Other aspects, features and advantages of the present invention will become apparent from the following detailed description, taken in conjunction with the accompanying drawings, which form a part of this specification, and which illustrate, by way of example, the principles of the invention. In the referenced drawings, the same or similar components in different drawings are denoted by the same reference numerals.
As shown in fig. 1, the present invention provides a computer software development assistance system, which includes a server 1, a login module 2, a protection module 3, a development module 4, an early warning module 5, a code model module 6, a translation module 7, and a storage module 8, where the login module 2, the protection module 3, the development module 4, the early warning module 5, the code model module 6, the translation module 7, and the storage module 8 are connected to the server 1.
Preferably, the login module 2 of the present invention includes an authentication unit 9 and a permission authentication unit 10, wherein the authentication unit 9 is configured to authenticate the identity of the user, and the permission authentication unit 10 is configured to authenticate whether the user has permission to use.
The protection module 3 comprises a virus killing unit 11 and a firewall unit 12, wherein the virus killing unit 11 is used for scanning and killing viruses on a computer before software development every time, and the firewall unit 12 is used for protecting a client where the software development is located, so that double insurance is added while the client has a computer firewall. The development module 4 includes a development unit 13 and a development tool library unit 14, the development unit 13 is used for software development by users, and the development tool library unit 14 includes a plurality of software development tools.
The early warning module 5 comprises an analysis unit 15, a test unit 16 and a reminding unit 17, wherein the analysis unit 15 is used for analyzing software developed by a user and obtaining an analysis running log, the test unit 16 is used for testing the software developed by the user in real time and after the development is completed, and the reminding unit 17 is used for reminding the user of errors in the software development process in time. The code model module 6 comprises a code database unit 18, a code recognition and analysis unit 19 and a code extraction application unit 20, wherein the code database unit 18 is used for storing a large number of common code models, the code recognition and analysis unit 19 is used for quickly recognizing codes used by a user and analyzing code models listed as possible to be used by the user, and the code extraction application unit 20 is used for directly applying the user extracted code models.
The translation module 7 comprises a translation database unit 21, a detection translation unit 22 and a cloud translation unit 23, wherein the detection translation unit 22 is used for identifying codes used by a user and performing translation work according to the translation database unit 21, and the cloud translation unit 23 is used for performing cloud translation operation on code words which do not exist in the translation database unit 21.
The operation principle of the computer software development assistance system of the present invention is described below with reference to fig. 1 in conjunction with the above description of the technical features:
when the system is used, a developer firstly carries out identity verification through an identity verification unit 9 in a login module 2, then carries out development authority verification through an authority verification unit 10, before development, a virus killing unit 11 in a set protection module 3 rapidly scans a computer, immediately searches and kills viruses if the viruses are found, meanwhile, a set firewall unit 12 protects a client where software is developed, double protection is realized by matching with a firewall of the computer, then the developer carries out software development operation through a development unit 13 and a development tool library unit 14 in a development module 4, an analysis unit 15 in an early warning module 5 analyzes software codes developed by the developer and detects the software codes through a test unit 16 in the development process, and if errors occur, the developer is reminded to work through a reminding unit 17, reminding developers to correct in time, meanwhile, in the development process, a code recognition and analysis unit 19 in a code model module 6 carries out recognition and analysis on codes which are just knocked out by the workers, and compares the codes with code models in a code database unit 18 to list code models which are possibly needed by the developers, if the needed code models exist, the developers can directly extract and apply the needed codes through a code extraction and application unit 20, so that the time spent by the developers in knocking the codes is saved, the development efficiency is improved, meanwhile, a detection and translation unit 22 in a translation module 7 can carry out translation operation on the code models knocked out by the developers according to a translation database unit 21, the translation time of the developers is saved, if the translation database unit 21 does not have matched code models, the cloud translation unit 23 carries out cloud translation operation on the code models, the set storage module 8 can store the code program in the development process in real time, and the loss of the developed software program caused by emergency is prevented.
The method can effectively remind developers of errors in the software development process, can translate software codes while developing, reduces the workload of the developers, can directly extract code models related to application, improves the development efficiency of the developers, and has strong practicability.
While the foregoing is directed to the preferred embodiment of the present invention, other and further embodiments of the invention may be devised without departing from the basic scope thereof, and the scope thereof is determined by the claims that follow.

Claims (7)

1. The computer software development auxiliary system is characterized by comprising a server (1), a login module (2), a protection module (3), a development module (4), an early warning module (5), a code model module (6), a translation module (7) and a storage module (8), wherein the login module, the protection module (3), the development module (4), the early warning module (5), the code model module (6) and the storage module are respectively connected with the server (1).
2. The computer software development assistance system according to claim 1, characterized in that the login module (2) comprises:
an identity verification unit (9) for verifying the identity of a user;
and the authority verification unit (10) is used for verifying whether the user has the authority to use.
3. The computer software development assistance system according to claim 1, characterized in that the protection module (3) comprises:
the antivirus unit (11) is used for scanning and sterilizing the computer before software development every time;
and the firewall unit (12) is used for protecting the client where the software is developed, and adding double insurance while having a computer firewall.
4. The computer software development assistance system according to claim 1, characterized in that the development module (4) comprises:
a development unit (13) for a user to develop software;
a development tool library unit (14) comprising a plurality of software development tools.
5. The computer software development assistance system according to claim 1, characterized in that the early warning module (5) comprises:
the analysis unit (15) is used for analyzing the software developed by the user and obtaining an analysis running log;
the testing unit (16) is used for testing the software in the development process of the user and after the development is finished in real time;
and the reminding unit (17) is used for reminding the user of errors occurring in the software development process in time.
6. The computer software development assistance system according to claim 1, wherein the code model module (6) comprises:
a code database unit (18) for storing a plurality of common code models;
a code recognition analysis unit (19) for rapidly recognizing a code used by a user and analyzing a code model listing possible uses by the user;
and the code extraction application unit (20) is used for directly applying the user extracted code model.
7. The computer software development assistance system according to claim 1, characterized in that the translation module (7) comprises: a translation database unit (21), a detection translation unit (22), and a cloud translation unit (23), wherein:
a detection translation unit (22) for recognizing the code used by the user and performing translation work based on the translation database unit (21);
and the cloud translation unit (23) is used for carrying out cloud translation operation on code words which do not exist in the translation database unit (21).
CN202010420688.4A 2020-05-18 2020-05-18 Computer software development auxiliary system Pending CN111625229A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010420688.4A CN111625229A (en) 2020-05-18 2020-05-18 Computer software development auxiliary system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010420688.4A CN111625229A (en) 2020-05-18 2020-05-18 Computer software development auxiliary system

Publications (1)

Publication Number Publication Date
CN111625229A true CN111625229A (en) 2020-09-04

Family

ID=72259854

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010420688.4A Pending CN111625229A (en) 2020-05-18 2020-05-18 Computer software development auxiliary system

Country Status (1)

Country Link
CN (1) CN111625229A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112699057A (en) * 2021-03-24 2021-04-23 广州弘一信息科技股份有限公司 Early warning system in software development process

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120246610A1 (en) * 2011-03-23 2012-09-27 Infosys Technologies Ltd. Online integrated development environment with code assist
CN103049383A (en) * 2012-12-31 2013-04-17 博彦科技(上海)有限公司 Development and testing cloud system
CN110007949A (en) * 2019-03-25 2019-07-12 大夏数据服务有限公司 A kind of supplemental protective system of computer software exploitation
CN110187887A (en) * 2019-05-24 2019-08-30 广东飞企互联科技股份有限公司 Automatic translating method and system for software development
CN110262786A (en) * 2019-06-12 2019-09-20 安徽嘉亨软件开发有限公司 A kind of software development system and method based on internet information
CN110502223A (en) * 2019-07-25 2019-11-26 安徽易百互联科技有限公司 A kind of computer software exploitation auxiliary system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120246610A1 (en) * 2011-03-23 2012-09-27 Infosys Technologies Ltd. Online integrated development environment with code assist
CN103049383A (en) * 2012-12-31 2013-04-17 博彦科技(上海)有限公司 Development and testing cloud system
CN110007949A (en) * 2019-03-25 2019-07-12 大夏数据服务有限公司 A kind of supplemental protective system of computer software exploitation
CN110187887A (en) * 2019-05-24 2019-08-30 广东飞企互联科技股份有限公司 Automatic translating method and system for software development
CN110262786A (en) * 2019-06-12 2019-09-20 安徽嘉亨软件开发有限公司 A kind of software development system and method based on internet information
CN110502223A (en) * 2019-07-25 2019-11-26 安徽易百互联科技有限公司 A kind of computer software exploitation auxiliary system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112699057A (en) * 2021-03-24 2021-04-23 广州弘一信息科技股份有限公司 Early warning system in software development process

Similar Documents

Publication Publication Date Title
CN111046396A (en) Web application test data flow tracking method and system
US7234167B2 (en) Automatic builder of detection and cleaning routines for computer viruses
CN110399300B (en) Python software fuzzy test method based on dynamic type perception
CN101976319B (en) BIOS firmware Rootkit detection method based on behaviour characteristic
CN114531259B (en) Attack result detection method, device, system, computer equipment and medium
CN116366377B (en) Malicious file detection method, device, equipment and storage medium
CN111368303A (en) PowerShell malicious script detection method and device
CN111625229A (en) Computer software development auxiliary system
CN111767300B (en) Dynamic desensitization method and device for penetration of internal and external networks of electric power data
CN113778616A (en) Electric power Internet of things terminal virtualization analog simulation platform and simulation method
CN111420406B (en) Method and system for preventing game from being hung externally through memory zero clearing
CN113901459A (en) Firmware internal binary program vulnerability discovery method and device
CN111061642B (en) Full-automatic competition data processing system and method based on user data
CN110633204B (en) Program defect detection method and device
CN110309656B (en) Implicit type conversion security detection method
CN112395615A (en) Android malicious application detection method
CN111934949A (en) Safety test system based on database injection test
CN109753513A (en) Account check method and system are matched in a kind of defeated change based on regular expression matching
CN109274676A (en) The method and system of wooden horse control terminal IP address are obtained based on self study mode
CN114077728B (en) Android application biometric authentication security method based on static detection
CN114021146B (en) Unstructured difference patch analysis method based on value set analysis
CN111078538B (en) JMH-based rule automation test method
KR102526302B1 (en) Software testing method and vulnerability classification model generation method for software testing
CN116483377B (en) Code detection method and device, electronic equipment and storage medium
Liu et al. FITS: Inferring Intermediate Taint Sources for Effective Vulnerability Analysis of IoT Device Firmware

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
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20200904