CN113741876A - Project state management method and device, electronic equipment and storage medium - Google Patents

Project state management method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN113741876A
CN113741876A CN202010474117.9A CN202010474117A CN113741876A CN 113741876 A CN113741876 A CN 113741876A CN 202010474117 A CN202010474117 A CN 202010474117A CN 113741876 A CN113741876 A CN 113741876A
Authority
CN
China
Prior art keywords
state management
project
code
resource nodes
abnormal
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
CN202010474117.9A
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.)
Qianxin Technology Group Co Ltd
Secworld Information Technology Beijing Co Ltd
Original Assignee
Qianxin Technology Group Co Ltd
Secworld Information Technology Beijing 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 Qianxin Technology Group Co Ltd, Secworld Information Technology Beijing Co Ltd filed Critical Qianxin Technology Group Co Ltd
Priority to CN202010474117.9A priority Critical patent/CN113741876A/en
Publication of CN113741876A publication Critical patent/CN113741876A/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
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/3644Software debugging by instrumenting at runtime

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the invention provides a project state management method, a project state management device, electronic equipment and a storage medium, wherein the method comprises the following steps: acquiring a trigger operation on a target object on a project display interface, and executing a corresponding state management code according to the trigger operation; and when the executed state management code has an abnormal code line, displaying an abnormal mark corresponding to the resource node on the visual canvas by the abnormal code line, and displaying an abnormal display area corresponding to the trigger operation on the project display interface. According to the project state management method, the project state management device, the electronic equipment and the storage medium, the visualized resource nodes are adopted to automatically generate the state management codes, the process state management is achieved, the abnormal nodes can be quickly determined according to the data flow among the resource nodes when the state management codes are abnormally executed, the tracking search of the whole processing process in the codes is effectively avoided, and the search time is reduced.

Description

Project state management method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of software management technologies, and in particular, to a project state management method and apparatus, an electronic device, and a storage medium.
Background
The management of the status of software items (e.g., government administration platforms, banking management platforms, etc.) is accomplished by executing code written by a user and displayed on a display screen. These codes are referred to as state management codes due to state management of the associated item. Generally, state management codes of a plurality of items are mainly written by people, and for this reason, a large number of repeated codes need to be written once and again, and the condition of data flow in the items cannot be presented. Meanwhile, the position of the abnormal code cannot be intuitively and quickly determined.
Disclosure of Invention
To solve the problems in the prior art, embodiments of the present invention provide a project state management method and apparatus, an electronic device, and a storage medium.
In a first aspect, an embodiment of the present invention provides a project state management method, including:
acquiring a trigger operation on a target object on a project display interface, and executing a corresponding state management code according to the trigger operation, wherein the state management code is generated based on configuration information of resource nodes on a visual canvas, the execution process of the state management code corresponds to the connection trend among the resource nodes, and the target object is used for controlling the content display of a target display area;
and when the executed state management code has an abnormal code line, displaying an abnormal mark corresponding to the resource node on the visual canvas by the abnormal code line, and displaying an abnormal target display area corresponding to the trigger operation on the project display interface.
Further, the method also comprises a generation step of state management codes, which comprises the following steps:
dragging resource nodes from a resource node menu to a visual canvas, storing configuration information in the resource nodes, and establishing a data flow chart based on the resource nodes on the visual canvas according to the configuration information of the resource nodes;
state management code is generated from the dataflow diagram.
Further, the generating state management code according to the dataflow diagram includes:
obtaining dragging operation information corresponding to the resource nodes and connection operation information among the resource nodes according to the data flow chart;
generating a state management code according to the dragging operation information and the connecting line operation information;
wherein the drag operation information and the wire operation information correspond to processing operations in a state management code.
Further, the abnormal code line is updated to correspond to the configuration information of the resource node on the visual canvas, and the corresponding state management code is updated according to the updated configuration information.
In a second aspect, an embodiment of the present invention provides an item status management apparatus, including:
the execution module is used for acquiring triggering operation on a target object on a project display interface, and executing a corresponding state management code according to the triggering operation, wherein the state management code is generated based on configuration information of resource nodes on a visual canvas, the execution process of the state management code corresponds to the connection trend among the resource nodes, and the target object is used for controlling the content display of a target display area;
and the display module is used for enabling the abnormal code line to display the abnormal label corresponding to the resource node on the visual canvas when the executed state management code has the abnormal code line, and enabling a target display area corresponding to the trigger operation on the project display interface to be displayed abnormally.
Further, the system comprises a generating module for:
dragging resource nodes from a resource node menu to a visual canvas, storing configuration information in the resource nodes, and establishing a data flow chart based on the resource nodes on the visual canvas according to the configuration information of the resource nodes;
state management code is generated from the dataflow diagram.
Further, the generating module, in the process of generating the state management code according to the data flow diagram, is specifically configured to:
obtaining dragging operation information corresponding to the resource nodes and connection operation information among the resource nodes according to the data flow chart;
generating a state management code according to the dragging operation information and the connecting line operation information;
wherein the drag operation information and the wire operation information correspond to processing operations in a state management code.
In a third aspect, an embodiment of the present invention provides an electronic device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor executes the computer program to implement the steps of the item status management method.
In a fourth aspect, an embodiment of the present invention provides a non-transitory computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the steps of the project state management method as described above.
In a fifth aspect, embodiments of the present invention provide a computer program product comprising computer executable instructions for implementing the steps of the project state management method as described above when executed.
According to the project state management method, the project state management device, the electronic equipment and the storage medium, the visualized resource nodes are adopted to automatically generate the state management codes, the process state management is achieved, the abnormal nodes can be quickly determined according to the data flow among the resource nodes when the state management codes are abnormally executed, the tracking search of the whole processing process in the codes is effectively avoided, and the search time is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present invention 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, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
FIG. 1 is a flowchart of an embodiment of a project state management method according to the present invention;
FIG. 2 is a flowchart illustrating a project state management method according to the present invention;
FIG. 3 is a block diagram of an embodiment of a project state management apparatus according to the present invention;
fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. 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 invention.
Fig. 1 is a schematic flowchart illustrating a project status management method according to an embodiment of the present invention, and referring to fig. 1, the method includes:
s11, acquiring a trigger operation of a target object on a project display interface, and executing a corresponding state management code according to the trigger operation, wherein the state management code is generated based on configuration information of resource nodes on a visual canvas, the execution process of the state management code corresponds to the connection trend among the resource nodes, and the target object is used for controlling the content display of a target display area;
s12, when the executed state management code has an abnormal code line, enabling the abnormal code line to display an abnormal label corresponding to the resource node on the visual canvas, and enabling a target display area corresponding to the trigger operation on the project display interface to be displayed abnormally.
With respect to steps S11 and S12, it should be noted that the status management of the software project (e.g., government administration platform, banking administration platform, etc.) is realized by executing the code written by the user and displaying it on the display screen. These codes are referred to as state management codes due to state management of the associated item. Generally, state management codes of a plurality of items are mainly written by people, and for this reason, a large number of repeated codes need to be written once and again, and the condition of data flow in the items cannot be presented. Meanwhile, the position of the abnormal code cannot be intuitively and quickly determined.
In an embodiment of the invention, the state management code for the project is generated based on configuration information for the resource nodes on the visualization canvas. The configuration information includes variables and methods in the project code, the variables are basic attributes of data in the project, and the methods are processing logic of the data in the project. The resource node is a carrier for storing variables and methods in the project code. To this end, the flow of the data stream in the project can be rendered by the resource nodes on the visualization canvas.
In the embodiment of the present invention, a display screen displays a page of a project, and a user triggers a certain operation button (for example, performs a chart display on a certain data) on a project display interface, at this time, the system obtains the trigger operation, and executes a corresponding state management code in a background code library.
When the executed state management code has an abnormal code line, the operation effect obtained by the trigger operation cannot be obtained. At this point, the system will cause the exception code line to configure an exception label, which may be red, corresponding to the resource node on the visualization canvas. The exception label is used for indicating that the relevant processing logic of the resource node has a problem. Accordingly, the display area corresponding to the trigger operation on the project display interface is abnormal display. For example, some data cannot be presented in a graph. In addition, after the abnormal position of the code is determined, the system executes updating operation, the configuration information of the resource node on the visual canvas corresponding to the abnormal code line is updated, and the corresponding state management code is updated according to the updated configuration information.
As will be explained in detail with reference to fig. 2, if a developer triggers a button 1 on a project presentation interface, the system determines and executes a corresponding state management code in a code library according to a triggering operation, and determines that the execution fails during the execution process, at which time an abnormal code line in the state management code can be determined. The execution process of the state management code corresponds to the connection trend among the resource nodes, and at the moment, the resource nodes on the visual canvas corresponding to the abnormal code line display abnormal labels. The corresponding resource node may be one node or a plurality of nodes on one line. Meanwhile, the target display area corresponding to the trigger operation on the project display interface is displayed abnormally.
According to the project state management method provided by the embodiment of the invention, the visualized resource nodes are adopted to automatically generate the state management codes, the flow state management is realized, the abnormal nodes can be quickly determined according to the data flow among the resource nodes when the state management codes are abnormal, the tracking search of the whole processing process in the codes is effectively avoided, and the search time is reduced.
In a further embodiment of the method according to the above embodiment, mainly the generation of the state management code is explained, in the embodiment of the present invention, resource elements such as a state (state), data (view), an operation (action), an event (event), and a data transformation (transform) exist in the state management of one item, the state, the data, the operation, the data transformation, and the event are nodulated in a visualization manner, variables and methods are configured in various nodes, and the flow direction of the data is expressed by the direction of a connecting line, so that the entire state management can be simply and intuitively presented. For this reason, the state management code is generated in connection with the generation and connection of the nodularization.
In the embodiment of the present invention, state and view represent status and data, action represents an executed operation, event represents a triggered event, and transform represents data conversion processing. And configuring a mode of requesting data in action operation, configuring processing logic after the requested data, assigning a result to a state or views, and expressing the assignment of the data in a directed line form. The connecting line represents the flow direction of the data, the data view is connected to the data conversion transform, and the corresponding data conversion operation is executed on the data view. And monitoring the change of the state and the view or the custom event through the event.
In the embodiment of the present invention, continuing with the example of fig. 2, the system generates a resource node menu according to each resource element, and configures a nodized resource element in the resource node menu. If "state" is a circle and "data" is a prism.
And dragging different resource nodes from the resource node menu to a visual canvas, and storing configuration information in the resource nodes, wherein the configuration information comprises first configuration information which is a basic code writing mode of variables and methods. Dragging the resource node onto the visualization canvas automatically generates a corresponding code in the code library according to the first configuration information. The code is automatically generated in a dragging mode, and writing of basic repeated codes is avoided.
For example, when the drag generates a state, the state management code base will automatically add a variable for storing the state.
When the view is generated by dragging, the state management code base can automatically add a variable for existing data.
When action is generated by dragging, the state management code base can automatically add an operation method.
In the embodiment of the invention, when the number of the resource nodes on the visual canvas increases little by little, a data flow chart based on the resource nodes is established on the visual canvas according to the configuration information of the resource nodes.
The configuration information also includes second configuration information, which is the processing logic added by the programmer in the basic coding mode of the variables and methods to adapt to different processing operations of the project.
On the visual canvas, the system can automatically establish connection lines according to the configuration information of each resource node, and the trend of the data stream can be intuitively known through the connection lines. Therefore, under the situation of multiple resource nodes, a data flow chart is formed, and the state management code is generated according to the data flow chart. Therefore, the corresponding state management code can be automatically generated by dragging the nodes or connecting the nodes, so that the simple behavior of dragging the connecting line configuration is used for replacing the complicated code writing.
In a further embodiment of the method according to the above embodiment, the explanation of generating the state management code according to the data flow chart is mainly given, and from the dragging of the resource nodes and the description of the connection lines between the nodes, dragging operation information corresponding to the resource nodes and connection line operation information between the resource nodes can be obtained according to the data flow chart, where the dragging operation information and the connection line operation information correspond to the processing operation in the state management code. And generating a state management code according to the dragging operation information and the connecting line operation information.
In addition, when the state management is executed, the whole process is expressed in a flow form, and the execution is performed in a direction in sequence, when the execution is unsuccessful, the position of the abnormity becomes the searching key point of the abnormal resource node in the flow, the abnormal resource node is found to complete the positioning of the abnormity, the tracking search of the whole processing process in the code is effectively avoided, and the searching time is reduced.
According to the project state management method provided by the embodiment, the project state management code is automatically generated in a dragging and connecting mode of the visual resource nodes, the process state management is realized, the abnormal nodes can be quickly determined according to the data flow chart among the resource nodes when the state management code is abnormal, the tracking search of the whole processing process in the code is effectively avoided, and the search time is reduced.
Fig. 3 is a schematic structural diagram of an item status management apparatus according to an embodiment of the present invention, and referring to fig. 3, the apparatus includes an execution module 31 and a presentation module 32, where:
the execution module 31 is configured to acquire a trigger operation on a target object on a project display interface, and execute a corresponding state management code according to the trigger operation, where the state management code is generated based on configuration information of resource nodes on a visual canvas, an execution process of the state management code corresponds to a connection line direction between the resource nodes, and the target object is used to control content display of a target display area;
and the display module 32 is configured to, when an abnormal code line exists in the executed state management code, cause the abnormal code line to display an abnormal mark corresponding to the resource node on the visual canvas, and cause a target display area corresponding to the trigger operation on the project display interface to be displayed abnormally.
In a further embodiment of the apparatus of the above embodiment, the apparatus further comprises a generating module configured to:
dragging resource nodes from a resource node menu to a visual canvas, storing configuration information in the resource nodes, and establishing a data flow chart based on the resource nodes on the visual canvas according to the configuration information of the resource nodes;
state management code is generated from the dataflow diagram.
In a further embodiment of the apparatus in the foregoing embodiment, the generating module, in the process of generating the state management code according to the data flow diagram, is specifically configured to:
obtaining dragging operation information corresponding to the resource nodes and connection operation information among the resource nodes according to the data flow chart;
generating a state management code according to the dragging operation information and the connecting line operation information;
wherein the drag operation information and the wire operation information correspond to processing operations in a state management code.
Since the principle of the apparatus according to the embodiment of the present invention is the same as that of the method according to the above embodiment, further details are not described herein for further explanation.
It should be noted that, in the embodiment of the present invention, the relevant functional module may be implemented by a hardware processor (hardware processor).
The project state management device provided in the above embodiment automatically generates the project state management code by adopting a dragging and connecting mode of the visualized resource nodes, so as to implement the process state management, and can quickly determine the abnormal node according to the data flow chart between the resource nodes when the state management code is abnormal, thereby effectively avoiding the need of tracking and searching the whole processing process in the code, and reducing the search time.
Fig. 4 illustrates a physical structure diagram of an electronic device, which may include, as shown in fig. 4: a processor (processor)41, a communication Interface (communication Interface)42, a memory (memory)43 and a communication bus 44, wherein the processor 41, the communication Interface 42 and the memory 43 complete communication with each other through the communication bus 44. Processor 41 may call logic instructions in memory 43 to perform the following method: acquiring a trigger operation on a target object on a project display interface, and executing a corresponding state management code according to the trigger operation, wherein the state management code is generated based on configuration information of resource nodes on a visual canvas, the execution process of the state management code corresponds to the connection trend among the resource nodes, and the target object is used for controlling the content display of a target display area; and when the executed state management code has an abnormal code line, displaying an abnormal mark corresponding to the resource node on the visual canvas by the abnormal code line, and displaying an abnormal target display area corresponding to the trigger operation on the project display interface.
Furthermore, the logic instructions in the memory 43 may be implemented in the form of software functional units and stored in a computer readable storage medium when sold or used as a stand-alone product. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. 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.
Embodiments of the present invention further provide a non-transitory computer-readable storage medium, on which a computer program is stored, where the computer program is implemented to perform the method provided in the foregoing embodiments when executed by a processor, and the method includes: acquiring a trigger operation on a target object on a project display interface, and executing a corresponding state management code according to the trigger operation, wherein the state management code is generated based on configuration information of resource nodes on a visual canvas, the execution process of the state management code corresponds to the connection trend among the resource nodes, and the target object is used for controlling the content display of a target display area; and when the executed state management code has an abnormal code line, displaying an abnormal mark corresponding to the resource node on the visual canvas by the abnormal code line, and displaying an abnormal target display area corresponding to the trigger operation on the project display interface.
Embodiments of the present invention further provide a computer program product, where the computer program product includes computer-executable instructions, where the instructions are implemented to perform the methods provided in the foregoing embodiments, for example, the methods include: acquiring a trigger operation on a target object on a project display interface, and executing a corresponding state management code according to the trigger operation, wherein the state management code is generated based on configuration information of resource nodes on a visual canvas, the execution process of the state management code corresponds to the connection trend among the resource nodes, and the target object is used for controlling the content display of a target display area; and when the executed state management code has an abnormal code line, displaying an abnormal mark corresponding to the resource node on the visual canvas by the abnormal code line, and displaying an abnormal target display area corresponding to the trigger operation on the project display interface.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A project state management method, comprising:
acquiring a trigger operation on a target object on a project display interface, and executing a corresponding state management code according to the trigger operation, wherein the state management code is generated based on configuration information of resource nodes on a visual canvas, the execution process of the state management code corresponds to the connection trend among the resource nodes, and the target object is used for controlling the content display of a target display area;
and when the executed state management code has an abnormal code line, displaying an abnormal mark corresponding to the resource node on the visual canvas by the abnormal code line, and displaying an abnormal target display area corresponding to the trigger operation on the project display interface.
2. The project status management method according to claim 1, further comprising a generation step of a status management code, comprising:
dragging resource nodes from a resource node menu to a visual canvas, storing configuration information in the resource nodes, and establishing a data flow chart based on the resource nodes on the visual canvas according to the configuration information of the resource nodes;
state management code is generated from the dataflow diagram.
3. The project state management method according to claim 2, wherein said generating state management code according to the data flow diagram comprises:
obtaining dragging operation information corresponding to the resource nodes and connection operation information among the resource nodes according to the data flow chart;
generating a state management code according to the dragging operation information and the connecting line operation information;
wherein the drag operation information and the wire operation information correspond to processing operations in a state management code.
4. The project state management method according to claim 1, characterized by further comprising: and updating the configuration information of the resource nodes on the visual canvas corresponding to the abnormal code line, and updating the corresponding state management code according to the updated configuration information.
5. An item status management apparatus, comprising:
the execution module is used for acquiring triggering operation on a target object on a project display interface, and executing a corresponding state management code according to the triggering operation, wherein the state management code is generated based on configuration information of resource nodes on a visual canvas, the execution process of the state management code corresponds to the connection trend among the resource nodes, and the target object is used for controlling the content display of a target display area;
and the display module is used for enabling the abnormal code line to display the abnormal label corresponding to the resource node on the visual canvas when the executed state management code has the abnormal code line, and enabling a target display area corresponding to the trigger operation on the project display interface to be displayed abnormally.
6. The project state management apparatus according to claim 5, further comprising a generation module configured to:
dragging resource nodes from a resource node menu to a visual canvas, storing configuration information in the resource nodes, and establishing a data flow chart based on the resource nodes on the visual canvas according to the configuration information of the resource nodes;
state management code is generated from the dataflow diagram.
7. The project state management apparatus according to claim 6, wherein the generating module, in the process of generating the state management code according to the data flow diagram, is specifically configured to:
obtaining dragging operation information corresponding to the resource nodes and connection operation information among the resource nodes according to the data flow chart;
generating a state management code according to the dragging operation information and the connecting line operation information;
wherein the drag operation information and the wire operation information correspond to processing operations in a state management code.
8. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the steps of the project state management method according to any one of claims 1 to 4 are implemented when the program is executed by the processor.
9. A non-transitory computer readable storage medium having a computer program stored thereon, wherein the computer program when executed by a processor implements the steps of the project state management method according to any one of claims 1 to 4.
10. A computer program product comprising computer executable instructions for implementing the steps of the project state management method according to any one of claims 1 to 4 when executed.
CN202010474117.9A 2020-05-29 2020-05-29 Project state management method and device, electronic equipment and storage medium Pending CN113741876A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010474117.9A CN113741876A (en) 2020-05-29 2020-05-29 Project state management method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010474117.9A CN113741876A (en) 2020-05-29 2020-05-29 Project state management method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113741876A true CN113741876A (en) 2021-12-03

Family

ID=78724570

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010474117.9A Pending CN113741876A (en) 2020-05-29 2020-05-29 Project state management method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113741876A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170161347A1 (en) * 2015-12-03 2017-06-08 Successfactors, Inc. Platform for Visually Configuring a Process Flow Across Multiple Discrete Processes
CN110688104A (en) * 2019-09-04 2020-01-14 北京三快在线科技有限公司 Visualization flow processing method and device, electronic equipment and readable storage medium
CN110764753A (en) * 2019-09-18 2020-02-07 亚信创新技术(南京)有限公司 Business logic code generation method, device, equipment and storage medium
CN111124378A (en) * 2018-10-31 2020-05-08 北京国双科技有限公司 Code generation method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170161347A1 (en) * 2015-12-03 2017-06-08 Successfactors, Inc. Platform for Visually Configuring a Process Flow Across Multiple Discrete Processes
CN111124378A (en) * 2018-10-31 2020-05-08 北京国双科技有限公司 Code generation method and device
CN110688104A (en) * 2019-09-04 2020-01-14 北京三快在线科技有限公司 Visualization flow processing method and device, electronic equipment and readable storage medium
CN110764753A (en) * 2019-09-18 2020-02-07 亚信创新技术(南京)有限公司 Business logic code generation method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN109313739B (en) System and method for providing visualization of workflow
JP5822238B2 (en) Presenting information in instant messaging applications
RU2611988C2 (en) Icon display method and device
CN109995805B (en) Intelligent robot management method, terminal device and medium
CN109361948B (en) Interface management method, intelligent terminal and readable storage medium
CN112073994A (en) Method and device for over-the-air upgrading, electronic equipment and readable storage medium
CN114780080A (en) Micro front end integration method, device and monitoring method
CN110609755A (en) Message processing method, device, equipment and medium for cross-block chain node
CN114090365A (en) Method, device and equipment for performing function test by using dynamic link library
CN114741071A (en) Application construction method and device
CN114398023A (en) File generation method and page configuration method and device
US9973410B2 (en) Notifying original state listeners of events in a domain model
CN112328225A (en) Page operation method and operation system thereof
CN112114944A (en) Task scheduling method and device, task scheduling platform and computer storage medium
CN113741876A (en) Project state management method and device, electronic equipment and storage medium
CN108563485B (en) Input panel display method and device
CN114510308B (en) Method, device, equipment and medium for storing application page by mobile terminal
CN114553859A (en) BMC configuration management method and device, electronic equipment and storage medium
CN113012258B (en) Method, device, electronic equipment and readable medium for generating multi-section line graph
CN113342341A (en) Page creating method, device and system and storage medium
CN111858234A (en) Task execution method, device, equipment and medium
US20150199820A1 (en) Generating and displaying a specific area
CN111737372A (en) Map data generation method and device
CN114115681B (en) Page generation method and device, electronic equipment and medium
CN111722904B (en) Page alarm script generation method, device and equipment and readable 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