CN113900634A - Data processing method and device - Google Patents

Data processing method and device Download PDF

Info

Publication number
CN113900634A
CN113900634A CN202111241121.1A CN202111241121A CN113900634A CN 113900634 A CN113900634 A CN 113900634A CN 202111241121 A CN202111241121 A CN 202111241121A CN 113900634 A CN113900634 A CN 113900634A
Authority
CN
China
Prior art keywords
data
interface
loaded
processing
bound
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111241121.1A
Other languages
Chinese (zh)
Inventor
李洋
杨磊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Lenovo Beijing Ltd
Original Assignee
Lenovo Beijing 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 Lenovo Beijing Ltd filed Critical Lenovo Beijing Ltd
Priority to CN202111241121.1A priority Critical patent/CN113900634A/en
Publication of CN113900634A publication Critical patent/CN113900634A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/33Intelligent editors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • 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

Landscapes

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

Abstract

The embodiment of the application discloses a data processing method and a device, wherein the method comprises the following steps: establishing a binding relationship between the published data interface and the interface interactive element; processing to-be-loaded data according to the object content of the data interface and the incidence relation between the interface interaction element bound by the data interface and other interface interaction elements; and in the process of executing triggering of the application interface, realizing rendering display of the interface interaction elements bound to the data interface in the application interface based on the obtained data to be loaded. According to the implementation scheme, after the interface interaction elements are bound on the data interface, the data to be loaded can be automatically obtained based on the existing data processing, so that the rendering display of the data to be loaded on the application interface can be realized through executing the trigger application interface subsequently, and the interface interaction effect meeting the user requirements can be generated.

Description

Data processing method and device
Technical Field
The present application relates to application publishing technologies, and in particular, to a data processing method and apparatus.
Background
In a low-code platform, an interactive design generates an interface in a dragging manner, and a corresponding dynamic data interface, namely an API (application programming interface), is bound to an operation element of the interface to generate a suitable interactive effect. In this case, if the underlying data of the API is not ready, the correct interface presentation cannot be generated.
Disclosure of Invention
In view of this, the present application provides the following technical solutions:
a method of data processing, comprising:
establishing a binding relationship between the published data interface and the interface interactive element;
processing to-be-loaded data according to the object content of the data interface and the incidence relation between the interface interaction element bound by the data interface and other interface interaction elements;
and in the process of executing triggering of the application interface, realizing rendering display of the interface interaction elements bound to the data interface in the application interface based on the obtained data to be loaded.
Optionally, in the process of executing the trigger on the application interface, implementing rendering and displaying of the interface interaction element bound to the data interface in the application interface based on the obtained data to be loaded includes:
initializing the data to be loaded in an application interface execution triggering process, wherein the application interface comprises an interface interaction element bound by the data interface;
and after the initialization of the data to be loaded is completed, returning the data to be loaded to the interface interaction element bound by the data interface so as to realize the rendering display of the interface interaction element.
Optionally, the processing to obtain the data to be loaded according to the object content of the data interface and the association relationship between the interface interaction element bound by the data interface and other interface interaction elements includes:
acquiring first processing data according to the object content of the data interface and the incidence relation between the interface interaction element bound by the data interface and other interface interaction elements;
and processing based on the first processing data to obtain data to be loaded, wherein the data volume of the data to be loaded is greater than that of the first processing data.
Optionally, the obtaining first processing data according to the object content of the data interface and the association relationship between the interface interaction element bound to the data interface and other interface interaction elements includes:
determining a first incidence relation between the data interface and other data interfaces according to incidence relations between the interface interaction elements and other interface interaction elements bound by the data interface, wherein the other data interfaces and the other interface interaction elements are respectively bound in a one-to-one correspondence manner;
and obtaining first processing data based on the object content of the data interface and the first incidence relation.
Optionally, the obtaining first processing data based on the object content of the data interface and the first association relationship includes:
and generating first processing data by adopting an enumeration algorithm and a combination algorithm based on the object content of the data interface and the first association relation.
Optionally, the obtaining data to be loaded based on the first processing data processing includes:
and generating more data to be loaded than the first processing data by adopting a recursive algorithm based on the first processing data.
Optionally, initializing the data to be loaded in the application interface execution triggering process includes:
and initializing the data to be loaded to a bottom layer data model of the data interface in the process of executing triggering of the application interface.
Optionally, after the initialization of the data to be loaded is completed, returning the data to be loaded to the interface interaction element bound to the data interface to implement the rendering display of the interface interaction element, including:
and after the initialization of the data to be loaded is completed, returning the data to be loaded to the interface interaction element bound by the data interface through the data interface so as to realize the rendering of the interface interaction element.
A data processing apparatus comprising:
the binding processing module is used for establishing a binding relationship between the published data interface and the interface interaction element;
the data processing module is used for processing and obtaining data to be loaded according to the object content of the data interface and the incidence relation between the interface interaction element bound by the data interface and other interface interaction elements;
and the interface processing module is used for realizing rendering display of the interface interaction elements bound to the data interface in the application interface based on the obtained data to be loaded in the process of executing triggering of the application interface.
Optionally, the interface processing module includes:
the initialization module is used for initializing the data to be loaded in the process of executing and triggering the application interface, and the application interface comprises interface interaction elements bound by the data interface;
and the data transmission module is used for returning the data to be loaded to the interface interaction element bound by the data interface after the initialization of the data to be loaded is completed so as to realize the rendering display of the interface interaction element.
As can be seen from the foregoing technical solutions, compared with the prior art, an embodiment of the present application discloses a data processing method and apparatus, where the method includes: establishing a binding relationship between the published data interface and the interface interactive element; processing to-be-loaded data according to the object content of the data interface and the incidence relation between the interface interaction element bound by the data interface and other interface interaction elements; and in the process of executing triggering of the application interface, realizing rendering display of the interface interaction elements bound to the data interface in the application interface based on the obtained data to be loaded. According to the implementation scheme, after the interface interaction elements are bound on the data interface, the data to be loaded can be automatically obtained based on the existing data processing, so that the rendering display of the data to be loaded on the application interface can be realized through executing the trigger application interface subsequently, and the interface interaction effect meeting the user requirements can be generated.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a data processing method disclosed in an embodiment of the present application;
FIG. 2 is a flowchart illustrating rendering of interface interaction elements according to an embodiment of the present disclosure;
FIG. 3 is a flowchart of a process for obtaining data to be loaded according to an embodiment of the present disclosure;
FIG. 4 is an exemplary diagram of an enterprise information management application interface as disclosed in an embodiment of the present application;
FIG. 5 is a schematic flow chart illustrating a data processing method disclosed in an embodiment of the present application;
fig. 6 is a schematic structural diagram of a data processing apparatus according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Fig. 1 is a flowchart of a data processing method disclosed in an embodiment of the present application, where the method shown in fig. 1 is applicable to a low-code platform or other application editing platforms, and is used to implement automatic filling of bottom layer data of a data interface in the low-code platform or other application editing platforms, so that an interface element corresponding to the data interface in a subsequently generated or published application interface can be normally rendered, and accurate data display is performed, thereby meeting interface interaction requirements of a user and implementing an ideal interaction effect. In the following embodiment, for convenience of description, a low-code cloud platform will be taken as an example for relevant description.
Referring to fig. 1, the data processing method may include:
step 101: and establishing a binding relation between the published data interface and the interface interaction element.
In the low-code platform, a user may directly pull some basic packaged data interfaces, for example, the data interface may be, but is not limited to, an API (application programming interface) interface, for use. In this implementation, the main body bound to the data interface may be an interface interaction element, that is, a triggerable element in the application display interface, such as a triggerable button, a drop-down box form, and the like.
When the published data interface in the low-code platform is put into use formally, a binding relationship between the published data interface and the interface interaction element needs to be established firstly, so that when the interface interaction element bound by the data interface is selected and triggered subsequently when the application interface is published, the bottom data of the data interface can be called and displayed, and the interface interaction effect is achieved.
It should be noted that, an application interface generally includes a plurality of interface interaction elements, and each interface interaction element is bound with a data interface. Because a certain logic association relationship exists between different interface interaction elements, a certain association relationship also exists between the data interfaces bound by the interface interaction elements with the logic association relationship. For example, for an application interface of enterprise employee information, which includes a triggerable "department" button, when a user clicks the triggerable "department" button, a drop-down window appears, and the drop-down window includes the department names of various departments; in this implementation, a logical association relationship exists between the "department" button and the drop-down window, and then the two are used as interface interaction elements, and an association relationship also exists between the API data interfaces bound respectively.
Step 102: and processing to-be-loaded data according to the object content of the data interface and the incidence relation between the interface interaction element bound by the data interface and other interface interaction elements.
The data to be loaded can be data which needs to be presented in an application interface finally, and the data to be loaded can be data which can be loaded and rendered at a corresponding position of a corresponding interface interaction element when the data to be loaded is issued in the application interface.
The data to be loaded can be obtained by processing based on the object content of the data interface and the incidence relation between the interface interaction element bound by the data interface and other interface interaction elements. The object content of the data interface comprises a bottom data model contained in the data interface and a specific data object; the incidence relation between different data interfaces can be determined based on the incidence relation between the interface interaction elements bound by the data interfaces and other interface interaction elements, so that rendering contents (corresponding to data to be loaded) of other interface interaction elements capable of generating specific interaction effects can be obtained when a user triggers a certain interface interaction element in a finally issued application interface. How to process and obtain the data to be loaded is described in detail in the following embodiments, and will not be described in detail herein.
Step 103: and in the process of executing triggering of the application interface, realizing rendering display of the interface interaction elements bound to the data interface in the application interface based on the obtained data to be loaded.
The execution trigger of the application interface may refer to an action issued by the application interface, or an action that a corresponding worker performs a preview display locally before the application interface is formally issued, that is, the corresponding worker edits a window in the application interface, and can execute a process of a preview or application interface issuance test; in the process, the staff can execute the trigger preview function, so that the rendering display effect after the application interface is issued can be displayed in the preview window, the relevant staff can know the rendering display effect of the application interface in advance, and the problem that whether any display error exists in the lower application interface can be checked.
In the process of executing and triggering the application interface, the low-code platform can realize rendering display of interface interaction elements bound by the data interface in the application interface based on the obtained data to be loaded, so that related workers can conveniently obtain the application interface in time, and display content and display effect of the application interface can be verified.
According to the data processing method, after the interface interaction elements are bound to the data interface, the data to be loaded can be automatically obtained based on the existing data processing, so that the rendering display of the data to be loaded on the application interface can be realized through executing the trigger application interface subsequently, and the interface interaction effect meeting the user requirements can be generated.
Fig. 2 is a flowchart for implementing rendering display of interface interaction elements disclosed in an embodiment of the present application, and with reference to fig. 2, in a process of executing triggering on an application interface, implementing rendering display of interface interaction elements bound to a data interface in the application interface based on obtained data to be loaded may include:
step 201: initializing the data to be loaded in the execution triggering process of an application interface, wherein the application interface comprises interface interaction elements bound by the data interface.
In the process of executing triggering of the application interface, the low-code platform controls initialization to complete a bottom layer data model so as to automatically initialize the data to be loaded. And only after the initialization of the data to be loaded is completed, namely after the basic data of the bottom layer is prepared, the rendering display of the subsequent corresponding interface interactive elements can be carried out, so that a user can obtain better interactive experience.
Step 202: and after the initialization of the data to be loaded is completed, returning the data to be loaded to the interface interaction element bound by the data interface so as to realize the rendering display of the interface interaction element.
In this embodiment, after the initialization of the data to be loaded is completed, that is, after the initialization of the underlying data model of the data interface is completed, the data to be loaded may be directly sent to the interface interaction element bound to the data interface through the data interface, so as to render the application interface, so that the application interface can present an interaction effect meeting the user requirements.
Fig. 3 is a flowchart for processing to-be-loaded data, which is disclosed in an embodiment of the present application, and as shown in fig. 3, the processing to-be-loaded data according to the object content of the data interface and the association relationship between the interface interaction element bound to the data interface and other interface interaction elements may include:
step 301: and obtaining first processing data according to the object content of the data interface and the incidence relation between the interface interaction element bound by the data interface and other interface interaction elements.
The object content of the data interface may include, but is not limited to, an object attribute and data content, for example, in an example, if the interface interaction element bound by the data interface is a department list, the object content of the data interface includes names of various departments. Fig. 4 is an exemplary diagram of an enterprise information management application interface disclosed in an embodiment of the present application, and as shown in fig. 4, the application interface includes several interactive buttons of "enterprise profile", "enterprise culture", "enterprise department", and "enterprise product", when a user selects and clicks the button of "enterprise department" on the application interface, a drop-down window is rendered and displayed on the application interface below the button of "enterprise culture", where the displayed content is a list of names of various departments, including various departments such as "design department", "market research department", "human resources department", and "research department".
In a specific implementation, the first processing data may be a small amount of sample data capable of representing an association relationship between complete interface interaction elements, such as "department" - "design department" - "staff information of staff a" displayed in sequence in association.
After step 301, the process proceeds to step 302.
Step 302: and processing based on the first processing data to obtain data to be loaded, wherein the data volume of the data to be loaded is greater than that of the first processing data.
As described above, the first processing data may be sample data capable of representing the association relationship between the complete interface interaction elements, and the data to be loaded may be a data set completely identical to the sample data in a format, a correspondence relationship, and the like automatically generated based on the sample data, where the data set includes a plurality of data formats and the correspondence relationship is the same, but specific values may be different, such as different genders and ages of different employees.
In the embodiment, a small amount of sample data can be generated firstly under the condition of manual participation, then a large amount of data to be loaded are generated based on the sample data, the overall processing efficiency is higher, the accuracy of the finally generated data to be loaded can be ensured, the use requirements of users can be met, and the use experience of the users is improved.
In the above embodiment, the obtaining first processing data according to the object content of the data interface and the association relationship between the interface interaction element bound to the data interface and other interface interaction elements may include: determining a first incidence relation between the data interface and other data interfaces according to incidence relations between the interface interaction elements and other interface interaction elements bound by the data interface, wherein the other data interfaces and the other interface interaction elements are respectively bound in a one-to-one correspondence manner; and obtaining first processing data based on the object content of the data interface and the first incidence relation.
As described above, because a logical association relationship exists between different interface interaction elements in the application interface, an association relationship also exists between the data interfaces bound by the interface interaction elements having the logical association relationship, and therefore, the first processing data obtained based on the object content of the data interface and the association relationship between the bound interface interaction elements and other interface interaction elements can not only represent specific data content, but also represent the association relationship between the data content corresponding to different interface interaction elements.
For example, when the user clicks the "department of human resources" button on the application interface, the application interface may output a list of employee information for all employees under the department of human resources, but not for employees of the division. In this example, the interface interaction element "staff information list of human resources department" has a logical top-bottom layer association relationship with the interface interaction element "button of human resources department".
The obtaining of the first processing data based on the object content of the data interface and the first association relationship may include: and generating first processing data by adopting an enumeration algorithm and a combination algorithm based on the object content of the data interface and the first association relation. The enumeration algorithm and the combination algorithm can realize the diversity of the attribute values of the data objects to be loaded and ensure the integrity of the data.
In the above embodiment, the obtaining data to be loaded based on the first processing data processing may include: and generating more data to be loaded than the first processing data by adopting a recursive algorithm based on the first processing data.
In some implementations, after the data to be loaded is generated, the underlying data model corresponding to the unknown data interface of the data to be loaded can be directly used. In other implementations, initializing the data to be loaded in the application interface execution triggering process may also include: and initializing the data to be loaded to a bottom layer data model of the data interface in the process of executing triggering of the application interface.
Initializing the data to be loaded to the bottom layer data model of the data interface, namely writing the data to be loaded into the data model database.
Fig. 5 is a schematic flowchart of a principle flow of a data processing method disclosed in an embodiment of the present application, and with reference to fig. 5, processing logic of the embodiment of the present application includes: when the low-code platform interactive interface is designed, certain interactive elements such as forms, selection frames, data perspective views, buttons and other elements are configured in a dragging mode, in the process of issuing an application interface, associated simulation data sets (corresponding to the data to be loaded) can be generated according to the configuration connection relations of the interactive elements, the simulation data sets with the associated relations are automatically returned to the interface interactive elements through a data interface, the interface interactive elements are directly used through a data interface mode, namely when the interface interactive elements need to be rendered and displayed, the simulation data sets are directly called, corresponding processing is completed, and the desired interface interactive effect is obtained.
While, for purposes of simplicity of explanation, the foregoing method embodiments have been described as a series of acts or combination of acts, it will be appreciated by those skilled in the art that the present application is not limited by the order of acts or acts described, as some steps may occur in other orders or concurrently with other steps in accordance with the application. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required in this application.
The method is described in detail in the embodiments disclosed in the present application, and the method of the present application can be implemented by various types of apparatuses, so that an apparatus is also disclosed in the present application, and the following detailed description is given of specific embodiments.
Fig. 6 is a schematic structural diagram of a data processing apparatus disclosed in an embodiment of the present application, and referring to fig. 6, the data processing apparatus 60 may include:
and the binding processing module 601 is configured to establish a binding relationship between the published data interface and the interface interaction element.
And the data processing module 602 is configured to process to obtain data to be loaded according to the object content of the data interface and the association relationship between the interface interaction element bound to the data interface and other interface interaction elements.
The interface processing module 603 is configured to, in a process of executing triggering on an application interface, implement rendering display of the interface interaction element bound to the data interface in the application interface based on the obtained data to be loaded.
The data processing device of the embodiment can automatically obtain the data to be loaded based on the existing data processing after the interface interaction elements are bound on the data interface, so that the rendering display of the data to be loaded on the application interface can be realized by executing the trigger application interface subsequently, and the interface interaction effect meeting the user requirement can be generated.
In one implementation, the interface processing module includes: the initialization module is used for initializing the data to be loaded in the process of executing and triggering the application interface, and the application interface comprises interface interaction elements bound by the data interface; and the data transmission module is used for returning the data to be loaded to the interface interaction element bound by the data interface after the initialization of the data to be loaded is completed so as to realize the rendering display of the interface interaction element.
In one implementation, the data processing module may include: the first processing module is used for obtaining first processing data according to the object content of the data interface and the incidence relation between the interface interaction element bound by the data interface and other interface interaction elements; and the second processing module is used for processing and obtaining data to be loaded based on the first processing data, and the data volume of the data to be loaded is larger than that of the first processing data.
In one implementation, the first processing module is specifically configured to: determining a first incidence relation between the data interface and other data interfaces according to incidence relations between the interface interaction elements and other interface interaction elements bound by the data interface, wherein the other data interfaces and the other interface interaction elements are respectively bound in a one-to-one correspondence manner; and obtaining first processing data based on the object content of the data interface and the first incidence relation.
In one implementation, the first processing module is specifically configured to: and generating first processing data by adopting an enumeration algorithm and a combination algorithm based on the object content of the data interface and the first association relation.
In one implementation, the second processing module is specifically configured to: and generating more data to be loaded than the first processing data by adopting a recursive algorithm based on the first processing data.
In one implementation, the initialization module is specifically configured to: and initializing the data to be loaded to a bottom layer data model of the data interface in the process of executing triggering of the application interface.
In one implementation, the data transmission module is specifically configured to: and after the initialization of the data to be loaded is completed, returning the data to be loaded to the interface interaction element bound by the data interface through the data interface so as to realize the rendering of the interface interaction element.
The data processing apparatus in any of the above embodiments includes a processor and a memory, where the binding processing module, the data processing module, the interface processing module, the initialization module, the data transmission module, the first processing module, the second processing module, and the like in the above embodiments are all stored in the memory as program modules, and the processor executes the program modules stored in the memory to implement corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program module from the memory. The kernel can be provided with one or more, and the processing of the return visit data is realized by adjusting the kernel parameters.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
An embodiment of the present application provides a storage medium, on which a program is stored, which when executed by a processor implements the data processing method described in the above embodiment.
The embodiment of the application provides a processor, wherein the processor is used for running a program, and the data processing method in the embodiment is executed when the program runs.
Further, the present embodiment provides an electronic device, which includes a processor and a memory. Wherein the memory is used for storing executable instructions of the processor, and the processor is configured to execute the data processing method described in the above embodiments via executing the executable instructions.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
It is further 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 steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method of data processing, comprising:
establishing a binding relationship between the published data interface and the interface interactive element;
processing to-be-loaded data according to the object content of the data interface and the incidence relation between the interface interaction element bound by the data interface and other interface interaction elements;
and in the process of executing triggering of the application interface, realizing rendering display of the interface interaction elements bound to the data interface in the application interface based on the obtained data to be loaded.
2. The data processing method according to claim 1, wherein in the process of triggering execution of the application interface, implementing rendering presentation of the interface interaction element bound to the data interface in the application interface based on the obtained data to be loaded includes:
initializing the data to be loaded in an application interface execution triggering process, wherein the application interface comprises an interface interaction element bound by the data interface;
and after the initialization of the data to be loaded is completed, returning the data to be loaded to the interface interaction element bound by the data interface so as to realize the rendering display of the interface interaction element.
3. The data processing method according to claim 1, wherein the processing to obtain the data to be loaded according to the object content of the data interface and the association relationship between the interface interactive element bound to the data interface and other interface interactive elements comprises:
acquiring first processing data according to the object content of the data interface and the incidence relation between the interface interaction element bound by the data interface and other interface interaction elements;
and processing based on the first processing data to obtain data to be loaded, wherein the data volume of the data to be loaded is greater than that of the first processing data.
4. The data processing method according to claim 3, wherein the obtaining of the first processing data according to the object content of the data interface and the association relationship between the interface interactive element bound by the data interface and the other interface interactive elements comprises:
determining a first incidence relation between the data interface and other data interfaces according to incidence relations between the interface interaction elements and other interface interaction elements bound by the data interface, wherein the other data interfaces and the other interface interaction elements are respectively bound in a one-to-one correspondence manner;
and obtaining first processing data based on the object content of the data interface and the first incidence relation.
5. The data processing method according to claim 4, wherein the obtaining first processing data based on the object content of the data interface and the first association relation comprises:
and generating first processing data by adopting an enumeration algorithm and a combination algorithm based on the object content of the data interface and the first association relation.
6. The data processing method according to claim 3, wherein the obtaining of the data to be loaded based on the first processing data processing comprises:
and generating more data to be loaded than the first processing data by adopting a recursive algorithm based on the first processing data.
7. The data processing method according to claim 2, wherein initializing the data to be loaded in the application interface execution triggering process comprises:
and initializing the data to be loaded to a bottom layer data model of the data interface in the process of executing triggering of the application interface.
8. The data processing method according to claim 2, wherein after the initialization of the data to be loaded is completed, returning the data to be loaded to the interface interaction element bound to the data interface to realize the rendering display of the interface interaction element, includes:
and after the initialization of the data to be loaded is completed, returning the data to be loaded to the interface interaction element bound by the data interface through the data interface so as to realize the rendering of the interface interaction element.
9. A data processing apparatus comprising:
the binding processing module is used for establishing a binding relationship between the published data interface and the interface interaction element;
the data processing module is used for processing and obtaining data to be loaded according to the object content of the data interface and the incidence relation between the interface interaction element bound by the data interface and other interface interaction elements;
and the interface processing module is used for realizing rendering display of the interface interaction elements bound to the data interface in the application interface based on the obtained data to be loaded in the process of executing triggering of the application interface.
10. The data processing method of claim 9, the interface processing module comprising:
the initialization module is used for initializing the data to be loaded in the process of executing and triggering the application interface, and the application interface comprises interface interaction elements bound by the data interface;
and the data transmission module is used for returning the data to be loaded to the interface interaction element bound by the data interface after the initialization of the data to be loaded is completed so as to realize the rendering display of the interface interaction element.
CN202111241121.1A 2021-10-25 2021-10-25 Data processing method and device Pending CN113900634A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111241121.1A CN113900634A (en) 2021-10-25 2021-10-25 Data processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111241121.1A CN113900634A (en) 2021-10-25 2021-10-25 Data processing method and device

Publications (1)

Publication Number Publication Date
CN113900634A true CN113900634A (en) 2022-01-07

Family

ID=79026568

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111241121.1A Pending CN113900634A (en) 2021-10-25 2021-10-25 Data processing method and device

Country Status (1)

Country Link
CN (1) CN113900634A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104679519A (en) * 2015-03-10 2015-06-03 于秀山 Method and device for acquiring functions of graphic user interface software
US20170004638A1 (en) * 2015-07-01 2017-01-05 Oracle International Corporation Chart data-binding design time user experience with dynamic sample generation
CN106327281A (en) * 2015-06-30 2017-01-11 阿里巴巴集团控股有限公司 Method for processing object in page, device and mobile terminal
CN111427576A (en) * 2020-03-27 2020-07-17 远光软件股份有限公司 Method, device, storage medium and terminal for configuring application program interface
CN112506512A (en) * 2020-12-22 2021-03-16 郑州通晓数据技术有限公司 Human-computer interaction interface generation method and device and computer equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104679519A (en) * 2015-03-10 2015-06-03 于秀山 Method and device for acquiring functions of graphic user interface software
CN106327281A (en) * 2015-06-30 2017-01-11 阿里巴巴集团控股有限公司 Method for processing object in page, device and mobile terminal
US20170004638A1 (en) * 2015-07-01 2017-01-05 Oracle International Corporation Chart data-binding design time user experience with dynamic sample generation
CN111427576A (en) * 2020-03-27 2020-07-17 远光软件股份有限公司 Method, device, storage medium and terminal for configuring application program interface
CN112506512A (en) * 2020-12-22 2021-03-16 郑州通晓数据技术有限公司 Human-computer interaction interface generation method and device and computer equipment

Similar Documents

Publication Publication Date Title
US20160110670A1 (en) Relational analysis of business objects
EP2492855A1 (en) Coupling analytics and transaction tasks
US20070027652A1 (en) Measuring productivity and quality in model-based design
US8311794B2 (en) Testing executable logic
EP3367266A1 (en) Page construction method, terminal, computer-readable storage medium and page construction device
CN110674227A (en) Method, system, medium and terminal for generating data visualization chart and page
US20120179503A1 (en) Dynamic web services work flow system and method
CN110737591A (en) Webpage performance evaluation method, device, server and storage medium
CN113018870B (en) Data processing method, device and computer readable storage medium
CN110806866A (en) Generation method and device of front-end management system
CN116757757A (en) Automatic calculation method based on cloud service and mobile platform
CN113672222B (en) Application program interface management device and construction method thereof
CN111274120B (en) Interface document verification method and device
CN114398865A (en) Performance report generation method, device, storage medium and computer equipment
US12086534B2 (en) Multi-component abstract association and fusion method and apparatus in page design
CN113900634A (en) Data processing method and device
CA2967203A1 (en) Infeasibility management in e-sourcing systems
CN115292418A (en) Cross-system business process automatic processing method and system
US20190266265A1 (en) Integrated computing environment for managing and presenting design iterations
CN111381862B (en) Multi-scene data adaptive display method and device, electronic equipment and storage medium
CN114780520A (en) Data modeling method and device, electronic equipment and storage medium
KR102583247B1 (en) System, method and computer program for creating BOM list
CN112686622A (en) Evaluation reply method and device, electronic equipment and readable storage medium
CN108021367B (en) UI development system and method based on metadata framework
CN113741953A (en) Form processing method and device, electronic equipment and computer 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