CN113836216A - Data display method and device, storage medium and electronic equipment - Google Patents

Data display method and device, storage medium and electronic equipment Download PDF

Info

Publication number
CN113836216A
CN113836216A CN202111040409.2A CN202111040409A CN113836216A CN 113836216 A CN113836216 A CN 113836216A CN 202111040409 A CN202111040409 A CN 202111040409A CN 113836216 A CN113836216 A CN 113836216A
Authority
CN
China
Prior art keywords
data
authority
display
target
target user
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
CN202111040409.2A
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.)
Feisuanzhi Technology Shenzhen Co ltd
Original Assignee
Feisuanzhi Technology Shenzhen Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Feisuanzhi Technology Shenzhen Co ltd filed Critical Feisuanzhi Technology Shenzhen Co ltd
Priority to CN202111040409.2A priority Critical patent/CN113836216A/en
Publication of CN113836216A publication Critical patent/CN113836216A/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/26Visual data mining; Browsing structured data
    • 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/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management
    • 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/254Extract, transform and load [ETL] procedures, e.g. ETL data flows in data warehouses
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The disclosure relates to a data display method, a data display device, a storage medium and an electronic device, which are used for improving the data acquisition performance of a business intelligent system and realizing the data authority management of the business intelligent system. Wherein, the method comprises the following steps: determining a data source for storing data, and establishing a communication connection with the data source; responding to a first display operation of a target user on data in a data source, and judging whether the target user has the authority of executing the first display operation on the data, wherein the data operation authority of each user is preconfigured through an authority setting module built in a commercial intelligent system; if the target user has the authority of executing the first display operation on the data, acquiring the data from a data source, displaying the data, and caching the data through a data caching module built in the commercial intelligent system; and responding to a second display operation of the target user on the data, and obtaining the cached data for display.

Description

Data display method and device, storage medium and electronic equipment
Technical Field
The present disclosure relates to the field of data processing technologies, and in particular, to a data display method and apparatus, a storage medium, and an electronic device.
Background
The bi (business intelligence) business intelligence system refers to a system for analyzing data through a data warehouse technology, an online analysis processing technology, a data mining and data presentation technology, such as a resource monitoring and scheduling system in scenes of intelligent transportation and the like, a manufacturing supply chain analysis system for monitoring the operation condition of a service pipeline or equipment in real time, and the like. In the related art, a business intelligence system obtains data to be analyzed and displayed through JDBC (Java Database Connectivity). In this way, JDBC is needed to acquire data from the database in each data analysis and display process, the data acquisition performance is low, and the data authority is difficult to control.
Disclosure of Invention
The invention aims to provide a data display method, a data display device, a storage medium and electronic equipment, so as to improve the data acquisition performance of a business intelligent system and realize data authority management of the business intelligent system.
In order to achieve the above object, in a first aspect, the present disclosure provides a data presentation method applied to a business intelligence system, including:
determining a data source for storing data, and establishing a communication connection with the data source;
responding to a first display operation of a target user on data in the data source, and judging whether the target user has the authority of executing the first display operation on the data, wherein the data operation authority of each user is preconfigured through an authority setting module built in the business intelligent system;
if the target user has the authority of executing the first display operation on the data, acquiring the data from the data source, displaying the data, and caching the data through a data caching module built in the business intelligent system;
and responding to a second display operation of the target user on the data, and obtaining the cached data for displaying.
Optionally, the first display operation is configured to display the data according to a preset data structure, and the caching the target data by a data caching module built in the business intelligence system includes:
and caching the data according to the preset data structure through a data caching module arranged in the business intelligent system.
Optionally, after presenting the data, the method further comprises:
responding to the data processing operation of the target user on the data, and judging whether the target user has the authority of executing the data processing operation on the data;
if the target user has the authority to execute the data processing operation on the data, executing the data processing operation on the data to obtain target data;
and replacing the data with the target data for displaying, and updating the cached data into the target data.
Optionally, the method further comprises the following process for configuring the data manipulation rights:
displaying a data permission configuration interface;
responding to authority configuration operation of a user for target display data in the data authority configuration interface, and adding authority information corresponding to the authority configuration operation to the target display data, wherein the authority information comprises user information of a user capable of viewing or operating the target display data;
the determining whether the target user has the right to perform the first display operation on the data includes:
and comparing the user information of the target user with the user information in the authority information corresponding to the data, and judging whether the target user has the authority to execute the first display operation on the data according to the comparison result.
Optionally, the method further comprises the following process for configuring the data manipulation rights:
displaying a menu authority configuration interface;
responding to authority configuration operation of a user for a target display menu in the menu authority configuration interface, and adding authority information corresponding to the authority configuration operation to the target display menu, wherein the authority information comprises identification information of the user capable of operating the target display menu;
the method further comprises the following steps:
and after the data is displayed, responding to the menu processing operation of the target user on a display menu for displaying the data, judging whether the target user has the operation authority on the display menu, and if the target user has the operation authority on the display menu, executing the menu processing operation on the display menu.
In a second aspect, the present disclosure provides a data display device applied to a business intelligence system, including:
the device comprises a determining module, a judging module and a judging module, wherein the determining module is used for determining a data source for storing data and establishing communication connection with the data source;
the first judging module is used for responding to a first display operation of a target user on data in the data source and judging whether the target user has the authority of executing the first display operation on the data, wherein the data operation authority of each user is configured in advance through an authority setting module built in the business intelligent system;
the first display module is used for acquiring the data from the data source, displaying the data and caching the data through a data caching module built in the business intelligent system when the target user has the authority of executing the first display operation on the data;
and the second display module is used for responding to a second display operation of the target user on the data, and obtaining the cached data for display.
Optionally, the first display operation is configured to display the data according to a preset data structure, and the first display module is configured to:
and caching the data according to the preset data structure through a data caching module arranged in the business intelligent system.
Optionally, the apparatus further comprises:
the second judgment module is used for responding to the data processing operation of the target user on the data after the data is displayed, and judging whether the target user has the authority of executing the data processing operation on the data;
the processing module is used for executing the data processing operation on the data to obtain target data when the target user has the authority of executing the data processing operation on the data;
and the third display module is used for replacing the data with the target data for display and updating the cached data into the target data.
In a third aspect, the present disclosure provides a non-transitory computer readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the method of any one of the first aspects.
In a fourth aspect, the present disclosure provides an electronic device comprising:
a memory having a computer program stored thereon;
a processor for executing the computer program in the memory to implement the steps of the method of any one of the first aspect.
Through the technical scheme, the business intelligent system is internally provided with the authority setting module and can set the data operation authority of each user, so that the business intelligent system can respond to the first display operation of the target user on the data in the data source, and firstly judges whether the target user has the authority to execute the first display operation on the data, thereby realizing the data authority management of the business intelligent system and improving the data security. If the target user has the authority of executing the first display operation on the data, the corresponding data can be obtained from the data source, the data is displayed, and the data is cached through a data caching module built in the business intelligent system. Therefore, in response to the second display operation of the target user on the data, the cached data can be obtained for display without obtaining the data from the data source, and the data obtaining performance can be improved.
Additional features and advantages of the disclosure will be set forth in the detailed description which follows.
Drawings
The accompanying drawings, which are included to provide a further understanding of the disclosure and are incorporated in and constitute a part of this specification, illustrate embodiments of the disclosure and together with the description serve to explain the disclosure without limiting the disclosure. In the drawings:
FIG. 1 is a flow chart illustrating a method of data presentation according to an exemplary embodiment of the present disclosure;
FIG. 2 is a block diagram illustrating a data presentation device according to an exemplary embodiment of the present disclosure;
fig. 3 is a block diagram illustrating an electronic device according to an exemplary embodiment of the present disclosure.
Detailed Description
The following detailed description of specific embodiments of the present disclosure is provided in connection with the accompanying drawings. It should be understood that the detailed description and specific examples, while indicating the present disclosure, are given by way of illustration and explanation only, not limitation.
It should be understood at the outset that the data presentation methods provided by the present disclosure may be applied to business intelligence systems including, but not limited to: the consumer goods sales management system is used for easily accessing each service system, optimizing the stock and adjusting the sales strategy in time; the new retail refined operation system is used for collecting internal and external data in real time and efficiently realizing data-driven refined operation; the financial customer analysis system is used for optimizing the promotion channel and the wind control management; the internet operation analysis monitoring system is used for comprehensively and deeply analyzing user behaviors, and monitoring and early warning service states in real time; the media channel analysis system is used for integrating resources in various aspects such as channels, contents, editions and the like; the manufacturing supply chain analysis system is used for monitoring the operation conditions of a service assembly line and equipment in real time; the real estate addressing analysis system is used for visually displaying data such as a customer group image, a historical track, a store arrival frequency and the like; the public resource monitoring and scheduling system is used for scenes such as information service, emergency command, intelligent traffic and the like.
Fig. 1 is a flowchart illustrating a data presentation method according to an exemplary embodiment of the present disclosure. Referring to fig. 1, the method includes:
step 101, determining a data source for storing data, and establishing a communication connection with the data source.
And 102, responding to the first display operation of the target user on the data in the data source, and judging whether the target user has the authority of executing the first display operation on the data, wherein the data operation authority of each user is configured in advance through an authority setting module built in the business intelligent system.
And 103, if the target user has the authority of executing the first display operation on the data, acquiring the data from the data source, displaying the data, and caching the data through a data caching module built in the commercial intelligent system.
And 104, responding to a second display operation of the target user on the data, and acquiring the cached data for displaying.
For example, the data source may be a database storing data required by the business intelligence system for data analysis and/or data presentation, and the business intelligence system may establish a communication connection with the data source through JDBC, API (Application Programming Interface), REST API, or the like, so as to obtain the required data from the data source when performing data analysis and/or data presentation.
Illustratively, the first presentation operation may be triggered by an operation such as dragging a control on a visual operation interface of the business intelligence system by a target user. For example, if the visual operation interface displays a first control with the name of "data of past week", when the user wants to show the data of past week, the first control can be dragged to the data display area of the business intelligence system, thereby triggering a first showing operation.
It should be understood that, if a target user needs to obtain certain data for presentation, the related art generally obtains the corresponding data from the data source directly through JDBC, and lacks data authority control, so that the data security is deficient. In the embodiment of the disclosure, the business intelligence system is internally provided with the authority setting module, and the authority setting module can configure the operation authority of each user on the data in the data source, so that in response to the first display operation of the target user on the data in the data source, whether the target user has the authority to perform the first display operation on the data can be firstly judged, and the subsequent steps can be executed according to the judgment result. For example, in the above example, after the target user drags the first control to the data display area of the business intelligence system, it may be determined whether the target user has an authority to visually display data of a past week, if so, the data of the past week may be acquired from the data source and displayed in the data display area, otherwise, the data may not be displayed, and the user is prompted that the user does not have an authority to perform a display operation on the data of the past week.
In the embodiment of the present disclosure, after displaying the data acquired from the data source, the data may be cached by a data caching module built in the business intelligent system, so that when a user wants to display the data next time, the cached data may be acquired for displaying without acquiring the data from the data source, thereby improving the data acquisition performance. For example, the user logs out of the business intelligence system after presenting the past week of data through the first presentation operation. In this case, when the user logs in the business intelligence system again and wants to display the data of the past week again, the cached data can be acquired through the second display operation for displaying, so that the data acquisition performance can be improved.
In a possible manner, the first presentation operation is used for presenting the data according to a preset data structure, and accordingly, the caching of the target data by the data caching module built in the business intelligence system may be: and caching the data according to a preset data structure through a data caching module built in the commercial intelligent system.
That is, what data structure the data is exposed to, the data may be cached in accordance with what data structure. Therefore, when the cached data is acquired for displaying, the data display format does not need to be set, and the data display efficiency can be improved while the data acquisition performance is improved.
In a possible mode, after the data is displayed, whether the target user has the authority to perform the data processing operation on the data can be judged in response to the data processing operation of the target user on the data, if the target user has the authority to perform the data processing operation on the data, the data processing operation is performed on the data to obtain the target data, then the data is replaced by the target data to be displayed, and the cached data is updated to be the target data.
For example, the data processing operation includes data modification, data deletion, data addition, and the like, which is not limited by the embodiment of the present disclosure. For example, the data displayed is data of the past week, and is displayed in the form of a histogram. In this case, the data presentation form as a pie chart can be modified through the data modification operation, that is, the target data is data of the past week presented as a pie chart. Alternatively, the data shown is data A, B and C, and data a is deleted by a data deletion operation, and the target data includes data B and C.
In the embodiment of the disclosure, the data operation authority of each user is preconfigured through the authority setting module built in the business intelligent system, so that in response to the data processing operation of the target user on the data, it can be first determined whether the target user has the authority to execute the data processing operation on the data, if the target user has the authority to execute the data processing operation on the data, the data processing operation on the data can be executed to obtain the target data, then the data is replaced by the target data for displaying, and the cached data is updated to the target data. Therefore, after the data are displayed, the user can modify the displayed data, and the cached data can be synchronously updated to the modified data. In addition, corresponding authority management can be provided for different data processing operations, and data security is improved.
In a possible approach, the configuration data operation right may be: the method comprises the steps of firstly displaying a data authority configuration interface, then responding to authority configuration operation of a user for target display data in the data authority configuration interface, and adding authority information corresponding to the authority configuration operation to the target display data, wherein the authority information comprises user information of the user capable of viewing or operating the target display data. Correspondingly, the user information of the target user can be compared with the user information in the authority information corresponding to the data, and then whether the target user has the authority for executing the first display operation on the data or not is judged according to the comparison result.
That is, the user information of the user capable of viewing or operating each data can be set in the business intelligent system, and the user information of the target user can be compared with the user information of the preset user in the subsequent data display process. If the user information of the target user can be compared with the preset user information corresponding to the data, the target user is indicated to have the permission of viewing or operating the data, and therefore the data can be obtained from the data source for displaying. Wherein, it should be understood that the target user has the operation right to the data, which indicates that the target user has the viewing right to the data at the same time.
In the embodiment of the present disclosure, the data operation authority may further include an authority for displaying a menu dimension of the data, in addition to the data authority of the data dimension. In a possible mode, a menu permission configuration interface may be displayed first, and then permission information corresponding to permission configuration operation is added to a target display menu in response to permission configuration operation of a user for the target display menu in the menu permission configuration interface, where the permission information includes identification information of a user capable of operating the target display menu. Correspondingly, after the data are displayed, whether the target user has the operation authority for the display menu or not can be judged in response to the menu processing operation of the target user on the display menu for displaying the data, and if the target user has the operation authority for the display menu, the menu processing operation can be executed on the display menu.
For example, the data is data of a past week, the data of each day further includes a plurality of data of different dimensions, a display interface of the business intelligent system correspondingly displays 7 display menus, one display menu corresponds to the data of a past day, if the display menu is in a folded state, the plurality of data of different dimensions can be unfolded and displayed by clicking the display menu, and if the display menu is in an unfolded state, the plurality of data displayed can be folded by clicking the display menu. In this case, if the menu processing operation is a menu expansion operation, it may be determined whether the target user has an expansion operation authority for the display menu, which is equivalent to determining whether the target user has an authority for viewing corresponding data. If the menu processing operation is a menu collapsing operation, it may be determined whether the target user has a collapsing operation authority for the display menu, and if the target user has the collapsing operation authority for the display menu, the displayed data may be collapsed.
Through the mode, in the process of data analysis and/or data display through the commercial intelligent system, after the user performs customized data analysis and/or data display, the operation authority of other users on each display menu on the data analysis and/or data display interface can be set, on one hand, a new authority management mode is added for the commercial intelligent system, on the other hand, the situation that other users randomly tamper with the data analysis and/or data display result of the user can be avoided, and the data safety is improved.
Based on the same inventive concept, the present disclosure also provides a data presentation apparatus, which may be a part or all of an electronic device or a business intelligence system through software, hardware or a combination of both. Referring to fig. 2, the data presentation apparatus 200 includes:
a determining module 201, configured to determine a data source for storing data, and establish a communication connection with the data source;
a first judging module 202, configured to, in response to a first display operation performed by a target user on data in the data source, judge whether the target user has a right to perform the first display operation on the data, where a data operation right of each user is preconfigured through a right setting module built in the business intelligence system;
the first display module 203 is used for acquiring the data from the data source and displaying the data when the target user has the authority to execute the first display operation on the data, and caching the data through a data caching module built in the business intelligent system;
the second presentation module 204 is configured to obtain the cached data for presentation in response to a second presentation operation on the data by the target user.
Optionally, the first display operation is configured to display the data according to a preset data structure, and the first display module 203 is configured to:
and caching the data according to the preset data structure through a data caching module arranged in the business intelligent system.
Optionally, the apparatus 200 further comprises:
the second judgment module is used for responding to the data processing operation of the target user on the data after the data is displayed, and judging whether the target user has the authority of executing the data processing operation on the data;
the processing module is used for executing the data processing operation on the data to obtain target data when the target user has the authority of executing the data processing operation on the data;
and the third display module is used for replacing the data with the target data for display and updating the cached data into the target data.
Optionally, the apparatus 200 further includes the following modules for configuring the data operation authority:
the first display module is used for displaying a data authority configuration interface;
the first configuration module is used for responding to authority configuration operation of a user on target display data in the data authority configuration interface, and adding authority information corresponding to the authority configuration operation to the target display data, wherein the authority information comprises user information of a user capable of viewing or operating the target display data;
the determining module 202 is configured to:
and comparing the user information of the target user with the user information in the authority information corresponding to the data, and judging whether the target user has the authority to execute the first display operation on the data according to the comparison result.
Optionally, the apparatus 200 further includes the following modules for configuring the data operation authority:
the second display module is used for displaying a menu authority configuration interface;
the second configuration module is used for responding to authority configuration operation of a user for a target display menu in the menu authority configuration interface, and adding authority information corresponding to the authority configuration operation to the target display menu, wherein the authority information comprises identification information of the user capable of operating the target display menu;
and the third judging module is used for responding to the menu processing operation of the target user on the display menu for displaying the data after the data is displayed, judging whether the target user has the operation authority on the display menu, and executing the menu processing operation on the display menu if the target user has the operation authority on the display menu.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
Based on the same inventive concept, the present disclosure also provides a non-transitory computer-readable storage medium having stored thereon a computer program, which when executed by a processor, implements the steps of any of the above-described data presentation methods.
Based on the same inventive concept, the present disclosure also provides an electronic device, comprising:
a memory having a computer program stored thereon;
a processor for executing the computer program in the memory to implement the steps of any of the above data presentation methods.
In a possible manner, a block diagram of the electronic device is shown in fig. 3. Referring to fig. 3, the electronic device 300 may include: a processor 301 and a memory 302. The electronic device 300 may also include one or more of a multimedia component 303, an input/output (I/O) interface 304, and a communication component 305.
The processor 301 is configured to control the overall operation of the electronic device 300, so as to complete all or part of the steps in the data presentation method. The memory 302 is used to store various types of data to support operation at the electronic device 300, such as instructions for any application or method operating on the electronic device 300 and application-related data, such as contact data, transmitted and received messages, pictures, audio, video, and the like. The Memory 302 may be implemented by any type of volatile or non-volatile Memory device or combination thereof, such as Static Random Access Memory (SRAM), Electrically Erasable Programmable Read-Only Memory (EEPROM), Erasable Programmable Read-Only Memory (EPROM), Programmable Read-Only Memory (PROM), Read-Only Memory (ROM), magnetic Memory, flash Memory, magnetic disk or optical disk. The multimedia components 303 may include a screen and an audio component. Wherein the screen may be, for example, a touch screen and the audio component is used for outputting and/or inputting audio signals. For example, the audio component may include a microphone for receiving external audio signals. The received audio signal may further be stored in the memory 302 or transmitted through the communication component 305. The audio assembly also includes at least one speaker for outputting audio signals. The I/O interface 304 provides an interface between the processor 301 and other interface modules, such as a keyboard, mouse, buttons, etc. These buttons may be virtual buttons or physical buttons. The communication component 305 is used for wired or wireless communication between the electronic device 300 and other devices. Wireless Communication, such as Wi-Fi, bluetooth, Near Field Communication (NFC), 2G, 3G, 4G, NB-IOT, eMTC, or other 5G, etc., or a combination of one or more of them, which is not limited herein. The corresponding communication component 305 may therefore include: Wi-Fi module, Bluetooth module, NFC module, etc.
In an exemplary embodiment, the electronic Device 300 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, microcontrollers, microprocessors, or other electronic components for performing the above-mentioned data presentation method.
In another exemplary embodiment, a computer readable storage medium comprising program instructions which, when executed by a processor, implement the steps of the data presentation method described above is also provided. For example, the computer readable storage medium may be the memory 302 including program instructions executable by the processor 301 of the electronic device 300 to perform the data presentation method described above.
In another exemplary embodiment, a computer program product is also provided, which comprises a computer program executable by a programmable apparatus, the computer program having code portions for performing the data presentation method described above when executed by the programmable apparatus.
The preferred embodiments of the present disclosure are described in detail with reference to the accompanying drawings, however, the present disclosure is not limited to the specific details of the above embodiments, and various simple modifications may be made to the technical solution of the present disclosure within the technical idea of the present disclosure, and these simple modifications all belong to the protection scope of the present disclosure.
It should be noted that, in the foregoing embodiments, various features described in the above embodiments may be combined in any suitable manner, and in order to avoid unnecessary repetition, various combinations that are possible in the present disclosure are not described again.
In addition, any combination of various embodiments of the present disclosure may be made, and the same should be considered as the disclosure of the present disclosure, as long as it does not depart from the spirit of the present disclosure.

Claims (10)

1. A data display method is applied to a business intelligence system and comprises the following steps:
determining a data source for storing data, and establishing a communication connection with the data source;
responding to a first display operation of a target user on data in the data source, and judging whether the target user has the authority of executing the first display operation on the data, wherein the data operation authority of each user is preconfigured through an authority setting module built in the business intelligent system;
if the target user has the authority of executing the first display operation on the data, acquiring the data from the data source, displaying the data, and caching the data through a data caching module built in the business intelligent system;
and responding to a second display operation of the target user on the data, and obtaining the cached data for displaying.
2. The method of claim 1, wherein the first presentation operation is used for presenting the data according to a preset data structure, and the caching of the target data through a data caching module built in the business intelligence system comprises:
and caching the data according to the preset data structure through a data caching module arranged in the business intelligent system.
3. The method of claim 1, wherein after presenting the data, the method further comprises:
responding to the data processing operation of the target user on the data, and judging whether the target user has the authority of executing the data processing operation on the data;
if the target user has the authority to execute the data processing operation on the data, executing the data processing operation on the data to obtain target data;
and replacing the data with the target data for displaying, and updating the cached data into the target data.
4. A method according to any of claims 1-3, characterized in that the method further comprises the following procedures for configuring the data manipulation rights:
displaying a data permission configuration interface;
responding to authority configuration operation of a user for target display data in the data authority configuration interface, and adding authority information corresponding to the authority configuration operation to the target display data, wherein the authority information comprises user information of a user capable of viewing or operating the target display data;
the determining whether the target user has the right to perform the first display operation on the data includes:
and comparing the user information of the target user with the user information in the authority information corresponding to the data, and judging whether the target user has the authority to execute the first display operation on the data according to the comparison result.
5. A method according to any of claims 1-3, characterized in that the method further comprises the following procedures for configuring the data manipulation rights:
displaying a menu authority configuration interface;
responding to authority configuration operation of a user for a target display menu in the menu authority configuration interface, and adding authority information corresponding to the authority configuration operation to the target display menu, wherein the authority information comprises identification information of the user capable of operating the target display menu;
the method further comprises the following steps:
and after the data is displayed, responding to the menu processing operation of the target user on a display menu for displaying the data, judging whether the target user has the operation authority on the display menu, and if the target user has the operation authority on the display menu, executing the menu processing operation on the display menu.
6. A data presentation device, which is applied to a business intelligence system, comprises:
the device comprises a determining module, a judging module and a judging module, wherein the determining module is used for determining a data source for storing data and establishing communication connection with the data source;
the first judging module is used for responding to a first display operation of a target user on data in the data source and judging whether the target user has the authority of executing the first display operation on the data, wherein the data operation authority of each user is configured in advance through an authority setting module built in the business intelligent system;
the first display module is used for acquiring the data from the data source, displaying the data and caching the data through a data caching module built in the business intelligent system when the target user has the authority of executing the first display operation on the data;
and the second display module is used for responding to a second display operation of the target user on the data, and obtaining the cached data for display.
7. The apparatus of claim 6, wherein the first presentation module is operable to present the data in a predetermined data structure, and wherein the first presentation module is operable to:
and caching the data according to the preset data structure through a data caching module arranged in the business intelligent system.
8. The apparatus of claim 6, further comprising:
the second judgment module is used for responding to the data processing operation of the target user on the data after the data is displayed, and judging whether the target user has the authority of executing the data processing operation on the data;
the processing module is used for executing the data processing operation on the data to obtain target data when the target user has the authority of executing the data processing operation on the data;
and the third display module is used for replacing the data with the target data for display and updating the cached data into the target data.
9. A non-transitory computer readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 5.
10. An electronic device, comprising:
a memory having a computer program stored thereon;
a processor for executing the computer program in the memory to carry out the steps of the method of any one of claims 1 to 5.
CN202111040409.2A 2021-09-06 2021-09-06 Data display method and device, storage medium and electronic equipment Pending CN113836216A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111040409.2A CN113836216A (en) 2021-09-06 2021-09-06 Data display method and device, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111040409.2A CN113836216A (en) 2021-09-06 2021-09-06 Data display method and device, storage medium and electronic equipment

Publications (1)

Publication Number Publication Date
CN113836216A true CN113836216A (en) 2021-12-24

Family

ID=78962341

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111040409.2A Pending CN113836216A (en) 2021-09-06 2021-09-06 Data display method and device, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN113836216A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114661987A (en) * 2022-03-11 2022-06-24 中交二公局第五工程有限公司 Intelligent interactive picture album operating system and operating method

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106682096A (en) * 2016-12-01 2017-05-17 北京奇虎科技有限公司 Method and device for log data management
CN107766531A (en) * 2017-10-26 2018-03-06 天津开心生活科技有限公司 Method for exhibiting data and device, storage medium, electronic equipment
US20180295203A1 (en) * 2017-04-10 2018-10-11 Microsoft Technology Licensing, Llc Predictive Local Pre-Cache For Reduced Latency Digital Content Access Rights Determination
CN109391852A (en) * 2018-09-14 2019-02-26 广州虎牙信息科技有限公司 A kind of message display method, device, equipment and storage medium
CN110555200A (en) * 2019-09-05 2019-12-10 北京思维造物信息科技股份有限公司 report publishing method, device and equipment
CN111046083A (en) * 2019-12-13 2020-04-21 北京中电普华信息技术有限公司 Data analysis method and system and big data platform

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106682096A (en) * 2016-12-01 2017-05-17 北京奇虎科技有限公司 Method and device for log data management
US20180295203A1 (en) * 2017-04-10 2018-10-11 Microsoft Technology Licensing, Llc Predictive Local Pre-Cache For Reduced Latency Digital Content Access Rights Determination
CN107766531A (en) * 2017-10-26 2018-03-06 天津开心生活科技有限公司 Method for exhibiting data and device, storage medium, electronic equipment
CN109391852A (en) * 2018-09-14 2019-02-26 广州虎牙信息科技有限公司 A kind of message display method, device, equipment and storage medium
CN110555200A (en) * 2019-09-05 2019-12-10 北京思维造物信息科技股份有限公司 report publishing method, device and equipment
CN111046083A (en) * 2019-12-13 2020-04-21 北京中电普华信息技术有限公司 Data analysis method and system and big data platform

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114661987A (en) * 2022-03-11 2022-06-24 中交二公局第五工程有限公司 Intelligent interactive picture album operating system and operating method

Similar Documents

Publication Publication Date Title
US9407443B2 (en) Component analysis of software applications on computing devices
US20210333984A1 (en) Method and apparatus for generating customized visualization component
CN110781408B (en) Information display method and device
CN104781776A (en) Apparatus and method for dynamic actions based on context
CN108804194B (en) Notification bar message processing method and device, user terminal and readable storage medium
US20170168653A1 (en) Context-driven, proactive adaptation of user interfaces with rules
KR102029941B1 (en) Abuser detecting
CN111033465B (en) Terminal device, UI extension method, and recording medium
US10972860B2 (en) Responding to changes in social traffic in a geofenced area
CN109286517B (en) Method, device and storage medium for creating service and electronic equipment
CN105376719A (en) Information pushing method and device
CN113138886A (en) Method and device for testing embedded equipment and testing equipment
CN115793911A (en) Data processing method and device, electronic equipment and storage medium
CN113836216A (en) Data display method and device, storage medium and electronic equipment
CN108874479B (en) Notification bar message display method and device, user terminal and readable storage medium
US20210141908A1 (en) Iinformation processing device, information processing method, and non-transitory computer readable medium for providing improved security
CN112783796A (en) Single-node testing method and device, computer equipment and readable storage medium
CN106802821B (en) Method and device for identifying installation source of application program
CN113395234B (en) Method and device for detecting flow hijacking of popularization information
CN113988009A (en) Information delivery area generation method, information delivery method, electronic device and storage medium
CN112686742A (en) Sales invoice risk early warning method and device, storage medium and electronic equipment
US20150199820A1 (en) Generating and displaying a specific area
CN111880698A (en) Information processing method and device of intelligent terminal, electronic equipment and storage medium
CN111367898A (en) Data processing method, device, system, electronic equipment and storage medium
KR102633150B1 (en) Method, computer system, and computer program to provide data analysis environment with controlled tempering

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20211224