CN110879721A - Method and device for generating help document - Google Patents

Method and device for generating help document Download PDF

Info

Publication number
CN110879721A
CN110879721A CN201911181683.4A CN201911181683A CN110879721A CN 110879721 A CN110879721 A CN 110879721A CN 201911181683 A CN201911181683 A CN 201911181683A CN 110879721 A CN110879721 A CN 110879721A
Authority
CN
China
Prior art keywords
operation command
deployment
command
help document
software
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.)
Granted
Application number
CN201911181683.4A
Other languages
Chinese (zh)
Other versions
CN110879721B (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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN201911181683.4A priority Critical patent/CN110879721B/en
Publication of CN110879721A publication Critical patent/CN110879721A/en
Application granted granted Critical
Publication of CN110879721B publication Critical patent/CN110879721B/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/70Software maintenance or management
    • G06F8/73Program documentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Library & Information Science (AREA)
  • Stored Programmes (AREA)
  • Document Processing Apparatus (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The application discloses a method and a device for generating a help document, which are used for recording an operation command corresponding to each deployment step in a software deployment process. And identifying a time stamp and a deployment result for each operation command, wherein the time stamp of any one operation command is used for indicating the time when the software executes the operation command, and the deployment result of any one operation command is used for indicating the result generated after the software executes the operation command. And if the deployment result of the operation command indicates that the current deployment step is successfully executed, determining that the operation command is the target operation command. And performing natural language processing on each target operation command in the command sequence to generate a help document, wherein the command sequence is obtained by sequencing each target operation command according to the time stamp. Compared with manual compiling, the method is high in efficiency, not easy to make mistakes and high in accuracy. Because the help document is obtained by conversion based on the operation command, when software deployment is carried out, the corresponding operation command can be converted by the help document, and the automatic deployment of the software is realized.

Description

Method and device for generating help document
Technical Field
The present application relates to the field of software development technologies, and in particular, to a method and an apparatus for generating a help document.
Background
In the software deployment process, due to different system environment attributes, the steps and methods deployed on different system environments are different. Therefore, in the software development process, a developer needs to write a help document for an operation and maintenance person based on development experience and knowledge of software.
At present, the help document is written in a manual mode, and the writing work of the document is very huge due to the complex steps of the software deployment process. Obviously, the manual writing of the help document is long in time and low in efficiency. In addition, in the process of manually writing the help document, the manually writing of the help document is very easy to careless.
Disclosure of Invention
The application provides a method and a device for generating a help document, and aims to improve efficiency and accuracy of compiling a software help document.
In order to achieve the above object, the present application provides the following technical solutions:
a help document generation method, comprising:
recording an operation command corresponding to each deployment step in the software deployment process;
identifying a timestamp and a deployment result for the operation command, wherein the timestamp of any one operation command is used for indicating the time when the software executes the operation command, and the deployment result of any one operation command is used for indicating a result generated after the software executes the operation command;
if the deployment result of the operation command indicates that the current deployment step is successfully executed, determining that the operation command is a target operation command;
and performing natural language processing on the target operation commands in the command sequence to generate a help document, wherein the command sequence is obtained by sequencing each target operation command according to the timestamp.
Optionally, in the method for generating a help document, the process of determining a deployment result of the operation command includes:
after the operation command is executed, if preset error prompt information exists, the deployment result of the operation command indicates that the current deployment step is failed to be executed, otherwise, the deployment result of the operation command indicates that the current deployment step is successfully executed.
Optionally, in the method for generating a help document, the sorting each target operation command according to the timestamp to obtain the command sequence includes:
determining the time when the target operation command is executed by the software based on the timestamp of the target operation command;
and sequencing each target operation command according to the sequence from the front to the back of the time to obtain the command sequence.
Optionally, in the method for generating a help document, the performing natural language processing on each target operation command in the command sequence to generate the help document includes:
converting each target operation command in the command sequence into a corresponding natural language based on a preset corresponding relation between the operation command and the natural language to obtain text information corresponding to each deployment step;
and generating a help document based on the text information.
A software deployment method, the software deployment method comprising:
reading a help document, wherein the help document is generated by using a generation method of the help document;
converting the text information in the help document into a recognizable operation command;
and executing the operation command.
A help document generation apparatus, comprising:
the recording unit is used for recording an operation command corresponding to each deployment step in the software deployment process;
the identification unit is used for identifying a timestamp and a deployment result aiming at the operation command, wherein the timestamp of any one operation command is used for indicating the time when the software executes the operation command, and the deployment result of any one operation command is used for indicating a result generated after the software executes the operation command;
a determining unit, configured to determine that the operation command is a target operation command if a deployment result of the operation command indicates that the current deployment step is successfully executed;
and the generating unit is used for carrying out natural language processing on the target operation commands in the command sequence to generate a help document, wherein the command sequence is obtained by sequencing each target operation command according to the time stamp.
Optionally, in the apparatus for generating a help document, the process of determining a deployment result of the operation command by the identification unit includes:
the identification unit is specifically configured to, after the operation command is executed, if preset error prompt information exists, indicate that the current deployment step is failed to be executed by the deployment result of the operation command, and otherwise indicate that the current deployment step is successfully executed by the deployment result of the operation command.
Optionally, in the device for generating a help document, the generating unit is configured to sort each target operation command according to the timestamp to obtain a command sequence, and the process includes:
the generating unit is specifically configured to determine, based on the timestamp of the target operation command, a time at which the software executes the target operation command; and sequencing each target operation command according to the sequence from the front to the back of the time to obtain the command sequence.
Optionally, in the above apparatus for generating a help document, the generating unit is configured to perform natural language processing on each target operation command in the command sequence, and generate the help document, and the generating unit includes:
the generating unit is specifically configured to convert each target operation command in the command sequence into a corresponding natural language based on a preset corresponding relationship between the operation command and the natural language, and obtain text information corresponding to each deployment step; and generating a help document based on the text information.
A software deploying apparatus comprising:
a reading unit configured to read a help document, the help document being generated using a generation method of the help document;
the conversion unit is used for converting the text information in the help document into a recognizable operation command;
and the execution unit is used for executing the operation command.
According to the help document generation method and device, the operation command corresponding to each deployment step in the software deployment process is recorded. And identifying a time stamp and a deployment result for each operation command, wherein the time stamp of any one operation command is used for indicating the time when the software executes the operation command, and the deployment result of any one operation command is used for indicating the result generated after the software executes the operation command. And if the deployment result of the operation command indicates that the current deployment step is successfully executed, determining that the operation command is the target operation command. And performing natural language processing on each target operation command in the command sequence to generate a help document, wherein the command sequence is obtained by sequencing each target operation command according to the time stamp. Compared with manual writing of help documents, the method is high in efficiency, not prone to error and high in accuracy. In addition, the help document is obtained by converting based on the operation command, so that the corresponding operation command can be converted by the help document when software is deployed, and automatic deployment of the software is realized.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a diagram illustrating a method for generating a help document according to an embodiment of the present disclosure;
fig. 2 is a schematic diagram of a specific implementation process of sorting target operation commands according to an embodiment of the present application;
FIG. 3 is a diagram of a specific implementation process for generating a help document according to an embodiment of the present application;
fig. 4 is a schematic diagram of a software deployment method provided in an embodiment of the present application;
FIG. 5 is a schematic diagram of an architecture of a help document generation apparatus according to an embodiment of the present application;
fig. 6 is a schematic architecture diagram of a software deployment apparatus according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. 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 application.
As known from the background art, in the writing process of the software help document, because the steps of the software deployment process are complicated, the manual writing of the help document is long, and the efficiency is low. In addition, in the process of manually writing the help document, the manually writing of the help document is very easy to careless. Therefore, the embodiment of the application provides a help document generation method, which is used for improving the efficiency and accuracy of writing software help documents.
As shown in fig. 1, a schematic diagram of a help document generation method provided in an embodiment of the present application includes:
s101: and recording an operation command corresponding to each deployment step in the software deployment process.
The deployment step of the software mainly comprises the steps of executing operation commands such as an addition command, a deletion command, a modification command or an execution command aiming at an installation file or a configuration file of a system where the installation file or the configuration file is located.
S102: a timestamp and deployment result are identified for the operation command.
The time stamp of any one operation command is used for indicating the time when the software executes the operation command, and the deployment result of any one operation command is used for indicating the result generated after the software executes the operation command.
In the embodiment of the present application, the deployment result of any one operation command indicates that the execution of the current deployment step is successful or failed.
Optionally, after the operation command is executed, if the preset error prompt information exists, the deployment result of the operation command indicates that the current deployment step is failed to be executed, otherwise, the deployment result of the operation command indicates that the current deployment step is successfully executed.
It should be noted that, in the software deployment process, after the operation command is executed, if the input operation command meets the deployment requirement, the next deployment step may be entered from the current deployment step or the deployment of the whole software is completed, otherwise, an error prompt message may be prompted, and the current deployment step needs to be re-executed or the deployment needs to be re-performed.
S103: and if the deployment result of the operation command indicates that the current deployment step is successfully executed, determining that the operation command is the target operation command.
S104: and carrying out natural language processing on the target operation command in the command sequence to generate a help document.
The command sequence is obtained by sequencing each target operation command according to the timestamp, and a specific implementation process for sequencing each target operation command according to the timestamp may refer to the steps shown in fig. 2 and a corresponding explanation of the steps. And performing natural language processing on the target operation command so as to convert the target operation command into text information which can be recognized by maintenance personnel, and constructing a help document based on the text information.
It should be noted that, for a specific implementation process of performing natural language processing on a target operation command, reference may be made to the following steps shown in fig. 3 and corresponding explanations of the steps. Of course, other methods in the prior art, such as a machine learning algorithm, may also be adopted to perform natural language processing on the target operation command, and the embodiment of the present application is not limited.
In the embodiment of the application, the operation command corresponding to each deployment step in the software deployment process is recorded. And identifying a timestamp and a deployment result for the operation command, wherein the timestamp of any one operation command is used for indicating the time when the software executes the operation command, and the deployment result of any one operation command is used for indicating a result generated after the software executes the operation command. And if the deployment result of the operation command indicates that the current deployment step is successfully executed, determining that the operation command is the target operation command. And performing natural language processing on the target operation commands in the command sequence to generate a help document, wherein the command sequence is obtained by sequencing each target operation command according to the time stamp. Compared with manual writing of help documents, the method is high in efficiency, not prone to error and high in accuracy. In addition, the help document is obtained by converting based on the operation command, so that the corresponding operation command can be converted by the help document when software is deployed, and automatic deployment of the software is realized.
Optionally, as shown in fig. 2, a schematic diagram of a specific implementation process of a sort target operation command provided in the embodiment of the present application includes the following steps:
s201: and determining the time when the software executes the target operation command based on the time stamp of the target operation command.
Since the timestamp identified by any one operation command includes the time when the software executes the operation command, the time when the software executes the target operation command can be determined based on the timestamp of the target operation command.
S202: and sequencing each target operation command according to the sequence from the front to the back of the time to obtain a command sequence.
In the software deployment process, the executed time of each operation command is different, each target operation command is sequenced according to the sequence from the front to the back of the time to obtain a command sequence, and the sequence can reproduce all the deployment steps from the beginning to the end of the software deployment process.
In the embodiment of the application, the time when the software executes the target operation command is determined based on the timestamp of the target operation command. And sequencing each target operation command according to the sequence from the front to the back of the time to obtain a command sequence. As can be seen, each target operation command is ordered according to the time stamp, resulting in a command sequence that can reproduce all the deployment steps from the beginning to the end of the software deployment process.
Optionally, as shown in fig. 3, a schematic diagram of a specific implementation process for generating a help document provided in an embodiment of the present application includes the following steps:
s301: and converting each target operation command in the command sequence into a corresponding natural language based on the preset corresponding relation between the operation command and the natural language to obtain text information corresponding to each deployment step.
The correspondence between the operation commands and the natural language can be set by a technician according to actual conditions, for example, the natural language corresponding to the first operation command is "install the file to the C-disc", the natural language corresponding to the second operation command is "select chinese", and the like.
It should be noted that, based on the preset corresponding relationship between the operation command and the natural language, the target operation command is converted into the corresponding natural language, and the specific type of the natural language may be set by a technician according to the actual situation, for example, the natural language may be english or chinese.
S302: based on the textual information, a help document is generated.
The text information corresponding to each deployment step is combined into a help document, and of course, in the combined text information, description words may be added for improving the readability of the help document, for example, description words such as "first step", and "last step" are added. Of course, the text information may also be typeset and laid out, for example, the text information may be segmented, etc., so as to further increase the readability of the help document.
In the embodiment of the application, each target operation command in the command sequence is converted into a corresponding natural language based on a preset corresponding relationship between the operation command and the natural language, so that text information corresponding to each deployment step is obtained. Based on the textual information, a help document is generated. Therefore, each target operation command in the command sequence is converted into the corresponding natural language according to the preset corresponding relation between the operation command and the natural language, so that the efficiency is high, the error is not easy to occur, and the accuracy is high. In addition, the help document is obtained by converting based on the operation command, so that the corresponding operation command can be converted by the help document when software is deployed, and automatic deployment of the software is realized.
For the generated help document, as shown in fig. 4, a schematic diagram of a software deployment method provided in the embodiment of the present application is applied to a software deployment tool, and includes the following steps:
s401: the help document is read.
S402: and converting the text information in the help document into a recognizable operation command.
The text information in the help document is converted based on the operation command, so that the text information can be converted into the operable command, and the converted operation command can be recognized by the software deployment tool.
S403: and executing the operation command.
And sequentially executing the operation commands corresponding to the deployment steps according to the sequence of the software deployment steps recorded in the help document until the software deployment process is completed.
In the embodiment of the application, the help document is read, the text information in the help document is converted into a recognizable operation command, and the operation command is executed. Therefore, the text information in the help document is converted into the recognizable operation command, and the operation command is executed, so that the automatic deployment of the software can be realized, and the efficiency of the later deployment and maintenance of the software is improved.
Corresponding to the method for generating a help document provided by the embodiment of the present application, an embodiment of the present application further provides a device for generating a help document, as shown in fig. 5, including:
the recording unit 100 is configured to record an operation command corresponding to each deployment step in the software deployment process.
The identifying unit 200 is configured to identify, for the operation command, a timestamp and a deployment result, where the timestamp of any one operation command is used to indicate a time when the software executes the operation command, and the deployment result of any one operation command is used to indicate a result generated after the software executes the operation command.
The specific implementation process of determining the deployment result of the operation command by the identification unit 200 includes: after the operation command is executed, if preset error prompt information exists, the deployment result of the operation command indicates that the current deployment step is failed to be executed, otherwise, the deployment result of the operation command indicates that the current deployment step is successfully executed.
The determining unit 300 is configured to determine that the operation command is the target operation command if the deployment result of the operation command indicates that the current deployment step is successfully executed.
The generating unit 400 is configured to perform natural language processing on the target operation commands in the command sequence to generate a help document, where the command sequence is obtained by sorting each target operation command according to the timestamp.
The generating unit 400 sequences each target operation command according to the timestamp to obtain a specific implementation process of the command sequence, including: and determining the time of the software for executing the target operation command based on the timestamp of the target operation command, and sequencing each target operation command according to the sequence of the time from front to back to obtain a command sequence.
The generating unit 400 performs natural language processing on each target operation command in the command sequence to generate a specific implementation process of the help document, including: and converting each target operation command in the command sequence into a corresponding natural language based on the preset corresponding relation between the operation command and the natural language to obtain text information corresponding to each deployment step, and generating a help document based on the text information.
In the embodiment of the application, the operation command corresponding to each deployment step in the software deployment process is recorded. And identifying a time stamp and a deployment result for each operation command, wherein the time stamp of any one operation command is used for indicating the time when the software executes the operation command, and the deployment result of any one operation command is used for indicating the result generated after the software executes the operation command. And if the deployment result of the operation command indicates that the current deployment step is successfully executed, determining that the operation command is the target operation command. And performing natural language processing on each target operation command in the command sequence to generate a help document, wherein the command sequence is obtained by sequencing each target operation command according to the time stamp. Compared with manual writing of help documents, the method is high in efficiency, not prone to error and high in accuracy. In addition, the help document is obtained by converting based on the operation command, so that the corresponding operation command can be converted by the help document when software is deployed, and automatic deployment of the software is realized.
Optionally, as shown in fig. 6, an architecture diagram of a software deployment apparatus provided in the embodiment of the present application is shown, including:
a reading unit 1000 for reading the help document.
The conversion unit 2000 is configured to convert the text information in the help document into a recognizable operation command.
An execution unit 3000 for executing the operation command.
In the embodiment of the application, the help document is read, the text information in the help document is converted into a recognizable operation command, and the operation command is executed. Therefore, the text information in the help document is converted into the recognizable operation command, and the operation command is executed, so that the automatic deployment of the software can be realized, and the efficiency of the later deployment and maintenance of the software is improved.
The functions described in the method of the embodiment of the present application, if implemented in the form of software functional units and sold or used as independent products, may be stored in a storage medium readable by a computing device. Based on such understanding, part of the contribution to the prior art of the embodiments of the present application or part of the technical solution may be embodied in the form of a software product stored in a storage medium and including several instructions for causing a computing device (which may be a personal computer, a server, a mobile computing device or a network device) to execute all or part of the steps of the method described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for generating a help document, comprising:
recording an operation command corresponding to each deployment step in the software deployment process;
identifying a timestamp and a deployment result for the operation command, wherein the timestamp of any one operation command is used for indicating the time when the software executes the operation command, and the deployment result of any one operation command is used for indicating a result generated after the software executes the operation command;
if the deployment result of the operation command indicates that the current deployment step is successfully executed, determining that the operation command is a target operation command;
and performing natural language processing on the target operation commands in the command sequence to generate a help document, wherein the command sequence is obtained by sequencing each target operation command according to the timestamp.
2. The method according to claim 1, wherein the procedure for determining the deployment result of the operation command comprises:
after the operation command is executed, if preset error prompt information exists, the deployment result of the operation command indicates that the current deployment step is failed to be executed, otherwise, the deployment result of the operation command indicates that the current deployment step is successfully executed.
3. The method of claim 1, wherein said sorting each of the target operation commands according to the time stamp to obtain the command sequence comprises:
determining the time when the target operation command is executed by the software based on the timestamp of the target operation command;
and sequencing each target operation command according to the sequence from the front to the back of the time to obtain the command sequence.
4. The method according to claim 1, wherein the natural language processing each of the target operation commands in the command sequence to generate a help document comprises:
converting each target operation command in the command sequence into a corresponding natural language based on a preset corresponding relation between the operation command and the natural language to obtain text information corresponding to each deployment step;
and generating a help document based on the text information.
5. A method for deploying software, comprising:
reading a help document, the help document being generated using the help document generation method of any one of claims 1-4;
converting the text information in the help document into a recognizable operation command;
and executing the operation command.
6. An apparatus for generating a help document, comprising:
the recording unit is used for recording an operation command corresponding to each deployment step in the software deployment process;
the identification unit is used for identifying a timestamp and a deployment result aiming at the operation command, wherein the timestamp of any one operation command is used for indicating the time when the software executes the operation command, and the deployment result of any one operation command is used for indicating a result generated after the software executes the operation command;
a determining unit, configured to determine that the operation command is a target operation command if a deployment result of the operation command indicates that the current deployment step is successfully executed;
and the generating unit is used for carrying out natural language processing on the target operation commands in the command sequence to generate a help document, wherein the command sequence is obtained by sequencing each target operation command according to the time stamp.
7. The apparatus according to claim 6, wherein the identifying unit is configured to determine a deployment result of the operation command, and includes:
the identification unit is specifically configured to, after the operation command is executed, if preset error prompt information exists, indicate that the current deployment step is failed to be executed by the deployment result of the operation command, and otherwise indicate that the current deployment step is successfully executed by the deployment result of the operation command.
8. The apparatus according to claim 6, wherein the generating unit is configured to sort each of the target operation commands according to the time stamp to obtain the command sequence, and includes:
the generating unit is specifically configured to determine, based on the timestamp of the target operation command, a time at which the software executes the target operation command; and sequencing each target operation command according to the sequence from the front to the back of the time to obtain the command sequence.
9. The apparatus according to claim 6, wherein the generating unit is configured to perform natural language processing on each of the target operation commands in the command sequence, and generate a help document, and includes:
the generating unit is specifically configured to convert each target operation command in the command sequence into a corresponding natural language based on a preset corresponding relationship between the operation command and the natural language, and obtain text information corresponding to each deployment step; and generating a help document based on the text information.
10. A software deploying apparatus, comprising:
a reading unit configured to read a help document generated using the help document generation method of any one of claims 1 to 4;
the conversion unit is used for converting the text information in the help document into a recognizable operation command;
and the execution unit is used for executing the operation command.
CN201911181683.4A 2019-11-27 2019-11-27 Method and device for generating help document Active CN110879721B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911181683.4A CN110879721B (en) 2019-11-27 2019-11-27 Method and device for generating help document

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911181683.4A CN110879721B (en) 2019-11-27 2019-11-27 Method and device for generating help document

Publications (2)

Publication Number Publication Date
CN110879721A true CN110879721A (en) 2020-03-13
CN110879721B CN110879721B (en) 2023-09-05

Family

ID=69729138

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911181683.4A Active CN110879721B (en) 2019-11-27 2019-11-27 Method and device for generating help document

Country Status (1)

Country Link
CN (1) CN110879721B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050033713A1 (en) * 2003-01-07 2005-02-10 Microsoft Corporation Automatic text generation
US20050081189A1 (en) * 2003-10-14 2005-04-14 Sophia Krasikov Aggregation of document elements into runtime code
US6996769B1 (en) * 2001-02-28 2006-02-07 Cisco Technology, Inc. Method and system for generating documentation from operating system command syntax
US20090077502A1 (en) * 2007-09-17 2009-03-19 International Business Machines Corporation Creation of a help file
US20090144730A1 (en) * 2007-11-30 2009-06-04 Huawei Technologies Co., Ltd. Software deployment method and system, software deployment server and user server
CN105224377A (en) * 2015-10-08 2016-01-06 广州华旻信息科技有限公司 A kind of method by metadata automatic generating software project code file and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6996769B1 (en) * 2001-02-28 2006-02-07 Cisco Technology, Inc. Method and system for generating documentation from operating system command syntax
US20050033713A1 (en) * 2003-01-07 2005-02-10 Microsoft Corporation Automatic text generation
US20050081189A1 (en) * 2003-10-14 2005-04-14 Sophia Krasikov Aggregation of document elements into runtime code
US20090077502A1 (en) * 2007-09-17 2009-03-19 International Business Machines Corporation Creation of a help file
US20090144730A1 (en) * 2007-11-30 2009-06-04 Huawei Technologies Co., Ltd. Software deployment method and system, software deployment server and user server
CN105224377A (en) * 2015-10-08 2016-01-06 广州华旻信息科技有限公司 A kind of method by metadata automatic generating software project code file and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王红霞: "软件文档的编制及辅助工具的设计" *

Also Published As

Publication number Publication date
CN110879721B (en) 2023-09-05

Similar Documents

Publication Publication Date Title
CN109086199B (en) Method, terminal and storage medium for automatically generating test script
CN104636322A (en) Text copying method and text copying device
CN105302786B (en) The edit methods and device of data
CN110795287A (en) Data recovery method, system, electronic device and computer storage medium
CN104375934A (en) Method for testing reliability of Android mobile phone software
CN107608772B (en) Method and system for batch processing task configuration scheduling
JP3822044B2 (en) Design verification system, design verification method, and computer-readable recording medium storing design verification program
CN110442371A (en) A kind of method, apparatus of release code, medium and computer equipment
CN111104155A (en) Database script management platform and method, electronic equipment and storage medium
CN106776779B (en) Method for generating entity file by JSON data based on Mac platform
CN111026604B (en) Log file analysis method and device
CN111352828B (en) Automatic testing method and system for black box test
CN110879721B (en) Method and device for generating help document
CN110633258B (en) Log insertion method, device, computer device and storage medium
JP4215255B2 (en) Degradation confirmation inspection method, degradation confirmation inspection system, and program therefor
CN104182479A (en) Method and device for processing information
CN109460236B (en) Program version construction and checking method and system
CN113805861B (en) Code generation method based on machine learning, code editing system and storage medium
JP5670156B2 (en) Test result verification system, method, and program
CN105243022B (en) The performance data analysis method and device of host application software system
CN115080444A (en) Test case conversion method and device, electronic equipment and storage medium
CN111008140B (en) Cross-platform UI (user interface) automatic testing method and device
CN101727384B (en) Control method for automatically testing application software
CN107885839B (en) Method and device for reading information in Word file
CN111241191A (en) Database synchronization method and device

Legal Events

Date Code Title Description
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