[go: up one dir, main page]

CN111078217A - Brain graph generation method, apparatus and computer-readable storage medium - Google Patents

Brain graph generation method, apparatus and computer-readable storage medium Download PDF

Info

Publication number
CN111078217A
CN111078217A CN201911124330.0A CN201911124330A CN111078217A CN 111078217 A CN111078217 A CN 111078217A CN 201911124330 A CN201911124330 A CN 201911124330A CN 111078217 A CN111078217 A CN 111078217A
Authority
CN
China
Prior art keywords
brain graph
source data
brain
file
graph
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
CN201911124330.0A
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.)
Zhejiang Dasou Vehicle Software Technology Co Ltd
Original Assignee
Zhejiang Dasou Vehicle Software 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 Zhejiang Dasou Vehicle Software Technology Co Ltd filed Critical Zhejiang Dasou Vehicle Software Technology Co Ltd
Priority to CN201911124330.0A priority Critical patent/CN111078217A/en
Publication of CN111078217A publication Critical patent/CN111078217A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Prevention of errors by analysis, debugging or testing of software
    • G06F11/3668Testing of software
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9024Graphs; Linked lists

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to a brain graph generation method, a brain graph generation device and a computer-readable storage medium. Wherein, the method comprises the following steps: when a brain graph file with a preset data format is operated by a code editor, acquiring source data of the brain graph file; analyzing node information of a brain graph corresponding to the source data according to the source data; and drawing a brain graph corresponding to the source data in the new page according to the node information. According to the invention, the problem that the code editor in the related art cannot run the brain graph file is solved, the brain graph file is run in the code editor, and the use experience of the brain graph in the code editing and testing process is improved.

Description

Brain graph generation method, apparatus and computer-readable storage medium
Technical Field
The present invention relates to the field of program testing, and in particular, to a method and an apparatus for generating a brain map, and a computer-readable storage medium.
Interpretation of terms
JIRA: is a defect tracking management system, and the developer is atlas in australia for commercial application software for defect management, task tracking and project management.
Bug: program error is a term used in program design, and refers to phenomena such as abnormal function, dead halt, data loss, abnormal interruption and the like caused by an error of a program in software running. Some program errors may cause computer security risks, which are called vulnerabilities.
Git: is a distributed version control software. Originally designed to better manage Linux kernel development.
VS Code: is a code editor developed by microsoft that supports multiple operating systems simultaneously.
API: application program interface is a contract for connection of different components of a software system
SVG: scalable Vector Graphics (SVG) is a Graphics format based on the extensible markup language (XML) for describing two-dimensional Vector Graphics.
JSON: JavaScript Object Notation (JSON) is a lightweight data exchange language conceived and designed by douglas-crookford that is based on easily readable text to transmit data objects consisting of attribute values or sequential values.
Background
The brain graph is a visual means for expressing the association between things, the brain graph is very suitable for showing the relationship between test function levels, and with the proposal of the concept of test engineering, test engineers increasingly need a test case editing tool which can edit the brain graph and facilitate project management. Various brain map editing tools are provided in the prior art, such as xmind or centesimal brain maps, and the like. When a test engineer performs a test work on Git or JIRA, if a brain graph is used to write a test case, an xmnd or Baidu brain graph needs to be opened additionally, and then a brain graph file is created or opened in the xmnd or Baidu brain graph. It can be seen that xmind or centesimal brain maps function relatively independently, and experience in conjunction with other tools used in testing is not good.
Disclosure of Invention
In view of the above, it is necessary to provide a brain graph generating method, apparatus and computer-readable storage medium for solving the problem in the related art that a code editor cannot run a brain graph file.
According to an aspect of the embodiments of the present invention, there is provided a brain graph generating method applied to a brain graph producing system, the brain graph producing system including at least a brain graph editor and a code editor, the brain graph generating method including: when a brain graph file with a preset data format is operated by the code editor, acquiring source data of the brain graph file; analyzing node information of a brain graph corresponding to the source data according to the source data; and drawing a brain graph corresponding to the source data in a newly-built page according to the node information.
In one embodiment, after obtaining the source data of the brain graph file, the brain graph generating method further includes: judging whether the data type of the source data is a character string type; and executing a preset JSON statement to convert the data type of the source data into an object type under the condition that the data type of the source data is judged to be the character string type.
In one embodiment, the node information includes: the contents of the nodes and the hierarchical relationships between the nodes.
In one embodiment, according to the node information, drawing a brain graph corresponding to the source data in a new page includes: executing a preset SVG sentence to generate an SVG file according to the node information; and sending the SVG file to a browser so that the browser renders a brain picture corresponding to the source data in the new page according to the SVG file.
In one embodiment, the rendering the brain graph corresponding to the source data according to the node information further includes: executing a preset HTML statement to show the structure of the newly-built page; executing a preset CSS statement to control the style of the newly-built page; and executing a preset JavaScript statement to control the execution logic for generating the brain graph.
In one embodiment, the Code editor is a VS Code editor and the method is performed by a plug-in loaded by the VS Code editor.
According to another aspect of the embodiments of the present invention, there is also provided a brain graph generating apparatus applied to a brain graph producing system including at least a brain graph editor and a code editor, the brain graph generating apparatus including: the acquisition module is used for acquiring source data of the brain graph file when the brain graph file with a preset data format is operated by the code editor; the analysis module is used for analyzing node information of the brain graph corresponding to the source data according to the source data; and the drawing module is used for drawing the brain graph corresponding to the source data in the newly-built page according to the node information.
In one embodiment, the brain map generating apparatus further includes: the judging module is used for judging whether the data type of the source data is a character string type; and the execution module is used for executing a preset JSON statement under the condition that the data type of the source data is judged to be the character string type so as to convert the data type of the source data into the object type.
In one embodiment, the rendering module comprises: the generating unit is used for executing a preset SVG sentence so as to generate an SVG file according to the node information; and the sending unit is used for sending the SVG file to a browser so that the browser renders a brain graph corresponding to the source data in the new page according to the SVG file.
According to another aspect of embodiments of the present invention, there is also provided a computer-readable storage medium having stored thereon computer program instructions which, when executed by a processor, implement the above-described method.
Compared with the prior art, the brain graph generating method, the brain graph generating device and the computer readable storage medium provided by the embodiment of the invention have the advantages that when the brain graph file with the preset data format is operated by the code editor, the source data of the brain graph file is acquired; analyzing node information of a brain graph corresponding to the source data according to the source data; according to the node information, the method for drawing the brain graph corresponding to the source data in the newly-built page solves the problem that a code editor in the related art cannot run the brain graph file, achieves the purpose of running the brain graph file in the code editor, and improves the use experience of the brain graph in the code editing and testing process.
Drawings
FIG. 1 is a flow chart of a brain graph generation method according to an embodiment of the present invention;
fig. 2 is a block diagram of the structure of a brain map generating apparatus according to an embodiment of the present invention;
fig. 3 is a block diagram of a preferred configuration of the brain map generating apparatus according to the embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
The embodiment of the invention is suitable for the code editor with the directory interface access function and the plug-in extension capability, and is particularly suitable for the brain graph production system with the brain graph editor and the code editor. By utilizing the brain graph editing system and the code editor provided by the embodiment of the invention, a user can edit and generate a brain graph file in the brain graph editor, access and operate the brain graph file in a directory interface of the code editor without using the brain graph editor to operate the brain graph file, so that the problem that the code editor in the related art cannot operate the brain graph file is solved, the brain graph file is operated in the code editor, and the use experience of the brain graph in the code editing and testing process is improved.
Embodiments of the present invention will be described and illustrated below.
In this embodiment, a brain graph generating method is provided, which is applied to a brain graph producing system, and the brain graph producing system at least includes a brain graph editor and a code editor. Fig. 1 is a flowchart of a brain graph generating method according to an embodiment of the present invention, as shown in fig. 1, the flowchart includes the following steps:
step S101, when the brain graph file with the preset data format is operated by the code editor, the source data of the brain graph file is obtained.
Taking a VS Code editor as an example, the VS Code can be used for editing, deleting, adding and other functions of a text file; the VS Code also provides a directory structure, and can be used for opening a plurality of folders or a plurality of files; also, VS Code supports loading different external plug-ins to enhance its functionality. Therefore, the VS Code editor is not only convenient to access and run files, but also supports loading of external plug-ins to realize various processing on the files run by the VS Code editor.
In one embodiment, the directory interface provided by the sidebar of the VS Code editor may be used to access the storage directory of the brain graph file and run the brain graph file in the preset data format directly from the storage directory. The data formats of the brain map file include a km format (a file format that the hundred-degree brain map kitymender can recognize and edit) and an Xmind format (a file format that the Xmind can recognize and edit).
The km format is a data structure similar to JSON, each file has a unique root node, and other nodes extend downwards behind the root node. Eventually, a tree structure is formed as follows:
Figure BDA0002276334610000051
Figure BDA0002276334610000061
the style and arrangement of brain map rendering and the like can also be specified in the km format file.
The data structure of the km-formatted file used in the embodiment is not fixed, and it is also possible to add custom fields to each node without changing the whole tree structure, for example, add ID, parentID, and other custom-type fields to the node.
Besides the km format, the brain map file of the present embodiment may also adopt an xmind format. Because the xmnd-format file cannot be directly rendered in the VS Code, the data of the xmnd-format file may be analyzed and converted before rendering the brain graph file, for example, a character string type conversion method is added to a plug-in of a Code editor, after the source data of the brain graph file is acquired, the plug-in judges whether the data type of the source data is a character string type, and if the data type of the source data is judged to be the character string type, a preset JSON statement is executed to convert the data type of the source data into an object type. In the embodiment, the preset JSON statement may be an SDK named xmnd-SDK-javascript, and the SDK is used for converting data of an xmnd format file into JSON.
And S102, analyzing node information of the brain graph corresponding to the source data according to the source data.
After the source data are obtained, the node information of the brain graph corresponding to the source data can be analyzed and obtained according to the structure of the source data. Traversing the source data structure shown as the km tree structure can obtain the contents of all nodes in the brain graph and the hierarchical relationship among the nodes.
And step S103, drawing a brain graph corresponding to the source data in the new page according to the node information.
Although the VS Code editor itself does not have a function of generating a brain map, after the VS Code editor loads a corresponding external plug-in, the brain map generation method may be executed by the external plug-in loaded by the VS Code editor, that is, the above steps S101 to S103 and other preferred embodiments may all be implemented by the external plug-in loaded in the VS Code editor. In addition, the external plug-in can be conveniently shared with the code editors of other users, so that the function of generating the brain map in the code editors is provided for more users.
It should be noted that the code editor may also be other code editors that can provide a file directory structure and can load external plug-ins, such as Sublime Text, Atom, jEdit, etc.
In the present embodiment, SVG is used to render a brain map. Under the condition that the data type of the source data is a character string type, the source data can be converted into an object type through the preset JSON statement, so that the SVG can conveniently access the attributes or objects of each node described by the brain graph file.
For example, a json. parse () method can be used to convert a string type to an object type. For a string type '{ "a": Hello "," b ": word" }', it can be converted to an object type { a: 'Hello', b: 'World' }:
var obj=JSON.parse('{"a":"Hello","b":"World"}')。
in one embodiment, the code editor or the plug-in loaded by the code editor generates an SVG file according to the node information by executing a preset SVG statement in step S103; and then, the SVG file is sent to a browser, so that the browser renders a brain picture corresponding to the source data according to the SVG file. Because the contents of all the nodes in the brain graph and the hierarchical relationship between the nodes are described in the node information, after the hierarchical relationship between the node contents and the nodes is obtained according to the source data, the nodes can be drawn in a page one by one through the SVG technology.
SVG provides various drawing methods, such as a method of drawing a line, a method of drawing a circle, various methods of drawing a rectangle, text, a frame, and the like. Data in the brain graph file are of various types, for example, if the node is a text node, the SVG can draw a rectangle first and then inject the text into the rectangle; if the node is a hyperlink node, the SVG may draw a rectangle and then inject the hyperlink into the rectangle. And finally, the generated SVG file is mounted to HTML, the SVG file can be rendered in a browser by the HTML, and a user can see a corresponding brain picture in a browser page provided by a code editor.
The plug-ins used in this embodiment may be written using HTML, CSS, and JavaScript statements. The HTML statement is used for showing the structure of the page, the CSS statement is used for controlling the style of the page, and the JavaScript is used for controlling the execution logic for generating the brain graph. In one embodiment, according to the node information, drawing a brain graph corresponding to the source data in the new page further includes: executing a preset HTML statement in the plug-in to show the structure of the newly-built page; executing a preset CSS statement in the plug-in to control the style of the newly-built page; and executing a preset JavaScript statement in the plug-in to control the execution logic of the plug-in.
The VS Code editor starts a process when running the plug-in, the plug-in Code runs in the process and can call an API provided by Node JS, when a user opens a certain brain graph file from the Code editor, the plug-in Code can read the source data of the opened brain graph file and analyze the source data, the analyzed content is loaded into a memory, the brain graph is drawn by using the content, and finally the brain graph is rendered and displayed in a browser page.
According to the embodiment provided by the invention, the plug-in loaded by the code editor is adopted to integrate the brain graph editing function commonly used by test engineers, and when the test case is written, a plurality of tools are not required to be switched, and the brain graph can be directly generated and edited in the code editor. The work catalog management function provided by the code editor can also standardize the test engineering catalog, and input and output files in the test process can be set at specified positions, so that the test project can be maintained and cooperated conveniently.
In addition, based on the brain map generation method provided in this embodiment, the content editing operation may be performed on the generated brain map on the browser page to be finally displayed, so that the brain map may be saved after the editing operation is completed, and the brain map file may be updated synchronously during the saving operation.
In addition, in order to reduce the repeated labor of a test engineer and improve the work efficiency of editing a brain graph and testing work, component buttons can be added on a browser page by utilizing a componentization concept, some component buttons can be used for generating brain graph node fragments which are most frequently used by a user, and the user can quickly generate the node fragments on the browser page by clicking the component buttons; other component buttons may integrate functions that are frequently used by test engineers on a daily basis, such as by JIRA's rapid reporting of problems or BUGs that occur during testing of applications.
The embodiment also provides a brain graph generating device, which is applied to a brain graph production system, wherein the brain graph production system at least comprises a brain graph editor and a code editor. The brain map generating device is used for implementing the above embodiments and preferred embodiments, and the description thereof is omitted. As used hereinafter, the terms "module" or "unit" or the like may implement a combination of software and/or hardware of predetermined functions. While the system described in the embodiments below is preferably implemented in software, implementations in hardware, or a combination of software and hardware are also possible and contemplated.
Fig. 2 is a block diagram of the structure of an electroencephalogram generation apparatus according to an embodiment of the present invention. As shown in fig. 2, the electroencephalogram generation apparatus includes:
the obtaining module 21 is configured to obtain source data of a brain graph file when the brain graph file in the preset data format is run by the code editor;
the analysis module 22 is coupled to the acquisition module 21 and configured to analyze node information of the brain graph corresponding to the source data according to the source data;
and the drawing module 23 is coupled to the analysis module 22 and configured to draw, according to the node information, an electroencephalogram corresponding to the source data in the newly created page.
Fig. 3 is a block diagram of a preferred configuration of the brain map generating apparatus according to the embodiment of the present invention. As shown in fig. 3, in one embodiment, the brain map generating apparatus further includes: the judging module 31, the coupling obtaining module 21, is configured to judge whether the data type of the source data is a character string type; and the execution module 32, coupled to the judgment module 32, is configured to execute a preset JSON statement to convert the data type of the source data into the object type when the data type of the source data is judged to be the character string type.
In one embodiment, the node information includes: the contents of the nodes and the hierarchical relationships between the nodes.
In one embodiment, the rendering module 23 includes: the first execution unit is used for executing a preset SVG statement so as to generate an SVG file according to the node information; and the sending unit is used for sending the SVG file to the browser so that the browser renders a brain picture corresponding to the source data in the new page according to the SVG file.
In one embodiment, the rendering module 23 further includes: the second execution unit is used for executing the preset HTML statement so as to show the structure of the newly-built page; the third execution unit is used for executing the preset CSS statements so as to control the style of the newly-built page; and the fourth execution unit is used for executing the preset JavaScript statement so as to control the execution logic for generating the brain graph.
In one embodiment, the Code editor is a VS Code editor, and the brain graph generating device is packaged into a plug-in which can be loaded by the VS Code editor.
In addition, in combination with the brain graph generation method in the foregoing embodiment, the embodiment of the present invention may be implemented by providing a computer-readable storage medium. The computer readable storage medium having stored thereon computer program instructions; the computer program instructions, when executed by a processor, implement any of the brain graph generation methods in the above embodiments.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above examples only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A brain graph generating method is applied to a brain graph producing system, the brain graph producing system at least comprises a brain graph editor and a code editor, and the brain graph generating method comprises the following steps:
when a brain graph file with a preset data format is operated by the code editor, acquiring source data of the brain graph file;
analyzing node information of a brain graph corresponding to the source data according to the source data;
and drawing a brain graph corresponding to the source data in a newly-built page according to the node information.
2. The brain graph generating method according to claim 1, further comprising, after acquiring the source data of the brain graph file:
judging whether the data type of the source data is a character string type;
and executing a preset JSON statement to convert the data type of the source data into an object type under the condition that the data type of the source data is judged to be the character string type.
3. The brain graph generating method according to claim 1 or 2, wherein the node information includes: the contents of the nodes and the hierarchical relationships between the nodes.
4. The brain graph generating method according to claim 3, wherein rendering the brain graph corresponding to the source data in the new page according to the node information includes:
executing a preset SVG sentence to generate an SVG file according to the node information;
and sending the SVG file to a browser so that the browser renders a brain picture corresponding to the source data in the new page according to the SVG file.
5. The brain graph generating method according to claim 4, wherein rendering the brain graph corresponding to the source data based on the node information further includes:
executing a preset HTML statement to show the structure of the newly-built page;
executing a preset CSS statement to control the style of the newly-built page;
and executing a preset JavaScript statement to control the execution logic for generating the brain graph.
6. The brain graph generation method according to any one of claims 1 to 5, wherein the Code editor is a VS Code editor, and the method is performed by a plug-in loaded by the VS Code editor.
7. An electroencephalogram generation apparatus applied to an electroencephalogram production system including at least an electroencephalogram editor and a code editor, the electroencephalogram generation apparatus comprising:
the acquisition module is used for acquiring source data of the brain graph file when the brain graph file with a preset data format is operated by the code editor;
the analysis module is used for analyzing node information of the brain graph corresponding to the source data according to the source data;
and the drawing module is used for drawing the brain graph corresponding to the source data in the newly-built page according to the node information.
8. The brain graph generating apparatus according to claim 7, further comprising:
the judging module is used for judging whether the data type of the source data is a character string type;
and the execution module is used for executing a preset JSON statement under the condition that the data type of the source data is judged to be the character string type so as to convert the data type of the source data into the object type.
9. The brain graph generating apparatus according to claim 7, wherein the rendering module includes:
the generating unit is used for executing a preset SVG sentence so as to generate an SVG file according to the node information;
and the sending unit is used for sending the SVG file to a browser so that the browser renders a brain graph corresponding to the source data in the new page according to the SVG file.
10. A computer-readable storage medium having computer program instructions stored thereon which, when executed by a processor, implement the method of any one of claims 1 to 6.
CN201911124330.0A 2019-11-18 2019-11-18 Brain graph generation method, apparatus and computer-readable storage medium Pending CN111078217A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911124330.0A CN111078217A (en) 2019-11-18 2019-11-18 Brain graph generation method, apparatus and computer-readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911124330.0A CN111078217A (en) 2019-11-18 2019-11-18 Brain graph generation method, apparatus and computer-readable storage medium

Publications (1)

Publication Number Publication Date
CN111078217A true CN111078217A (en) 2020-04-28

Family

ID=70311049

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911124330.0A Pending CN111078217A (en) 2019-11-18 2019-11-18 Brain graph generation method, apparatus and computer-readable storage medium

Country Status (1)

Country Link
CN (1) CN111078217A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112148593A (en) * 2020-09-01 2020-12-29 杭州大搜车汽车服务有限公司 Test case management method, device and equipment
CN112395834A (en) * 2020-11-19 2021-02-23 平安普惠企业管理有限公司 Brain graph generation method, device and equipment based on picture input and storage medium
CN114913267A (en) * 2022-05-23 2022-08-16 杭州趣链科技有限公司 Brain graph drawing method, device, equipment and storage medium
CN114936069A (en) * 2022-05-30 2022-08-23 易协云(杭州)科技有限公司 Method and system for displaying project by brain picture
CN118656370A (en) * 2024-06-13 2024-09-17 北京中数睿智科技有限公司 Method for generating data table based on mind map

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060005164A1 (en) * 2004-07-01 2006-01-05 Jetter Michael B System and method for graphically illustrating external data source information in the form of a visual hierarchy in an electronic workspace
WO2018023933A1 (en) * 2016-08-03 2018-02-08 广州视睿电子科技有限公司 Method and apparatus for generating mind map
CN109783550A (en) * 2018-12-29 2019-05-21 北京奇安信科技有限公司 Data processing method, device, system, computer readable storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060005164A1 (en) * 2004-07-01 2006-01-05 Jetter Michael B System and method for graphically illustrating external data source information in the form of a visual hierarchy in an electronic workspace
WO2018023933A1 (en) * 2016-08-03 2018-02-08 广州视睿电子科技有限公司 Method and apparatus for generating mind map
CN109783550A (en) * 2018-12-29 2019-05-21 北京奇安信科技有限公司 Data processing method, device, system, computer readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
匿名: "测试工程化的先锋之mindmap", pages 1 - 4, Retrieved from the Internet <URL:https://www.go2live.cn/nocate/%E6%B5%8B%E8%AF%95%E5%B7%A5%E7%A8%8B%E5%8C%96%E7%9A%84%E5%85%88%E9%94%8B%E4%B9%8Bmindmap.html> *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112148593A (en) * 2020-09-01 2020-12-29 杭州大搜车汽车服务有限公司 Test case management method, device and equipment
CN112148593B (en) * 2020-09-01 2024-04-19 杭州大搜车汽车服务有限公司 Test case management method, device and equipment
CN112395834A (en) * 2020-11-19 2021-02-23 平安普惠企业管理有限公司 Brain graph generation method, device and equipment based on picture input and storage medium
CN112395834B (en) * 2020-11-19 2024-04-02 广东润兹科技有限公司 Brain graph generation method, device and equipment based on picture input and storage medium
CN114913267A (en) * 2022-05-23 2022-08-16 杭州趣链科技有限公司 Brain graph drawing method, device, equipment and storage medium
CN114913267B (en) * 2022-05-23 2025-06-27 杭州趣链科技有限公司 Mind map drawing method, device, equipment and storage medium
CN114936069A (en) * 2022-05-30 2022-08-23 易协云(杭州)科技有限公司 Method and system for displaying project by brain picture
CN114936069B (en) * 2022-05-30 2024-03-22 易协云(杭州)科技有限公司 Method and system for carrying out project display by utilizing brain map
CN118656370A (en) * 2024-06-13 2024-09-17 北京中数睿智科技有限公司 Method for generating data table based on mind map
CN118656370B (en) * 2024-06-13 2024-12-06 北京中数睿智科技有限公司 Method for generating data table based on brain graph

Similar Documents

Publication Publication Date Title
JP5679989B2 (en) Debug pipeline
CN111078217A (en) Brain graph generation method, apparatus and computer-readable storage medium
CN104484216B (en) Service interface document and on-line testing instrument generation method, device
US9256401B2 (en) Editor visualization of symbolic relationships
US9170782B2 (en) Extensible mechanism for providing suggestions in a source code editor
US9619913B2 (en) Animation editing
CN110968294B (en) Business domain model establishing system and method
CN104731588B (en) Page layout document generating method and page layout file creating apparatus
US20200313994A1 (en) Automated analysis and recommendations for highly performant single page web applications
CN108255837A (en) A kind of SQL resolvers and method
CN103309806A (en) Device and method for fast developing and testing
CN114138244A (en) Method and device for automatically generating model files, storage medium and electronic equipment
CN112231197A (en) Page testing method and device and storage medium
US9715372B2 (en) Executable guidance experiences based on implicitly generated guidance models
CN113050935A (en) Method and device for generating mixed object, computing equipment and computer readable storage medium
US9098291B1 (en) Transforming modeling environment code/model into a non-modeling environment format
TW201324347A (en) System and method for managing commands of function module
KR20170129225A (en) Declarative cascade reordering of styles
WO2025145849A1 (en) Application program processing method and apparatus, computer device and storage medium
CN119718889A (en) Low-code platform static code analysis method, device, equipment, medium and program product
US11526336B2 (en) Community-oriented, cloud-based digital annealing platform
US12436760B2 (en) Interactive code visualization system
CN101847147A (en) System and method for integrating independently edited script and style into webpage
CN117873467A (en) Page generation method, device, server and storage medium
CN116185380A (en) Implementation method, device and storage medium of static report designer based on luckysheet

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200428

RJ01 Rejection of invention patent application after publication