CN111638880B - Node information display method, device, storage medium and computer readable medium - Google Patents

Node information display method, device, storage medium and computer readable medium Download PDF

Info

Publication number
CN111638880B
CN111638880B CN202010474424.7A CN202010474424A CN111638880B CN 111638880 B CN111638880 B CN 111638880B CN 202010474424 A CN202010474424 A CN 202010474424A CN 111638880 B CN111638880 B CN 111638880B
Authority
CN
China
Prior art keywords
node
information
component
node information
act
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.)
Active
Application number
CN202010474424.7A
Other languages
Chinese (zh)
Other versions
CN111638880A (en
Inventor
段库涛
罗辉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur General Software Co Ltd
Original Assignee
Inspur General Software 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 Inspur General Software Co Ltd filed Critical Inspur General Software Co Ltd
Priority to CN202010474424.7A priority Critical patent/CN111638880B/en
Publication of CN111638880A publication Critical patent/CN111638880A/en
Application granted granted Critical
Publication of CN111638880B publication Critical patent/CN111638880B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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; CALCULATING OR 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/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Human Computer Interaction (AREA)
  • Data Mining & Analysis (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a node information display method, a node information display device, a storage medium and a computer readable medium, comprising the following steps: constructing a reaction component; acquiring first node information generated after at least one first node in at least two nodes executes operation by using a reaction component; obtaining second node information indicating the current state of at least one second node by using a reaction component, wherein the second node is a node except at least one first node in at least two nodes; second node information of at least one second node other than the first node; transmitting the acquired first node information and second node information to a reaction component; generating a flow chart including first node information and second node information using a React component; the flowchart is shown with the React component. The scheme can reduce the development difficulty of the front-end page.

Description

Node information display method, device, storage medium and computer readable medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a node information display method, a node information display device, a storage medium, and a computer readable medium.
Background
The front page is a website foreground part, runs on a PC end, a mobile end and other browsers, and displays the front page to a webpage browsed by a user. So that the user can interact with the background server through the front page.
Currently, when a flow node page is developed in a front-end page, a developer is required to write corresponding codes. However, when a certain node in the front-end page is changed, a developer responsible for different contents of the front-end page needs to change codes related to the node, so that development difficulty of the front-end page is increased.
Disclosure of Invention
The embodiment of the invention provides a node information display method, a node information display device, a storage medium and a computer readable medium, which can reduce the development difficulty of a front-end page.
In a first aspect, the present invention provides a node information display method, including:
constructing a reaction component;
acquiring first node information generated after at least one first node in at least two nodes executes operation by utilizing the act component;
acquiring second node information indicating the current state of at least one second node by using the act component, wherein the second node is a node except the at least one first node in the at least two nodes;
transmitting the acquired first node information and second node information to the act component;
generating a flow chart including the first node information and the second node information using the React component;
the flowchart is shown with the React component.
Preferably, the method comprises the steps of,
the build React component comprises:
constructing a component package according to the React framework and a preset component function of at least one function;
constructing an operation environment of the component package;
determining a development catalog of the running environment;
importing the component package into the running environment according to the development catalog;
executing the component package in the running environment to obtain a reaction component.
Preferably, the method comprises the steps of,
the transferring the acquired first node information and second node information to the reaction component includes:
writing each first node information into a corresponding first component function in the act component;
writing each piece of second node information into a corresponding second component function in the act component;
the generating, with the React component, a flow chart including the first node information and the second node information, comprising:
and calling the first component function after information writing and the second component function after information writing by using the act component to generate a flow chart.
Preferably, the method comprises the steps of,
the first node information and the second node information each include: at least one of a node name, a node icon, node state information and node processing time information, wherein the node state information represents the state of a node corresponding to the node state information, and the node processing time information represents the time point of the node corresponding to the node processing time information after the node has executed the operation.
In a second aspect, the present invention further provides a node information display device, including:
the component setting module is used for constructing a reaction component;
the information acquisition module is used for acquiring first node information generated after at least one first node in the at least two nodes executes operation by utilizing the reaction component constructed by the component setting module; acquiring second node information indicating the current state of at least one second node by using the act component, wherein the second node is a node except the at least one first node in the at least two nodes;
the information transmission module is used for transmitting the first node information and the second node information acquired by the information acquisition module to the reaction component;
a diagram processing module for generating a flow chart including the first node information and the second node information transferred by the information transfer module using the act component; the flowchart is shown with the React component.
Preferably, the method comprises the steps of,
the component setting module is used for executing the following operations:
constructing a component package according to the React framework and a preset component function of at least one function;
constructing an operation environment of the component package;
determining a development catalog of the running environment;
importing the component package into the running environment according to the development catalog;
executing the component package in the running environment to obtain a reaction component.
Preferably, the method comprises the steps of,
the information transfer module is used for respectively writing the information of each first node into a corresponding first component function in the reaction component; writing each piece of second node information into a corresponding second component function in the act component;
the graphic processing module is used for calling the first component function after information writing and the second component function after information writing by using the act component to generate a flow chart.
Preferably, the method comprises the steps of,
the first node information and the second node information each include: at least one of a node name, a node icon, node state information and node processing time information, wherein the node state information represents the state of a node corresponding to the node state information, and the node processing time information represents the time point of the node corresponding to the node processing time information after the node has executed the operation.
In a third aspect, the present invention also provides a storage medium comprising: at least one memory and at least one processor;
the at least one memory for storing a machine readable program;
the at least one processor is configured to invoke the machine-readable program to perform the node information presentation method of any of the first aspects.
In a fourth aspect, the present invention also provides a computer readable medium having stored thereon computer instructions which, when executed by a processor, cause the processor to perform the node information presentation method of any of the first aspects.
The invention provides a node information display method, a device, a storage medium and a computer readable medium, wherein first node information generated when a first node invokes a reaction component and second node information indicating the current state of a second node which does not execute any operation can be acquired through the constructed reaction component, then the acquired first node information and second node information are transmitted to the reaction component, and a flow chart representing the state of each node can be displayed through the reaction component. Because the reaction component does not depend on a third-party plug-in, the reaction component is more convenient to use and more efficient to operate, and meanwhile, a developer does not need to re-write codes aiming at the change of the nodes, so that the development difficulty of the front-end page can be reduced, and the development efficiency of the front-end page is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart of a node information display method according to an embodiment of the present invention;
FIG. 2 is a flowchart of a node information display method according to another embodiment of the present invention;
fig. 3 is a schematic structural diagram of a node information display device according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments, and all other embodiments obtained by those skilled in the art without making any inventive effort based on the embodiments of the present invention are within the scope of protection of the present invention.
As described above, the information displayed on the front-end page needs to be implemented based on different codes, if a certain node in the front-end page needs to be changed, the code of the node and the code of the associated node generally have a connection relationship, and after the code of the node is changed, the codes of other nodes also need to be correspondingly changed, so that a developer continuously changes the codes related to the front-end page, thereby increasing the development difficulty of the front-end page.
In order to solve the problems, the invention provides a node information display method, a node information display device, a storage medium and a computer readable medium, which can reduce the development difficulty of a front-end page.
The following describes a node information display method provided by the embodiment of the present invention in detail with reference to the accompanying drawings, as shown in fig. 1, and specifically includes the following steps:
step 101: constructing a reaction component;
step 102: acquiring first node information generated after at least one first node in at least two nodes executes operation by utilizing the act component;
step 103: acquiring second node information indicating the current state of at least one second node by using the act component, wherein the second node is a node except the at least one first node in the at least two nodes;
step 104: transmitting the acquired first node information and second node information to the act component;
step 105: generating a flow chart including the first node information and the second node information using the React component;
step 106: the flowchart is shown with the React component.
In the embodiment of the invention, the first node information generated when the first node calls the reaction component and the second node information indicating the current state of the second node which does not execute any operation can be acquired through the constructed reaction component, then the acquired first node information and second node information are transmitted to the reaction component, and the flow chart representing the state of each node can be displayed through the reaction component. Because the reaction component does not depend on a third-party plug-in, the reaction component is more convenient to use and more efficient to operate, and meanwhile, a developer does not need to re-write codes aiming at the change of the nodes, so that the development difficulty of the front-end page can be reduced, and the development efficiency of the front-end page is improved.
It should be noted that, the node in each embodiment of the present invention includes: intelligent terminals, executed items or applications, etc., but are not limited thereto.
To introduce a React component, in one embodiment of the invention, the building a React component includes:
constructing a component package according to the React framework and a preset component function of at least one function;
constructing an operation environment of the component package;
determining a development catalog of the running environment;
importing the component package into the running environment according to the development catalog;
executing the component package in the running environment to obtain a reaction component.
In the embodiment of the invention, before the fact that the fact component is introduced, an operation environment supporting the operation of the fact component is constructed at a designated position, a fact component package is constructed by utilizing the fact framework based on the display requirement of a front page, and the fact that the fact component package is copied into a development catalog where the operation environment is located can be achieved.
In an embodiment of the present invention, the transferring the acquired first node information and the second node information to the reaction component includes:
writing each first node information into a corresponding first component function in the act component;
writing each piece of second node information into a corresponding second component function in the act component;
the generating, with the React component, a flow chart including the first node information and the second node information, comprising:
and calling the first component function after information writing and the second component function after information writing by using the act component to generate a flow chart.
In the embodiment of the invention, the first node generates the first node information after executing the operation, and the second node generates the second node information representing the current state of the second node when not executing the operation, for example, the node a generates the first node information such as the time of the node a approving the item a after approving the item a, the identification information of the node a and the like. The node b does not approve the item a, and second node information such as the item a not approved by the node b and identification information of the node b can also be generated. And transmitting the first node information and the second node information to a reaction component, wherein the reaction component can generate a flow chart about the current state of each node based on the received first node information and second node information, so that different nodes can conveniently determine the approval progress condition of the item a based on the flow chart.
In an embodiment of the present invention, the first node information and the second node information each include: at least one of a node name, a node icon, node state information and node processing time information, wherein the node state information represents the state of a node corresponding to the node state information, and the node processing time information represents the time point of the node corresponding to the node processing time information after the node has executed the operation.
In the embodiment of the invention, the first node information comprises a node name of the first node, a node icon of the first node, node state information representing the state of the first node after the operation is executed, and node time information representing the time point of the first node after the operation is executed. Similarly, the second node information includes a node name of the second node, a node icon of the second node, node state information indicating a current state of the second node, and node time information indicating a time point after the second node has performed the operation.
It should be noted that, if the second node does not perform any operation, the node processing time information of the second node is assigned to be null.
In order to more clearly illustrate the technical solution and advantages of the present invention, the following describes in detail the node information display method provided by the embodiment of the present invention, as shown in fig. 2, and specifically includes the following steps:
step 201: and constructing a component package according to the React framework and the preset component function of at least one function.
Specifically, the developer can set a component function for presenting the corresponding content based on the content to be presented in the front-end page. The component package is then built based on the exact framework and the set component functions.
Step 202: and constructing the running environment of the component package, and determining a development catalog of the running environment.
Specifically, in order to ensure that the built compact component can operate, it is necessary to build an operating environment that matches the compact component, and since the built operating environment is actually developed in a specified location, a development catalog of the location where the operating environment is located can be determined.
Step 203: the component package is imported into the runtime environment according to the development catalog.
Step 204: executing the component package in the running environment to obtain the act component.
Specifically, to be able to import the React component, the component package needs to be copied into the development catalog so that the React component runs in the runtime environment.
For example, the component package processComponent is copied into the development catalog, and then the reaction component is imported through import ProcessComponent from '/processComponent'.
Step 205: and acquiring first node information generated after at least one first node in the at least two nodes performs the operation by using the act component.
Specifically, when a first node "min" needs to commit item x, it can commit by triggering the React component. When the first node 'xiaoming' submits the item x, first node information corresponding to the first node 'xiaoming' is generated, and the first node information comprises: the node name is "Ming", the node icon indicating that the node is "Ming", the node state information is "initiate approval", the node processing time information is "12 months 29 days 11 points 41 minutes", and the node processing time information is the time point after the first node "Ming" submits item x.
Step 206: and acquiring second node information indicating the current state of at least one second node by using the act component, wherein the second node is a node except at least one first node in at least two nodes.
Specifically, the second node that examines and approves the item x submitted by the first node "Xiaoming" has "floret", "Xiaoli" and "xiaohong". Since the first node "Xiaoming" submits the request of the approval item x, the second nodes at this time have not performed the operation yet, it is possible to obtain the node name "floret" of the second node "floret", the node icon indicating that the node is "floret", the node status information is "waiting for approval", and the assignment of the node processing time is null. Similarly, the node name "xiali" of the second node "xiali", the node icon indicating that the node is "xiali", the node status information being "waiting for approval", and the assignment of the node processing time being null may also be acquired. And acquiring a node name of 'reddish', a node icon indicating that the node is 'reddish', node state information is 'waiting for approval', and assignment of node processing time is null.
Specifically, if the "xiaoming" does not perform any operation after the first node submits the request for approval of item x for a period of time, the "xiaoming" is changed from the first node to the second node. The "floret" that needs to examine and approve item x submitted by "floret" becomes the first node. When the first node "floret" is to examine and approve the item x, the first node "floret" can acquire the item x to be examined and approved through the reaction component, and then examine and approve the operation, at this time, the reaction component can acquire the node name "floret" of the "floret", the node icon indicating that the node is "floret", and the node state information is "examine and approve". Since the first node "floret" does not approve item x, the node processing time assignment for the first node "floret" is still empty at this time. And the second nodes "xiaoli" and "xiaohong" are also approved for the item x, so that the second node information of the second node "xiaoli" can be obtained as follows: the node name "florist", the node icon indicating that the node is "florist", the node status information is "wait for approval", and the assignment of the node processing time is null. Similarly, the second node information of the second node "reddish" is obtained as follows: the node name "reddish", the node icon indicating that the node is "reddish", the node status information is "waiting for approval", and the assignment of the node processing time is null. And acquiring the node name "xiaoming" of the second node "xiaoming" which does not perform any operation, the corresponding node icon, the node state information being "initiate approval" and the node processing time information being "11 points on 12 months and 29 days 41 points".
If the "floret", "floret" or "floret" is finished to the approval of the item x, the node state information corresponding to the node is changed into "approval finished", and the node processing time information indicates the time point after the node performs the operation.
Step 207: and respectively writing each first node information into a corresponding first component function in the act component.
Step 208: and respectively writing each second node information into a corresponding second component function in the act component.
Step 209: and calling a first component function after information writing and a second component function after information writing by using the act component to generate a flow chart.
Step 210: the flowchart is shown with the React component.
Specifically, in order to show the information of the current state of each node through the reaction component, it is necessary to write the first node information corresponding to each first node into the corresponding first component function in the reaction component, and write the second node information corresponding to the second node into the corresponding second component function in the reaction component, and then execute the first component function and the second component function after the information is written through the reaction component, so that a flowchart including the information of the current state of "Xiaoming", "Xiaohua", "Xiaoli" and "xiaohong" can be generated. And the flow chart is displayed, so that each node 'Xiaoming', 'Xiaohua', 'Xiaoli', 'Xiaohong' is convenient to determine the approval condition of the item x through the flow chart.
As shown in fig. 3, the embodiment of the present invention further provides a node information display device, including:
a component setting module 301, configured to construct a reaction component;
an information obtaining module 302, configured to obtain first node information generated after an operation is performed on at least one first node in at least two nodes by using the reaction component constructed by the component setting module 301; acquiring second node information indicating the current state of at least one second node by using the act component, wherein the second node is a node except the at least one first node in the at least two nodes;
an information transfer module 303, configured to transfer the first node information and the second node information acquired by the information acquisition module 302 to the reaction component;
a diagram processing module 304, configured to generate a flowchart including the first node information and the second node information transferred by the information transfer module 303 using the reaction component; the flowchart is shown with the React component.
In the embodiment of the invention, the information acquisition module can acquire the first node information generated when the first node invokes the reaction component and acquire the second node information indicating the current state of the second node which does not execute any operation through the reaction component constructed by the component setting module, then the information transmission module can transmit the acquired first node information and second node information to the reaction component, and finally the flow chart representing the state of each node can be displayed by utilizing the reaction component through the graphic processing module. Because the reaction component does not depend on a third-party plug-in, the reaction component is more convenient to use and more efficient to operate, and meanwhile, a developer does not need to re-write codes aiming at the change of the nodes, so that the development difficulty of the front-end page can be reduced, and the development efficiency of the front-end page is improved.
In one embodiment of the present invention, the component setting module is configured to perform the following operations:
constructing a component package according to the React framework and a preset component function of at least one function;
constructing an operation environment of the component package;
determining a development catalog of the running environment;
importing the component package into the running environment according to the development catalog;
executing the component package in the running environment to obtain a reaction component.
In an embodiment of the present invention, the information transfer module is configured to write each piece of first node information into a corresponding first component function in the reaction component; writing each piece of second node information into a corresponding second component function in the act component;
the graphic processing module is used for calling the first component function after information writing and the second component function after information writing by using the act component to generate a flow chart.
In an embodiment of the present invention, the first node information and the second node information each include: at least one of a node name, a node icon, node state information and node processing time information, wherein the node state information represents the state of a node corresponding to the node state information, and the node processing time information represents the time point of the node corresponding to the node processing time information after the node has executed the operation.
It will be appreciated that the structure illustrated in the embodiments of the present invention does not constitute a specific limitation on the node information display apparatus. In other embodiments of the invention, the node information presentation device may include more or fewer components than shown, or certain components may be combined, certain components may be split, or different arrangements of components. The illustrated components may be implemented in hardware, software, or a combination of software and hardware.
The content of information interaction and execution process between the units in the device is based on the same conception as the embodiment of the method of the present invention, and specific content can be referred to the description in the embodiment of the method of the present invention, which is not repeated here.
The embodiment of the invention also provides a storage medium, which comprises: at least one memory and at least one processor;
the at least one memory for storing a machine readable program;
the at least one processor is configured to invoke the machine-readable program to execute the node information presentation method according to any of the embodiments of the present invention.
Embodiments of the present invention also provide a computer readable medium having stored thereon computer instructions that, when executed by a processor, cause the processor to perform the node information presentation method according to any of the embodiments of the present invention.
Specifically, a system or apparatus provided with a storage medium on which a software program code realizing the functions of any of the above embodiments is stored, and a computer (or CPU or MPU) of the system or apparatus may be caused to read out and execute the program code stored in the storage medium.
In this case, the program code itself read from the storage medium may realize the functions of any of the above-described embodiments, and thus the program code and the storage medium storing the program code form part of the present invention.
Examples of the storage medium for providing the program code include a floppy disk, a hard disk, a magneto-optical disk, an optical disk (e.g., CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-RAM, DVD-RW, DVD+RW), a magnetic tape, a nonvolatile memory card, and a ROM. Alternatively, the program code may be downloaded from a server computer by a communication network.
Further, it should be apparent that the functions of any of the above-described embodiments may be implemented not only by executing the program code read out by the computer, but also by causing an operating system or the like operating on the computer to perform part or all of the actual operations based on the instructions of the program code.
Further, it is understood that the program code read out by the storage medium is written into a memory provided in an expansion board inserted into a computer or into a memory provided in an expansion unit connected to the computer, and then a CPU or the like mounted on the expansion board or the expansion unit is caused to perform part and all of actual operations based on instructions of the program code, thereby realizing the functions of any of the above embodiments.
It should be noted that not all the steps and modules in the above flowcharts and the system configuration diagrams are necessary, and some steps or modules may be omitted according to actual needs. The execution sequence of the steps is not fixed and can be adjusted as required. The system structure described in the above embodiments may be a physical structure or a logical structure, that is, some modules may be implemented by the same physical entity, or some modules may be implemented by multiple physical entities, or may be implemented jointly by some components in multiple independent devices.
In the above embodiments, the hardware unit may be mechanically or electrically implemented. For example, a hardware unit may include permanently dedicated circuitry or logic (e.g., a dedicated processor, FPGA, or ASIC) to perform the corresponding operations. The hardware unit may also include programmable logic or circuitry (e.g., a general-purpose processor or other programmable processor) that may be temporarily configured by software to perform the corresponding operations. The particular implementation (mechanical, or dedicated permanent, or temporarily set) may be determined based on cost and time considerations.
While the invention has been illustrated and described in detail in the drawings and in the preferred embodiments, the invention is not limited to the disclosed embodiments, and it will be appreciated by those skilled in the art that the code audits of the various embodiments described above may be combined to produce further embodiments of the invention, which are also within the scope of the invention.

Claims (4)

1. The node information display method is characterized by comprising the following steps:
constructing a reaction component;
acquiring first node information generated after at least one first node in at least two nodes executes operation by utilizing the act component;
acquiring second node information indicating the current state of at least one second node by using the act component, wherein the second node is a node except the at least one first node in the at least two nodes;
transmitting the acquired first node information and second node information to the act component;
generating a flow chart including the first node information and the second node information using the React component;
showing the flow diagram with the act component;
the build React component comprises:
constructing a component package according to the React framework and a preset component function of at least one function;
constructing an operation environment of the component package;
determining a development catalog of the running environment;
importing the component package into the running environment according to the development catalog;
executing the component package in the running environment to obtain a reaction component;
the transferring the acquired first node information and second node information to the reaction component includes:
writing each first node information into a corresponding first component function in the act component;
writing each piece of second node information into a corresponding second component function in the act component;
the generating, with the React component, a flow chart including the first node information and the second node information, comprising:
the act component is utilized to call the first component function after information writing and the second component function after information writing, and a flow chart is generated;
the first node information and the second node information each include: at least one of a node name, a node icon, node state information and node processing time information, wherein the node state information represents the state of a node corresponding to the node state information, and the node processing time information represents the time point of the node corresponding to the node processing time information after the node has executed the operation.
2. Node information display device, its characterized in that includes:
the component setting module is used for constructing a reaction component;
the information acquisition module is used for acquiring first node information generated after at least one first node in the at least two nodes executes operation by utilizing the reaction component constructed by the component setting module; acquiring second node information indicating the current state of at least one second node by using the act component, wherein the second node is a node except the at least one first node in the at least two nodes;
the information transmission module is used for transmitting the first node information and the second node information acquired by the information acquisition module to the reaction component;
a diagram processing module for generating a flow chart including the first node information and the second node information transferred by the information transfer module using the act component; showing the flow diagram with the act component; ,
the component setting module is used for executing the following operations:
constructing a component package according to the React framework and a preset component function of at least one function;
constructing an operation environment of the component package;
determining a development catalog of the running environment;
importing the component package into the running environment according to the development catalog;
executing the component package in the running environment to obtain a reaction component;
the information transfer module is used for respectively writing the information of each first node into a corresponding first component function in the reaction component; writing each piece of second node information into a corresponding second component function in the act component;
the graphic processing module is used for calling the first component function after information writing and the second component function after information writing by using the act component to generate a flow chart;
the first node information and the second node information each include: at least one of a node name, a node icon, node state information and node processing time information, wherein the node state information represents the state of a node corresponding to the node state information, and the node processing time information represents the time point of the node corresponding to the node processing time information after the node has executed the operation.
3. A storage medium, comprising: at least one memory and at least one processor;
the at least one memory for storing a machine readable program;
the at least one processor is configured to invoke the machine-readable program to perform the node information presentation method of claim 1.
4. A computer readable medium having stored thereon computer instructions which, when executed by a processor, cause the processor to perform the node information presentation method of claim 1.
CN202010474424.7A 2020-05-29 2020-05-29 Node information display method, device, storage medium and computer readable medium Active CN111638880B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010474424.7A CN111638880B (en) 2020-05-29 2020-05-29 Node information display method, device, storage medium and computer readable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010474424.7A CN111638880B (en) 2020-05-29 2020-05-29 Node information display method, device, storage medium and computer readable medium

Publications (2)

Publication Number Publication Date
CN111638880A CN111638880A (en) 2020-09-08
CN111638880B true CN111638880B (en) 2023-10-13

Family

ID=72333281

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010474424.7A Active CN111638880B (en) 2020-05-29 2020-05-29 Node information display method, device, storage medium and computer readable medium

Country Status (1)

Country Link
CN (1) CN111638880B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109508191A (en) * 2018-11-22 2019-03-22 北京腾云天下科技有限公司 A kind of code generating method and system
WO2019233292A1 (en) * 2018-06-07 2019-12-12 阿里巴巴集团控股有限公司 Method and apparatus for developing application
CN110704053A (en) * 2019-09-03 2020-01-17 五八有限公司 Method and device for processing style information

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10642455B2 (en) * 2015-12-28 2020-05-05 Ssh Communications Security Oyj User interfaces in a computer system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019233292A1 (en) * 2018-06-07 2019-12-12 阿里巴巴集团控股有限公司 Method and apparatus for developing application
CN109508191A (en) * 2018-11-22 2019-03-22 北京腾云天下科技有限公司 A kind of code generating method and system
CN110704053A (en) * 2019-09-03 2020-01-17 五八有限公司 Method and device for processing style information

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
祝广场 ; 柯亚唯 ; .基于React的电厂信息管理系统前端页面设计.山东工业技术.2018,(22),全文. *

Also Published As

Publication number Publication date
CN111638880A (en) 2020-09-08

Similar Documents

Publication Publication Date Title
CN109145238B (en) Card display method and device and mobile device
CN109933404B (en) Encoding and decoding method and system based on block chain intelligent contract
CN111782338A (en) Data processing method and system based on intelligent contract of block chain
GB2589658A (en) Method and apparatus for running an applet
CN110941614A (en) Form generation method and device, electronic equipment and computer readable storage medium
CN110928548B (en) Data processing method and device
CN109582317B (en) Method and apparatus for debugging hosted applications
CN111611441B (en) Heterogeneous data processing method and device and computer equipment
CN111638880B (en) Node information display method, device, storage medium and computer readable medium
CN110941655A (en) Data format conversion method and device
CN111488144A (en) Data processing method and equipment
CN111752644A (en) Interface simulation method, device, equipment and storage medium
CN113220374A (en) Software processing method and device
CN108667902B (en) Remote control system, method, device and equipment of iOS equipment
CN111414154A (en) Method and device for front-end development, electronic equipment and storage medium
CN111626802A (en) Method and apparatus for processing information
CN112596729B (en) Target application interface generation method and device, readable medium and electronic equipment
CN114880020A (en) Software development kit management method, related device and computer program product
CN103677846A (en) SQLite database development kit and development method thereof
CN113704079A (en) Interface testing method and device based on Protobuf
CN113835790A (en) Paging page display method and device based on Android
CN112306710A (en) Service processing system, interface calling method and device
CN113656050A (en) Method and device for generating version number
CN111209225B (en) Method, device, medium and electronic equipment for acquiring real address
CN113326041B (en) Virtual method calling method, electronic equipment and computer 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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20230911

Address after: No. 1036, Shandong high tech Zone wave road, Ji'nan, Shandong

Applicant after: Inspur Genersoft Co.,Ltd.

Address before: 250100 No. 2877 Kehang Road, Sun Village Town, Jinan High-tech District, Shandong Province

Applicant before: SHANDONG INSPUR GENESOFT INFORMATION TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant