CN115470754A - Data analysis method and device, computer readable medium and electronic equipment - Google Patents

Data analysis method and device, computer readable medium and electronic equipment Download PDF

Info

Publication number
CN115470754A
CN115470754A CN202211147968.8A CN202211147968A CN115470754A CN 115470754 A CN115470754 A CN 115470754A CN 202211147968 A CN202211147968 A CN 202211147968A CN 115470754 A CN115470754 A CN 115470754A
Authority
CN
China
Prior art keywords
analysis report
template
target
configuration
report template
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
CN202211147968.8A
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.)
Beijing Volcano Engine Technology Co Ltd
Original Assignee
Beijing Volcano Engine Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Volcano Engine Technology Co Ltd filed Critical Beijing Volcano Engine Technology Co Ltd
Priority to CN202211147968.8A priority Critical patent/CN115470754A/en
Publication of CN115470754A publication Critical patent/CN115470754A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • G06F40/106Display of layout of documents; Previewing
    • 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/2457Query processing with adaptation to user needs
    • 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/248Presentation of query results
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The disclosure relates to a data analysis method, a data analysis device, a computer readable medium and an electronic device. The method comprises the following steps: responding to a template generation instruction aiming at the analysis report, acquiring page layout configuration information of the analysis report, determining openable configuration information in the analysis report, generating a corresponding analysis report template, and updating a template identifier of the analysis report template and corresponding template information into an analysis report template library; responding to a selection instruction aiming at the analysis report template, calling the selected target analysis report template from the analysis report template library, displaying the openable configuration information in the template, and receiving a target configuration item value input aiming at the openable configuration information in the target analysis report template; and generating a target data analysis report according to the combination of the template parameters and the target configuration item values of the target analysis report template. Therefore, the target analysis report can be quickly generated according to the target analysis report template, the whole analysis report does not need to be configured from scratch, and time and labor are saved.

Description

Data analysis method and device, computer readable medium and electronic equipment
Technical Field
The present disclosure relates to the field of data processing technologies, and in particular, to a data analysis method, an apparatus, a computer-readable medium, and an electronic device.
Background
With the advent of the big data age, the data volume of business data of each industry is getting larger and larger. In order to make full use of the service data, the service data is generally managed by analyzing reports. The analysis report precipitates the data analysis thought of the user, and generally consists of text, diagrams, titles and the like. Typically, the analysis report is configured and generated by the user, which takes a long time. Therefore, how to quickly generate an analysis report becomes an urgent problem to be solved.
Disclosure of Invention
This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the detailed description. This summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
In a first aspect, the present disclosure provides a data analysis method, including:
responding to a template generation instruction aiming at an analysis report, acquiring page layout configuration information of the analysis report, determining openable configuration information in the analysis report, generating a corresponding analysis report template, synchronously storing the page layout configuration information and the openable configuration information as template information of the analysis report template, and updating a template identifier of the analysis report template and the corresponding template information into an analysis report template library, wherein the analysis report template library comprises at least one analysis report template for a user to select;
responding to a selection instruction for an analysis report template, calling the selected target analysis report template from the analysis report template library, displaying the openable configuration information in the target analysis report template according to the template information of the target analysis report template, and receiving a target configuration item value input for the openable configuration information in the target analysis report template;
and generating a target data analysis report according to the combination of the template parameters of the target analysis report template and the target configuration item values.
In a second aspect, the present disclosure provides a data analysis apparatus comprising:
the template generation module is used for responding to a template generation instruction aiming at an analysis report, acquiring page layout configuration information of the analysis report, determining openable configuration information in the analysis report, generating a corresponding analysis report template, synchronously storing the page layout configuration information and the openable configuration information as template information of the analysis report template, and updating a template identifier of the analysis report template and the corresponding template information into an analysis report template library, wherein the analysis report template library comprises at least one analysis report template for a user to select;
the configuration module is used for responding to a selection instruction aiming at an analysis report template, calling the selected target analysis report template from the analysis report template library, displaying the openable configuration information in the target analysis report template according to the template information of the target analysis report template, and receiving a target configuration item value input aiming at the openable configuration information in the target analysis report template;
and the report generation module is used for generating a target data analysis report according to the combination of the template parameters of the target analysis report template and the target configuration item values.
In a third aspect, the present disclosure provides a computer readable medium, on which a computer program is stored, which when executed by a processing device, implements the steps of the data analysis method provided by the first aspect of the present disclosure.
In a fourth aspect, the present disclosure provides an electronic device comprising:
a storage device having a computer program stored thereon;
processing means for executing the computer program in the storage means to implement the steps of the data analysis method provided by the first aspect of the present disclosure.
In the technical scheme, the analysis report template can be obtained by setting the openable configuration part (namely the part which can be configured by the user) based on the existing analysis report, the whole report template does not need to be set from scratch, time and labor are saved, and the user can flexibly set the openable configuration information in the existing analysis report according to the self requirement, so that the analysis report template can be flexibly generated. In addition, the user can select the target analysis report template for generating the target analysis report from the analysis report templates, so that the target analysis report can be quickly generated according to the target analysis report template, the whole analysis report does not need to be configured from beginning, and time and labor are saved. In addition, the target analysis report template has openable configuration information, and a user can automatically generate the target analysis report only by configuring specific configuration item values of the openable configuration information, so that the operation is simple and rapid.
Additional features and advantages of the disclosure will be set forth in the detailed description which follows.
Drawings
The above and other features, advantages and aspects of various embodiments of the present disclosure will become more apparent by referring to the following detailed description when taken in conjunction with the accompanying drawings. Throughout the drawings, the same or similar reference numbers refer to the same or similar elements. It should be understood that the drawings are schematic and that elements and features are not necessarily drawn to scale. In the drawings:
FIG. 1 is a flow chart illustrating a method of data analysis in accordance with an exemplary embodiment.
FIG. 2 is a schematic diagram illustrating a method for determining openable configuration information for common filters in an analysis report according to an example embodiment.
FIG. 3 is a diagram illustrating a method for determining openable configuration information for charts in analysis reports, according to an example embodiment.
FIG. 4 is a schematic diagram illustrating a first configuration interface for openable configuration information for a common filter, according to an example embodiment.
FIG. 5 is a schematic illustration of a second configuration interface showing one type of openable configuration information at a common time granularity, according to an example embodiment.
FIG. 6 is a flow chart illustrating a method of data analysis in accordance with another exemplary embodiment.
FIG. 7 is a block diagram illustrating a data analysis device according to an exemplary embodiment.
FIG. 8 is a block diagram illustrating an electronic device in accordance with an example embodiment.
Detailed Description
Embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the present disclosure are shown in the drawings, it is to be understood that the present disclosure may be embodied in various forms and should not be construed as limited to the embodiments set forth herein, but rather are provided for a more thorough and complete understanding of the present disclosure. It should be understood that the drawings and embodiments of the disclosure are for illustration purposes only and are not intended to limit the scope of the disclosure.
It should be understood that the various steps recited in the method embodiments of the present disclosure may be performed in a different order, and/or performed in parallel. Moreover, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the present disclosure is not limited in this respect.
The term "include" and variations thereof as used herein is meant to be inclusive, i.e., "including but not limited to". The term "based on" is "based, at least in part, on". The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments". Relevant definitions for other terms will be given in the following description.
It should be noted that the terms "first", "second", and the like in the present disclosure are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence relationship of the functions performed by the devices, modules or units.
It is noted that references to "a" or "an" in this disclosure are intended to be illustrative rather than limiting, and that those skilled in the art will appreciate that references to "one or more" are intended to be exemplary and not limiting unless the context clearly indicates otherwise.
The names of messages or information exchanged between devices in the embodiments of the present disclosure are for illustrative purposes only, and are not intended to limit the scope of the messages or information.
It is understood that, before the technical solutions disclosed in the embodiments of the present disclosure are used, the user should be informed of the type, the use range, the use scene, etc. of the personal information related to the present disclosure in a proper manner according to the relevant laws and regulations and obtain the authorization of the user.
For example, in response to receiving an active request from a user, a prompt message is sent to the user to explicitly prompt the user that the requested operation to be performed would require the acquisition and use of personal information to the user. Thus, the user can autonomously select whether to provide personal information to software or hardware such as an electronic device, an application program, a server, or a storage medium that performs the operations of the disclosed technical solution, according to the prompt information.
As an optional but non-limiting implementation manner, in response to receiving an active request from the user, the manner of sending the prompt information to the user may be, for example, a pop-up window, and the prompt information may be presented in a text manner in the pop-up window. In addition, a selection control for providing personal information to the electronic device by the user's selection of "agreeing" or "disagreeing" can be carried in the pop-up window.
It is understood that the above notification and user authorization process is only illustrative and not limiting, and other ways of satisfying relevant laws and regulations may be applied to the implementation of the present disclosure.
Meanwhile, it is understood that the data involved in the present technical solution (including but not limited to the data itself, the acquisition or use of the data) should comply with the requirements of the corresponding laws and regulations and the related regulations.
Fig. 1 is a flowchart illustrating a data analysis method according to an exemplary embodiment, where the method may be applied to a terminal, a server, and other electronic devices. As shown in fig. 1, the method may include the following S101 to S103.
In S101, in response to a template generation instruction for an analysis report, page layout configuration information of the analysis report is acquired, and openable configuration information in the analysis report is determined, a corresponding analysis report template is generated, the page layout configuration information and the openable configuration information are synchronously stored as template information of the analysis report template, and a template identifier of the analysis report template and the corresponding template information are updated to an analysis report template library.
In the present disclosure, the template generation instruction may include an identifier of an analysis report to be used for the analysis report template generation, so that, after receiving the template generation instruction, the electronic device may obtain a corresponding analysis report through the identifier, and then obtain the page layout configuration information of the analysis report.
The analysis report is generally composed of components such as a chart, a title, and text, and therefore, the analysis report template is also composed of these components. The page layout configuration information may include attribute information such as size, color, position, and the like of each component in the analysis report, and is fixed when the analysis report is generated based on the analysis report template, that is, the page layout configuration information cannot be changed.
In addition, when the analysis report comprises a plurality of charts, the analysis report further comprises a common filter, wherein the common filter is used for filtering the dimensions of the data displayed by at least two charts acted by the common filter, so that a user can filter the dimensions of the data displayed by the plurality of charts through the common filter in a one-key mode, and the analysis report is convenient and quick.
In addition, the analysis report template usually includes specialization information for each service party, so that specialization parts can be opened for each service party to configure, the opened specialization parts are openable configuration information that can be configured by a user, and when an analysis report is generated based on the analysis report template in the following, the user can configure configuration item values of the openable configuration information in the analysis report template. As can be seen, the openable configuration information is used to characterize which components in the analysis report template may be changed, i.e., the openable configuration information is changeable.
The openable configuration information in the analysis report can be set by a user, namely, the configuration parts of all the components can be opened according to requirements, so that the openable configuration information in the analysis report can be determined according to a user setting instruction.
For example, as shown in fig. 2, the user may use the diagram acted by the common filter as the openable configuration information by checking "whether the diagram acted by the common filter can be modified", use the filter field as the openable configuration information by checking "whether the filter field can be modified", use the filter operator as the openable configuration information by checking "whether the filter operator can be modified", use the value of the filter field as the openable configuration information by checking "whether the filter value can be modified", and use the style of the common filter as the openable configuration information by checking "whether the style of the common filter can be modified". The user may configure the public filter's openable configuration information in subsequent analysis reports generated based on the analysis report template. Wherein a filter operator may be, for example, equal to, not equal to, greater than, LAST (i.e., most recent), etc.; the style of the common filter may include a list multiple choice style, a tiling style, and the like.
Further illustratively, the screening condition of the open chart, that is, the screening condition of the chart is the openable configuration information, and as shown in fig. 3, the user can use the accident party ID as the openable configuration information of the chart "total number of accidents" by checking the "accident party ID", and use the accident list creation time as the openable configuration information of the chart "total number of accidents" by checking the "accident list creation time". The user may configure the filtering conditions for the charts in subsequent generation of analysis reports based on the analysis report template.
After determining the openable configuration information to be used in the analysis report generated by the analysis report template, the analysis report including the openable configuration information may be used as the analysis report template, and the page layout configuration information and the openable configuration information may be synchronously stored as template information of the analysis report template. And then, updating the template identifications of the analysis report templates and the corresponding template information into an analysis report template library, wherein the template identifications are used for uniquely identifying the corresponding analysis report templates, the template identifications can be numbers of the analysis report templates, and the analysis report template library comprises at least one analysis report template for being selected by a user.
In S102, in response to a selection instruction for an analysis report template, the selected target analysis report template is called from the analysis report template library, the openable configuration information in the target analysis report template is displayed according to the template information of the target analysis report template, and a target configuration item value input for the openable configuration information in the target analysis report template is received.
In this disclosure, or alternatively, the selection instruction of the analysis report template may include a template identifier of an analysis report template (i.e., a target analysis report template) selected by a user, so that, after receiving the selection instruction, the electronic device may obtain the template identifier of the analysis report template selected by the user by analyzing the selection instruction, and then, may obtain the selected target analysis report template from the analysis report template library by using the template identifier, and display a configuration interface of openable configuration information in the target analysis report template, so that, the user may configure the openable configuration information in the target analysis report template through the configuration interface, that is, input a configuration item value of the openable configuration information in the configuration interface.
In S103, a target data analysis report is generated according to the combination of the template parameters and the target configuration item values of the target analysis report template.
Specifically, the electronic device may configure the openable configuration information by using a target configuration item of the openable configuration information in the target analysis report template, and then may combine the configured openable configuration information and the page layout configuration information of the target analysis report template, and invoke corresponding data from the database to generate the target data analysis report.
In the technical scheme, the analysis report template can be obtained by setting the openable configuration part (namely the part which can be configured by the user) based on the existing analysis report, the whole report template does not need to be set from scratch, time and labor are saved, and the user can flexibly set the openable configuration information in the existing analysis report according to the self requirement, so that the analysis report template can be flexibly generated. In addition, the user can select the target analysis report template for generating the target analysis report from the analysis report templates, so that the target analysis report can be quickly generated according to the target analysis report template, the whole analysis report does not need to be configured from beginning, and time and labor are saved. In addition, the target analysis report template has openable configuration information, and a user can automatically generate the target analysis report only by configuring specific configuration item values of the openable configuration information, so that the operation is simple and rapid.
The following is a detailed description of a specific embodiment in S102, in which the openable configuration information in the target analysis report template is displayed according to the template information of the target analysis report template, and the target configuration item value input for the openable configuration information in the target analysis report template is received.
Specifically, the implementation can be achieved in various ways, in an embodiment, the analysis report includes a plurality of charts and public filters, the openable configuration information includes openable configuration information of the public filters, in this case, the electronic device can display a first configuration interface of the openable configuration information of the public filters in the target analysis report template according to template information of the target analysis report template, where the first configuration interface includes configuration items of filtering conditions (e.g., time range, application switching authority, products, etc.), and the public filters are configured to filter dimensions of data displayed by the charts applied by the public filters according to the filtering conditions; after receiving the first configuration instruction for each configuration item in the first configuration interface, the electronic device may determine a target configuration item value of the corresponding configuration item in the first configuration interface according to the first configuration instruction, where the first configuration instruction includes the configuration item value of each configuration item in the first configuration interface.
Wherein, the screening conditions comprise a screening field, a screening operator and a screening value; the configuration items of the screening conditions may include: configuration of a filter field, configuration of a filter operator, and configuration of a filter value.
In addition, the graphs acted by the common filter may be a plurality of preset graphs in the target analysis report template, and are fixed and not modifiable, and the configuration items of the graphs acted by the common filter may also be set in the first configuration interface, so that the user may dynamically adjust the graphs acted by the common filter through the configuration items of the graphs acted by the common filter, so as to meet different data analysis requirements of the user.
In addition, in order to meet personalized requirements of different users, configuration items of the styles of the public filters can be further arranged in the first configuration interface, so that the users can modify the styles of the public filters according to own preferences to meet the personalized requirements.
Illustratively, as shown in fig. 4, the first configuration interface of the openable configuration information of the common filter in the target analysis report template includes configuration items of a graph acted on by the common filter, configuration items of filter conditions, and configuration items of a style of the common filter, wherein the configuration items of the filter conditions include configuration items of filter fields, configuration items of filter operators, and configuration items of filter values. The graph "total number of accidents" and the graph "average accident finding time (h)" shown in fig. 4 are both generated based on the accident situation table in the database, and the graph "total number of BUGs" and the graph "BUG resolution" are both generated based on the BUG situation table in the database.
The user can configure the graph acted by the common filter by checking the corresponding graph, for example, checking the graph "total number of accidents" and the graph "total number of BUGs" in the first configuration interface at the same time indicates that the graph acted by the common filter includes the graph "total number of accidents" and the graph "total number of BUGs", and at the same time, the user can select the dimension of the data shown by the graph acted by the common filter through each drop-down box in the filter condition; the user may also select a style of the common filter (e.g., a list multiple choice style) via a drop-down box of the style of the common filter.
In another embodiment, the analysis report includes a plurality of charts and a common time granularity, wherein the common time granularity is used for characterizing the common time granularity (for example, minute granularity, day granularity, week granularity and the like) of the data displayed by at least two charts acted by the common time granularity, so that the time granularity of the data displayed by the plurality of charts can be set by one key through the common time granularity by a user, and the operation is convenient and quick.
The openable configuration information includes openable configuration information of common time granularity, and at this time, the electronic device may display a second configuration interface of the openable configuration information of the common time granularity in the target analysis report template according to the template information of the target analysis report template, where the second configuration interface includes configuration items of the common time granularity; then, the user may input the configuration value of each configuration item through the second configuration interface, so as to trigger a second configuration instruction for each configuration item in the second configuration interface, and after receiving the second configuration instruction for each configuration item in the second configuration interface, the electronic device may determine, according to the second configuration instruction, a target configuration item value of a corresponding configuration item in the second configuration interface, where the second configuration instruction includes the configuration item value of each configuration item in the second configuration interface.
In addition, the graphs acted by the common time granularity may be a plurality of preset graphs in the target analysis report template, and are fixed and not modifiable, and configuration items of the graphs acted by the common time granularity may also be set in the second configuration interface, so that a user may select the graphs acted by the common time granularity according to the user's own needs, so as to meet different data analysis requirements of the user.
Illustratively, as shown in FIG. 5, the second configuration interface of the public time-granular, openable configuration information in the target analysis report template includes configuration items of the graph acted upon by the public time-granularity and configuration items of the public time-granularity. For example, the graphs "total number of accidents" and the graphs "total number of BUGs" are simultaneously selected in the second configuration interface, which indicates that the graphs on which the common time granularity acts include the graphs "total number of accidents" and the graphs "total number of BUGs", and meanwhile, the user may select the granularity (e.g., days) of the graphs on which the common time granularity acts through a drop-down box of the common time granularity.
In addition, in order to facilitate acquisition of subsequent target analysis reports, the target analysis reports may be stored after they are generated. Specifically, the method can be implemented in various ways, and in one embodiment, the generated target analysis report is directly stored, that is, not only the target configuration item value of the openable configuration information in the target analysis report needs to be stored, but also the openable configuration information and the page layout configuration information of the target analysis report need to be stored.
In another embodiment, only the target configuration item values of the openable configuration information in the target analysis report may be saved to implement the storage of the target analysis report, and in particular, as shown in fig. 6, the method may further include the following S104.
In S104, after the target data analysis report is generated, the association relationship between the template information of the target analysis report template and the target configuration item value is stored.
In the present disclosure, the incidence is used to respond to a view or download request for a target data analysis report. Specifically, the openable configuration information and the page layout configuration information of the target analysis report are inherent information (i.e., template information) of a target report template adopted by the target analysis report, and a copy of the target analysis report template can be saved when the target analysis report template is saved. Therefore, all the analysis reports from the same analysis report template only need to store the template information of one analysis report template and the incidence relation between the target configuration item value of the openable configuration information in each analysis report and the template information, and each analysis report does not need to be stored, so that the storage space is greatly saved.
In addition, the template information and the target configuration item value of the target analysis report template are stored in an associated manner, so that when a viewing or downloading request for the target data analysis report is received, the target configuration item value of the target data analysis report and the template information of the target analysis report template adopted by the target data analysis report can be quickly acquired, and further the template information and the target configuration item value of the target analysis report template can be quickly restored to obtain the target analysis report for viewing or downloading by a user.
Furthermore, the above method may further include the steps of:
in response to a modification instruction for a specified analysis report template in the library of analysis report templates, the specified analysis report template is updated based on the modification instruction.
In one embodiment, the modification instruction is used to indicate a modification to the page layout information in the specified analysis report template, i.e., the user can modify the page layout information of the analysis report template.
In another embodiment, the modification instruction is used to instruct modification of the openable configuration information in the specified analysis report template, that is, the user can modify the openable configuration information of the analysis report template.
The modification instruction is used for indicating the modification of the page layout information and the openable configuration information in the specified analysis report template, namely, the user can modify the page layout information and the openable configuration information of the analysis report template.
FIG. 7 is a block diagram illustrating a data analysis device according to an exemplary embodiment. As shown in fig. 7, the apparatus 300 includes:
a template generating module 301, configured to, in response to a template generating instruction for an analysis report, obtain page layout configuration information of the analysis report, determine openable configuration information in the analysis report, generate a corresponding analysis report template, synchronously store the page layout configuration information and the openable configuration information as template information of the analysis report template, and update a template identifier of the analysis report template and corresponding template information into an analysis report template library, where the analysis report template library includes at least one analysis report template for a user to select;
a configuration module 302, configured to respond to a selection instruction for an analysis report template, invoke a selected target analysis report template from the analysis report template library, display openable configuration information in the target analysis report template according to template information of the target analysis report template, and receive a target configuration item value input for the openable configuration information in the target analysis report template;
a report generating module 303, configured to generate a target data analysis report according to a combination of the template parameters of the target analysis report template and the target configuration item values.
In the technical scheme, the analysis report template can be obtained by setting the openable configuration part (namely the part which can be configured by the user) based on the existing analysis report, the whole report template does not need to be set from scratch, time and labor are saved, and the user can flexibly set the openable configuration information in the existing analysis report according to the self requirement, so that the analysis report template can be flexibly generated. In addition, the user can select the target analysis report template for generating the target analysis report from the analysis report templates, so that the target analysis report can be quickly generated according to the target analysis report template, the whole analysis report does not need to be configured from beginning, and time and labor are saved. In addition, the target analysis report template has openable configuration information, and a user can automatically generate the target analysis report only by configuring specific configuration item values of the openable configuration information, so that the operation is simple and rapid.
Optionally, the analysis report comprises a plurality of charts and a common filter, wherein the common filter is used for filtering the dimension of the data shown by at least two charts acted by the common filter;
the openable configuration information includes openable configuration information of the common filter;
the configuration module 302 includes:
the first display sub-module is used for displaying a first configuration interface of the openable configuration information of the public filter in the target analysis report template according to the template information of the target analysis report template, wherein the first configuration interface comprises configuration items of a screening condition, and the public filter is used for screening the dimension of data displayed by the graph acted by the public filter according to the screening condition;
the first determining submodule is used for receiving a first configuration instruction aiming at each configuration item in the first configuration interface and determining a target configuration item value of the corresponding configuration item according to the first configuration instruction.
Optionally, the first configuration interface further comprises:
configuration items of the graph acted on by the common filter; and/or
A configuration item of a style of the common filter.
Optionally, the analysis report comprises a plurality of charts and a common time granularity, wherein the common time granularity is used for characterizing the common time granularity of the data shown by at least two charts acted on by the common time granularity;
the openable configuration information comprises openable configuration information of the common time granularity;
the configuration module 302 includes:
the second display sub-module is configured to display a second configuration interface of the openable configuration information of the common time granularity in the target analysis report template according to the template information of the target analysis report template, where the second configuration interface includes the configuration items of the common time granularity;
and the second determining submodule is used for receiving a second configuration instruction aiming at each configuration item in the second configuration interface and determining a target configuration item value of the corresponding configuration item according to the second configuration instruction.
Optionally, the apparatus 300 further comprises:
and the storage module is used for storing the incidence relation between the template information of the target analysis report template and the target configuration item value after the target data analysis report is generated, and the incidence relation is used for responding to a viewing or downloading request aiming at the target data analysis report.
Optionally, the apparatus 300 further comprises:
a modification module, configured to respond to a modification instruction for a specified analysis report template in the analysis report template library, where the modification instruction is used to indicate a modification to the page layout information and/or open configuration information in the specified analysis report template, and update the specified analysis report template based on the modification instruction.
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.
The present disclosure provides a computer readable medium having stored thereon a computer program which, when executed by a processing device, implements the steps of the above-mentioned data analysis method provided by the present disclosure.
Referring now to fig. 8, a schematic diagram of an electronic device (terminal device or server) 900 suitable for use in implementing embodiments of the present disclosure is shown. The terminal device in the embodiments of the present disclosure may include, but is not limited to, a mobile terminal such as a mobile phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD (tablet computer), a PMP (portable multimedia player), a vehicle terminal (e.g., a car navigation terminal), and the like, and a stationary terminal such as a digital TV, a desktop computer, and the like. The electronic 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 disclosure.
As shown in fig. 8, the electronic device 900 may include a processing means (e.g., a central processing unit, a graphics processor, etc.) 901 that may perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM) 902 or a program loaded from a storage means 908 into a Random Access Memory (RAM) 903. In the RAM 903, various programs and data necessary for the operation of the electronic apparatus 900 are also stored. The processing apparatus 901, the ROM 902, and the RAM 903 are connected to each other through a bus 904. An input/output (I/O) interface 905 is also connected to bus 904.
Generally, the following devices may be connected to the I/O interface 905: input devices 906 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; an output device 907 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 908 including, for example, magnetic tape, hard disk, etc.; and a communication device 909. The communication device 909 may allow the electronic apparatus 900 to perform wireless or wired communication with other apparatuses to exchange data. While fig. 8 illustrates an electronic device 900 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided.
In particular, according to an embodiment 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 carried on a non-transitory computer readable medium, the computer program containing program code for performing the method illustrated by the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication device 909, or installed from the storage device 908, or installed from the ROM 902. The computer program performs the above-described functions defined in the methods of the embodiments of the present disclosure when executed by the processing apparatus 901.
It should be noted that the computer readable medium of the present disclosure may 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 disclosure, 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 contrast, in the present disclosure, 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: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
In some embodiments, the clients, servers may communicate using any currently known or future developed network Protocol, such as HTTP (HyperText Transfer Protocol), and may interconnect with any form or medium of digital data communication (e.g., a communications network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the Internet (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed network.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: responding to a template generation instruction aiming at an analysis report, acquiring page layout configuration information of the analysis report, determining openable configuration information in the analysis report, generating a corresponding analysis report template, synchronously storing the page layout configuration information and the openable configuration information as template information of the analysis report template, and updating a template identifier of the analysis report template and the corresponding template information into an analysis report template library, wherein the analysis report template library comprises at least one analysis report template for a user to select; responding to a selection instruction for an analysis report template, calling the selected target analysis report template from the analysis report template library, displaying the openable configuration information in the target analysis report template according to the template information of the target analysis report template, and receiving a target configuration item value input for the openable configuration information in the target analysis report template; and generating a target data analysis report according to the combination of the template parameters of the target analysis report template and the target configuration item values.
Computer program code for carrying out operations for the present disclosure may be written in any combination of one or more programming languages, including but not limited to an object oriented programming language such as Java, smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
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 disclosure. 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 and/or flowchart illustration, and combinations of blocks in the block diagrams and/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 disclosure may be implemented by software or hardware. In this case, the name of the module does not constitute a limitation to the module itself, for example, the storage module may be further described as "a module that stores an association relationship between the template information of the target analysis report template and the target configuration item value after the target data analysis report is generated".
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), systems on a chip (SOCs), complex Programmable Logic Devices (CPLDs), and the like.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on 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 compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
Example 1 provides, in accordance with one or more embodiments of the present disclosure, a data analysis method, including: responding to a template generation instruction aiming at an analysis report, acquiring page layout configuration information of the analysis report, determining openable configuration information in the analysis report, generating a corresponding analysis report template, synchronously storing the page layout configuration information and the openable configuration information as template information of the analysis report template, and updating a template identifier of the analysis report template and the corresponding template information into an analysis report template library, wherein the analysis report template library comprises at least one analysis report template for a user to select; responding to a selection instruction for an analysis report template, calling the selected target analysis report template from the analysis report template library, displaying the openable configuration information in the target analysis report template according to the template information of the target analysis report template, and receiving a target configuration item value input for the openable configuration information in the target analysis report template; and generating a target data analysis report according to the combination of the template parameters of the target analysis report template and the target configuration item values.
Example 2 provides the method of example 1, the analysis report including a plurality of charts and a common filter, wherein the common filter is used to filter dimensions of data represented by at least two of the charts acted upon by the common filter, in accordance with one or more embodiments of the present disclosure; the openable configuration information includes openable configuration information of the common filter; the displaying the openable configuration information in the target analysis report template according to the template information of the target analysis report template and receiving the target configuration item value input for the openable configuration information in the target analysis report template includes: displaying a first configuration interface of openable configuration information of the public filter in the target analysis report template according to the template information of the target analysis report template, wherein the first configuration interface comprises configuration items of a filtering condition, and the public filter is used for filtering the dimension of data displayed by a graph acted by the public filter according to the filtering condition; receiving a first configuration instruction aiming at each configuration item in the first configuration interface, and determining a target configuration item value of the corresponding configuration item according to the first configuration instruction.
Example 3 provides the method of example 2, the first configuration interface further comprising, in accordance with one or more embodiments of the present disclosure: configuration items of the graph acted on by the common filter; and/or a configuration item of a style of the common filter.
Example 4 provides the method of example 1, the analysis report including a plurality of charts and a common time granularity, wherein the common time granularity is used to characterize a common time granularity of data represented by at least two of the charts on which it acts, in accordance with one or more embodiments of the present disclosure; the openable configuration information comprises openable configuration information of the common time granularity; the displaying the openable configuration information in the target analysis report template according to the template information of the target analysis report template and receiving the target configuration item value input for the openable configuration information in the target analysis report template includes: displaying a second configuration interface of the openable configuration information of the common time granularity in the target analysis report template according to the template information of the target analysis report template, wherein the second configuration interface comprises configuration items of the common time granularity; and receiving a second configuration instruction aiming at each configuration item in the second configuration interface, and determining a target configuration item value of the corresponding configuration item according to the second configuration instruction.
Example 5 provides the method of any one of examples 1-4, further comprising, in accordance with one or more embodiments of the present disclosure: after the target data analysis report is generated, storing the incidence relation between the template information of the target analysis report template and the target configuration item value, wherein the incidence relation is used for responding to a viewing or downloading request aiming at the target data analysis report.
Example 6 provides the method of any one of examples 1-4, further comprising, in accordance with one or more embodiments of the present disclosure: in response to a modification instruction for a specified analysis report template in the analysis report template library, the modification instruction being for indicating a modification of page layout information and/or openable configuration information in the specified analysis report template, updating the specified analysis report template based on the modification instruction.
Example 7 provides, in accordance with one or more embodiments of the present disclosure, a data analysis apparatus, comprising: the template generation module is used for responding to a template generation instruction aiming at an analysis report, acquiring page layout configuration information of the analysis report, determining openable configuration information in the analysis report, generating a corresponding analysis report template, synchronously storing the page layout configuration information and the openable configuration information as template information of the analysis report template, and updating a template identifier of the analysis report template and the corresponding template information into an analysis report template library, wherein the analysis report template library comprises at least one analysis report template for a user to select; the configuration module is used for responding to a selection instruction aiming at an analysis report template, calling the selected target analysis report template from the analysis report template library, displaying the openable configuration information in the target analysis report template according to the template information of the target analysis report template, and receiving a target configuration item value input aiming at the openable configuration information in the target analysis report template; and the report generation module is used for generating a target data analysis report according to the combination of the template parameters of the target analysis report template and the target configuration item values.
Example 8 provides the apparatus of example 7, the apparatus further comprising, in accordance with one or more embodiments of the present disclosure: and the storage module is used for storing the incidence relation between the template information of the target analysis report template and the target configuration item value after the target data analysis report is generated, and the incidence relation is used for responding to a viewing or downloading request aiming at the target data analysis report.
Example 9 provides a computer readable medium having stored thereon a computer program that, when executed by a processing apparatus, performs the steps of the method of any of examples 1-6, in accordance with one or more embodiments of the present disclosure.
Example 10 provides, in accordance with one or more embodiments of the present disclosure, an electronic device comprising:
a storage device having a computer program stored thereon;
processing means for executing the computer program in the storage means to carry out the steps of the method of any of examples 1-6.
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the disclosure herein is not limited to the particular combination of features described above, but also encompasses other combinations of features described above or equivalents thereof without departing from the spirit of the disclosure. For example, the above features and (but not limited to) the features disclosed in this disclosure having similar functions are replaced with each other to form the technical solution.
Further, while operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. Under certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limitations on the scope of the disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims. 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.

Claims (10)

1. A method of data analysis, comprising:
responding to a template generation instruction aiming at an analysis report, acquiring page layout configuration information of the analysis report, determining openable configuration information in the analysis report, generating a corresponding analysis report template, synchronously storing the page layout configuration information and the openable configuration information as template information of the analysis report template, and updating a template identifier of the analysis report template and the corresponding template information into an analysis report template library, wherein the analysis report template library comprises at least one analysis report template for a user to select;
responding to a selection instruction for an analysis report template, calling the selected target analysis report template from the analysis report template library, displaying the openable configuration information in the target analysis report template according to the template information of the target analysis report template, and receiving a target configuration item value input for the openable configuration information in the target analysis report template;
and generating a target data analysis report according to the combination of the template parameters of the target analysis report template and the target configuration item values.
2. The method of claim 1, wherein the analysis report comprises a plurality of charts and a common filter, wherein the common filter is used to filter the dimensions of the data represented by at least two of the charts acted upon by the common filter;
the openable configuration information includes openable configuration information of the common filter;
the displaying of the openable configuration information in the target analysis report template according to the template information of the target analysis report template and receiving of the target configuration item value input for the openable configuration information in the target analysis report template includes:
displaying a first configuration interface of openable configuration information of the public filter in the target analysis report template according to the template information of the target analysis report template, wherein the first configuration interface comprises configuration items of a filtering condition, and the public filter is used for filtering the dimension of data displayed by a graph acted by the public filter according to the filtering condition;
receiving a first configuration instruction aiming at each configuration item in the first configuration interface, and determining a target configuration item value of the corresponding configuration item according to the first configuration instruction.
3. The method of claim 2, wherein the first configuration interface further comprises:
configuration items of the graph acted on by the common filter; and/or
A configuration item of a style of the common filter.
4. The method of claim 1, wherein the analysis report comprises a plurality of graphs and a common time granularity, wherein the common time granularity is used to characterize the common time granularity of the data represented by at least two of the graphs on which it acts;
the openable configuration information comprises openable configuration information of the common time granularity;
the displaying the openable configuration information in the target analysis report template according to the template information of the target analysis report template and receiving the target configuration item value input for the openable configuration information in the target analysis report template includes:
displaying a second configuration interface of the openable configuration information of the common time granularity in the target analysis report template according to the template information of the target analysis report template, wherein the second configuration interface comprises configuration items of the common time granularity;
and receiving a second configuration instruction aiming at each configuration item in the second configuration interface, and determining a target configuration item value of the corresponding configuration item according to the second configuration instruction.
5. The method according to any one of claims 1-4, further comprising:
after the target data analysis report is generated, storing the incidence relation between the template information of the target analysis report template and the target configuration item value, wherein the incidence relation is used for responding to a viewing or downloading request aiming at the target data analysis report.
6. The method according to any one of claims 1-4, further comprising:
in response to a modification instruction for a specified analysis report template in the analysis report template library, the modification instruction being for indicating a modification of page layout information and/or open configuration information in the specified analysis report template, updating the specified analysis report template based on the modification instruction.
7. A data analysis apparatus, comprising:
the template generation module is used for responding to a template generation instruction aiming at an analysis report, acquiring page layout configuration information of the analysis report, determining openable configuration information in the analysis report, generating a corresponding analysis report template, synchronously storing the page layout configuration information and the openable configuration information as template information of the analysis report template, and updating a template identifier of the analysis report template and the corresponding template information into an analysis report template library, wherein the analysis report template library comprises at least one analysis report template for a user to select;
the configuration module is used for responding to a selection instruction aiming at an analysis report template, calling the selected target analysis report template from the analysis report template library, displaying the openable configuration information in the target analysis report template according to the template information of the target analysis report template, and receiving a target configuration item value input aiming at the openable configuration information in the target analysis report template;
and the report generation module is used for generating a target data analysis report according to the combination of the template parameters of the target analysis report template and the target configuration item values.
8. The apparatus of claim 7, further comprising:
and the storage module is used for storing the incidence relation between the template information of the target analysis report template and the target configuration item value after the target data analysis report is generated, and the incidence relation is used for responding to a viewing or downloading request aiming at the target data analysis report.
9. A computer-readable medium, on which a computer program is stored, characterized in that the program, when being executed by processing means, carries out the steps of the method of any one of claims 1 to 6.
10. An electronic device, comprising:
a storage device having a computer program stored thereon;
processing means for executing the computer program in the storage means to carry out the steps of the method according to any one of claims 1 to 6.
CN202211147968.8A 2022-09-19 2022-09-19 Data analysis method and device, computer readable medium and electronic equipment Pending CN115470754A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211147968.8A CN115470754A (en) 2022-09-19 2022-09-19 Data analysis method and device, computer readable medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211147968.8A CN115470754A (en) 2022-09-19 2022-09-19 Data analysis method and device, computer readable medium and electronic equipment

Publications (1)

Publication Number Publication Date
CN115470754A true CN115470754A (en) 2022-12-13

Family

ID=84333849

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211147968.8A Pending CN115470754A (en) 2022-09-19 2022-09-19 Data analysis method and device, computer readable medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN115470754A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116227452A (en) * 2023-01-05 2023-06-06 易方达基金管理有限公司 Method, apparatus, device and storage medium for analyzing templates using assembled cards

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108351883A (en) * 2015-10-24 2018-07-31 甲骨文国际公司 The display of dynamic context hinge network analysis
CN113268971A (en) * 2021-06-23 2021-08-17 中国平安人寿保险股份有限公司 Intelligent generation method and device of demonstration report, computer equipment and storage medium
CN114004212A (en) * 2021-12-30 2022-02-01 深圳希施玛数据科技有限公司 Data processing method, device and storage medium
CN114818635A (en) * 2021-01-20 2022-07-29 北京百度网讯科技有限公司 Data report generation method and device, electronic equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108351883A (en) * 2015-10-24 2018-07-31 甲骨文国际公司 The display of dynamic context hinge network analysis
CN114818635A (en) * 2021-01-20 2022-07-29 北京百度网讯科技有限公司 Data report generation method and device, electronic equipment and storage medium
CN113268971A (en) * 2021-06-23 2021-08-17 中国平安人寿保险股份有限公司 Intelligent generation method and device of demonstration report, computer equipment and storage medium
CN114004212A (en) * 2021-12-30 2022-02-01 深圳希施玛数据科技有限公司 Data processing method, device and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116227452A (en) * 2023-01-05 2023-06-06 易方达基金管理有限公司 Method, apparatus, device and storage medium for analyzing templates using assembled cards
CN116227452B (en) * 2023-01-05 2024-03-22 易方达基金管理有限公司 Method, apparatus, device and storage medium for analyzing templates using assembled cards

Similar Documents

Publication Publication Date Title
CN111629252B (en) Video processing method and device, electronic equipment and computer readable storage medium
CN110209315B (en) Method and device for displaying characters in user interface, electronic equipment and storage medium
CN110300165B (en) Method, device and equipment for calling functional program and storage medium
CN111163329B (en) Live broadcast room gift list configuration method, device, medium and electronic equipment
CN109408481B (en) Log collection rule updating method and device, electronic equipment and readable medium
CN111459364B (en) Icon updating method and device and electronic equipment
CN113806212A (en) Application program exception positioning method and device and electronic equipment
CN111596991A (en) Interactive operation execution method and device and electronic equipment
CN111506376A (en) Feedback information display method and device, readable medium and electronic equipment
CN111694629A (en) Information display method and device and electronic equipment
CN115470754A (en) Data analysis method and device, computer readable medium and electronic equipment
CN112256172B (en) Application display method, device, terminal and storage medium
CN111756953A (en) Video processing method, device, equipment and computer readable medium
CN114327453B (en) Page display method, device, equipment and storage medium
CN111767062A (en) Application configuration data updating method, device, equipment and storage medium
CN114428925A (en) Page rendering method and device, electronic equipment and computer readable medium
CN114138149A (en) Data screening method and device, readable medium and electronic equipment
CN111212296B (en) Live broadcast room gift list configuration method, device, medium and electronic equipment
CN114089891A (en) Display control method and device and electronic equipment
CN112115154A (en) Data processing and data query method, device, equipment and computer readable medium
CN114428823B (en) Data linkage method, device, equipment and medium based on multidimensional variable expression
CN111294657A (en) Information processing method and device
CN111291199B (en) Information query method and device
CN111294321B (en) Information processing method and device
CN115220782A (en) Activity configuration method and device, readable medium and electronic equipment

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