CN111381862A - Multi-scene data adaptive display method and device, electronic equipment and storage medium - Google Patents

Multi-scene data adaptive display method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111381862A
CN111381862A CN201811644037.2A CN201811644037A CN111381862A CN 111381862 A CN111381862 A CN 111381862A CN 201811644037 A CN201811644037 A CN 201811644037A CN 111381862 A CN111381862 A CN 111381862A
Authority
CN
China
Prior art keywords
data
scene
configuration
field
fields
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
CN201811644037.2A
Other languages
Chinese (zh)
Other versions
CN111381862B (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.)
Beike Technology Co Ltd
Original Assignee
Beike 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 Beike Technology Co Ltd filed Critical Beike Technology Co Ltd
Priority to CN201811644037.2A priority Critical patent/CN111381862B/en
Publication of CN111381862A publication Critical patent/CN111381862A/en
Application granted granted Critical
Publication of CN111381862B publication Critical patent/CN111381862B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0633Workflow analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/16Real estate
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention provides a multi-scene data adaptive display method, a multi-scene data adaptive display device, electronic equipment and a storage medium, wherein the method comprises the following steps: acquiring scene interaction data to be configured; and configuring a corresponding interactive page based on the record related component and the function according to the scene interactive data to be configured. The multi-scene data adaptation display method provided by the invention can be perfectly compatible only by configuring corresponding scene interaction data aiming at different cities and different processes, and code logic processing is not needed, so that the development and maintenance cost is greatly reduced.

Description

Multi-scene data adaptive display method and device, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of computers, in particular to a multi-scene data adaptive display method and device, electronic equipment and a storage medium.
Background
For the house property trade post-signing flow, different cities have different post-signing flows, so that the corresponding pages are required to be handwritten aiming at different cities and different backlogs at present, and the work of style display, linkage interaction, data verification and data storage is finished.
The current treatment mode has the following disadvantages:
each flow of each city has a set of pages, which means that a large amount of repetitive work is required, the maintenance cost is very high, the development and maintenance cost is continuously increased, a lot of different flow interactions are required to be developed when each city is increased, and the code amount is continuously increased along with the continuous increase of the cities.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides a multi-scene data adaptation display method and device, electronic equipment and a storage medium.
Specifically, the invention provides the following technical scheme:
in a first aspect, the present invention provides a multi-scenario data adaptation display method, including:
acquiring scene interaction data to be configured;
and step two, configuring a corresponding interactive page based on the record related component and the function according to the scene interactive data to be configured.
Further, the first step comprises:
acquiring scene interaction data to be configured, wherein the scene interaction data to be configured comprises configuration field information, parent-child relationship information of the configuration field and display condition information of the configuration field; the configuration field information comprises name information, input type information and presentation style information of the configuration field.
Further, the second step comprises:
performing data initialization on scene interaction data to be configured under a form object in a component state of a record;
carrying out data initialization on scene interaction data to be configured under a window global variable;
and calling a getFieldRender method in a renderer of the life cycle of the record, analyzing the scene interaction data to be configured, and displaying the corresponding scene interaction data according to an analysis result.
Furthermore, in the render of the life cycle of the record, calling a getFieldrender method, and analyzing scene interaction data to be configured; and displaying corresponding scene interaction data according to the analysis result, comprising:
in a renderer of a life cycle of a record, calling a getFieldRender method, analyzing and processing parentName configuration, processing the level relation of parent-child fields into the upper-level relation and the lower-level relation of the parent-child fields, deleting sub-fields in a configuration array, configuring the sub-fields under child fields of the parent-child fields, and instantiating sub-field display styles according to the child fields;
circularly configuring an array and dynamically generating interaction;
dynamically analyzing the display conditions by utilizing an eval method according to the display conditions of the configuration fields, configuring and generating field display names according to name information of the configuration fields when the display conditions are judged to be met, instantiating different form types according to input type information of the configuration fields, and displaying corresponding fields according to display style information of the configuration fields.
Further, when the corresponding field is displayed according to the display style information of the configuration field, if the configuration field is of an enumeration type, acquiring an enumeration option under a global variable according to a dictionary name, filling and displaying the enumeration option into a page, and acquiring a default value of the configuration field according to a value.
Further, the method further comprises:
monitoring state change events, acquiring information input by each operation of a user, and putting the information input by each operation into window global variables and form objects in component states.
Further, the scene interaction data to be configured includes: whether a save button field exists and whether a submit button field exists;
accordingly, the method further comprises:
when detecting that a user clicks a save button, automatically acquiring data of each configuration field;
and when the fact that the user clicks a submit button is detected, automatically acquiring data of each configuration field, dynamically analyzing the verification type by using an eval method, identifying the field needing to be verified, automatically performing verification and prompting, and sending the acquired data to a back-end server after the verification is passed.
In a second aspect, the present invention further provides a multi-scenario data adaptation display apparatus, including:
the acquisition module is used for acquiring scene interaction data to be configured;
and the configuration module is used for configuring the corresponding interactive page based on the record related component and the function according to the scene interactive data to be configured.
In a third aspect, the present invention further provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the steps of the multi-scene data adaptive display method according to the first aspect when executing the program.
In a fourth aspect, the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the multi-scene data adaptive presentation method according to the first aspect.
According to the technical scheme, the multi-scene data adaptive display method provided by the invention comprises the steps of firstly obtaining scene interaction data to be configured, and then configuring the corresponding interaction page based on the record related components and functions according to the scene interaction data to be configured. Therefore, the multi-scene data adaptive display method provided by the invention can be perfectly compatible only by configuring corresponding scene interaction data aiming at different cities and different processes, and code logic processing is not needed, so that the development and maintenance cost is greatly reduced.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a flowchart of a multi-scenario data adaptation display method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a multi-scene data adaptation display device according to another embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device according to yet another embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The multi-scene data adaptation display method provided by the invention can be perfectly compatible only by configuring corresponding scene interaction data aiming at different cities and different processes, and code logic processing is not needed, so that the development and maintenance cost is greatly reduced. The following describes in detail a multi-scenario data adaptation display method provided by the present invention by embodiments.
Specifically, an embodiment of the present invention provides a multi-scenario data adaptation display method, which is shown in fig. 1 and includes the following steps:
step 101: and acquiring scene interaction data to be configured.
In this step, according to all the interaction modes and types required in different processes of different cities, the carding can be perfectly compatible with all types of configuration information, and basically comprises the following fields: desc, form field description name; dictionary name, when the form type is an enumeration type such as pull-down, the name of a corresponding enumeration address set is configured; display condition, which controls linkage display interaction and supports configuration according to condition; the inputType is a field type and is used for dynamically identifying the form type; name is the name of the data storage field; parentName is the name of the parent-child segment and is used for controlling layout display of the parallel fields; the percentage is the proportion of the style and is used for controlling layout display; readonly used for controlling whether the field can be edited and operated; the request is used for controlling whether the field is a mandatory field or not and controlling whether the field style is increased or not, and supports configuration according to conditions; the submit is used for dynamically identifying whether the field needs to be submitted to the back end; unit, the field shows whether the unit is needed; validator: the checking type of the field supports configuration according to conditions; value field default value.
Step 102: and configuring a corresponding interactive page based on the record related component and the function according to the scene interactive data to be configured.
In this step, the whole scheme is implemented in a complete exact component based on exact technology implementation. After the configuration information is sorted, corresponding interactive pages can be dynamically configured in an array mode in different to-do processes of different cities based on record related components and functions.
According to the technical scheme, the multi-scene data adaptive display method provided by the embodiment includes the steps of firstly obtaining scene interaction data to be configured, and then configuring corresponding interaction pages based on record related components and functions according to the scene interaction data to be configured. Therefore, the multi-scene data adaptation display method provided by the embodiment can be perfectly compatible only by configuring corresponding scene interaction data for different cities and different processes, and code logic processing is not needed, so that development and maintenance costs are greatly reduced.
Based on the content of the foregoing embodiment, in an alternative implementation, the step 101 may be implemented as follows:
acquiring scene interaction data to be configured, wherein the scene interaction data to be configured comprises configuration field information, parent-child relationship information of the configuration field and display condition information of the configuration field; the configuration field information comprises name information, input type information and presentation style information of the configuration field.
Based on the content of the foregoing embodiments, in an alternative implementation, the step 102 may be implemented by:
A. performing data initialization on scene interaction data to be configured under a form object in a component state of a record;
B. carrying out data initialization on scene interaction data to be configured under a window global variable;
C. and calling a getFieldRender method in a renderer of the life cycle of the record, analyzing the scene interaction data to be configured, and displaying the corresponding scene interaction data according to an analysis result.
In this embodiment, in order to handle the condition analysis of each configuration field, when a component is generated, data of each field needs to be initialized, that is, in the componentWillMount in the lifecycle function of the component, default values of all fields are initialized to a global variable, that is, window, and a piece of data is also initialized in a form object in the state of the component. In the embodiment, when the linkage relationship is processed, the updating of the view display is realized by skillfully putting data under the state of a real component and monitoring the change of a value, and the linkage relationship is realized by skillfully analyzing conditions by an eval method by putting data under a window global variable. It should be noted that, before step a is performed, independent components of each form type, such as bank linkage, drop-down selection, form entry, and the like, need to be implemented.
Based on the content of the foregoing embodiment, in an alternative implementation, the step C may be implemented by:
in a renderer of a life cycle of a record, calling a getFieldRender method, analyzing and processing parentName configuration, processing the level relation of parent-child fields into the upper-level relation and the lower-level relation of the parent-child fields, deleting sub-fields in a configuration array, configuring the sub-fields under child fields of the parent-child fields, and instantiating sub-field display styles according to the child fields;
circularly configuring an array and dynamically generating interaction;
dynamically analyzing the display conditions by utilizing an eval method according to the display conditions of the configuration fields, configuring and generating field display names according to name information of the configuration fields when the display conditions are judged to be met, instantiating different form types according to input type information of the configuration fields, and displaying corresponding fields according to display style information of the configuration fields.
In the embodiment, when the UI style of the parent-child field is processed, in the render of the life cycle of the record, a getfieldender method is called, the parentName configuration is analyzed and processed, the level relationship of the parent-child field is processed into the upper-lower level relationship of the parent-child field, the sub-fields in the configuration array are deleted and configured under the parent-child field, and the sub-field display style is instantiated according to the child field. The processing mode is a very ingenious realization idea for realizing the whole configuration, and can effectively simplify the complexity of the configuration.
In the embodiment, partial interaction of the current field is dynamically identified according to condition configuration, namely according to data of other fields configured in the whole process, for example, a buyer configures marriage and spouse name display and fills up, so that automatic display and verification of relevant condition fields can be realized.
In this embodiment, in the render of the component lifecycle, a getFieldRender method is called, and mainly a configuration file is analyzed, and a parentName configuration is firstly analyzed and processed, and the level relationship of parent-child fields is processed into the upper-lower level relationship of the parent-child fields, that is, subfields in a configuration array are deleted and configured under the parent-child fields. The array is then configured in a loop, and interactions, including page structures, are dynamically generated. And then dynamically analyzing conditions by utilizing an eval method according to displayCondition, judging as a display field according to the return value of true, otherwise, not performing the following operations: according to desc, field display names are configured and generated, different form types are instantiated by codes according to inputType, different layout styles are applied according to percent, enumeration options are obtained under global variables according to dicName, the enumeration options are filled and displayed in a page, and default values are obtained according to values.
In the embodiment, a form data change event is monitored according to name associated field data, information is recorded in each operation, a new value is put under a window global variable and a component state. In addition, the sub-field display style can be instantiated according to the child field by dynamically configuring the field unit display according to the unit, controlling whether the field is in an editable state or not according to readonly.
Based on the content of the foregoing embodiment, in an optional implementation manner, when the corresponding field is displayed according to the display style information of the configuration field, if the configuration field is an enumeration type, the enumeration option is obtained under a global variable according to a dictionary name, and is displayed in a page in a filling manner, and the default value of the configuration field is obtained according to a value.
Based on the content of the foregoing embodiment, in an optional implementation manner, the method further includes:
monitoring state change events, acquiring information input by each operation of a user, and putting the information input by each operation into window global variables and form objects in component states.
Based on the content of the foregoing embodiment, in an optional implementation manner, the scene interaction data to be configured includes: whether there is a save button field isSave and a submit button field isSubmit;
accordingly, the method further comprises:
when detecting that a user clicks a save button, automatically acquiring data of each configuration field;
and when the fact that the user clicks a submit button is detected, automatically acquiring data of each configuration field, dynamically analyzing the verification type by using an eval method, identifying the field needing to be verified, automatically performing verification and prompting, and sending the acquired data to a back-end server after the verification is passed.
In this embodiment, whether a save and commit button exists is automatically identified according to the configuration, the component definition acquires the data method, that is, directly acquires the component state. For the interaction of clicking the save button: and automatically acquiring the data and transmitting the data to the rear end. For an interaction that clicks the submit button: and automatically acquiring the data, dynamically analyzing the validators by using an eval method, identifying the type of the verification required to be performed, automatically performing verification and prompting, if the verification is not performed, prompting a user of corresponding error verification information, and otherwise, transmitting the final data to a back-end server. It can be seen that in this embodiment, the data submission logic is optimized, and in this embodiment, the entire amount of all table element data displayed by the configuration is not submitted, but the field is submitted and filtered according to whether the configuration is submitted or not and whether the field is displayed or not, so that the traffic waste and the request duration of the useless data storage are reduced.
According to the scheme, the multi-scene data adaptation display method provided by the embodiment can automatically identify the form types such as a bank linkage field, a pull-down selection field, a form input field and the like according to the configuration field; the storage field can be automatically identified according to the configuration field and is used for back-end data storage; the method can automatically layout according to the configuration field, such as one-column layout and two-column layout, such as parent-child field display; the interactive linkage can be automatically generated according to the configuration field, such as whether married is selected or not and whether the spouse module is displayed or not in linkage; the form can be automatically checked according to the configuration field; the automatic filter can process and store data according to the configuration field; the storage and submission buttons can be automatically configured according to the configuration fields, and corresponding interaction is generated; all presentations required can be supported including, without limitation, reminders and module titles.
Based on the same inventive concept, another embodiment of the present invention provides a multi-scene data adaptive display apparatus, referring to fig. 2, the apparatus comprising: an acquisition module 21 and a configuration module 22;
an obtaining module 21, configured to obtain scene interaction data to be configured;
and the configuration module 22 is configured to configure a corresponding interactive page based on the record related component and function according to the scene interaction data to be configured.
The multi-scenario data adaptation display device provided by the embodiment of the invention can be used for executing the multi-scenario data adaptation display method described in the embodiment, the working principle and the beneficial effect are similar, and the detailed description is omitted here.
Based on the same inventive concept, another embodiment of the present invention provides an electronic device, which specifically includes the following components, with reference to fig. 3: a processor 301, a memory 302, a communication interface 303, and a bus 304;
the processor 301, the memory 302 and the communication interface 303 complete mutual communication through the bus 304; the communication interface 303 is used for realizing information transmission between related devices such as modeling software, an intelligent manufacturing equipment module library and the like;
the processor 301 is configured to call the computer program in the memory 302, and the processor implements all the steps in the first embodiment when executing the computer program, for example, the processor implements the following steps when executing the computer program:
step 101: and acquiring scene interaction data to be configured.
Step 102: and configuring a corresponding interactive page based on the record related component and the function according to the scene interactive data to be configured.
Based on the same inventive concept, another embodiment of the present invention provides a computer-readable storage medium, having a computer program stored thereon, where the computer program is executed by a processor to implement all the steps of the first embodiment, for example, when the processor executes the computer program, the processor implements the following steps:
step 101: and acquiring scene interaction data to be configured.
Step 102: and configuring a corresponding interactive page based on the record related component and the function according to the scene interactive data to be configured.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The above examples are only for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A multi-scene data adaptive display method is characterized by comprising the following steps:
acquiring scene interaction data to be configured;
and step two, configuring a corresponding interactive page based on the record related component and the function according to the scene interactive data to be configured.
2. The method of claim 1, wherein the first step comprises:
acquiring scene interaction data to be configured, wherein the scene interaction data to be configured comprises configuration field information, parent-child relationship information of the configuration field and display condition information of the configuration field; the configuration field information comprises name information, input type information and presentation style information of the configuration field.
3. The method according to claim 2, wherein the second step comprises:
performing data initialization on scene interaction data to be configured under a form object in a component state of a record;
carrying out data initialization on scene interaction data to be configured under a window global variable;
and calling a getFieldRender method in a renderer of the life cycle of the record, analyzing the scene interaction data to be configured, and displaying the corresponding scene interaction data according to an analysis result.
4. The method according to claim 3, wherein in the render of the lifecycle of recat, the getFieldrender method is called to parse the scene interaction data to be configured; and displaying corresponding scene interaction data according to the analysis result, comprising:
in a renderer of a life cycle of a record, calling a getFieldRender method, analyzing and processing parentName configuration, processing the level relation of parent-child fields into the upper-level relation and the lower-level relation of the parent-child fields, deleting sub-fields in a configuration array, configuring the sub-fields under child fields of the parent-child fields, and instantiating sub-field display styles according to the child fields;
circularly configuring an array and dynamically generating interaction;
dynamically analyzing the display conditions by utilizing an eval method according to the display conditions of the configuration fields, configuring and generating field display names according to name information of the configuration fields when the display conditions are judged to be met, instantiating different form types according to input type information of the configuration fields, and displaying corresponding fields according to display style information of the configuration fields.
5. The method according to claim 4, wherein when the corresponding field is displayed according to the display style information of the configuration field, if the configuration field is an enumeration type, the enumeration option is obtained under a global variable according to a dictionary name and is displayed in a page in a filling manner, and the default value of the configuration field is obtained according to a value.
6. The method according to any one of claims 3 to 5, further comprising:
monitoring state change events, acquiring information input by each operation of a user, and putting the information input by each operation into window global variables and form objects in component states.
7. The method of claim 6, wherein the scene interaction data to be configured comprises: whether a save button field exists and whether a submit button field exists;
accordingly, the method further comprises:
when detecting that a user clicks a save button, automatically acquiring data of each configuration field;
and when the fact that the user clicks a submit button is detected, automatically acquiring data of each configuration field, dynamically analyzing the verification type by using an eval method, identifying the field needing to be verified, automatically performing verification and prompting, and sending the acquired data to a back-end server after the verification is passed.
8. A multi-scene data adaptation display device is characterized by comprising:
the acquisition module is used for acquiring scene interaction data to be configured;
and the configuration module is used for configuring the corresponding interactive page based on the record related component and the function according to the scene interactive data to be configured.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the steps of the multi-scene data adaptive presentation method according to any one of claims 1 to 7 when executing the program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the multi-scene data adaptation presentation method according to any one of claims 1 to 7.
CN201811644037.2A 2018-12-30 2018-12-30 Multi-scene data adaptive display method and device, electronic equipment and storage medium Active CN111381862B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811644037.2A CN111381862B (en) 2018-12-30 2018-12-30 Multi-scene data adaptive display method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811644037.2A CN111381862B (en) 2018-12-30 2018-12-30 Multi-scene data adaptive display method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111381862A true CN111381862A (en) 2020-07-07
CN111381862B CN111381862B (en) 2023-06-16

Family

ID=71216151

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811644037.2A Active CN111381862B (en) 2018-12-30 2018-12-30 Multi-scene data adaptive display method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111381862B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113489829A (en) * 2021-07-06 2021-10-08 中国银行股份有限公司 Mobile banking APP information prompting method and device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050210380A1 (en) * 2004-03-03 2005-09-22 Gary Kramer System for delivering and enabling interactivity with images
CN106126249A (en) * 2016-06-29 2016-11-16 武汉斗鱼网络科技有限公司 A kind of method and system realizing behavior, data, view linkage in front end
CN107145789A (en) * 2017-05-22 2017-09-08 国网江苏省电力公司电力科学研究院 A kind of Visual Interactive method of big data safety analysis
CN107291462A (en) * 2017-06-13 2017-10-24 成都四方伟业软件股份有限公司 The self-defined method of combination of interactive data system, system and compiling, operation method
CN108563477A (en) * 2018-03-02 2018-09-21 北京奇艺世纪科技有限公司 A kind of page events response method and device
CN108733375A (en) * 2018-05-29 2018-11-02 厦门白山耘科技有限公司 Web front-end configuration melts forwarding method, device, storage medium and computer equipment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050210380A1 (en) * 2004-03-03 2005-09-22 Gary Kramer System for delivering and enabling interactivity with images
CN106126249A (en) * 2016-06-29 2016-11-16 武汉斗鱼网络科技有限公司 A kind of method and system realizing behavior, data, view linkage in front end
CN107145789A (en) * 2017-05-22 2017-09-08 国网江苏省电力公司电力科学研究院 A kind of Visual Interactive method of big data safety analysis
CN107291462A (en) * 2017-06-13 2017-10-24 成都四方伟业软件股份有限公司 The self-defined method of combination of interactive data system, system and compiling, operation method
CN108563477A (en) * 2018-03-02 2018-09-21 北京奇艺世纪科技有限公司 A kind of page events response method and device
CN108733375A (en) * 2018-05-29 2018-11-02 厦门白山耘科技有限公司 Web front-end configuration melts forwarding method, device, storage medium and computer equipment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113489829A (en) * 2021-07-06 2021-10-08 中国银行股份有限公司 Mobile banking APP information prompting method and device

Also Published As

Publication number Publication date
CN111381862B (en) 2023-06-16

Similar Documents

Publication Publication Date Title
US11321057B2 (en) Single-page web application builder system and method based on a finite-state machine
CN112506493B (en) Table configuration method, device, equipment and medium based on vue
US20090276733A1 (en) Method, system, and graphical user interface for presenting an interactive hierarchy and indicating entry of information therein
WO2021109928A1 (en) Creation method, usage method and apparatus for machine learning scheme template
US9052845B2 (en) Unified interface for meta model checking, modifying, and reporting
CN110968309A (en) Template generation method and device, electronic equipment and storage medium
CN112764736B (en) Web end flow chart modeling method, device and system
CN111488109A (en) Method, device, terminal and storage medium for acquiring control information of user interface
US20070136691A1 (en) Graphical User Interface Design Utility
CN110532159A (en) Data decryptor method, apparatus, equipment and computer readable storage medium
US20220350857A1 (en) Methods and systems for browser extension used to generate relative xpath, absolute xpath and/or css selectors
CN110765746B (en) Form automatic generation method and system based on event agent
CN115964272A (en) Transaction data automatic testing method, device, equipment and readable storage medium
US9063764B2 (en) Automated software script creator and editor
CN111381862A (en) Multi-scene data adaptive display method and device, electronic equipment and storage medium
CN107562710B (en) Chart processing device and method
CN112861059A (en) Visual component generation method and device, computer equipment and readable storage medium
CN111444099A (en) Data inconsistency analysis method, system, electronic device and storage medium
CN115794545A (en) Automatic processing method of operation and maintenance data and related equipment thereof
CN112783762B (en) Software quality assessment method, device and server
US20050033764A1 (en) Interactive editor for data driven systems
CN115454400A (en) Interface parameter processing method, device, equipment, medium and program product
CN113901096A (en) Data screening method and device, electronic equipment and storage medium
CN107133308A (en) The single generation method of one kind song and mobile terminal
CN109948251B (en) CAD-based data processing method, device, 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