CN111984252A - Work creation method and device based on graphical programming tool - Google Patents

Work creation method and device based on graphical programming tool Download PDF

Info

Publication number
CN111984252A
CN111984252A CN202010623805.7A CN202010623805A CN111984252A CN 111984252 A CN111984252 A CN 111984252A CN 202010623805 A CN202010623805 A CN 202010623805A CN 111984252 A CN111984252 A CN 111984252A
Authority
CN
China
Prior art keywords
programming
target
user
work
sub
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
CN202010623805.7A
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.)
Beijing Programming Cat Technology Co ltd
Original Assignee
Beijing Programming Cat 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 Beijing Programming Cat Technology Co ltd filed Critical Beijing Programming Cat Technology Co ltd
Priority to CN202010623805.7A priority Critical patent/CN111984252A/en
Publication of CN111984252A publication Critical patent/CN111984252A/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
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/73Program documentation

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)

Abstract

The invention discloses a work creating method and a work creating device based on a graphical programming tool, wherein the method comprises the following steps: acquiring target programming information corresponding to each programming step in the process of programming a target work by a user; generating a target programming process document of the target work programmed by the user according to the target programming information corresponding to each programming step; and saving the target programming process document to a specified address for a user to view. The invention can generate the target programming process document from the programming process of the user, is convenient for the user and related personnel to check the whole work programming process of the user, not only improves the programming experience of the user, but also enables the user to check the programming level of the user.

Description

Work creation method and device based on graphical programming tool
Technical Field
The invention relates to the technical field of graphical programming application, in particular to a work creation method and device based on a graphical programming tool.
Background
Programming is the process of writing a program of Chinese short for short, that is, making a computer prescribe a certain operation mode for a certain computing system to solve a certain problem, making the computing system operate according to the operation mode, and finally obtaining a corresponding result. In order for a computer to understand human intention, a human must tell the computer the ideas, methods and means of the problem to be solved in a form that the computer can understand, so that the computer can work step by step according to human instructions to accomplish a certain task, and the process of communication between the human and the computing system is programming. With the development and progress of society and the rapid development of computer science, programming becomes an increasingly important basic capability of modern people, and not only the full-time work of IT industry personnel. People of any age and any base have stronger requirements for learning and experiencing program writing, and graphical programming tools are produced along with the development of the times. With the graphical programming tool, a user can independently complete programming with complex logic simply by dragging the programming components. At present, after a user finishes programming a work by using a graphical programming tool, the user can only see the work after programming, programming steps and semi-finished works in the programming process cannot be seen visually, and the programming mode cannot meet the programming experience of the user and is not beneficial to improving the programming level of the user.
Disclosure of Invention
The embodiment of the invention provides a work creation method and a work creation device based on a graphical programming tool, which aim to solve the following problems in the prior art: after a user finishes programming a work by using a graphical programming tool, the user can only see the work after programming, cannot visually see programming steps and semi-finished works in the programming process, and cannot meet the programming experience of the user and improve the programming level of the user.
In order to solve the above technical problem, a first technical solution adopted in the embodiments of the present invention is as follows:
a graphical programming tool based work creation method, comprising: acquiring target programming information corresponding to each programming step in the process of programming a target work by a user; generating a target programming process document of the target work programmed by the user according to the target programming information corresponding to each programming step; and saving the target programming process document to a specified address for a user to view.
Optionally, the obtaining target programming information corresponding to each programming step of the user in the process of programming the target work includes: and acquiring a target programming role corresponding to each programming step in the process of programming the target works by the user.
Optionally, the obtaining target programming information corresponding to each programming step of the user in the process of programming the target work includes: and acquiring target sub-works corresponding to each programming step in the process of programming the target works by the user, wherein the target sub-works are the corresponding programming works obtained after the programming steps are completed.
Optionally, the generating a target programming process document of the target work programmed by the user according to the target programming information corresponding to each programming step includes: generating a sub-programming process document corresponding to each programming step according to the target programming angle and the target sub-works corresponding to each programming step; and according to the programming sequence of the user, arranging the sub programming process documents corresponding to all the programming steps into the target programming process document.
Optionally, after the generating the sub programming process document corresponding to each programming step, before the sorting all the sub programming process documents corresponding to the programming steps into the target programming process document according to the programming order of the user, the method includes: and acquiring the completion time point of each sub-programming process document, and recording the completion time point of each sub-programming process document.
Optionally, the sorting the sub programming process documents corresponding to all the programming steps into the target programming process document according to the programming sequence of the user includes: acquiring sub-work description information input by a user on each sub-programming process document according to a programming sequence of the user; and arranging the sub programming process documents corresponding to all the programming steps after the sub work information is described into the target programming process document.
Optionally, the saving the target programming process document to a designated address for viewing by a user includes: and sending the target programming process document to a cloud server for storage, and displaying the information which is successfully sent on a user operation page.
In order to solve the above technical problem, a second technical solution adopted in the embodiments of the present invention is as follows:
a graphical programming tool based work creation device, comprising: the information acquisition module is used for acquiring target programming information corresponding to each programming step in the process of programming the target work by a user; the document generating module is used for generating a target programming process document of the target work programmed by the user according to the target programming information corresponding to each programming step; and the document storage module is used for storing the target programming process document to a specified address for a user to view.
In order to solve the above technical problem, a third technical solution adopted in the embodiments of the present invention is as follows:
a computer readable storage medium having stored thereon a computer program which, when executed, implements a graphical programming tool based work creation method as described above.
In order to solve the above technical problem, a fourth technical solution adopted in the embodiments of the present invention is as follows:
a computer apparatus comprising a processor, a memory and a computer program stored on the memory and executable on the processor, the processor implementing the graphical programming tool based work creation method as described above when executing the computer program.
The embodiment of the invention has the beneficial effects that: different from the situation in the prior art, the embodiment of the invention generates the target programming process document of the target work programmed by the user by acquiring the target programming information corresponding to each programming step in the process of programming the target work by the user, and finally stores the target programming process document to the designated address for the user to view, so that the user can view the whole process of the own programming work, and the programming experience and the programming level of the user can be improved.
Drawings
FIG. 1 is a flowchart illustrating an implementation of an embodiment of a method for creating a work based on a graphical programming tool according to a first embodiment of the present invention;
FIG. 2 is a partial structural framework diagram of an embodiment of a graphical programming tool-based work creation apparatus according to a second embodiment of the present invention;
FIG. 3 is a partial structural framework diagram of an embodiment of a computer-readable storage medium according to a third embodiment of the present invention;
fig. 4 is a partial structural framework diagram of an embodiment of a computer device according to a fourth embodiment of the present invention.
Detailed Description
Example one
Referring to fig. 1, fig. 1 is a flowchart of an implementation of a work creation method based on a graphical programming tool according to an embodiment of the present invention, which can be obtained by combining fig. 1, where the work creation method based on the graphical programming tool of the present invention includes:
step S101: acquiring target programming information corresponding to each programming step in the process of programming the target work by a user, wherein the target programming information is historical information related to each programming step and is main information for recording the programming process of the user.
Step S102: and generating a target programming process document for the user to program the target work according to the target programming information corresponding to each programming step. In this step, the target programming process document may be selected as a PPT document or a WORD document.
Step S103: and saving the target programming process document to a specified address for a user to view. The designated address includes a terminal local used by the user or other PC terminal.
In this embodiment, optionally, the obtaining target programming information corresponding to each programming step of the user in the process of programming the target work includes:
and acquiring a target programming role corresponding to each programming step in the process of programming the target work by the user, namely the programming role used by the user in each step, which is important information involved in the user programming process.
In this embodiment, optionally, the obtaining target programming information corresponding to each programming step of the user in the process of programming the target work includes:
and acquiring target sub-works corresponding to each programming step in the process of programming the target works by the user, wherein the target sub-works are the corresponding programming works obtained after the programming steps are completed. In this step, the user does not complete a programming step, and accordingly a target sub-work is completed, and the target sub-work corresponding to each programming step is also important information involved in the user programming process.
In this embodiment, optionally, the generating a target programming process document of the target work programmed by the user according to the target programming information corresponding to each programming step includes:
firstly, generating a sub-programming process document corresponding to each programming step according to the target programming angle and the target sub-work corresponding to each programming step.
Secondly, according to the programming sequence of the user, the sub programming process documents corresponding to all the programming steps are arranged into the target programming process document.
In this embodiment, optionally, after the generating the sub-programming process document corresponding to each programming step, before the sorting all the sub-programming process documents corresponding to the programming steps into the target programming process document according to the programming order of the user, the method includes:
and acquiring the completion time point of each sub-programming process document, and recording the completion time point of each sub-programming process document, so that the programming process of a user can be recorded in more detail, and the user can see the problems of programming speed and the like.
In this embodiment, optionally, the sorting the sub-programming process documents corresponding to all the programming steps into the target programming process document according to the programming order of the user includes:
firstly, acquiring sub-work description information input by a user on each sub-programming process document according to the programming sequence of the user.
Secondly, the sub programming process documents corresponding to all the programming steps after the sub work information is described are arranged into the target programming process document.
In this embodiment, optionally, the saving the target programming process document to a designated address for the user to view includes:
and sending the target programming process document to a cloud server for storage, and displaying the information which is successfully sent on a user operation page.
According to the embodiment of the invention, the target programming information corresponding to each programming step in the process of programming the target work by the user is obtained, the target programming process document of the target work programmed by the user is generated according to the target programming information corresponding to each programming step, and finally the target programming process document is stored to the designated address for the user to view, so that the user can view the whole process of the own programming work, and the programming experience and the programming level of the user can be improved.
Example two
Referring to fig. 2, fig. 2 is a partial structural framework diagram of a work creation apparatus based on a graphic programming tool according to an embodiment of the present invention, which can be obtained by referring to fig. 2, wherein the work creation apparatus 100 based on a graphic programming tool according to the present invention includes:
the information obtaining module 110 is configured to obtain target programming information corresponding to each programming step in a process of programming a target work by a user.
And the document generating module 120 is configured to generate a target programming process document for the user to program the target work according to the target programming information corresponding to each programming step.
And the document saving module 130 is used for saving the target programming process document to a specified address for the user to view.
According to the embodiment of the invention, the target programming information corresponding to each programming step in the process of programming the target work by the user is obtained, the target programming process document of the target work programmed by the user is generated according to the target programming information corresponding to each programming step, and finally the target programming process document is stored to the designated address for the user to view, so that the user can view the whole process of the own programming work, and the programming experience and the programming level of the user can be improved.
EXAMPLE III
Referring to fig. 3, a computer-readable storage medium 10 according to an embodiment of the present invention can be seen, where the computer-readable storage medium 10 includes: ROM/RAM, magnetic disks, optical disks, etc., on which is stored a computer program 11, said computer program 11 when executed implementing a graphical programming tool based work creation method as described in embodiment one. Since the work creation method based on the graphical programming tool has been described in detail in the first embodiment, the description is not repeated here.
According to the work creation method based on the graphical programming tool, which is realized by the embodiment of the invention, the target programming information corresponding to each programming step in the process of programming the target work by the user is obtained, the target programming process document of the target work programmed by the user is generated according to the target programming information corresponding to each programming step, and finally the target programming process document is stored to the designated address for the user to view, so that the user can view the whole process of the own programming work, and the programming experience and the programming level of the user can be improved.
Example four
Referring to fig. 4, it can be seen that a computer device 20 according to an embodiment of the present invention includes a processor 21, a memory 22, and a computer program 221 stored in the memory 22 and capable of running on the processor 21, and when the processor 21 executes the computer program 221, the method for creating a work based on a graphical programming tool according to an embodiment is implemented. Since the work creation method based on the graphical programming tool has been described in detail in the first embodiment, the description is not repeated here.
According to the work creation method based on the graphical programming tool, which is realized by the embodiment of the invention, the target programming information corresponding to each programming step in the process of programming the target work by the user is obtained, the target programming process document of the target work programmed by the user is generated according to the target programming information corresponding to each programming step, and finally the target programming process document is stored to the designated address for the user to view, so that the user can view the whole process of the own programming work, and the programming experience and the programming level of the user can be improved.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes performed by the present specification and drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A work creation method based on a graphical programming tool, comprising:
acquiring target programming information corresponding to each programming step in the process of programming a target work by a user;
generating a target programming process document of the target work programmed by the user according to the target programming information corresponding to each programming step;
and saving the target programming process document to a specified address for a user to view.
2. The work creation method based on graphical programming tool of claim 1, wherein the obtaining of target programming information corresponding to each programming step of the user in programming the target work comprises:
and acquiring a target programming role corresponding to each programming step in the process of programming the target works by the user.
3. The work creation method based on graphical programming tool of claim 2, wherein the obtaining of target programming information corresponding to each programming step of the user in programming the target work comprises:
and acquiring target sub-works corresponding to each programming step in the process of programming the target works by the user, wherein the target sub-works are the corresponding programming works obtained after the programming steps are completed.
4. The method for creating a work based on a graphic programming tool according to claim 3, wherein the generating a target programming process document for a user to program the target work according to the target programming information corresponding to each programming step comprises:
generating a sub-programming process document corresponding to each programming step according to the target programming angle and the target sub-works corresponding to each programming step;
and according to the programming sequence of the user, arranging the sub programming process documents corresponding to all the programming steps into the target programming process document.
5. The work creation method based on graphical programming tools according to claim 4, wherein after the generating of the sub-programming process documents corresponding to each of the programming steps, before the sorting of all the sub-programming process documents corresponding to the programming steps into the target programming process document according to the user's programming order, the method comprises:
and acquiring the completion time point of each sub-programming process document, and recording the completion time point of each sub-programming process document.
6. The work creation method based on graphical programming tool according to claim 4, wherein the organizing the sub-programming process documents corresponding to all the programming steps into the target programming process document according to the programming order of the user comprises:
acquiring sub-work description information input by a user on each sub-programming process document according to a programming sequence of the user;
and arranging the sub programming process documents corresponding to all the programming steps after the sub work information is described into the target programming process document.
7. The graphical programming tool-based work creation method of claim 1, wherein said saving the target programming process document to a designated address for viewing by a user thereafter comprises:
and sending the target programming process document to a cloud server for storage, and displaying the information which is successfully sent on a user operation page.
8. A work creation apparatus based on a graphical programming tool, comprising:
the information acquisition module is used for acquiring target programming information corresponding to each programming step in the process of programming the target work by a user;
the document generating module is used for generating a target programming process document of the target work programmed by the user according to the target programming information corresponding to each programming step;
and the document storage module is used for storing the target programming process document to a specified address for a user to view.
9. A computer-readable storage medium having stored thereon a computer program which, when executed, implements the graphical programming tool-based work creation method of any one of claims 1 to 7.
10. A computer device comprising a processor, a memory, and a computer program stored on the memory and executable on the processor, wherein the processor implements the graphical programming tool-based work creation method of any one of claims 1 to 7 when executing the computer program.
CN202010623805.7A 2020-06-30 2020-06-30 Work creation method and device based on graphical programming tool Pending CN111984252A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010623805.7A CN111984252A (en) 2020-06-30 2020-06-30 Work creation method and device based on graphical programming tool

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010623805.7A CN111984252A (en) 2020-06-30 2020-06-30 Work creation method and device based on graphical programming tool

Publications (1)

Publication Number Publication Date
CN111984252A true CN111984252A (en) 2020-11-24

Family

ID=73437978

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010623805.7A Pending CN111984252A (en) 2020-06-30 2020-06-30 Work creation method and device based on graphical programming tool

Country Status (1)

Country Link
CN (1) CN111984252A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103677763A (en) * 2012-08-30 2014-03-26 中国科学院软件研究所 Graphical programming source file storage and analytic method
CN109491708A (en) * 2018-11-21 2019-03-19 北京锐安科技有限公司 Document structure tree method, system, equipment and medium
CN110162296A (en) * 2019-04-15 2019-08-23 平安科技(深圳)有限公司 Generation method, device and the terminal device of application programming interface document
CN111309381A (en) * 2020-02-11 2020-06-19 南京南瑞继保电气有限公司 Document output method, terminal and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103677763A (en) * 2012-08-30 2014-03-26 中国科学院软件研究所 Graphical programming source file storage and analytic method
CN109491708A (en) * 2018-11-21 2019-03-19 北京锐安科技有限公司 Document structure tree method, system, equipment and medium
CN110162296A (en) * 2019-04-15 2019-08-23 平安科技(深圳)有限公司 Generation method, device and the terminal device of application programming interface document
CN111309381A (en) * 2020-02-11 2020-06-19 南京南瑞继保电气有限公司 Document output method, terminal and storage medium

Similar Documents

Publication Publication Date Title
US10311115B2 (en) Object search method and apparatus
JP2019101535A (en) Teacher data preparation device and method thereof and image segmentation device and method thereof
US11238623B2 (en) Automatic line drawing coloring program, automatic line drawing coloring apparatus, and graphical user interface program
JP7390445B2 (en) Training method for character positioning model and character positioning method
CN111984252A (en) Work creation method and device based on graphical programming tool
CN110717576B (en) Image processing method, device and equipment
CN116225902A (en) Method, device and equipment for generating test cases
US20230005171A1 (en) Visual positioning method, related apparatus and computer program product
CN111984253B (en) Method and device for adding programming roles based on graphical programming tool
CN113835835B (en) Method, device and computer readable storage medium for creating consistency group
CN113050933B (en) Brain graph data processing method, device, equipment and storage medium
CN115268873A (en) Low-code file development method based on multi-person cooperation
CN110515653B (en) Document generation method and device, electronic equipment and computer readable storage medium
CN113011148A (en) Method, device, equipment and medium for automatically outputting file with specified format
CN113592981A (en) Picture labeling method and device, electronic equipment and storage medium
CN106569785B (en) Method and device for generating job form
CN107025106B (en) Graph drawing method and device
WO2014130417A1 (en) Multi disciplinary engineering design using image recognition
CN114528338B (en) Method, device, equipment and medium for dynamically exporting field
US20230119741A1 (en) Picture annotation method, apparatus, electronic device, and storage medium
CN115114689B (en) Geometric border marking method, device, electronic equipment and readable storage medium
CN115952376B (en) Webpage access method and device, electronic equipment and storage medium
US20220335737A1 (en) Method and apparatus for image annotation, and storage medium
US20230244325A1 (en) Learned computer control using pointing device and keyboard actions
CN111414330A (en) Data editing method and system, data processing device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination