CN113282688A - Method, device, equipment and computer readable medium for displaying data - Google Patents

Method, device, equipment and computer readable medium for displaying data Download PDF

Info

Publication number
CN113282688A
CN113282688A CN202110679714.XA CN202110679714A CN113282688A CN 113282688 A CN113282688 A CN 113282688A CN 202110679714 A CN202110679714 A CN 202110679714A CN 113282688 A CN113282688 A CN 113282688A
Authority
CN
China
Prior art keywords
data
interface component
visual interface
binding
original data
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
CN202110679714.XA
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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
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 China Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN202110679714.XA priority Critical patent/CN113282688A/en
Publication of CN113282688A publication Critical patent/CN113282688A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • G06F16/285Clustering or classification
    • G06F16/287Visualization; Browsing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database

Landscapes

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

Abstract

The invention discloses a method, a device, equipment and a computer readable medium for displaying data, and relates to the technical field of big data. One embodiment of the method comprises: binding original data and a visual interface component; responding to a user request for calling a visual interface component, and acquiring original data with a binding relationship with the visual interface component; and outputting and displaying the configured original data with the binding relationship by adopting the visual interface component. The implementation mode can accelerate the speed of switching the index data format, and further improve the speed of displaying data.

Description

Method, device, equipment and computer readable medium for displaying data
Technical Field
The present invention relates to the field of big data technologies, and in particular, to a method, an apparatus, a device, and a computer-readable medium for displaying data.
Background
With the deep development of the digital economy era, the operating environment of the financial industry has changed greatly. All levels of operation managers must timely and fully master all information of the operation environment, dynamically know all operation conditions of the enterprise, and make correct decisions and deployments according to the operation conditions, so that the enterprise can be ensured to develop continuously and healthily.
In the process of implementing the invention, the inventor finds that at least the following problems exist in the prior art: when the data is displayed, different components have different requirements on the index data format, and the speed of switching the index data format is slow, so that the speed of displaying the data is slow.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method, an apparatus, a device, and a computer readable medium for displaying data, which can increase the speed of switching the index data format, thereby increasing the speed of displaying data.
To achieve the above object, according to an aspect of an embodiment of the present invention, there is provided a method of displaying data, including:
binding original data and a visual interface component;
responding to a user request for calling a visual interface component, and acquiring original data with a binding relationship with the visual interface component;
and outputting and displaying the configured original data with the binding relationship by adopting the visual interface component.
The binding of the raw data and the visual interface component comprises:
presetting a display index of the original data;
and binding the original data and the visual interface component.
The display index of the original data comprises a measurement unit and/or data precision.
The visual interface component includes one or more of the following parameters, size, event, style, skin, and behavior.
The binding of the raw data and the visual interface component comprises:
and responding to a binding instruction of a user, and binding the original data and the visual interface component by the server.
The binding instruction comprises the identifier of the original data and the identifier of the visual interface component.
The acquiring of the original data having a binding relationship with the visual interface component in response to the user request for invoking the visual interface component includes:
in response to a user request for calling the visual interface component, the server side obtains original data which has a binding relationship with the visual interface component in a database.
The user request for invoking the visual interface component comprises an identification of the raw data;
the step of responding to the user request for calling the visual interface component, wherein the step of acquiring the original data with the binding relation with the visual interface component in the database by the server side comprises the following steps:
and responding to a user request for calling the visual interface component, and based on the identification of the original data, the server side acquires the original data which has a binding relationship with the visual interface component in a database.
The step of outputting and displaying the configured original data with the binding relationship by adopting the visual interface component comprises the following steps:
configuring the original data with the binding relation based on user requirements;
and inputting the configured original data with the binding relationship into the visual interface component to display data.
The configuring the original data with the binding relationship based on the user requirement comprises:
and configuring the original data with the binding relationship based on the display indexes in the user requirements.
The presentation indicator includes a unit of measure and/or a data precision.
The method further comprises the following steps:
responding to a data request for updating data, and acquiring updating data corresponding to the data request;
and updating the binding relationship through the updating data.
The data request to update data includes an identification of the update data.
The update data is of the same data type as the original data.
The obtaining of the update data corresponding to the data request in response to the data request for updating the data includes:
and responding to a data request for updating data, and acquiring the updating data corresponding to the data request in a database.
The updating the binding relationship through the update data includes:
deleting the binding relationship between the original data and the visual interface component;
and establishing a binding relationship between the updating data and the visual interface component.
The deleting the binding relationship between the original data and the visual interface component comprises:
deleting the corresponding relation between the identifier of the original data and the identifier of the visual interface component;
the establishing of the binding relationship between the update data and the visual interface component comprises: and establishing a corresponding relation between the identification of the updated data and the identification of the visual interface component.
According to a second aspect of embodiments of the present invention, there is provided an apparatus for displaying data, including:
the binding module is used for binding the original data and the visual interface component;
the system comprises an acquisition module, a display module and a display module, wherein the acquisition module is used for responding to a user request for calling a visual interface component and acquiring original data which has a binding relationship with the visual interface component;
and the output module is used for outputting and displaying the configured original data with the binding relationship by adopting the visual interface component.
According to a third aspect of embodiments of the present invention, there is provided an electronic device for displaying data, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method as described above.
According to a fourth aspect of embodiments of the present invention, there is provided a computer readable medium, on which a computer program is stored, which when executed by a processor, implements the method as described above.
One embodiment of the above invention has the following advantages or benefits: binding original data and a visual interface component; responding to a user request for calling a visual interface component, and acquiring original data with a binding relationship with the visual interface component; and outputting and displaying the configured original data with the binding relationship by adopting the visual interface component. By binding the data and the components, the speed of switching the index data format can be increased under the condition that the data needs to be switched, and the speed of displaying the data is further increased.
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
FIG. 1 is a schematic diagram of a main flow of a method of displaying data according to an embodiment of the invention;
FIG. 2 is a flow diagram of binding raw data to a visual interface component according to an embodiment of the invention;
FIG. 3 is a flow chart illustrating outputting and displaying configured original data with binding relationships according to an embodiment of the present invention;
FIG. 4 is a flow diagram illustrating updating a binding according to an embodiment of the invention;
FIG. 5 is an interaction diagram of display data according to an embodiment of the invention;
fig. 6 is a schematic diagram of a main structure of an apparatus for displaying data according to an embodiment of the present invention;
FIG. 7 is an exemplary system architecture diagram in which embodiments of the present invention may be employed;
fig. 8 is a schematic structural diagram of a computer system suitable for implementing a terminal device or a server according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
For a large enterprise, the business is various in types and complex in hierarchy. If the operation is compared to battle, more battlefields are available. The information types of each battlefield are different, the specificity of a single battlefield and the universality of the whole battlefield are considered, and the requirements for information acquisition are different.
When data is visually displayed, data modeling is generally performed according to different display indexes. Different index data structures are different, and different components have different requirements on the index data format when being displayed at the front end.
For an existing display page, the speed of switching the index data format is slow, resulting in slow data display speed.
In order to solve the problem that the speed of switching the index data format is slow, the following technical scheme in the embodiment of the invention can be adopted.
Referring to fig. 1, fig. 1 is a schematic diagram of a main flow of a method for displaying data according to an embodiment of the present invention, and a binding relationship is rapidly updated by binding original data and a visual interface component. As shown in fig. 1, the method specifically comprises the following steps:
and S101, binding the original data and the visual interface component.
In the process of displaying data, the data is usually displayed according to different original data. This is because different data formats differ, and components have different requirements on the format when exposed at the front end.
In the embodiment of the invention, in order to improve the speed of displaying data, the original data and the visual interface component can be bound firstly. The raw data is the data that the user needs to display. As one example, the raw data includes the net worth of fund A over the year. The visual interface component is the package of data and visual encryption display method.
Referring to fig. 2, fig. 2 is a schematic flowchart of a process of binding original data and a visual interface component according to an embodiment of the present invention, which specifically includes the following steps:
s201, presetting a display index of the original data.
The raw data not only relates to the data itself, but also to the presentation metrics. Presentation metrics are parameters used to output data. As one example, the presentation metrics of the raw data include units of measure and/or data accuracy. Such as: the units of measurement are meters or millimeters. The data accuracy is days or hours.
For the original data, in the process of displaying the original data, the original data needs to be displayed according to the display index. Therefore, the display index of the original data can be preset.
S202, binding the original data and the visual interface component.
The visual interface component is a means of displaying raw data. The visual interface component can be used for displaying on a screen, such as: and displaying the original data in a television, a mobile phone or other display equipment. As one example, the raw data is displayed in a pie chart. As another example, the raw data is displayed in a statistical table.
To increase the way data is displayed, the visual interface component includes one or more of the following parameters, size, event, style, skin, and behavior. That is, one or more of parameters, size, events, patterns, skin, and behavior can be adjusted in the visualization interface component according to the raw data.
In the embodiment of fig. 2, the method for displaying data can be effectively improved by binding the original data and the visual interface.
In one embodiment of the invention, the execution subject binding the raw data and the visual interface component is the server. And connecting the user with the display screen through the server. Specifically, the server receives a user command, and the server outputs a signal to display data on the display screen. Then, the binding process is that the server binds the original data and the visual interface component in response to the binding instruction of the user.
Specifically, the binding instruction includes an identification of the original data and an identification of the visual interface component. Therefore, the server can bind the original data and the visual interface component according to the identification of the original data and the identification of the visual interface component.
S102, responding to a user request for calling the visual interface component, and acquiring original data with a binding relation with the visual interface component.
After the raw data is bound to the visual interface component, the raw data needs to be retrieved in order to display the data. The condition for invoking the raw data is that the user sends a user request to invoke a visual interface component. That is, in response to a user request to invoke a visual interface component, raw data having a binding relationship with the visual interface component is obtained.
In one embodiment of the invention, the raw data is typically stored in a database. Then, in response to a user request for calling the visual interface component, the server side obtains the original data which has a binding relation with the visual interface component in the database.
As one example, to obtain the raw data, an identification of the raw data is included in a user request that invokes a visual interface component. In this way, in response to a user request for invoking the visual interface component, based on the identifier of the original data, the server side obtains the original data in the database, wherein the original data has a binding relationship with the visual interface component.
And S103, outputting and displaying the configured original data with the binding relationship by adopting a visual interface component.
After the original data with the binding relationship is configured, the data is input into the visual interface piece, and then a signal can be output to the display screen to display the configured original data with the binding relationship.
Referring to fig. 3, fig. 3 is a schematic flowchart of outputting and displaying configured original data with a binding relationship according to an embodiment of the present invention, which specifically includes the following steps:
s301, configuring original data with binding relation based on user requirements.
For a user, before displaying data, original data with a binding relationship can be configured to achieve a preset display effect. As one example, raw data with binding relationships is configured based on exposure metrics in user demand. Such as: the unit of measurement in the user demand is modified from millimeter to micrometer.
S302, inputting the configured original data with the binding relationship into a visual interface component to display the data.
After the raw data with binding relationship is configured, the configured raw data with binding relationship can be input into a visual interface component to display the data in a display.
In the embodiment of fig. 3, the display index can be adjusted in time by configuring the original data, and the data meeting the user requirement is displayed.
In one embodiment of the invention, for data using the same visual interface component, the data may also be updated to display the updated data. In this way, the same visual interface component can be adapted to multiple sets of data.
Referring to fig. 4, fig. 4 is a schematic flowchart of updating a binding relationship according to an embodiment of the present invention, which specifically includes the following steps:
s401, responding to the data request of the updated data, and acquiring the updated data corresponding to the data request.
When the user needs to display the updated data, the user can send a data request of the updated data to the server, and then the server obtains the updated data corresponding to the data request from the database. As one example, the data request to update data includes an identification of the update data. And the server acquires the updating data corresponding to the identification of the updating data from the database according to the identification of the updating data.
In practical applications, the same visual interface component may be used in the case that the update data is of the same data type as the original data. As one example, the data type of the raw data is data for fund A within one year; the data type of the update data is data of fund B within one month.
S402, updating the binding relationship through updating data.
On the basis of updating data, updating the binding relationship, namely updating the binding relationship between the original data and the visual interface component into the binding relationship between the updated data and the visual interface component.
Specifically, the binding relationship between the original data and the visual interface component is deleted; and establishing a binding relation between the updating data and the visual interface component.
As an example, the correspondence between the identifier of the original data and the identifier of the visual interface component is deleted, and the correspondence between the identifier of the updated data and the identifier of the visual interface component is established.
In the embodiment of fig. 4, the updated data is displayed by updating the data based on the existing visual interface component.
In the above embodiment, the raw data is bound to the visual interface component; responding to a user request for calling a visual interface component, and acquiring original data with a binding relationship with the visual interface component; and outputting and displaying the configured original data with the binding relationship by adopting the visual interface component. By binding the data and the components, the speed of switching the index data format can be increased under the condition that the data needs to be switched, and the speed of displaying the data is further increased.
Referring to fig. 5, fig. 5 is an interaction diagram for displaying data according to an embodiment of the present invention. Fig. 5 includes a user terminal, a server, and a display. Through the interaction among the user side, the server and the display, data can be displayed through the visual interface component in the display.
S501, displaying indexes are preset.
And the user side sends a preset display index to the server so as to display data according to the preset display index.
And S502, binding the original data and the visual interface component.
And the user side sends a binding instruction to the server, and the server side binds the original data and the visual interface component.
S503, requesting configuration of a display index.
The display sends a request to the server to configure the presentation indicator.
S504, configuring display indexes.
The server configures display indexes for the display based on preset display indexes.
And S505, displaying the data.
In the display, the original data having the binding relationship is displayed.
Referring to fig. 6, fig. 6 is a schematic diagram of a main structure of an apparatus for displaying data according to an embodiment of the present invention, where the apparatus for displaying data may implement a method for displaying data, and as shown in fig. 6, the apparatus for displaying data specifically includes:
a binding module 601, configured to bind original data and a visual interface component;
an obtaining module 602, configured to obtain, in response to a user request for invoking a visual interface component, original data having a binding relationship with the visual interface component;
the output module 603 is configured to output and display the configured original data with the binding relationship by using the visual interface component.
In an embodiment of the present invention, the binding module 601 is specifically configured to preset a display index of the original data;
and binding the original data and the visual interface component.
In one embodiment of the invention, the presentation index of the raw data comprises a unit of measure and/or data accuracy.
In one embodiment of the invention, the visual interface component includes one or more of the following parameters, size, event, style, skin, and behavior.
In an embodiment of the present invention, the binding module 601 is specifically configured to respond to a binding instruction of a user, and the server binds the raw data and the visual interface component.
In an embodiment of the invention, the binding instruction includes an identification of the original data and an identification of the visual interface component.
In an embodiment of the present invention, the obtaining module 602 is specifically configured to, in response to a user request for invoking a visual interface component, obtain, by a server, original data having a binding relationship with the visual interface component in a database.
In one embodiment of the invention, the user request for invoking the visual interface component comprises an identification of the original data;
the obtaining module 602 is specifically configured to, in response to a user request for invoking a visual interface component, based on the identifier of the original data, obtain, by the server, original data having a binding relationship with the visual interface component in a database.
In an embodiment of the present invention, the output module 603 is specifically configured to configure the original data with the binding relationship based on a user requirement;
and inputting the configured original data with the binding relationship into the visual interface component to display data.
In an embodiment of the present invention, the output module 603 is specifically configured to configure the original data with the binding relationship based on a presentation indicator in a user requirement.
In one embodiment of the invention, the presentation indicator comprises a unit of measure and/or a data accuracy.
In an embodiment of the present invention, the binding module 601 is specifically configured to respond to a data request for updating data, and obtain update data corresponding to the data request;
and updating the binding relationship through the updating data.
In one embodiment of the invention, the data request for update data comprises an identification of the update data.
In one embodiment of the invention, the update data is of the same data type as the original data.
In an embodiment of the present invention, the binding module 601 is specifically configured to, in response to a data request for updating data, obtain, in a database, update data corresponding to the data request.
In an embodiment of the present invention, the binding module 601 is specifically configured to delete the binding relationship between the original data and the visual interface component;
and establishing a binding relationship between the updating data and the visual interface component.
In an embodiment of the present invention, the binding module 601 is specifically configured to delete a correspondence between the identifier of the original data and the identifier of the visual interface component;
and establishing a corresponding relation between the identification of the updated data and the identification of the visual interface component.
Fig. 7 illustrates an exemplary system architecture 700 to which the method of displaying data or the apparatus for displaying data of embodiments of the present invention may be applied.
As shown in fig. 7, the system architecture 700 may include terminal devices 701, 702, 703, a network 704, and a server 705. The network 704 serves to provide a medium for communication links between the terminal devices 701, 702, 703 and the server 705. Network 704 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
A user may use the terminal devices 701, 702, 703 to interact with a server 705 over a network 704, to receive or send messages or the like. The terminal devices 701, 702, 703 may have installed thereon various communication client applications, such as a shopping-like application, a web browser application, a search-like application, an instant messaging tool, a mailbox client, social platform software, etc. (by way of example only).
The terminal devices 701, 702, 703 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 705 may be a server providing various services, such as a background management server (for example only) providing support for shopping websites browsed by users using the terminal devices 701, 702, 703. The backend management server may analyze and perform other processing on the received data such as the product information query request, and feed back a processing result (for example, target push information, product information — just an example) to the terminal device.
It should be noted that the method for displaying data provided by the embodiment of the present invention is generally executed by the server 705, and accordingly, the apparatus for displaying data is generally disposed in the server 705.
It should be understood that the number of terminal devices, networks, and servers in fig. 7 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 8, shown is a block diagram of a computer system 800 suitable for use with a terminal device implementing an embodiment of the present invention. The terminal device shown in fig. 8 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 8, the computer system 800 includes a Central Processing Unit (CPU)801 that can perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)802 or a program loaded from a storage section 808 into a Random Access Memory (RAM) 803. In the RAM 803, various programs and data necessary for the operation of the system 800 are also stored. The CPU 801, ROM 802, and RAM 803 are connected to each other via a bus 804. An input/output (I/O) interface 805 is also connected to bus 804.
The following components are connected to the I/O interface 805: an input portion 806 including a keyboard, a mouse, and the like; an output section 807 including a signal such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage portion 808 including a hard disk and the like; and a communication section 809 including a network interface card such as a LAN card, a modem, or the like. The communication section 809 performs communication processing via a network such as the internet. A drive 810 is also connected to the I/O interface 805 as necessary. A removable medium 811 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 810 as necessary, so that a computer program read out therefrom is mounted on the storage section 808 as necessary.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program can be downloaded and installed from a network through the communication section 809 and/or installed from the removable medium 811. The computer program executes the above-described functions defined in the system of the present invention when executed by the Central Processing Unit (CPU) 801.
It should be noted that the computer readable medium shown in the present invention can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present invention, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present invention, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The modules described in the embodiments of the present invention may be implemented by software or hardware. The described modules may also be provided in a processor, which may be described as: a processor includes a binding module, an obtaining module, and an output module. Where the names of these modules do not in some cases constitute a limitation on the modules themselves, for example, a binding module may also be described as "used to bind raw data with a visual interface component".
As another aspect, the present invention also provides a computer-readable medium that may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to comprise:
binding original data and a visual interface component;
responding to a user request for calling a visual interface component, and acquiring original data with a binding relationship with the visual interface component;
and outputting and displaying the configured original data with the binding relationship by adopting the visual interface component.
According to the technical scheme of the embodiment of the invention, original data and a visual interface component are bound; responding to a user request for calling a visual interface component, and acquiring original data with a binding relationship with the visual interface component; and outputting and displaying the configured original data with the binding relationship by adopting the visual interface component. By binding the data and the components, the speed of switching the index data format can be increased under the condition that the data needs to be switched, and the speed of displaying the data is further increased.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (20)

1. A method of displaying data, comprising:
binding original data and a visual interface component;
responding to a user request for calling a visual interface component, and acquiring original data with a binding relationship with the visual interface component;
and outputting and displaying the configured original data with the binding relationship by adopting the visual interface component.
2. The method of displaying data according to claim 1, wherein said binding the raw data to the visual interface component comprises:
presetting a display index of the original data;
and binding the original data and the visual interface component.
3. The method of claim 2, wherein the display metrics of the raw data include units of measure and/or data precision.
4. The method of displaying data according to claim 1, wherein the visual interface component comprises one or more of a size, an event, a pattern, a skin, and a behavior.
5. The method of displaying data according to claim 1, wherein said binding the raw data to the visual interface component comprises:
and responding to a binding instruction of a user, and binding the original data and the visual interface component by the server.
6. The method of displaying data according to claim 5, wherein the binding instruction includes an identification of the raw data and an identification of the visual interface component.
7. The method for displaying data according to claim 1, wherein the obtaining of the original data having a binding relationship with the visual interface component in response to a user request for invoking the visual interface component comprises:
in response to a user request for calling the visual interface component, the server side obtains original data which has a binding relationship with the visual interface component in a database.
8. The method of displaying data of claim 7, wherein the user request to invoke a visual interface component includes an identification of the original data;
the step of responding to the user request for calling the visual interface component, wherein the step of acquiring the original data with the binding relation with the visual interface component in the database by the server side comprises the following steps:
and responding to a user request for calling the visual interface component, and based on the identification of the original data, the server side acquires the original data which has a binding relationship with the visual interface component in a database.
9. The method for displaying data according to claim 1, wherein the outputting and displaying the configured original data with the binding relationship by using the visual interface component comprises:
configuring the original data with the binding relation based on user requirements;
and inputting the configured original data with the binding relationship into the visual interface component to display data.
10. The method for displaying data according to claim 9, wherein the configuring the original data with binding relationship based on the user requirement comprises:
and configuring the original data with the binding relationship based on the display indexes in the user requirements.
11. The method of claim 10, wherein the presentation metric comprises a unit of measure and/or a data precision.
12. The method of displaying data according to claim 1, further comprising:
responding to a data request for updating data, and acquiring updating data corresponding to the data request;
and updating the binding relationship through the updating data.
13. The method of claim 12, wherein the data request for updated data comprises an identification of the updated data.
14. The method of claim 12, wherein the updated data is of the same data type as the original data.
15. The method for displaying data according to claim 12, wherein the obtaining update data corresponding to the data request in response to the data request for updating data comprises:
and responding to a data request for updating data, and acquiring the updating data corresponding to the data request in a database.
16. The method for displaying data according to claim 12, wherein the updating the binding relationship through the update data comprises:
deleting the binding relationship between the original data and the visual interface component;
and establishing a binding relationship between the updating data and the visual interface component.
17. The method for displaying data according to claim 16, wherein the deleting the binding relationship between the original data and the visual interface component comprises:
deleting the corresponding relation between the identifier of the original data and the identifier of the visual interface component;
the establishing of the binding relationship between the update data and the visual interface component comprises: and establishing a corresponding relation between the identification of the updated data and the identification of the visual interface component.
18. An apparatus for displaying data, comprising:
the binding module is used for binding the original data and the visual interface component;
the system comprises an acquisition module, a display module and a display module, wherein the acquisition module is used for responding to a user request for calling a visual interface component and acquiring original data which has a binding relationship with the visual interface component;
and the output module is used for outputting and displaying the configured original data with the binding relationship by adopting the visual interface component.
19. An electronic device for displaying data, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-17.
20. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1-17.
CN202110679714.XA 2021-06-18 2021-06-18 Method, device, equipment and computer readable medium for displaying data Pending CN113282688A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110679714.XA CN113282688A (en) 2021-06-18 2021-06-18 Method, device, equipment and computer readable medium for displaying data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110679714.XA CN113282688A (en) 2021-06-18 2021-06-18 Method, device, equipment and computer readable medium for displaying data

Publications (1)

Publication Number Publication Date
CN113282688A true CN113282688A (en) 2021-08-20

Family

ID=77285056

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110679714.XA Pending CN113282688A (en) 2021-06-18 2021-06-18 Method, device, equipment and computer readable medium for displaying data

Country Status (1)

Country Link
CN (1) CN113282688A (en)

Similar Documents

Publication Publication Date Title
CN107491382B (en) Log output method and device
CN110706093A (en) Accounting processing method and device
CN111258988A (en) Asset management method, device, electronic device, and medium
CN114697285B (en) Information display and information transmission methods, devices, equipment and media
CN112947919A (en) Method and device for constructing service model and processing service request
CN112817562A (en) Service processing method and device
CN111787041A (en) Method and apparatus for processing data
CN114003659A (en) Data synchronization method, data synchronization device, electronic equipment, storage medium and program product
CN113190517A (en) Data integration method and device, electronic equipment and computer readable medium
CN110795135A (en) Method and device for realizing injection-resolution configuration
CN117609226A (en) Information stream data storage method and device, electronic equipment and readable medium
CN111143408A (en) Event processing method and device based on business rules
CN113378346A (en) Method and device for model simulation
CN116737662A (en) Method, device, electronic equipment and storage medium for processing business data
CN110852701A (en) Product demand management method, device and system
CN111984686A (en) Data processing method and device
CN112214500A (en) Data comparison method and device, electronic equipment and storage medium
CN113779412B (en) Message touch method, node and system based on blockchain network
CN113656506B (en) Electronic specification acquisition method and device and readable medium
CN113282688A (en) Method, device, equipment and computer readable medium for displaying data
CN111010449B (en) Image information output method, system, device, medium, and electronic apparatus
CN109087097B (en) Method and device for updating same identifier of chain code
CN112835962A (en) Information display method and device, electronic equipment and storage medium
CN113760928A (en) Cache data updating system and method
CN111831179A (en) Signing method, device and computer readable 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