CN114840295B - Information display method, display device, equipment and medium - Google Patents

Information display method, display device, equipment and medium Download PDF

Info

Publication number
CN114840295B
CN114840295B CN202210507938.7A CN202210507938A CN114840295B CN 114840295 B CN114840295 B CN 114840295B CN 202210507938 A CN202210507938 A CN 202210507938A CN 114840295 B CN114840295 B CN 114840295B
Authority
CN
China
Prior art keywords
displayed
rules
rule
relationship
user interface
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
CN202210507938.7A
Other languages
Chinese (zh)
Other versions
CN114840295A (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.)
Netease Hangzhou Network Co Ltd
Original Assignee
Netease Hangzhou Network 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 Netease Hangzhou Network Co Ltd filed Critical Netease Hangzhou Network Co Ltd
Priority to CN202210507938.7A priority Critical patent/CN114840295B/en
Publication of CN114840295A publication Critical patent/CN114840295A/en
Application granted granted Critical
Publication of CN114840295B publication Critical patent/CN114840295B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • 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

Landscapes

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

Abstract

The application provides an information display method, a display device, equipment and a medium, wherein the display method comprises the following steps: acquiring a compiling file containing a plurality of rules to be displayed; traversing the compiling file to obtain an engine structure and a structural logic relationship among the engine structures, wherein the engine structures respectively correspond to a plurality of rules to be displayed in the compiling file; determining a presentation logic relationship among the plurality of rules to be presented according to a plurality of engine structures and a structural logic relationship among the plurality of engine structures; and displaying the plurality of rules to be displayed in the graphical user interface according to the display logic relation among the plurality of rules to be displayed.

Description

Information display method, display device, equipment and medium
Technical Field
The present application relates to the field of data processing, and in particular, to an information display method, a display device, a device, and a medium.
Background
While society is advancing, human beings are advancing, in real life, the development of behaviors or events of human beings is required to have a certain limit, which is what we say is a rule, for example, a regulation system to be observed by people in society or a limit condition to enter a certain gate in a game.
Rules may be composed of a plurality of conditions, and some rules presented in a graphical user interface are implemented by staff editing code. The codes edited by the staff are only combined and displayed in a hard-coded form, namely, the one graphical user interface only can display the rule combination, and if the different rule combination needs to be replaced, the codes need to be subjected to large rule adjustment again.
Disclosure of Invention
In view of the above, the present application aims to provide an information display method, display apparatus, device and medium, which are used for solving the problem of low mapping efficiency of rule mapping into a graphical user interface in the prior art.
In a first aspect, an embodiment of the present application provides an information display method, including:
acquiring a compiling file containing a plurality of rules to be displayed;
traversing the compiling file to obtain an engine structure and a structural logic relationship among the engine structures, wherein the engine structures respectively correspond to a plurality of rules to be displayed in the compiling file;
determining a presentation logic relationship among the plurality of rules to be presented according to a plurality of engine structures and a structural logic relationship among the plurality of engine structures;
And displaying the plurality of rules to be displayed in the graphical user interface according to the display logic relation among the plurality of rules to be displayed.
Optionally, traversing the compiled file to obtain an engine structure and a structural logic relationship between the engine structures, where the engine structures and the structural logic relationship between the engine structures correspond to the rules to be displayed in the compiled file respectively, where the steps include:
traversing the compiling file, and determining the engine structure of each rule to be displayed according to the specific symbol pair of the preset position corresponding to each rule to be displayed and the hierarchical relationship between the specific field and the initial identifier;
and determining the structural logic relationship among a plurality of engine structures according to the hierarchical relationship corresponding to the engine structure of each rule to be displayed and the relationship symbol pairs contained by different engine structures in each same hierarchy.
Optionally, determining the structural logic relationship between the plurality of engine structures according to the hierarchical relationship corresponding to the engine structure of each rule to be displayed and the designated symbol pairs contained in different engine structures in each same hierarchy, including:
for each same hierarchy, determining the or relationship or the relationship between different engine structures at the current hierarchy for a specified symbol pair contained by the different engine structures;
And determining the structural logic relationship among a plurality of engine structures according to the hierarchical relationship corresponding to the engine structure of each rule to be displayed and the or relationship or the and relationship among different engine structures in each hierarchy.
Optionally, determining, according to a plurality of the engine structures and a structural logic relationship between the plurality of the engine structures, a presentation logic relationship between the plurality of rules to be presented includes:
according to the structural logic relation among the engine structures, determining the display positions of the rules to be displayed corresponding to the engine structures in the graphical user interface;
and determining the display logic relation among the plurality of rules to be displayed according to the display position of each rule to be displayed in the graphical user interface.
Optionally, according to the presentation logic relationship between the plurality of rules to be presented, presenting the plurality of rules to be presented in the graphical user interface includes:
determining connectors among the rules to be displayed according to the display logic relation among the rules to be displayed;
and displaying the rules to be displayed in a graphical user interface according to the display logic relation between the connector and the rules to be displayed.
Optionally, the connector includes:
if the precondition of the plurality of rules to be displayed is any one rule, the connector comprises any one or two of the following: with a connector, or a connector;
if the preconditions of the plurality of rules to be displayed are all rules, the connector is a and connector.
Optionally, after the rules to be displayed are displayed in the graphical user interface, the display method further includes:
aiming at each rule to be displayed in the graphical user interface, acquiring data to be verified of the data dimension according to the data dimension of the rule to be displayed;
determining a verification result of the data to be verified according to standard parameters and expressions in each rule to be displayed in the graphical user interface;
and displaying the verification result in a corresponding area of each rule to be displayed in the image user interface aiming at each rule to be displayed in the image user interface.
Optionally, the display method further includes:
and determining evaluation data of the plurality of rules to be displayed according to the verification result of each rule to be displayed, and displaying the evaluation data in a first prompt area of the image user interface.
Optionally, the display method further includes:
acquiring configuration data corresponding to a rule to be displayed;
setting configuration condition data in the configuration data in a second prompt area in the image user interface;
setting the prompt text data in the configuration data in a third prompt area in a graphical user interface; wherein the display areas of the rules to be displayed are located between the second prompt area and the third prompt area.
In a second aspect, an embodiment of the present application provides an information display apparatus, including:
the acquisition module is used for acquiring a compiling file containing a plurality of rules to be displayed;
the traversing module is used for traversing the compiling file and acquiring an engine structure corresponding to the rules to be displayed in the compiling file and a structural logic relationship among the engine structures;
the determining module is used for determining the showing logical relationship among the plurality of rules to be shown according to the plurality of engine structures and the structural logical relationship among the plurality of engine structures;
and the display module is used for displaying the plurality of rules to be displayed in the graphical user interface according to the display logic relation among the plurality of rules to be displayed.
In a third aspect, an embodiment of the present application provides a computer device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements the steps of the method described above when executing the computer program.
In a fourth aspect, embodiments of the present application provide a computer readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the above method.
The information display method provided by the embodiment of the application comprises the steps of firstly, acquiring a compiling file containing a plurality of rules to be displayed; secondly, traversing the compiling file to obtain an engine structure and a structural logic relation among the engine structures, wherein the engine structure and the structural logic relation among the engine structures respectively correspond to a plurality of rules to be displayed in the compiling file; thirdly, determining a presentation logic relationship among the plurality of rules to be presented according to a plurality of engine structures and the structural logic relationship among the plurality of engine structures; and finally, displaying the plurality of rules to be displayed in the graphical user interface according to the display logic relation among the plurality of rules to be displayed.
In some embodiments, the structural logic relationships between the plurality of rules to be exposed are simply edited in code in the compiled file, and then the rules engine maps the plurality of rules to be exposed in accordance with the structural logic relationships in the graphical user interface in accordance with the logical relationships. The method has the advantages that the method does not need to write the rules to be displayed once by hard codes for each graphical user interface by workers and display codes in the graphical user interfaces, reduces the workload of the workers and improves the display efficiency of the rules to be displayed.
In order to make the above objects, features and advantages of the present application more comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the embodiments will be briefly described below, it being understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and other related drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic flow chart of an information display method according to an embodiment of the present application;
FIG. 2 is a schematic diagram of a graphical user interface for information presentation according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of an information display device according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of a computer device according to an embodiment of the present application;
fig. 5 is a schematic diagram of a code for compiling a file according to an embodiment of the present application.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present application more apparent, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the described embodiments are only some embodiments of the present application, not all embodiments. The components of the embodiments of the present application generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the application, as presented in the figures, is not intended to limit the scope of the application, as claimed, but is merely representative of selected embodiments of the application. All other embodiments, which can be made by a person skilled in the art without making any inventive effort, are intended to be within the scope of the present application.
In some scenes, a certain rule is set, and a plurality of condition combination display is supported, so that the rule for completing a plurality of combination conditions can be rewarded, and the method is widely applied to the Internet. At present, the combination of different rules and the display of the rules in the graphical user interfaces are basically arranged into codes in a hard coding mode, so that the codes corresponding to the rule combinations corresponding to each graphical user interface are complex, and if a worker wants to replace the rule combinations in the graphical user interfaces, most of contents in the codes need to be modified, and the modification efficiency is reduced.
The embodiment of the application provides an information display method, as shown in fig. 1, comprising the following steps:
s101, acquiring a compiling file containing a plurality of rules to be displayed;
s102, traversing the compiling file to obtain an engine structure and a structural logic relationship among the engine structures, wherein the engine structure and the structural logic relationship are respectively corresponding to a plurality of rules to be displayed in the compiling file;
s103, determining a display logic relationship among the plurality of rules to be displayed according to a plurality of engine structures and the structural logic relationship among the plurality of engine structures;
S104, displaying the plurality of rules to be displayed in the graphical user interface according to the display logic relation among the plurality of rules to be displayed.
The information display method is packaged in a rule engine, and the following steps S101 to S104 are executed through the rule engine in order to improve the editing efficiency of the rule to be displayed, improve the display efficiency of the rule to be displayed and reduce the repeated workload of staff.
In the step S101, the rule to be displayed may be displayed in the gui, and the content corresponding to the rule to be displayed may play a certain role in limiting a thing, for example, as shown in fig. 2, a game rule that may obtain AAA real-world playable cards is set in a game, where the game rule includes top 100 names with a fan level of 8 and located in a fan ranking list. The compiled file is a file obtained after the codes written by the assembly language or the high-level language are saved, the codes in the compiled file are determined based on the structural logic relationship among a plurality of rules to be displayed, namely, the compiled file comprises an engine structure corresponding to each rule to be displayed and the structural logic relationship among the engine structures, the structural logic relationship comprises a relationship and/or a relationship, the relationship represents that two rules need to exist at the same time, or the relationship represents that only one of the two rules needs to exist.
In the step S102, the engine structure may be a code corresponding to at least one rule to be displayed in the compiled file, different engine structures are distinguished based on a specified symbol pair and a specified field located at a preset position in the code corresponding to the engine structure, and one engine structure includes at least one rule to be displayed, that is, one engine structure includes at least one other engine structure, for example, in the code of the compiled file shown in fig. 5, the engine structure 1 and the engine structure 2 include 1 rule to be displayed, and the engine structure 3 includes two engine structures 1 and 2, which is also equivalent to the engine structure 3 including two rules to be displayed. There will be an initial identification in the code in the compiled file that characterizes the beginning of the code run in the compiled file. Each rule to be displayed corresponds to an engine structure, so that the structural logic relationship of the engine structure is consistent with the structural logic relationship between the rules to be displayed. In the codes of the compiled file, each code corresponding to the rule to be displayed contains a specified symbol pair and a specified field at a preset position.
In specific implementation, when traversing codes in a compiled file, traversing is performed from an initial identifier, and in the traversing process, determining that different engine structures corresponding to different rules to be displayed are respectively in different engine structures according to a designated symbol pair and a designated field which are positioned at a preset position in the codes, and determining the structural logic relationship among a plurality of engine structures according to the position relationship among each engine structure in the codes. In step S103, the display logic relationship is a positional relationship between the plurality of rules to be displayed when the plurality of rules to be displayed are displayed in the graphical user interface, for example, a relationship between the rule to be displayed a and the rule to be displayed B, and the rule to be displayed C are, if the relationship between the rule to be displayed a and the rule to be displayed B is the relationship between the rule to be displayed a and the rule to be displayed B, and the rule to be displayed B are directly spliced in the same text line, and the display logic relationship between the rule to be displayed a and the rule to be displayed C is a different text line of the line where the rule to be displayed a and the rule to be displayed B are located. The Chinese lines are used for displaying text contents of rules to be displayed.
In the step S104, after determining the presentation logic relationship between the plurality of rules to be presented, the rule engine presents the rules to be presented in the gui according to the presentation logic relationship between the plurality of rules to be presented.
In the embodiment provided by the application, through the four steps, the structure logic relationship among the plurality of rules to be displayed is simply edited by codes in the compiling file, and then the rule engine maps the plurality of rules to be displayed in the graphical user interface according to the structure logic relationship and the display logic relationship corresponding to the structure logic relationship. The method has the advantages that the method does not need to write the rules to be displayed once by hard codes for each graphical user interface by workers and display codes for the rules to be displayed in the graphical user interfaces, so that the workload of the workers is reduced, and the display efficiency of the rules to be displayed is improved.
The code in the compiled file not only contains the content corresponding to the plurality of rules to be displayed, but also contains the structural logic relations among the plurality of rules to be displayed, and when the rules to be displayed are displayed on the graphical user interface, the structural logic relations among different rules to be displayed in the file need to be edited for displaying, so that the code in the compiled file needs to be analyzed first in order to display the rules to be displayed on the graphical user interface. That is, step S102 includes:
Step 1021, traversing the compiled file, and determining the engine structure of each rule to be displayed according to the designated symbol pair of the preset position corresponding to each rule to be displayed and the hierarchical relationship between the designated field and the initial identifier;
step 1022, determining the structural logic relationship among the plurality of engine structures according to the hierarchical relationship corresponding to the engine structure of each rule to be displayed and the relationship symbol pairs contained in different engine structures in each same hierarchy.
In the step 1021, in the code of the compiled file, in order to make the content clearer, the code is written through the hierarchy in the process of editing the code, for example, two objects are nested in the next hierarchy in the array, the array is composed of brackets (symbol pairs), and the objects are composed of brackets (symbol pairs). The designated symbol pairs include a middle bracket symbol pair (bracket symbol pair [ ]), a bracket symbol pair (bracket symbol pair { }). The specified field may be set manually, for example, "condition", "operation_type" or the like in the engine structure in fig. 5. The different rules to be displayed have the same designated symbol pair and designated field, but the assignment corresponding to the same designated field is different between the different rules to be displayed, for example, as shown in fig. 5, the assignment corresponding to the designated field condition_desc in the rule to be displayed corresponding to the engine structure 1 is "a. Each rule to be displayed comprises a designated symbol and a designated field, and each rule to be displayed is located after a level corresponding to the initial identifier, for example, the level corresponding to the initial identifier is 1, and the levels corresponding to the designated field in the rule to be displayed are all levels after level 1, for example, level 2, level 3 and the like. The initial identification may be set manually, such as "child_conditions" in fig. 5.
In specific implementation, the number of levels between the initial identifier and the designated symbol pair corresponding to the rule to be displayed and the number of levels between the designated symbol pair corresponding to each level are determined by traversing the initial identifier from the compiled file, and the engine structures respectively corresponding to the plurality of rules to be displayed in the compiled file are determined according to the number of levels between the designated symbol pair of each rule to be displayed and the initial identifier and the number of levels between the designated symbol pair corresponding to each level and the symbol pair corresponding to each level.
Specifically, in order to avoid the situation that an invalid engine structure appears in codes in a compiled file, when the engine structure is removed, whether the assignment corresponding to the designated field is empty or not is determined, and only when the assignment corresponding to the designated field is not empty, the engine structure is determined to be an effective engine structure. Only the valid engine structure can be used to determine the structural logical relationship.
For example, as shown in fig. 5, the initial identifier is child_conditions, the number of levels between the { } of the symbol pair (1) and the { } of the symbol pair (2) and the initial identifier is level 3, and the number of levels includes a specified field condition_desc and an operation_type, and the assignment corresponding to the condition_desc and the operation_type is not null, respectively, and the codes included in the { } of the symbol pair (1) and the { } of the symbol pair (2) are only codes corresponding to the engine structure corresponding to the rule to be displayed.
In step 1022, the relation symbol pairs refer to the array symbol pairs and bracket symbol pairs used to encapsulate different objects in the code of the compiled file, and two parallel array symbol pairs may be used to characterize or relate. Two parallel pairs of bracket symbols may be used to characterize and relate.
In specific implementation, by using the hierarchical relationship of each engine structure of the rule to be displayed, it can be determined whether different engine structures are numbered in the same hierarchy, and then the structural logic relationship between two engine structures is determined according to the relationship symbol pairs of the same hierarchy in each engine structure. The structural logic relationship among different engine structures is determined according to the designated symbol pairs and the designated fields, and the structural logic relationship is determined by utilizing the preset rule, so that the rule is also applied to a plurality of engine structures, and the efficiency of identifying the structural logic relationship of the plurality of engine structures is also improved.
For example, as shown in fig. 5, the initial symbol is child_conditions, the number of levels between the { } of the symbol pair (1) in the engine structure 1 and the { } of the symbol pair (2) in the engine structure 2 and the initial symbol is level 3, and belongs to the same level, and two parallel bracket symbol pairs can be used for representing the relationship, and then the relationship between the engine structure 1 and the engine structure 2 is the relationship. The number of the levels between [ ] of the symbol pair (3) in the engine structure 3 and [ ] of the symbol pair (4) in the engine structure 4 and the initial identifier is level 2, and belongs to the same level, and two parallel bracket symbol pairs can be used for representing or relating, the engine structure 3 and the engine structure 4 are or relating, and the engine structure 3 further comprises the engine structure 1 and the engine structure 2, and the engine structure 4 and the engine structure 1 and the engine structure 2 are or relating.
In the code of the compiled document, the objects are used to describe what the staff member will describe, where the objects are a packaging concept, in this scheme the objects refer to the rules to be exposed, and in the compiled document, the distinction between different objects is implemented by specifying symbol pairs and specifying character segments, and the structural logic relationship between different objects may be determined by different levels of symbol pairs, that is, step 1022 includes:
step 10221, for each identical hierarchy, determining a relationship or relationship between different engine structures at the current hierarchy for a specified symbol pair contained in the different engine structures;
step 10222, determining a structural logic relationship among a plurality of engine structures according to the hierarchical relationship corresponding to the engine structure of each rule to be displayed and the or relationship or the and relationship among different engine structures in each hierarchy.
In step 10221, if the two engine structures are each comprised of the same array symbol pair, the structural logic relationship of the two engine structures is determined according to the next-level symbol pair identical to the data symbol pair, if the two engine structures in the next level respectively belong to two different array symbol pairs, the two engine structures are or relationships, and if the two engine structures in the next level respectively belong to two different bracket symbol pairs, the two engine structures are or relationships.
In step 10222, because one compiled file may include more than two rules to be displayed, after determining the relationship or the relationship between two engine structures on each level, the structural logic relationship between the engine structures is determined according to the level relationship corresponding to each engine structure and the relationship or the relationship between two engine structures determined by each level.
According to the scheme, a plurality of rules to be displayed are required to be displayed in a graphical user interface, so that the display positions of different rules to be displayed are required to be planned when the rules to be displayed are displayed, and finally the rules to be displayed can be displayed according to the preset display positions in the display stage, and the step S103 comprises the following steps:
step 1031, determining display positions of rules to be displayed corresponding to a plurality of engine structures in a graphical user interface according to structural logic relations among the plurality of engine structures;
step 1032, determining a presentation logic relationship between the plurality of rules to be presented according to the presentation position of each rule to be presented in the graphical user interface.
In step 1031, the display position refers to a relative position between the rules to be displayed, for example, whether two rules to be displayed are directly spliced in the same row or spliced in different rows.
In a specific implementation, the structural logic relationship between different engine structures, and the mapping relationship between the display positions of the rules to be displayed corresponding to the engine structures in the graphical user interface may be preset manually. For example, the structural logic relationship between different engine structures comprises a sum or a relationship, and the mapping relationship between the display positions of the rules to be displayed corresponding to the engine structures in the graphical user interface is that the rules to be displayed of the relationship are displayed in the same text row, or the rules to be displayed of the relationship are located in different text rows. For another example, only the relationship or the relation exists between different engine structures, and then the mapping relation between the display positions of the rules to be displayed corresponding to the engine structures in the graphical user interface is that the rules to be displayed are all displayed in different text rows.
In step 1032, after determining the display positions of the different rules to be displayed in the gui, a display logical relationship that can be identified by the rule engine is formed according to the display positions corresponding to the different rules to be displayed. The display position of the rule to be displayed in the graphical user interface, which is determined by the structural logic relationship between the engine structures, applies the relatively fixed mapping relationship between the structural logic relationship and the display position to the display modes of a plurality of engine structures in the graphical user interface, and improves the display efficiency of the rule to be displayed corresponding to the engine structures.
When the rule to be displayed is displayed in the gui, in order to more clearly understand the relationship between different rules, it is only necessary to splice the rules, and also set connectors between some rules, where different display logic relationships correspond to different connectors, step 104 includes:
step 1041, determining a connector between each rule to be displayed according to the display logic relationship between the plurality of rules to be displayed;
step 1042, displaying the rules to be displayed in the graphical user interface according to the display logic relationship between the connector and the rules to be displayed.
In steps 1041-1042 described above, the connector comprises any one of the following: and a connector, or a connector. If the display logic relationship between the two rules to be displayed is the AND relationship, when the two rules to be displayed are displayed in the graphical user interface, a connecting symbol is added between the two rules to be displayed. If the display logic relationship between the two rules to be displayed is the or relationship, when the two rules to be displayed are displayed in the graphical user interface, the connectors are added between the two rules to be displayed. The and connector may be represented by any of the following characters: and, line feed. Or the connector may be represented by any of the following characters: or, line feed. If the precondition of the plurality of rules to be displayed is any one rule, the connector may include any one or two of the following: with a connector, or a connector; in this case, the same character is used as the connector and/or the connector. And connecting the plurality of rules to be displayed by using the connector and displaying the rules in the graphical user interface, so that the definition of the rules displayed in the graphical user interface is improved.
At present, the rule may be used for checking data, for example, rewarding rules or judging questions, if the rule is used for checking data, the checking result needs to be displayed for playing a prompting role, so after the plurality of rules to be displayed are displayed in the graphical user interface, the displaying method further includes:
step 105, for each rule to be displayed in the graphical user interface, acquiring data to be verified of the data dimension according to the data dimension of the rule to be displayed;
step 106, determining a verification result of the data to be verified according to standard parameters and expressions in each rule to be displayed in the graphical user interface;
and step 107, for each rule to be displayed in the graphical user interface, displaying the verification result in a corresponding area of the rule to be displayed in the graphical user interface.
In step 105 described above, the data dimension may be a different classification of data, such as a role level dimension, a fan dimension, and the like. Therefore, when checking is performed by using the rule to be displayed, the data to be checked of the data dimension corresponding to the rule to be displayed needs to be obtained.
In step 106, the data verification needs to have a reference value and a comparison mode to perform verification. Therefore, the rule to be displayed also comprises standard parameters and expressions, wherein the standard parameters are reference values for comparison with the data to be verified. The expression is a comparison mode between the standard parameter and the data to be verified, such as greater than, less than, and the like. In specific implementation, the obtained data to be verified and the standard parameters are compared by using an expression, and a verification result of the data to be verified is determined.
In step 107, each rule to be displayed has a corresponding verification result, so that the user can more clearly know which rule the user does not conform to, and the verification result of each rule to be displayed may be displayed in the corresponding area of the rule to be displayed, for example, the verification result is displayed in the same row of the rule to be displayed.
When the verification results are displayed, in order to improve the experience of the user, the rules to be displayed can be sequentially verified, and then the verification results of each rule to be displayed are gradually displayed according to the sequence. After determining the verification result of each rule to be displayed, in order to make the user more clear the final result, the final result may be highlighted, and the display method further includes:
And step 108, determining evaluation data of the plurality of rules to be displayed according to the verification result of each rule to be displayed, and displaying the evaluation data in a graphical user interface for highlighting.
In step 108 described above, the evaluation data includes two types: the check passes and the check fails. After the verification result of each rule to be displayed is determined, the evaluation data is determined according to the verification result, for example, if the verification result of each rule to be displayed is verification success, the evaluation data is verification pass. If at least one check result of each rule to be displayed is unsuccessful, the evaluation data is that the check is failed. The highlighting may be a magnified display, which may be adding an overlay to the rule to be presented and displaying the magnified rating data in the overlay. And the verification result is displayed and prompted, so that the efficiency of knowing the verification structure by a user is improved.
The rules are composed of different conditions, and the relationships between the different conditions need to be configured in advance, because the different configuration conditions can cause the structural logic relationships between the different rules to be different, and the display method further comprises:
Step 109, obtaining configuration data corresponding to a rule to be displayed;
step 110, setting configuration condition data in the configuration data in a second prompt area in the image user interface;
step 111, setting the prompt text data in the configuration data in a third prompt area in a graphical user interface; wherein the display areas of the rules to be displayed are located between the second prompt area and the third prompt area.
In the above steps 109-111, the display area of the rule to be displayed may be used to display the rule to be displayed and the verification result of the rule to be displayed. For example, as shown in fig. 2, the display area for displaying the rule is located between the configuration condition data "satisfying any one of the following conditions" and the prompt information "the background of the card is lost when the super powder/iron powder medal is lost".
The second prompting area is used for displaying configuration condition data, and the configuration conditions can comprise any one of the following: any one of the following rules is met, and all of the following rules are met. For example, as shown in fig. 2, configuration condition data "any one of the following conditions can be satisfied".
The prompt text data is used for prompting the corresponding situation of the user after the configuration condition data is met. For example, as shown in FIG. 2, the prompt message "the background of the card is lost when the super powder/iron powder medal is lost".
In the implementation, the rule to be displayed is displayed, and meanwhile, the configuration condition data corresponding to the rule to be displayed is displayed, so that a user is prompted, and the accuracy of knowing the rule displayed in the graphical user interface is improved. And the prompt text after the rule is not satisfied is also displayed in the graphical user interface to further prompt the user.
An embodiment of the present application provides an information display apparatus, as shown in fig. 3, including:
an obtaining module 301, configured to obtain a compiled file including a plurality of rules to be displayed;
the traversing module 302 is configured to traverse the compiled file, and obtain an engine structure corresponding to the rules to be displayed in the compiled file and a structural logic relationship between the engine structures;
a determining module 303, configured to determine a presentation logic relationship between the plurality of rules to be presented according to a plurality of engine structures and a structural logic relationship between the plurality of engine structures;
and the display module 304 is configured to display the plurality of rules to be displayed in the graphical user interface according to the display logical relationship between the plurality of rules to be displayed.
Optionally, the traversing module includes:
The first traversing unit is used for traversing the compiling file and determining the engine structure of each rule to be displayed according to the specified symbol pair of the preset position corresponding to each rule to be displayed and the hierarchical relationship between the specified field and the initial identifier;
and the first determining unit is used for determining the structural logic relationship among the plurality of engine structures according to the hierarchical relationship corresponding to the engine structure of each rule to be displayed and the relationship symbol pairs contained in different engine structures in each same hierarchy.
Optionally, the first determining unit includes:
a first determining subunit, configured to determine, for each same hierarchy, a relationship or a relationship between different engine structures at a current hierarchy, for a specified symbol pair included in the different engine structures;
and the second determining subunit is used for determining the structural logic relationship among a plurality of engine structures according to the hierarchical relationship corresponding to the engine structure of each rule to be displayed and the or relationship or the and relationship among different engine structures in each hierarchy.
Optionally, the determining module includes:
the second determining unit is used for determining the display positions of the rules to be displayed corresponding to the engine structures in the graphical user interface according to the structural logic relations among the engine structures;
And the third determining unit is used for determining the display logic relationship among the plurality of rules to be displayed according to the display position of each rule to be displayed in the graphical user interface.
Optionally, the display module includes:
a fourth determining unit, configured to determine, according to the display logic relationship between the plurality of rules to be displayed, a connector between each rule to be displayed;
and the display unit is used for displaying the plurality of rules to be displayed in the graphical user interface according to the display logic relation between the connector and the plurality of rules to be displayed.
Optionally, the connector includes:
if the precondition of the plurality of rules to be displayed is any one rule, the connector comprises any one or two of the following: with a connector, or a connector;
if the preconditions of the plurality of rules to be displayed are all rules, the connector is a and connector.
Optionally, the display device further includes:
the data acquisition module is used for acquiring to-be-verified data of the data dimension according to the data dimension of each to-be-displayed rule displayed in the graphical user interface;
the verification module is used for determining a verification result of the data to be verified according to standard parameters and expressions in each rule to be displayed in the graphical user interface;
And the corresponding module is used for displaying the verification result in a corresponding area of the rule to be displayed in the image user interface aiming at each rule to be displayed in the image user interface.
Optionally, the display device further includes:
and the first prompt module is used for determining the evaluation data of the plurality of rules to be displayed according to the verification result of each rule to be displayed and displaying the evaluation data in a first prompt area of the image user interface.
Optionally, the display module further includes:
the configuration acquisition module is used for acquiring configuration data corresponding to the rule to be displayed;
the second prompting module is used for setting configuration condition data in the configuration data in a second prompting area in the image user interface;
a third prompt module, configured to set prompt text data in the configuration data in a third prompt area in a graphical user interface; wherein the display areas of the rules to be displayed are located between the second prompt area and the third prompt area.
Corresponding to the information presentation method in fig. 1, the embodiment of the present application further provides a computer device 400, as shown in fig. 4, where the device includes a memory 401, a processor 402, and a computer program stored in the memory 401 and capable of running on the processor 402, where the processor 402 implements the information presentation method when executing the computer program, and the presentation method includes the following steps:
Acquiring a compiling file containing a plurality of rules to be displayed;
traversing the compiling file to obtain an engine structure and a structural logic relationship among the engine structures, wherein the engine structures respectively correspond to a plurality of rules to be displayed in the compiling file;
determining a presentation logic relationship among the plurality of rules to be presented according to a plurality of engine structures and a structural logic relationship among the plurality of engine structures;
and displaying the plurality of rules to be displayed in the graphical user interface according to the display logic relation among the plurality of rules to be displayed.
Optionally, traversing the compiled file to obtain an engine structure and a structural logic relationship between the engine structures, where the engine structures and the structural logic relationship between the engine structures correspond to the rules to be displayed in the compiled file respectively, where the steps include:
traversing the compiling file, and determining the engine structure of each rule to be displayed according to the specific symbol pair of the preset position corresponding to each rule to be displayed and the hierarchical relationship between the specific field and the initial identifier;
and determining the structural logic relationship among a plurality of engine structures according to the hierarchical relationship corresponding to the engine structure of each rule to be displayed and the relationship symbol pairs contained by different engine structures in each same hierarchy.
Optionally, determining the structural logic relationship between the plurality of engine structures according to the hierarchical relationship corresponding to the engine structure of each rule to be displayed and the designated symbol pairs contained in different engine structures in each same hierarchy, including:
for each same hierarchy, determining the or relationship or the relationship between different engine structures at the current hierarchy for a specified symbol pair contained by the different engine structures;
and determining the structural logic relationship among a plurality of engine structures according to the hierarchical relationship corresponding to the engine structure of each rule to be displayed and the or relationship or the and relationship among different engine structures in each hierarchy.
Optionally, determining, according to a plurality of the engine structures and a structural logic relationship between the plurality of the engine structures, a presentation logic relationship between the plurality of rules to be presented includes:
according to the structural logic relation among the engine structures, determining the display positions of the rules to be displayed corresponding to the engine structures in the graphical user interface;
and determining the display logic relation among the plurality of rules to be displayed according to the display position of each rule to be displayed in the graphical user interface.
Optionally, according to the presentation logic relationship between the plurality of rules to be presented, presenting the plurality of rules to be presented in the graphical user interface includes:
determining connectors among the rules to be displayed according to the display logic relation among the rules to be displayed;
and displaying the rules to be displayed in a graphical user interface according to the display logic relation between the connector and the rules to be displayed.
Optionally, the connector includes:
if the precondition of the plurality of rules to be displayed is any one rule, the connector comprises any one or two of the following: with a connector, or a connector;
if the preconditions of the plurality of rules to be displayed are all rules, the connector is a and connector.
Optionally, after the rules to be displayed are displayed in the graphical user interface, the display method further includes:
aiming at each rule to be displayed in the graphical user interface, acquiring data to be verified of the data dimension according to the data dimension of the rule to be displayed;
determining a verification result of the data to be verified according to standard parameters and expressions in each rule to be displayed in the graphical user interface;
And displaying the verification result in a corresponding area of each rule to be displayed in the image user interface aiming at each rule to be displayed in the image user interface.
Optionally, the display method further includes:
and determining evaluation data of the plurality of rules to be displayed according to the verification result of each rule to be displayed, and displaying the evaluation data in a first prompt area of the image user interface.
Optionally, the display method further includes:
acquiring configuration data corresponding to a rule to be displayed;
setting configuration condition data in the configuration data in a second prompt area in the image user interface;
setting the prompt text data in the configuration data in a third prompt area in a graphical user interface; wherein the display areas of the rules to be displayed are located between the second prompt area and the third prompt area.
Specifically, the above memory 401 and the processor 402 can be general-purpose memories and processors, which are not limited herein, when the processor 402 runs a computer program stored in the memory 401, the above information display method can be executed, which solves the problem that the mapping efficiency of the rule mapping in the prior art to the graphical user interface is low. The method has the advantages that the method does not need to write the rules to be displayed once by hard codes for each graphical user interface by workers and display codes in the graphical user interfaces, reduces the workload of the workers and improves the display efficiency of the rules to be displayed.
Corresponding to the information presentation method in fig. 1, the embodiment of the present application further provides a computer readable storage medium having a computer program stored thereon, the computer program when executed by a processor performing the steps of the information presentation method described above, the presentation method comprising the steps of:
acquiring a compiling file containing a plurality of rules to be displayed;
traversing the compiling file to obtain an engine structure and a structural logic relationship among the engine structures, wherein the engine structures respectively correspond to a plurality of rules to be displayed in the compiling file;
determining a presentation logic relationship among the plurality of rules to be presented according to a plurality of engine structures and a structural logic relationship among the plurality of engine structures;
and displaying the plurality of rules to be displayed in the graphical user interface according to the display logic relation among the plurality of rules to be displayed.
Optionally, traversing the compiled file to obtain an engine structure and a structural logic relationship between the engine structures, where the engine structures and the structural logic relationship between the engine structures correspond to the rules to be displayed in the compiled file respectively, where the steps include:
traversing the compiling file, and determining the engine structure of each rule to be displayed according to the specific symbol pair of the preset position corresponding to each rule to be displayed and the hierarchical relationship between the specific field and the initial identifier;
And determining the structural logic relationship among a plurality of engine structures according to the hierarchical relationship corresponding to the engine structure of each rule to be displayed and the relationship symbol pairs contained by different engine structures in each same hierarchy.
Optionally, determining the structural logic relationship between the plurality of engine structures according to the hierarchical relationship corresponding to the engine structure of each rule to be displayed and the designated symbol pairs contained in different engine structures in each same hierarchy, including:
for each same hierarchy, determining the or relationship or the relationship between different engine structures at the current hierarchy for a specified symbol pair contained by the different engine structures;
and determining the structural logic relationship among a plurality of engine structures according to the hierarchical relationship corresponding to the engine structure of each rule to be displayed and the or relationship or the and relationship among different engine structures in each hierarchy.
Optionally, determining, according to a plurality of the engine structures and a structural logic relationship between the plurality of the engine structures, a presentation logic relationship between the plurality of rules to be presented includes:
according to the structural logic relation among the engine structures, determining the display positions of the rules to be displayed corresponding to the engine structures in the graphical user interface;
And determining the display logic relation among the plurality of rules to be displayed according to the display position of each rule to be displayed in the graphical user interface.
Optionally, according to the presentation logic relationship between the plurality of rules to be presented, presenting the plurality of rules to be presented in the graphical user interface includes:
determining connectors among the rules to be displayed according to the display logic relation among the rules to be displayed;
and displaying the rules to be displayed in a graphical user interface according to the display logic relation between the connector and the rules to be displayed.
Optionally, the connector includes:
if the precondition of the plurality of rules to be displayed is any one rule, the connector comprises any one or two of the following: with a connector, or a connector;
if the preconditions of the plurality of rules to be displayed are all rules, the connector is a and connector.
Optionally, after the rules to be displayed are displayed in the graphical user interface, the display method further includes:
aiming at each rule to be displayed in the graphical user interface, acquiring data to be verified of the data dimension according to the data dimension of the rule to be displayed;
Determining a verification result of the data to be verified according to standard parameters and expressions in each rule to be displayed in the graphical user interface;
and displaying the verification result in a corresponding area of each rule to be displayed in the image user interface aiming at each rule to be displayed in the image user interface.
Optionally, the display method further includes:
and determining evaluation data of the plurality of rules to be displayed according to the verification result of each rule to be displayed, and displaying the evaluation data in a first prompt area of the image user interface.
Optionally, the display method further includes:
acquiring configuration data corresponding to a rule to be displayed;
setting configuration condition data in the configuration data in a second prompt area in the image user interface;
setting the prompt text data in the configuration data in a third prompt area in a graphical user interface; wherein the display areas of the rules to be displayed are located between the second prompt area and the third prompt area.
Specifically, the storage medium can be a general storage medium, such as a mobile disk, a hard disk, and the like, and when a computer program on the storage medium is run, the information display method can be executed, so that the problem of low mapping efficiency of rule mapping to a graphical user interface in the prior art is solved. The method has the advantages that the method does not need to write the rules to be displayed once by hard codes for each graphical user interface by workers and display codes in the graphical user interfaces, reduces the workload of the workers and improves the display efficiency of the rules to be displayed.
In the embodiments provided in the present application, it should be understood that the disclosed method and apparatus may be implemented in other manners. The above-described apparatus embodiments are merely illustrative, for example, the division of the units is merely a logical function division, and there may be other manners of division in actual implementation, and for example, multiple units or components may be combined or integrated into another system, or some features may be omitted, or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be through some communication interface, device or unit indirect coupling or communication connection, which may be in electrical, mechanical or other form.
The units described as separate units may or may not be physically separate, and units shown 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 may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in the embodiments provided in the present application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer-readable storage medium. Based on this understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
It should be noted that: like reference numerals and letters in the following figures denote like items, and thus once an item is defined in one figure, no further definition or explanation of it is required in the following figures, and furthermore, the terms "first," "second," "third," etc. are used merely to distinguish one description from another and are not to be construed as indicating or implying relative importance.
Finally, it should be noted that: the above examples are only specific embodiments of the present application, and are not intended to limit the scope of the present application, but it should be understood by those skilled in the art that the present application is not limited thereto, and that the present application is described in detail with reference to the foregoing examples: any person skilled in the art may modify or easily conceive of the technical solution described in the foregoing embodiments, or perform equivalent substitution of some of the technical features, while remaining within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the corresponding technical solutions. Are intended to be encompassed within the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (9)

1. An information display method, comprising:
acquiring a compiling file containing a plurality of rules to be displayed;
traversing the compiling file, and determining the engine structure of each rule to be displayed according to the specific symbol pair of the preset position corresponding to each rule to be displayed and the hierarchical relationship between the specific field and the initial identifier;
For each same hierarchy, determining the or relationship or the relationship between different engine structures at the current hierarchy for a specified symbol pair contained by the different engine structures;
determining a structural logic relationship among a plurality of engine structures according to a hierarchical relationship corresponding to the engine structure of each rule to be displayed and a or relationship or a and relationship among different engine structures in each hierarchy;
according to the structural logic relation among the engine structures, determining the display positions of the rules to be displayed corresponding to the engine structures in the graphical user interface;
determining a display logic relationship among the plurality of rules to be displayed according to the display position of each rule to be displayed in the graphical user interface;
and displaying the plurality of rules to be displayed in the graphical user interface according to the display logic relation among the plurality of rules to be displayed.
2. The information presentation method according to claim 1, wherein presenting the plurality of rules to be presented in the graphical user interface according to the presentation logic relationship between the plurality of rules to be presented, comprises:
determining connectors among the rules to be displayed according to the display logic relation among the rules to be displayed;
And displaying the rules to be displayed in a graphical user interface according to the display logic relation between the connector and the rules to be displayed.
3. The information presentation method according to claim 2, wherein the connector comprises:
if the precondition of the plurality of rules to be displayed is any one rule, the connector comprises any one or two of the following: with a connector, or a connector;
if the preconditions of the plurality of rules to be displayed are all rules, the connector is a and connector.
4. The information presentation method according to claim 1, wherein after presenting the plurality of rules to be presented in a graphical user interface, the presentation method further comprises:
aiming at each rule to be displayed in the graphical user interface, acquiring data to be verified of the data dimension according to the data dimension of the rule to be displayed;
determining a verification result of the data to be verified according to standard parameters and expressions in each rule to be displayed in the graphical user interface;
and displaying the verification result in a corresponding area of each rule to be displayed in the image user interface aiming at each rule to be displayed in the image user interface.
5. The information presentation method as claimed in claim 4, wherein the presentation method further comprises:
and determining evaluation data of the plurality of rules to be displayed according to the verification result of each rule to be displayed, and displaying the evaluation data in a first prompt area of the image user interface.
6. The information presentation method according to claim 1, wherein the presentation method further comprises:
acquiring configuration data corresponding to a rule to be displayed;
setting configuration condition data in the configuration data in a second prompt area in the image user interface;
setting the prompt text data in the configuration data in a third prompt area in a graphical user interface; wherein the display areas of the rules to be displayed are located between the second prompt area and the third prompt area.
7. An information display device, comprising:
the acquisition module is used for acquiring a compiling file containing a plurality of rules to be displayed;
the traversing module is used for traversing the compiling file and determining the engine structure of each rule to be displayed according to the designated symbol pair of the preset position corresponding to each rule to be displayed and the hierarchical relationship between the designated field and the initial identifier; for each same hierarchy, determining the or relationship or the relationship between different engine structures at the current hierarchy for a specified symbol pair contained by the different engine structures; determining a structural logic relationship among a plurality of engine structures according to a hierarchical relationship corresponding to the engine structure of each rule to be displayed and a or relationship or a and relationship among different engine structures in each hierarchy;
The determining module is used for determining the display positions of the rules to be displayed corresponding to the engine structures in the graphical user interface according to the structural logic relations among the engine structures; determining a display logic relationship among the plurality of rules to be displayed according to the display position of each rule to be displayed in the graphical user interface;
and the display module is used for displaying the plurality of rules to be displayed in the graphical user interface according to the display logic relation among the plurality of rules to be displayed.
8. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps of the method according to any of the preceding claims 1-6 when the computer program is executed.
9. A computer readable storage medium having stored thereon a computer program, characterized in that the computer program when executed by a processor performs the steps of the method of any of the preceding claims 1-6.
CN202210507938.7A 2022-05-10 2022-05-10 Information display method, display device, equipment and medium Active CN114840295B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210507938.7A CN114840295B (en) 2022-05-10 2022-05-10 Information display method, display device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210507938.7A CN114840295B (en) 2022-05-10 2022-05-10 Information display method, display device, equipment and medium

Publications (2)

Publication Number Publication Date
CN114840295A CN114840295A (en) 2022-08-02
CN114840295B true CN114840295B (en) 2023-09-15

Family

ID=82569621

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210507938.7A Active CN114840295B (en) 2022-05-10 2022-05-10 Information display method, display device, equipment and medium

Country Status (1)

Country Link
CN (1) CN114840295B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05313843A (en) * 1992-05-13 1993-11-26 Nec Corp Hierarchical structure display system
CN102110048A (en) * 2009-12-28 2011-06-29 国际商业机器公司 Regression testing selection method and device for frame-based application program
US8677314B1 (en) * 2011-08-18 2014-03-18 Google Inc. Modifying a source code file to reduce dependencies included therein
CN108415780A (en) * 2018-01-25 2018-08-17 阿里巴巴集团控股有限公司 A kind of information displaying method and device
CN109800251A (en) * 2019-01-16 2019-05-24 北京明略软件系统有限公司 A kind of relationship discovery method and apparatus, computer readable storage medium
CN110515937A (en) * 2019-09-02 2019-11-29 中国农业银行股份有限公司 A kind of data verification method and device
CN112182115A (en) * 2020-09-10 2021-01-05 珠海格力电器股份有限公司 Relationship display method and device, storage medium and electronic device
CN113065656A (en) * 2021-03-26 2021-07-02 龙马智芯(珠海横琴)科技有限公司 Rule engine configuration method and device, server and readable storage medium
CN113157262A (en) * 2021-04-25 2021-07-23 重庆度小满优扬科技有限公司 Code generation method, device, code generator and storage medium
CN114327611A (en) * 2021-12-29 2022-04-12 上海商汤科技开发有限公司 Interface description document generation method and device, computer equipment and storage medium

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05313843A (en) * 1992-05-13 1993-11-26 Nec Corp Hierarchical structure display system
CN102110048A (en) * 2009-12-28 2011-06-29 国际商业机器公司 Regression testing selection method and device for frame-based application program
US8677314B1 (en) * 2011-08-18 2014-03-18 Google Inc. Modifying a source code file to reduce dependencies included therein
CN108415780A (en) * 2018-01-25 2018-08-17 阿里巴巴集团控股有限公司 A kind of information displaying method and device
WO2019144743A1 (en) * 2018-01-25 2019-08-01 阿里巴巴集团控股有限公司 Information display method and apparatus
CN109800251A (en) * 2019-01-16 2019-05-24 北京明略软件系统有限公司 A kind of relationship discovery method and apparatus, computer readable storage medium
CN110515937A (en) * 2019-09-02 2019-11-29 中国农业银行股份有限公司 A kind of data verification method and device
CN112182115A (en) * 2020-09-10 2021-01-05 珠海格力电器股份有限公司 Relationship display method and device, storage medium and electronic device
CN113065656A (en) * 2021-03-26 2021-07-02 龙马智芯(珠海横琴)科技有限公司 Rule engine configuration method and device, server and readable storage medium
CN113157262A (en) * 2021-04-25 2021-07-23 重庆度小满优扬科技有限公司 Code generation method, device, code generator and storage medium
CN114327611A (en) * 2021-12-29 2022-04-12 上海商汤科技开发有限公司 Interface description document generation method and device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN114840295A (en) 2022-08-02

Similar Documents

Publication Publication Date Title
EP3021225B1 (en) Automated configuration code based selection of test cases for payment terminals
CN106990967B (en) Data processing method of rule engine
CN110221959B (en) Application program testing method, device and computer readable medium
CN112529575B (en) Risk early warning method, equipment, storage medium and device
JP6420469B2 (en) Reorganization and presentation of data fields with incorrect inputs
CN106990955A (en) A kind of method and system got ready application program
CN106796525A (en) On-demand loading dynamic script language codes are used with reducing internal memory
CN111913878B (en) Byte code instrumentation method, device and storage medium based on program analysis result
CN117009231B (en) Automatic generation method and device for high-reliability unit test based on conversational large language model
CN114840295B (en) Information display method, display device, equipment and medium
CN104809053A (en) Control style testing method and device
CN109189372B (en) Development script generation method of insurance product and terminal equipment
CN114528811B (en) Article content extraction method, device, equipment and storage medium
CN116028022A (en) Java technology-based zero code Excel data importing method, device and medium
CN116663515B (en) Method and device for generating dynamic reporting form
CN113760249A (en) Program file processing method, device and equipment
WO2017019055A1 (en) Content selection based on predicted performance related to test concepts
CN115525377B (en) Qualitative tag data visualization method and device, electronic equipment and medium
CN114237600B (en) Method, device, equipment and storage medium for generating code of front page
CN114090523B (en) Electronic device, and node parsing method and medium for XML file thereof
CN113031967B (en) Code conversion method and device
KR102045760B1 (en) Web document display processing apparatus for processing a display of text inserted on a web document based on a data object and operating method thereof
CN114036058A (en) Software automation test method and device
CN116166617A (en) Catalog generation method and device for combined open format document OFD
CN113254343A (en) User interface test assertion method and device, electronic equipment and storage medium

Legal Events

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