CN115686515A - Parameter visualization configuration interface generation method, device, medium and electronic equipment - Google Patents

Parameter visualization configuration interface generation method, device, medium and electronic equipment Download PDF

Info

Publication number
CN115686515A
CN115686515A CN202211344219.4A CN202211344219A CN115686515A CN 115686515 A CN115686515 A CN 115686515A CN 202211344219 A CN202211344219 A CN 202211344219A CN 115686515 A CN115686515 A CN 115686515A
Authority
CN
China
Prior art keywords
path
target
input control
configuration interface
serialized
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202211344219.4A
Other languages
Chinese (zh)
Other versions
CN115686515B (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.)
Guangdong Yunxi Intelligent Technology Co ltd
Original Assignee
Guangdong Yunxi Intelligent 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 Guangdong Yunxi Intelligent Technology Co ltd filed Critical Guangdong Yunxi Intelligent Technology Co ltd
Priority to CN202211344219.4A priority Critical patent/CN115686515B/en
Publication of CN115686515A publication Critical patent/CN115686515A/en
Application granted granted Critical
Publication of CN115686515B publication Critical patent/CN115686515B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method, a device, a medium and electronic equipment for generating a parameter visualization configuration interface, wherein the method comprises the following steps: decomposing the acquired structural parameters to obtain target paths corresponding to the structural parameters; splitting the target path to obtain a plurality of serialized paths; each serialized path corresponds to a path identifier; associating the target input control matched with the path identifier with the serialized path corresponding to the path identifier to obtain control path information; the target input control is a preset input control matched with the path identifier; restoring the serialized path in the control path information to obtain a restored target path; and obtaining a parameter visual configuration interface according to the restored target path and the target input control matched with the restored target path. By implementing the embodiment of the invention, the method can improve the maintenance efficiency of the parameter visual configuration interface and reduce the maintenance cost.

Description

Parameter visualization configuration interface generation method, device, medium and electronic equipment
Technical Field
The invention belongs to the technical field of computers, and particularly relates to a method, a device, a medium and electronic equipment for generating a parameter visualization configuration interface.
Background
In the process of developing various webpage-side low codes or visualizations, functions required to be realized by a webpage side are mostly abstracted into components, then the abstracted components are assembled on line, and various parameters are configured for the components so that the abstracted components realize the similar webpage-side business functions.
However, in practice, it is found that the more complex the service is, the more complex the functional requirements of the web page side are, and the more complex the components and modules abstracted according to the functional requirements of the web page side are, the more complex and the more numerous the parameters need to be configured. Without assistance, these complex and extremely large number of parameters are directly configured or modified, which is cumbersome, inefficient, prone to error, and difficult to maintain. At present, a visual interface is generally adopted to correspond parameters with input controls, and then the parameters are modified or configured through the input controls of the interface, so that the parameter configuration efficiency is greatly improved. However, the updating and upgrading of the components are very frequent, and once the parameters are changed, the visual interface needs to be changed. Therefore, the visual interface is very troublesome to maintain manually, the efficiency is low, and the corresponding relation between the parameters and the interface controls is difficult to maintain. If a visual interface with clear interaction can be dynamically generated through some simple descriptions and settings, and the corresponding relation between the parameters to be configured and the interface controls can be accurately associated, the maintenance efficiency of the parameter visual configuration interface can be greatly improved, and the maintenance cost can be reduced.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a method, a device, a medium and electronic equipment for generating a parameter visualization configuration interface, which solve the problems of low maintenance efficiency and high cost of the parameter visualization configuration interface.
The first aspect of the present application discloses a method for generating a parameter visualization configuration interface, where the method includes:
decomposing the acquired structural parameters to obtain target paths corresponding to the structural parameters;
splitting the target path to obtain a plurality of serialized paths; each serialized path corresponds to a path identifier;
associating the target input control matched with the path identifier with the serialized path corresponding to the path identifier to obtain control path information; the target input control is a preset input control matched with the path identifier;
restoring the serialized path in the control path information to obtain a restored target path;
and obtaining a parameter visual configuration interface according to the restored target path and the target input control matched with the restored target path.
The second aspect of the present application discloses a parameter visualization configuration interface generating apparatus, which includes:
the acquisition unit is used for decomposing the acquired structural parameters to obtain a target path corresponding to the structural parameters;
the splitting unit is used for splitting the target path to obtain a plurality of serialized paths; each serialized path corresponds to a path identifier;
the association unit is used for associating the target input control matched with the path identifier with the serialized path corresponding to the path identifier to obtain control path information; the target input control is a preset input control matched with the path identifier;
the restoration unit is used for restoring the serialized path in the control path information to obtain a restored target path;
and the output unit is used for obtaining a parameter visual configuration interface according to the restored target path and the target input control matched with the restored target path.
A third aspect of an embodiment of the present invention discloses an electronic device, including:
a memory storing executable program code;
a processor coupled with the memory;
the processor calls the executable program code stored in the memory to perform part or all of the steps of any one of the methods of the first aspect.
A fourth aspect of the present embodiments discloses a computer-readable storage medium storing a program code, where the program code includes instructions for performing part or all of the steps of any one of the methods of the first aspect.
A fifth aspect of the embodiments of the present invention discloses a computer program product, which, when run on a computer, causes the computer to perform part or all of the steps of any one of the methods of the first aspect.
A sixth aspect of the present embodiment discloses an application publishing platform, where the application publishing platform is configured to publish a computer program product, where the computer program product is configured to, when running on a computer, cause the computer to perform part or all of the steps of any one of the methods in the first aspect.
Compared with the prior art, the embodiment of the invention has the following beneficial effects:
in the embodiment of the invention, the acquired structural parameters are decomposed to obtain the target path corresponding to the structural parameters; splitting the target path to obtain a plurality of serialized paths; each serialized path corresponds to a path identifier; associating the target input control matched with the path identifier with the serialized path corresponding to the path identifier to obtain control path information; the target input control is a preset input control matched with the path identifier; restoring the serialized path in the control path information to obtain a restored target path; and obtaining a parameter visual configuration interface according to the restored target path and the target input control matched with the restored target path. Therefore, by implementing the embodiment of the invention, the structured parameters can be decomposed to obtain the target path, the target path can be split to obtain a plurality of serialized paths, the target input control can be associated with the serialized paths, and the serialized paths can be restored to the target path, so that the target input control and the target path can be bound more accurately, the target input control can be output more accurately, and the development efficiency of a webpage end can be improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a schematic flowchart of a parameter visualization configuration interface generation method disclosed in an embodiment of the present invention;
FIG. 2 is a schematic flow chart illustrating another method for generating a parameter visualization configuration interface according to an embodiment of the present disclosure;
FIG. 3 is a schematic structural diagram of a parameter visualization configuration interface generation disclosed in an embodiment of the present invention;
fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the disclosure;
FIG. 5a is a schematic flow chart illustrating a method for generating a parameter visualization configuration interface according to an embodiment of the present invention;
fig. 5b is a flowchart illustrating another method for generating a parameter visualization configuration interface according to an embodiment of the present invention.
Detailed Description
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 only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It is to be noted that the terms "comprises" and "comprising" and any variations thereof in the embodiments and drawings of the present invention are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements listed, but may alternatively include other steps or elements not listed, or inherent to such process, method, article, or apparatus.
The embodiment of the invention discloses a parameter visualization configuration interface generation method, a parameter visualization configuration interface generation device, a parameter visualization configuration interface generation medium and electronic equipment, which can improve the development efficiency of a webpage end. The following are detailed below.
Referring to fig. 1, fig. 1 is a schematic flow chart of a parameter visualization configuration interface generation method according to an embodiment of the present invention. As shown in fig. 1, the method for generating a parameter visualization configuration interface may include the following steps:
101. and decomposing the acquired structural parameters to obtain the target path corresponding to the structural parameters.
In the embodiment of the present invention, the structured parameters may be determined according to the type of the parameters to be configured in the parameter visualization configuration interface, for example, when the parameters of the digital type, the parameters of the text type, and the parameters of the function type need to be acquired through the parameter visualization configuration interface, it may be determined that the parameter visualization configuration interface needs to include an input control for acquiring the parameters of the digital type, an input control for acquiring the parameters of the text type, an input control for acquiring the parameters of the function type, and the like, and the information may be integrated into the structured parameters, so that the information of the input controls that the parameter visualization configuration interface needs to display may be determined according to the structured parameters.
Specifically, path identifiers may be determined from the structured parameters, the number of the determined path identifiers may be one or more, and since the relationship between the plurality of input controls is not generally a parallel relationship, the hierarchies between different input controls may be different, and in order to make the hierarchical relationship between the input controls clearer, the target path of each input control may be determined, so as to determine the hierarchical relationship between the input controls.
For example, when the number of input controls of the number type is one, the hierarchy of the input controls of the number type may be determined as 1, and the target path of the input controls of the number type may be determined as a; when the number of the input controls of the text type is multiple, the hierarchy of the set containing the input controls of all the text types can be determined as 1, the hierarchy of the input controls of all the text types can be determined as 2, the target path of the set containing the input controls of all the text types can be determined as b, and the target path of the input controls of all the text types can be determined as b { b1}, b { b2} 823030\8230, b { bn }, so that the hierarchical relationship of the input controls is clearer.
102. Splitting the target path to obtain a plurality of serialized paths; each serialized path corresponds to a path identifier.
In the embodiment of the invention, because the target path has multiple levels and is difficult to edit, the multi-level target path can be split into the flattened serialized path, so that the serialized path can be better edited. For example, the target paths b { b1}, b { b2} \8230;. B { bn } of the input controls for each text type can be broken down into serialized paths b.b1, b.b2 \8230;. B.bn.
103. Associating the target input control matched with the path identifier with the serialized path corresponding to the path identifier to obtain control path information; and the target input control is a preset input control matched with the path identifier.
In the embodiment of the invention, the target input control comprises controls of multiple data types; the data types at least include a string type, a number type, an array type, a Boolean type, and a function type.
In the embodiment of the present invention, the format of target data applicable to parameter visualization configuration may be json format or xml format, and the input control required for modifying single data may include a String type, a Number (Number) type, an Array (Array) type, a boolean (book) type, a function type, and the like, where the input control of the String type may be an input box, a multi-line input box, or a rich text input box, and may be used to implement input of a String; the digital input control can be a digital input box and can be used for realizing the input of numbers; the input control of the array type can be a check box or a self-filling form, and can be used for realizing the input of fixed options; the boolean input control may be a switch, etc., and may be used to implement input of information such as 0 or 1; the input control of the function type can be a code input box and the like, and can be used for realizing the input of the function code.
In the embodiment of the present invention, the control path information may include a correspondence between the target input control and the serialized path corresponding to the path identifier of the target input control, that is, an association relationship exists between any two of the path identifier in the control path information, the target input control corresponding to the path identifier, and the serialized path corresponding to the path identifier.
104. And restoring the serialized path in the control path information to obtain a restored target path.
As an optional implementation manner, the step 104 of restoring the serialized path in the control path information to obtain a restored target path may include the following steps:
acquiring a target path hierarchy corresponding to the target path;
and restoring the serialized paths in the control path information to the target paths according to the target path levels, wherein the path levels of the restored target paths are the same as the target path levels.
By implementing the implementation mode, the target path hierarchy corresponding to the target path can be obtained, and the serialized path is restored to the target path according to the target path hierarchy, so that the accuracy of path restoration is ensured.
105. And obtaining a parameter visual configuration interface according to the restored target path and the target input control matched with the restored target path.
In another embodiment of the present invention, as shown in fig. 2, the step 105 is replaced by the following steps 201 to 204:
201. determining a target input control matched with a target path with the same target path level as the initial path level as a first input control;
202. determining a target input control matched with a target path with a different target path level from the initial path level as a second input control;
203. obtaining a plurality of second input control groups according to the data types of the second input controls, wherein the data types of the second input controls in the same second input control group are the same;
204. and outputting the first input control and the second input control group according to a preset mode to obtain a parameter visual configuration interface.
By implementing the steps 201 to 204, the target input control corresponding to the target path can be divided into the first input control and the second input control according to the different hierarchies of the target path, and the first input control and the second input control are output in a preset mode to obtain the parameter visualization configuration interface, so that the obtained parameter visualization configuration interface is more intuitive.
In the embodiment of the present invention, the initial path hierarchy may be a hierarchy of 1 number of input controls of data types or a set including some/all input controls of a certain data type; if the target path level is the same as the initial path level, the target input control corresponding to the target path level can be considered to be directly output, so that the target input control corresponding to the target path level can be determined as the first input control; if the target path hierarchy is different from the initial path hierarchy, the target path hierarchy may be considered to be in a set of input controls of a certain data type, and therefore, the target input control corresponding to the target path hierarchy may be determined to be a second input control; the preset mode can be distinguished according to the difference between the first input control and the second input control, the preset mode for outputting the first input control can be directly outputting a form corresponding to the first input control, the preset mode for outputting the second input control can be outputting a key corresponding to the data type according to the data type of the second input control, and a new interface is opened by triggering the key, wherein the new interface contains forms of all the second input controls corresponding to the data type.
As an optional implementation manner, the step 204 may output the first input control group and the second input control group according to a preset manner, and a manner of obtaining the parameter visualization configuration interface may include the following steps:
acquiring key information corresponding to the second input control group;
outputting a first form corresponding to the first input control and outputting a target key corresponding to the key information according to a preset mode to obtain a parameter visual configuration interface; and the target key is used for triggering the output of a second form corresponding to the second input control group according to the preset mode.
By implementing the implementation mode, the first form corresponding to the first input control can be output in a preset mode, the target key corresponding to the key information can be output in a preset mode, and the second form corresponding to the second input control group can be triggered by triggering the target key, so that the parameter visualization configuration interface is more hierarchical.
According to the embodiment of the invention, the electronic equipment can avoid acquiring wrong question information with wrong input, and the accuracy of the wrong question information acquired by the electronic equipment is further improved. In addition, the embodiment of the invention can also ensure the accuracy of path reduction. In addition, the embodiment of the invention can also enrich the types of the input controls contained in the input control library. In addition, the embodiment of the invention can also ensure that the obtained parameter visualization configuration interface is more visual. In addition, the embodiment of the invention can also make the parameter visualization configuration interface more hierarchical.
Referring to fig. 5a and 5b together, fig. 5a and 5b are schematic flow charts of 2 different forms of a parameter visualization configuration interface generation method disclosed in the embodiment of the present invention; wherein:
in fig. 5a, the structured parameters are decomposed to obtain five serialized paths, the paths are corresponding to the entries, the serialized paths corresponding to the entries are restored, and a real json structure is obtained by restoring according to the characteristics of the attribute paths. Wherein the serialization path of the B object may correspond to a secondary panel.
In fig. 5b, the structured parameter is decomposed to obtain five serialized paths, the obtained five serialized paths may be split into two parameter configurations p1 and p2, different parts in one large component (for example, a query list component) may be associated with different parameter configurations, for example, a query column part may be associated with the parameter configuration p1, a table part in the component may also be associated with the parameter configuration p2, and then the parameter configurations p1 and p2 may be aggregated and restored according to the paths to obtain an original target path.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a parameter visualization configuration interface generating apparatus according to an embodiment of the present invention. As shown in fig. 3, the parameter visualization configuration interface generating device may include:
an obtaining unit 301, configured to decompose the obtained structural parameter to obtain a target path corresponding to the structural parameter;
a splitting unit 302, configured to split the target path acquired by the acquiring unit 301 to obtain multiple serialized paths; each serialized path corresponds to a path identifier;
the associating unit 303 is configured to associate the target input control matched with the path identifier acquired by the acquiring unit 301 with the path identifier acquired by the splitting unit 302, so as to obtain serialized path information of the input control; the target input control is a preset input control matched with the path identifier;
the restoring unit 304 is configured to restore the serialized path in the control path information obtained by the associating unit 303, so as to obtain a restored target path;
the output unit 305 is configured to obtain a parameter visualization configuration interface according to the restored target path obtained by the restoring unit 304 and the target input control matched with the restored target path.
In the embodiment of the invention, the label input control comprises controls of various data types; the data types at least comprise a character string type, a number type, an array type, a Boolean type and a function type, and can enrich the input control types contained in the input control library.
As an optional implementation manner, the manner of restoring the serialized path in the control path information by the restoring unit 304 to obtain a restored target path specifically is as follows:
acquiring a target path hierarchy corresponding to the target path;
and restoring the serialized paths in the control path information to the target paths according to the target path levels, wherein the path levels of the restored target paths are the same as the target path levels.
By implementing the implementation mode, the target path hierarchy corresponding to the target path can be obtained, and the serialized path is restored to the target path according to the target path hierarchy, so that the accuracy of path restoration is ensured.
As an optional implementation manner, the way for obtaining the parameter visualization configuration interface by the output unit 305 according to the restored target path and the target input control matched with the restored target path specifically is as follows:
determining a target input control matched with a target path with the same target path level as the initial path level as a first input control;
determining a target input control matched with a target path with a different target path level from the initial path level as a second input control;
obtaining a plurality of second input control groups according to the data types of the second input controls, wherein the data types of the second input controls in the same second input control group are the same;
and outputting the first input control and the second input control group according to a preset mode to obtain a parameter visual configuration interface.
By implementing the implementation mode, the target input control corresponding to the target path can be divided into the first input control and the second input control according to different hierarchies of the target path, and the first input control and the second input control are output in a preset mode to obtain the parameter visual configuration interface, so that the obtained parameter visual configuration interface is more visual.
As an optional implementation manner, the output unit 305 outputs the first input control and the second input control group according to a preset manner, and the manner of obtaining the parameter visualization configuration interface is specifically:
acquiring key information corresponding to the second input control group;
outputting a first form corresponding to the first input control and outputting a target key corresponding to the key information according to a preset mode to obtain a parameter visual configuration interface; and the target key is used for triggering a second form corresponding to the second input control group to be output according to the preset mode.
By implementing the implementation mode, the first form corresponding to the first input control can be output in a preset mode, the target key corresponding to the key information can be output in a preset mode, and the second form corresponding to the second input control group can be triggered by triggering the target key, so that the parameter visualization configuration interface is more hierarchical.
Referring to fig. 4, fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the disclosure. As shown in fig. 4, the electronic device may include:
a memory 401 storing executable program code;
a processor 402 coupled to a memory 401;
wherein the processor 402 calls the executable program code stored in the memory 401 to perform part or all of the steps of the method in the above method embodiments.
The embodiment of the invention also discloses a computer readable storage medium, wherein the computer readable storage medium stores program codes, wherein the program codes comprise instructions for executing part or all of the steps of the method in the above method embodiments.
Embodiments of the present invention also disclose a computer program product, wherein, when the computer program product is run on a computer, the computer is caused to execute part or all of the steps of the method as in the above method embodiments.
The embodiment of the present invention also discloses an application publishing platform, wherein the application publishing platform is used for publishing a computer program product, and when the computer program product runs on a computer, the computer is caused to execute part or all of the steps of the method in the above method embodiments.
It should be appreciated that reference throughout this specification to "an embodiment of the present invention" means that a particular feature, structure or characteristic described in connection with the embodiment is included in at least one embodiment of the present invention. Thus, the appearances of the phrase "in embodiments of the invention" appearing in various places throughout the specification are not necessarily all referring to the same embodiments. Furthermore, the particular features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. Those skilled in the art should also appreciate that the embodiments described in this specification are exemplary embodiments in nature, and that the acts and modules involved are not necessarily essential to the invention.
In various embodiments of the present invention, it should be understood that the sequence numbers of the above-mentioned processes do not imply an inevitable order of execution, and the execution order of the processes should be determined by their functions and inherent logic, and should not constitute any limitation on the implementation process of the embodiments of the present invention.
Additionally, the terms "system" and "network" are often used interchangeably herein. It should be understood that the term "and/or" herein is only one kind of association relationship describing the association object, and means that there may be three kinds of relationships, for example, a and/or B, and may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship.
In the embodiments provided herein, it should be understood that "B corresponding to a" means that B is associated with a from which B can be determined. It should also be understood, however, that determining B from a does not mean determining B from a alone, but may also be determined from a and/or other information.
It will be understood by those skilled in the art that all or part of the steps of the methods of the above embodiments may be implemented by program instructions associated with hardware, and the program may be stored in a computer-readable storage medium, which includes Read-Only Memory (ROM), random Access Memory (RAM), programmable Read-Only Memory (PROM), erasable Programmable Read-Only Memory (EPROM), one-time Programmable Read-Only Memory (OTPROM), electrically Erasable Programmable Read-Only Memory (EEPROM), an optical Disc-Read-Only Memory (CD-ROM) or other storage medium, a magnetic tape, or any other medium capable of storing data for a computer or other computer.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated units, if implemented as software functional units and sold or used as a stand-alone product, may be stored in a computer accessible memory. Based on such understanding, the technical solution of the present invention, which is a part of or contributes to the prior art in essence, or all or part of the technical solution, can be embodied in the form of a software product, which is stored in a memory and includes several requests for causing a computer device (which may be a personal computer, a server, a network device, or the like, and may specifically be a processor in the computer device) to execute part or all of the steps of the above-described method of each embodiment of the present invention.
The method, the device, the medium and the electronic device for generating the parameter visualization configuration interface disclosed by the embodiment of the invention are introduced in detail, a specific example is applied in the text to explain the principle and the implementation mode of the invention, and the description of the embodiment is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A method for generating a parameter visualization configuration interface, the method comprising:
decomposing the acquired structural parameters to obtain target paths corresponding to the structural parameters;
splitting the target path to obtain a plurality of serialized paths; each serialized path corresponds to a path identifier;
associating the target input control matched with the path identifier with the serialized path corresponding to the path identifier to obtain control path information; the target input control is a preset input control matched with the path identifier;
restoring the serialized path in the control path information to obtain a restored target path;
and obtaining a parameter visual configuration interface according to the restored target path and the target input control matched with the restored target path.
2. The parameter visualization configuration interface generation method of claim 1, the target input control comprising controls of multiple data types; the data types include at least a string type, a number type, an array type, a boolean type, and a function type.
3. The parameter visualization configuration interface generation method according to claim 2, wherein the restoring the serialized path in the control path information to obtain a restored target path includes:
acquiring a target path hierarchy corresponding to the target path;
and restoring the serialized paths in the control path information to the target paths according to the target path levels, wherein the path levels of the restored target paths are the same as the target path levels.
4. The method for generating a parameter visualization configuration interface according to claim 3, wherein obtaining a parameter visualization configuration interface according to the restored target path and the target input control matched with the restored target path includes:
determining a target input control matched with a target path with the same target path level as the initial path level as a first input control;
determining a target input control matched with a target path with a different target path level from the initial path level as a second input control;
obtaining a plurality of second input control groups according to the data types of the second input controls, wherein the data types of the second input controls in the same second input control group are the same;
and outputting the first input control and the second input control group according to a preset mode to obtain a parameter visual configuration interface.
5. The method for generating a parameter visualization configuration interface according to claim 3, wherein the outputting the first input control and the second input control group according to a preset manner to obtain the parameter visualization configuration interface includes:
acquiring key information corresponding to the second input control group;
outputting a first form corresponding to the first input control and outputting a target key corresponding to the key information according to a preset mode to obtain a parameter visual configuration interface; and the target key is used for triggering the output of a second form corresponding to the second input control group according to the preset mode.
6. A parameter visualization configuration interface generation apparatus, comprising:
the acquisition unit is used for decomposing the acquired structural parameters to obtain a target path corresponding to the structural parameters;
the splitting unit is used for splitting the target path to obtain a plurality of serialized paths; each serialized path corresponds to a path identifier;
the association unit is used for associating the target input control matched with the path identifier with the serialized path corresponding to the path identifier to obtain control path information; the target input control is a preset input control matched with the path identifier;
the restoring unit is used for restoring the serialized paths in the control path information to obtain restored target paths;
and the output unit is used for obtaining a parameter visual configuration interface according to the restored target path and the target input control matched with the restored target path.
7. The parameter visualization configuration interface generating apparatus of claim 6, the target input control comprising controls of a plurality of data types; the data types at least include a string type, a number type, an array type, a Boolean type, and a function type.
8. The parameter visualization configuration interface generating device according to claim 7, wherein the restoring unit restores the serialized path in the control path information, and a manner of obtaining the restored target path specifically includes:
acquiring a target path hierarchy corresponding to the target path;
and restoring the serialized paths in the control path information to the target paths according to the target path levels, wherein the path levels of the restored target paths are the same as the target path levels.
9. An electronic device, comprising:
a memory storing executable program code;
a processor coupled with the memory;
the processor calls the executable program code stored in the memory to execute the parameter visualization configuration interface generation method of any one of claims 1 to 5.
10. A computer-readable storage medium storing a computer program for causing a computer to execute the parameter visualization configuration interface generating method according to any one of claims 1 to 5.
CN202211344219.4A 2022-10-31 2022-10-31 Parameter visualization configuration interface generation method and device, medium and electronic equipment Active CN115686515B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211344219.4A CN115686515B (en) 2022-10-31 2022-10-31 Parameter visualization configuration interface generation method and device, medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211344219.4A CN115686515B (en) 2022-10-31 2022-10-31 Parameter visualization configuration interface generation method and device, medium and electronic equipment

Publications (2)

Publication Number Publication Date
CN115686515A true CN115686515A (en) 2023-02-03
CN115686515B CN115686515B (en) 2023-07-25

Family

ID=85046640

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211344219.4A Active CN115686515B (en) 2022-10-31 2022-10-31 Parameter visualization configuration interface generation method and device, medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN115686515B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116541305A (en) * 2023-06-26 2023-08-04 京东方艺云(杭州)科技有限公司 Abnormality detection method and device, electronic equipment and storage medium

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050091510A1 (en) * 2003-10-23 2005-04-28 Microsoft Corporation Element persistent identification
US20150346954A1 (en) * 2014-05-30 2015-12-03 International Business Machines Corporation Flexible control in resizing of visual displays
CN107818163A (en) * 2017-11-01 2018-03-20 平安科技(深圳)有限公司 Page display method, device, computer equipment and storage medium
US10732782B1 (en) * 2015-07-29 2020-08-04 Intuit Inc. Context-aware component styling in user interfaces of electronic devices
WO2020233080A1 (en) * 2019-05-22 2020-11-26 深圳壹账通智能科技有限公司 Client development method and apparatus, and computer device and storage medium
CN112596809A (en) * 2020-12-16 2021-04-02 平安普惠企业管理有限公司 Visual configuration method and device of interface, electronic equipment and storage medium
US20210150087A1 (en) * 2019-11-18 2021-05-20 Sidewalk Labs LLC Methods, systems, and media for data visualization and navigation of multiple simulation results in urban design
CN112882772A (en) * 2021-03-24 2021-06-01 腾讯科技(深圳)有限公司 Configuration method of application interface of mobile terminal, mobile terminal and storage medium
WO2022001341A1 (en) * 2020-06-28 2022-01-06 Oppo广东移动通信有限公司 Application program tag generation method, application interface display method and device
CN114115883A (en) * 2022-01-26 2022-03-01 广州云徙科技有限公司 Method for quickly constructing front-end application by using middle station service capability
CN114879950A (en) * 2022-04-25 2022-08-09 北京北方华创微电子装备有限公司 Method and device for path editing
CN115145661A (en) * 2021-03-31 2022-10-04 比亚迪股份有限公司 Method for refreshing rail transit station monitoring display interface and monitoring equipment

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050091510A1 (en) * 2003-10-23 2005-04-28 Microsoft Corporation Element persistent identification
US20150346954A1 (en) * 2014-05-30 2015-12-03 International Business Machines Corporation Flexible control in resizing of visual displays
US10732782B1 (en) * 2015-07-29 2020-08-04 Intuit Inc. Context-aware component styling in user interfaces of electronic devices
CN107818163A (en) * 2017-11-01 2018-03-20 平安科技(深圳)有限公司 Page display method, device, computer equipment and storage medium
WO2020233080A1 (en) * 2019-05-22 2020-11-26 深圳壹账通智能科技有限公司 Client development method and apparatus, and computer device and storage medium
US20210150087A1 (en) * 2019-11-18 2021-05-20 Sidewalk Labs LLC Methods, systems, and media for data visualization and navigation of multiple simulation results in urban design
WO2022001341A1 (en) * 2020-06-28 2022-01-06 Oppo广东移动通信有限公司 Application program tag generation method, application interface display method and device
CN112596809A (en) * 2020-12-16 2021-04-02 平安普惠企业管理有限公司 Visual configuration method and device of interface, electronic equipment and storage medium
CN112882772A (en) * 2021-03-24 2021-06-01 腾讯科技(深圳)有限公司 Configuration method of application interface of mobile terminal, mobile terminal and storage medium
CN115145661A (en) * 2021-03-31 2022-10-04 比亚迪股份有限公司 Method for refreshing rail transit station monitoring display interface and monitoring equipment
CN114115883A (en) * 2022-01-26 2022-03-01 广州云徙科技有限公司 Method for quickly constructing front-end application by using middle station service capability
CN114879950A (en) * 2022-04-25 2022-08-09 北京北方华创微电子装备有限公司 Method and device for path editing

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116541305A (en) * 2023-06-26 2023-08-04 京东方艺云(杭州)科技有限公司 Abnormality detection method and device, electronic equipment and storage medium
CN116541305B (en) * 2023-06-26 2023-12-15 京东方艺云(杭州)科技有限公司 Abnormality detection method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN115686515B (en) 2023-07-25

Similar Documents

Publication Publication Date Title
CN109359026A (en) Log reporting method, device, electronic equipment and computer readable storage medium
CN110738035A (en) document template generation method and device
CN111124379A (en) Page generation method and device, electronic equipment and storage medium
CN113835692A (en) Dictionary data processing method and device, electronic equipment and computer storage medium
US9934291B2 (en) Dynamic presentation of a results set by a form-based software application
US10659567B2 (en) Dynamic discovery and management of page fragments
CN115686515A (en) Parameter visualization configuration interface generation method, device, medium and electronic equipment
CN115599359A (en) Code generation method, device, equipment and medium
CN112130830A (en) Interface generation method and device and electronic equipment
CN111046640A (en) Dynamic generation method and device of certification document
CN114282129A (en) Information system page generation method, system, electronic equipment and storage medium
CN111290996A (en) Document format conversion method, device, equipment and readable storage medium
CN111143390A (en) Method and device for updating metadata
CN115809056A (en) Component multiplexing implementation method and device, terminal equipment and readable storage medium
CN114518881A (en) Page generation method, system and storage medium
CN112799670B (en) Method and system for unified multi-terminal logic development
US11989503B2 (en) Formula generation by example
CN111831277B (en) Virtual data generation method, system, device and computer readable storage medium
CN110309062A (en) Case generation method, device, electronic equipment and storage medium
CN115268924B (en) Formula calculation engine service method and system based on aPaaS platform
JP2014059666A (en) Task input screen customization system
CN113642295B (en) Page typesetting method, device and computer program product
CN114443033A (en) Page framework display method and device, electronic equipment and storage medium
CN108563677B (en) Data display method and device, electronic equipment and storage medium
CN116757167A (en) Flexible development method based on custom field

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
GR01 Patent grant
GR01 Patent grant