CN109388462B - Report sharing method, report sharing device, computer equipment and storage medium - Google Patents

Report sharing method, report sharing device, computer equipment and storage medium Download PDF

Info

Publication number
CN109388462B
CN109388462B CN201811137573.3A CN201811137573A CN109388462B CN 109388462 B CN109388462 B CN 109388462B CN 201811137573 A CN201811137573 A CN 201811137573A CN 109388462 B CN109388462 B CN 109388462B
Authority
CN
China
Prior art keywords
report
menu
node
nodes
chart
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.)
Active
Application number
CN201811137573.3A
Other languages
Chinese (zh)
Other versions
CN109388462A (en
Inventor
张海涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ping An Property and Casualty Insurance Company of China Ltd
Original Assignee
Ping An Property and Casualty Insurance Company of China 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 Ping An Property and Casualty Insurance Company of China Ltd filed Critical Ping An Property and Casualty Insurance Company of China Ltd
Priority to CN201811137573.3A priority Critical patent/CN109388462B/en
Publication of CN109388462A publication Critical patent/CN109388462A/en
Application granted granted Critical
Publication of CN109388462B publication Critical patent/CN109388462B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)

Abstract

The application discloses a report sharing method, a report sharing device, computer equipment and a storage medium. The method comprises the following steps: receiving a report uploaded by a report uploading end through an encryption channel; acquiring menu attribute setting information of the report; positioning corresponding parent nodes in a menu tree according to the father-level menu included in the menu attribute setting information, and establishing a subordinate relation between nodes corresponding to the report and the parent nodes; if a node selection instruction is detected, a report corresponding to the selected node is obtained, and the report is used as an input parameter of a preset chart visualization function to obtain a chart corresponding to the report; if a chart operation instruction of a user is detected, an operation type corresponding to the chart operation instruction is obtained, and corresponding operation is carried out on the chart according to the operation type. The method adopting the information security technology can realize the rapid generation of the tree menu which is convenient for searching and positioning the report, and can dynamically display the report.

Description

Report sharing method, report sharing device, computer equipment and storage medium
Technical Field
The present application relates to the field of data report technologies, and in particular, to a report sharing method, a report sharing device, a computer device, and a storage medium.
Background
At present, many intelligent report systems exist, but data input or data docking, report interface display and the like during report development are all needed, related personnel need to be familiar with the operation of the system and even programming modes to realize intelligent report display, so that the difficulty in report sharing display is high, and the report sharing efficiency is low.
Content of the application
The embodiment of the application provides a report sharing method, a report sharing device, computer equipment and a storage medium, which aim to solve the problems that in the prior art, functions of data input or data docking, report interface display and the like of a developed report can be realized only by operators who are familiar with the operation and even programming modes of a report system, so that the difficulty of sharing and displaying the report is high.
In a first aspect, an embodiment of the present application provides a report sharing method, including:
Receiving a report uploaded by a report uploading end through an encryption channel;
Acquiring menu attribute setting information of the report;
Positioning corresponding parent nodes in a menu tree according to the father-level menu included in the menu attribute setting information, and establishing a subordinate relation between nodes corresponding to the report and the parent nodes;
if a node selection instruction is detected, a report corresponding to the selected node is obtained, and the report is used as an input parameter of a preset chart visualization function to obtain a chart corresponding to the report;
If a chart operation instruction of a user is detected, an operation type corresponding to the chart operation instruction is obtained, and corresponding operation is carried out on the chart according to the operation type.
In a second aspect, an embodiment of the present application provides a report sharing apparatus, including:
The report receiving unit is used for receiving the report uploaded by the report uploading end through the encryption channel;
The menu attribute acquisition unit is used for acquiring menu attribute setting information of the report;
the report node setting unit is used for positioning corresponding parent nodes in a menu tree according to the father-level menu included in the menu attribute setting information, and establishing the subordinate relations between the nodes corresponding to the report and the parent nodes;
The node conversion unit is used for acquiring a report corresponding to the selected node if the node selection instruction is detected, and taking the report as an input parameter of a preset chart visualization function to obtain a chart corresponding to the report;
and the chart operation unit is used for acquiring an operation type corresponding to the chart operation instruction if the chart operation instruction of the user is detected, and carrying out corresponding operation on the chart according to the operation type.
In a third aspect, an embodiment of the present application further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and capable of running on the processor, where the processor implements the report sharing method described in the first aspect when executing the computer program.
In a fourth aspect, an embodiment of the present application further provides a storage medium, where the storage medium stores a computer program, where the computer program includes program instructions, where the program instructions when executed by a processor cause the processor to perform the report sharing method described in the first aspect above.
The embodiment of the application provides a report sharing method, a report sharing device, computer equipment and a storage medium. The report is uploaded to a sharing platform, corresponding father nodes are positioned in a menu tree according to the father-level menu included in the menu attribute setting information on the sharing platform, the subordinate relation between the nodes corresponding to the report and the father nodes is established, the report corresponding to each node in the menu tree can be used as an input parameter of a preset chart visualization function, a chart which corresponds to the report and can be dynamically displayed is obtained, a tree menu which is convenient to find and position the report is quickly generated, and the report can be dynamically displayed.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings required for the description of the embodiments will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic flow chart of a report sharing method according to an embodiment of the present application;
FIG. 2 is another flow chart of a report sharing method according to an embodiment of the present application;
FIG. 3 is another flow chart of a report sharing method according to an embodiment of the present application;
FIG. 4 is a schematic sub-flowchart of a report sharing method according to an embodiment of the present application;
FIG. 5 is another flow chart of a report sharing method according to an embodiment of the present application;
FIG. 6 is a schematic block diagram of a report sharing device according to an embodiment of the present application;
FIG. 7 is another schematic block diagram of a report sharing device according to an embodiment of the present application;
FIG. 8 is another schematic block diagram of a report sharing device according to an embodiment of the present application;
FIG. 9 is a schematic block diagram of a subunit of a report sharing device according to an embodiment of the present application;
FIG. 10 is another schematic block diagram of a report sharing device according to an embodiment of the present application;
fig. 11 is a schematic block diagram of a computer device according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all embodiments of the application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
It should be understood that the terms "comprises" and "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the application herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. As used in this specification and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in the present specification and the appended claims refers to any and all possible combinations of one or more of the associated listed items, and includes such combinations.
Referring to fig. 1, fig. 1 is a schematic flowchart of a report sharing method according to an embodiment of the present application. The report sharing method is applied to the management server, the method is executed through application software installed in the management server, and a plurality of user terminals (namely report uploading ends) are connected with the management server through a network so as to transmit information. The user terminal is terminal equipment with an internet access function, such as a desktop computer, a notebook computer, a tablet computer or a mobile phone; the management server is an enterprise terminal for saving the shared report.
As shown in fig. 1, the method includes steps S110 to S150.
S110, receiving the report uploaded by the report uploading end through the encryption channel.
In this embodiment, the specific process of the management server receiving the report uploading end uploading the report is as follows:
1) Acquiring batch script execution time in a preset task plan according to a preset detection period, and judging whether the current system time is the batch script execution time;
In order to realize that after the report is completed by the user, the report can be automatically uploaded to the server by the local terminal after being put into a designated folder, a task plan (a general self-contained task plan program in a Windows system, an option of the task plan program can be found in a control panel, and a timing task can be set after clicking) needs to be preset in the local terminal. Specifically, the execution time of the batch script and the storage path of the batch script may be set in the task planning program. At this time, the batch script execution time in the task plan may be read at intervals (i.e., a preset detection period), and it may be determined whether the current system time is the batch script execution time. If the current system time is the execution time of the batch script, the batch script is automatically acquired from a storage path of the batch script, and the batch script is used for further processing the report.
Wherein, the batch script execution time in setting the mission plan may set a plurality of time points, such as the day 18: each full point in 00-day 9:00 is set as a batch script execution time. And if the current system time is detected to be the execution time of the batch script according to the preset detection period, executing the batch script.
2) If the current system time is the execution time of the batch script, judging whether a report exists in a preset folder or not through the batch script, executing the step 3) if the report exists in the preset folder, and returning to execute the step 1) if the report does not exist in the preset folder;
The preset folder is one of the local terminals and is used as a report container to be uploaded, and a user needs to upload a report to the server and copy the report to the preset folder. Specifically, the preset folder may be a folder for storing a report to be uploaded by WinSCP software, and the user may upload the report to the server through WinSCP software as long as the report is imported into the folder (WinSCP is an open source graphical SFTP client using SSH in Windows environment and supports SCP protocol, its main function is to safely copy files between the local and remote computers, winSCP may link other systems, such as linux system). If the called preset folder is not empty when executing the batch script at the moment, acquiring a report in the preset folder, and then executing the step 3); if the substitute preset folder is empty when executing the batch script, returning to execute the step 1).
3) If the IP address, the user name and the password of the management server are called through the batch script and the login is successful, the report is sent to the management server through an encryption channel built by the successful login;
The IP address, the user name and the password of the server are called through the batch script and automatically filled into a login interface of WinSCP software, so that the automatic connection of the demand end with the server through WinSCP software can be realized.
In one embodiment, as shown in fig. 2, step S110 further includes:
s101, if a login request of a report uploading end is received, generating a public key through asymmetric encryption, and generating a private key corresponding to the public key through asymmetric encryption;
s102, receiving a 256-bit session key generated randomly in a report uploading end, and obtaining an encryption password after encryption;
s103, decrypting the encrypted password through the private key to obtain a communication password;
S104, an encryption channel taking the communication password as an encryption key is constructed between the report uploading end and the report uploading end.
In this embodiment, an encryption channel is set up between the report uploading end and the management server to transmit the report, and the process executed at the report uploading end is as follows:
11 Obtaining a public key generated by the management server through asymmetric encryption when receiving a login request;
12 A session key consisting of 256-bit random numbers is generated;
13 Encrypting the session key to obtain an encrypted password, and sending the encrypted password to a management server;
14 Obtaining a private key generated by the management server through asymmetric encryption when receiving a login request, and decrypting the encrypted password according to the private key to obtain a communication password;
15 Hash encryption is carried out on the report to be uploaded according to the communication password, and the report is sent to the server through the built encryption channel;
Firstly, the management server generates a public key and a private key through asymmetric encryption, when a client (namely a report uploading end) initiates a request, the management server exposes the public key to the client (the public key can be exposed at will), after the client acquires the public key, the client firstly generates a session key (called a password here) consisting of 256-bit random numbers, the client encrypts the password through the public key and sends the password to the management server, the management server decrypts the password through the private key to acquire a communication password, and then the information transfer of the client and the management server is both symmetrically encrypted through the communication password.
Among the hash encryption algorithms commonly used are MD5, SHA-1, SHA-2, SHA-256, SHA-512, SHA-3, etc. The hash encryption algorithm is adopted for the report, so that the safety of report transmission is effectively improved.
S120, acquiring menu attribute setting information of the report.
In this embodiment, when a user uploads a report to a management server in a manual or automatic manner, menu attribute setting information set by the user on the report needs to be acquired in the management server; wherein the menu attribute setting information includes at least: the menu name, the report URL address of the menu map and the menu sorting number of the parent level menu.
In one embodiment, as shown in fig. 3, step S120 includes:
s121, acquiring a current menu tree and each node in the menu tree;
s122, mapping to obtain an initial topological graph corresponding to the current menu tree according to the current menu tree.
In this embodiment, after the management server receives the current report, it needs to acquire the current menu tree existing in the management server and each node in the menu tree; thus, when the new report is uploaded, the report can be judged to be subordinate to which parent node, and the new report is added into the menu tree as a new child node.
The current menu tree is displayed in a topological graph mode, and the subordinate relation between the father node and the child node can be displayed more intuitively. The mapping is to draw each level node of the menu tree into a corresponding level node on the topology map, the menu tree is only a simpler display of a smaller area on the left side of the page, and in order to facilitate the operation and viewing of a user, the menu tree can be mapped into a topology map displayed in a larger area.
By mapping each parent node in the menu tree to a parent node in the initial topology map, and mapping the name of each parent node (the name of the node is understood as the menu name) to the corresponding parent node in the initial topology map.
After the mapping of the parent nodes is completed, the first-level child nodes need to be acquired, the first-level child nodes are mapped into the first-level child nodes in the initial topological graph according to the same mode as the parent nodes, then each first-level child node is connected with the corresponding parent node according to the subordinate relation, for example, the parent node to which the first-level child node A belongs is a, and then the first-level child node A is connected with the parent node through the connecting line. Mapping of the second-N-th level child nodes onto the initial topology map is accomplished in the same manner.
S130, positioning corresponding parent nodes in a menu tree according to the father-level menu included in the menu attribute setting information, and establishing affiliation between nodes corresponding to the report and the parent nodes.
In this embodiment, the parent level menu is that the current report is subordinate to another Zhang Baobiao (the data in the child table may be mostly subordinate to the parent table), the menu name is that the current report is mapped to a node, the URL address of the report mapped by the menu is that the unique address (URL is a uniform resource locator) of the source report of the current report on the internet, the menu ordering number is that the user sets the number of the child table subordinate to the parent table, and the nodes corresponding to the child table are displayed in the same parent level menu from small to large according to the menu ordering number.
In one embodiment, as shown in fig. 4, step S130 includes:
s131, locating a father node to which a node corresponding to the report belongs by traversing the nodes in the menu tree;
S132, acquiring the number of child nodes of the father node, and judging whether the number of child nodes of the father node is equal to 0;
S133, if the number of the child nodes of the father node is equal to 0, creating child nodes with the same number as the report on the initial topological graph, mapping the node corresponding to each report to the created child nodes, and adding connecting lines between the child nodes corresponding to the report and the father node to complete establishment of the subordinate relationship;
s134, if the number of the child nodes of the father node is larger than 0, acquiring the number of the child nodes of the father node, and acquiring the menu row sequence number of each child node included in the father node;
s135, inserting the nodes corresponding to the report into the child nodes of the father node according to the menu ordering number of the nodes corresponding to the report, and establishing the subordinate relationship by adding connecting wires between the child nodes corresponding to the report and the father node.
In this embodiment, a node corresponding to a report is located in a menu tree according to a parent level menu to which the report belongs in the menu tree, then whether the number of child nodes in a next layer of the parent node is 0 is judged, if the number of child nodes of the parent node is 0, a corresponding number of child nodes are newly built on an initial topology graph, and the node corresponding to the report is mapped onto the newly built child nodes (that is, no child node is arranged below the parent node, no child node is added according to a ranking number, and a connecting line of a subordinate relationship is directly newly built and added); if the number of the child nodes of the father node is greater than 0, the number of the child nodes of the father node is obtained, the menu sequence number of each child node included in the father node is obtained, and then the nodes corresponding to the report are inserted into the child nodes of the father node according to the menu sequence number of the nodes corresponding to the report in an ascending order.
In one embodiment, as shown in fig. 5, step S130 further includes:
S1301, if a menu query instruction is detected, traversing a menu tree according to a menu name corresponding to the menu query instruction, and if the corresponding menu name is queried in the menu tree, displaying a father node and a child node corresponding to the menu name.
In this embodiment, when a menu query instruction of a user is obtained, a corresponding child node and a parent node corresponding to the child node need to be queried in a menu tree according to a menu name, after the query of the node is completed, a report URL address mapped by the menu of the child node is directly linked to an uploaded report stored in a server, and when the user is detected to click on the child node, a report corresponding to the report URL address mapped by the menu of the child node is extracted and opened for display.
And S140, if the node selection instruction is detected, acquiring a report corresponding to the selected node, and taking the report as an input parameter of a preset chart visualization function to obtain a chart corresponding to the report.
In this embodiment, after a plurality of reports are uploaded at the management server, and after a menu tree is generated, when a user needs to view a report corresponding to a certain node in the menu tree and an image corresponding to the report, the node needs to be selected on the menu tree, and the report corresponding to the node (the report is a static report) can be located after the node is selected, and because the static report is generally not editable (such as performing interactive operations such as dynamic screening, contour amplification, resetting, etc. of a data range such as lasso, a box, etc.), the report corresponding to the node needs to be subjected to visual processing.
If the user selects a node on the menu tree, the selected node corresponds to a report. The report is input to a preset chart visualization function, and can be converted into a dynamic chart from a static report.
The tool corresponding to the chart visualization function adopted is Bokeh and Bokeh is an interactive visualization Python library which is specially aimed at the presentation function of the Web browser, and the report can be displayed on the Web server.
Wherein, when the chart is visualized in the preset function, the method specifically comprises the following steps:
31 Guiding the warehouse-in function and setting the output mode of the chart;
if a two-dimensional scatter plot is created, the library functions that need to be imported are as follows:
frombokeh.plotting import figure,output notebook,show
representing the imported library function as a booth.
The output mode of the chart is a Notebook document, a Web browser or a server, and the chart is output to the Notebook document, the Web browser or the server respectively;
32 Acquiring data in the report line by line, and inputting the data into a background database corresponding to the chart display area according to the output mode;
For example, the report is a report about staff wages, wherein each row of data corresponds to two fields, one field corresponds to a wage, the other field corresponds to a wage, and if the Web browser or the server needs to draw the data in the report, the data is required to be output to a background database corresponding to a chart display area;
33 Establishing a coordinate system according to the field correspondence in the report form in the chart display area, mapping the data in the report form into the coordinate system, and displaying the mapped chart;
for example, the abscissa is established according to the wage field and the ordinate is established according to the wage field, at this time, the data of each line in the report can be mapped into the coordinate system, and then the mapped chart can be displayed in the chart display area.
And S150, if the chart operation instruction of the user is detected, acquiring an operation type corresponding to the chart operation instruction, and performing corresponding operation on the chart according to the operation type.
In this embodiment, the operation types at least include lasso, block, etc. data range dynamic screening, contour amplification, and reset.
The lasso operation is used for selecting a certain coordinate point in the chart and performing further editing operation;
the dynamic screening operation of the data range is to determine the screened coordinate points through the range of a square frame drawn by a user in real time;
The contour amplifying operation is that on the basis of the dynamic screening operation of the data range, the coordinate points selected by the drawn square frame range can be further amplified or reduced;
the reset operation is an operation for selecting a certain coordinate point in the chart and performing reset (i.e., re-editing).
By the method, expansion from a static chart to a dynamic chart can be realized, and the interactivity of the functions of the report platform is improved.
According to the method, the report is uploaded to a sharing platform, the corresponding father node is positioned in the menu tree according to the father level menu included in the menu attribute setting information on the sharing platform, the subordinate relation between the node corresponding to the report and the father node is established, the report corresponding to each node in the menu tree can be used as an input parameter of a preset chart visualization function, a chart which corresponds to the report and can be dynamically displayed is obtained, the tree menu which is convenient for searching and positioning the report is quickly generated, and the report can be dynamically displayed.
The embodiment of the application also provides a report sharing device which is used for executing any embodiment of the report sharing method. Specifically, referring to fig. 6, fig. 6 is a schematic block diagram of a report sharing device according to an embodiment of the present application. The report sharing apparatus 100 may be configured in a management server.
As shown in fig. 6, the report sharing apparatus 100 includes a report receiving unit 110, a menu attribute acquiring unit 120, a report node setting unit 130, a node converting unit 140, and a graph operating unit 150.
And the report receiving unit 110 is used for receiving the report uploaded by the report uploading end through the encryption channel.
In this embodiment, the specific process of the management server receiving the report uploading end uploading the report is as follows:
The method comprises the steps of firstly, acquiring batch script execution time in a preset task plan according to a preset detection period, and judging whether the current system time is the batch script execution time or not;
In order to realize that after the report is completed by the user, the report can be automatically uploaded to the server by the local terminal after being put into a designated folder, a task plan (a general self-contained task plan program in a Windows system, an option of the task plan program can be found in a control panel, and a timing task can be set after clicking) needs to be preset in the local terminal. Specifically, the execution time of the batch script and the storage path of the batch script may be set in the task planning program. At this time, the batch script execution time in the task plan may be read at intervals (i.e., a preset detection period), and it may be determined whether the current system time is the batch script execution time. If the current system time is the execution time of the batch script, the batch script is automatically acquired from a storage path of the batch script, and the batch script is used for further processing the report.
Wherein, the batch script execution time in setting the mission plan may set a plurality of time points, such as the day 18: each full point in 00-day 9:00 is set as a batch script execution time. And if the current system time is detected to be the execution time of the batch script according to the preset detection period, executing the batch script.
Step two, judging whether a report exists in a preset folder or not through a batch script if the current system time is the execution time of the batch script, executing the step three if the report exists in the preset folder, and returning to execute the step one if the report does not exist in the preset folder;
The preset folder is one of the local terminals and is used as a report container to be uploaded, and a user needs to upload a report to the server and copy the report to the preset folder. Specifically, the preset folder may be a folder for storing a report to be uploaded by WinSCP software, and the user may upload the report to the server through WinSCP software as long as the report is imported into the folder (WinSCP is an open source graphical SFTP client using SSH in Windows environment and supports SCP protocol, its main function is to safely copy files between the local and remote computers, winSCP may link other systems, such as linux system). If the called preset folder is not empty when executing the batch script at the moment, acquiring a report in the preset folder, and then executing the step 3); if the substitute preset folder is empty when executing the batch script, returning to execute the step 1).
Thirdly, if the IP address, the user name and the password of the management server are called through the batch script and the login is successful, the report is sent to the management server through an encryption channel built by the successful login;
The IP address, the user name and the password of the server are called through the batch script and automatically filled into a login interface of WinSCP software, so that the automatic connection of the demand end with the server through WinSCP software can be realized.
In one embodiment, as shown in fig. 7, the report sharing apparatus 100 further includes:
the asymmetric encryption unit 101 is configured to generate a public key through asymmetric encryption and generate a private key corresponding to the public key through asymmetric encryption if a login request of the report uploading end is received;
The encrypted password obtaining unit 102 is configured to receive the 256-bit session key generated randomly in the report uploading end, and obtain an encrypted password after encryption;
A communication password obtaining unit 103, configured to decrypt the encrypted password through the private key to obtain a communication password;
the encryption channel construction unit 104 is configured to construct an encryption channel with the communication password as an encryption key between the encryption channel construction unit and the report uploading end.
In this embodiment, an encryption channel is set up between the report uploading end and the management server to transmit the report, and the process executed at the report uploading end is as follows:
Obtaining a public key generated by the management server through asymmetric encryption when receiving a login request;
generating a session key consisting of 256-bit random numbers;
encrypting the session key to obtain an encrypted password, and sending the encrypted password to a management server;
Acquiring a private key generated by the management server through asymmetric encryption when receiving a login request, and decrypting the encrypted password according to the private key to obtain a communication password;
carrying out hash encryption on the report to be uploaded according to the communication password, and sending the report to the server through the constructed encryption channel;
Firstly, the management server generates a public key and a private key through asymmetric encryption, when a client (namely a report uploading end) initiates a request, the management server exposes the public key to the client (the public key can be exposed at will), after the client acquires the public key, the client firstly generates a session key (called a password here) consisting of 256-bit random numbers, the client encrypts the password through the public key and sends the password to the management server, the management server decrypts the password through the private key to acquire a communication password, and then the information transfer of the client and the management server is both symmetrically encrypted through the communication password.
Among the hash encryption algorithms commonly used are MD5, SHA-1, SHA-2, SHA-256, SHA-512, SHA-3, etc. The hash encryption algorithm is adopted for the report, so that the safety of report transmission is effectively improved.
And a menu attribute acquiring unit 120 for acquiring menu attribute setting information of the report.
In this embodiment, when a user uploads a report to a management server in a manual or automatic manner, menu attribute setting information set by the user on the report needs to be acquired in the management server; wherein the menu attribute setting information includes at least: the menu name, the report URL address of the menu map and the menu sorting number of the parent level menu.
In one embodiment, as shown in fig. 8, the report sharing apparatus 100 further includes:
A menu tree node obtaining unit 121, configured to obtain a current menu tree, and each node in the menu tree;
The topology map mapping unit 122 is configured to map an initial topology map corresponding to the current menu tree according to the current menu tree.
In this embodiment, after the management server receives the current report, it needs to acquire the current menu tree existing in the management server and each node in the menu tree; thus, when the new report is uploaded, the report can be judged to be subordinate to which parent node, and the new report is added into the menu tree as a new child node.
In this embodiment, after the management server receives the current report, it needs to acquire the current menu tree existing in the management server and each node in the menu tree; thus, when the new report is uploaded, the report can be judged to be subordinate to which parent node, and the new report is added into the menu tree as a new child node.
The current menu tree is displayed in a topological graph mode, and the subordinate relation between the father node and the child node can be displayed more intuitively. The mapping is to draw each level node of the menu tree into a corresponding level node on the topology map, the menu tree is only a simpler display of a smaller area on the left side of the page, and in order to facilitate the operation and viewing of a user, the menu tree can be mapped into a topology map displayed in a larger area.
By mapping each parent node in the menu tree to a parent node in the initial topology map, and mapping the name of each parent node (the name of the node is understood as the menu name) to the corresponding parent node in the initial topology map.
After the mapping of the parent nodes is completed, the first-level child nodes need to be acquired, the first-level child nodes are mapped into the first-level child nodes in the initial topological graph according to the same mode as the parent nodes, then each first-level child node is connected with the corresponding parent node according to the subordinate relation, for example, the parent node to which the first-level child node A belongs is a, and then the first-level child node A is connected with the parent node through the connecting line. Mapping of the second-N-th level child nodes onto the initial topology map is accomplished in the same manner.
And the report node setting unit 130 is configured to locate a corresponding parent node in a menu tree according to the belonging parent level menu included in the menu attribute setting information, and establish a subordinate relationship between a node corresponding to the report and the parent node.
In this embodiment, the parent level menu is that the current report is subordinate to another Zhang Baobiao (the data in the child table may be mostly subordinate to the parent table), the menu name is that the current report is mapped to a node, the URL address of the report mapped by the menu is that the unique address (URL is a uniform resource locator) of the source report of the current report on the internet, the menu ordering number is that the user sets the number of the child table subordinate to the parent table, and the nodes corresponding to the child table are displayed in the same parent level menu from small to large according to the menu ordering number.
In one embodiment, as shown in fig. 9, the report node setting unit 130 includes:
the node traversing positioning unit 131 is configured to position a parent node to which a node corresponding to the report belongs by traversing nodes in the menu tree;
a child node number obtaining unit 132, configured to obtain the number of child nodes of the parent node;
A first child node establishing unit 133, configured to establish child nodes with the same number as the report forms on the initial topology map if the number of child nodes of the parent node is equal to 0, map the node corresponding to each report form to the newly established child node, and add connection lines between the child node corresponding to the report form and the parent node to complete establishment of the subordinate relationship;
A second child node establishing unit 134, configured to obtain the number of child nodes of the parent node and obtain a menu row number of each child node included in the parent node if the number of child nodes of the parent node is greater than 0;
the child node inserting unit 135 is configured to insert the nodes corresponding to the report into the child nodes of the parent node according to the menu ordering numbers of the nodes corresponding to the report, and add connection lines between the child nodes corresponding to the report and the parent node to complete establishment of the subordinate relationship.
In this embodiment, a node corresponding to a report is located in a menu tree according to a parent level menu to which the report belongs in the menu tree, then whether the number of child nodes in a next layer of the parent node is 0 is judged, if the number of child nodes of the parent node is 0, a corresponding number of child nodes are newly built on an initial topology graph, and the node corresponding to the report is mapped onto the newly built child nodes (that is, no child node is arranged below the parent node, no child node is added according to a ranking number, and a connecting line of a subordinate relationship is directly newly built and added); if the number of the child nodes of the father node is greater than 0, the number of the child nodes of the father node is obtained, the menu sequence number of each child node included in the father node is obtained, and then the nodes corresponding to the report are inserted into the child nodes of the father node according to the menu sequence number of the nodes corresponding to the report in an ascending order.
In one embodiment, as shown in fig. 10, the report sharing apparatus 100 further includes:
The node displaying unit 1301 is configured to traverse the menu tree according to the menu name corresponding to the menu query instruction if the menu query instruction is detected, and display both the parent node and the child node corresponding to the menu name if the corresponding menu name is queried in the menu tree.
In this embodiment, when a menu query instruction of a user is obtained, a corresponding child node and a parent node corresponding to the child node need to be queried in a menu tree according to a menu name, after the query of the node is completed, a report URL address mapped by the menu of the child node is directly linked to an uploaded report stored in a server, and when the user is detected to click on the child node, a report corresponding to the report URL address mapped by the menu of the child node is extracted and opened for display.
And the node conversion unit 140 is configured to obtain a report corresponding to the selected node if the node selection instruction is detected, and use the report as an input parameter of a preset chart visualization function to obtain a chart corresponding to the report.
In this embodiment, after a plurality of reports are uploaded at the management server, and after a menu tree is generated, when a user needs to view a report corresponding to a certain node in the menu tree and an image corresponding to the report, the node needs to be selected on the menu tree, and the report corresponding to the node (the report is a static report) can be located after the node is selected, and because the static report is generally not editable (such as performing interactive operations such as dynamic screening, contour amplification, resetting, etc. of a data range such as lasso, a box, etc.), the report corresponding to the node needs to be subjected to visual processing.
In this embodiment, if the user selects a node on the menu tree, the selected node corresponds to a report. The report is input to a preset chart visualization function, and can be converted into a dynamic chart from a static report.
The tool corresponding to the chart visualization function adopted is Bokeh and Bokeh is an interactive visualization Python library which is specially aimed at the presentation function of the Web browser, and the report can be displayed on the Web server.
Wherein, when the chart is visualized in the preset function, the method specifically comprises the following steps:
step 31, importing a warehouse-in function and setting an output mode of a chart;
if a two-dimensional scatter plot is created, the library functions that need to be imported are as follows:
frombokeh.plotting import figure,output notebook,show
representing the imported library function as a booth.
The output mode of the chart is a Notebook document, a Web browser or a server, and the chart is output to the Notebook document, the Web browser or the server respectively;
Step 32, acquiring data in the report line by line, and inputting the data into a background database corresponding to the chart display area according to the output mode;
For example, the report is a report about staff wages, wherein each row of data corresponds to two fields, one field corresponds to a wage, the other field corresponds to a wage, and if the Web browser or the server needs to draw the data in the report, the data is required to be output to a background database corresponding to a chart display area;
step 33, establishing a coordinate system in the chart display area according to the field correspondence in the report, mapping the data in the report to the coordinate system, and displaying the mapped chart;
for example, the abscissa is established according to the wage field and the ordinate is established according to the wage field, at this time, the data of each line in the report can be mapped into the coordinate system, and then the mapped chart can be displayed in the chart display area.
And the chart operation unit 150 is configured to, if a chart operation instruction of a user is detected, acquire an operation type corresponding to the chart operation instruction, and perform a corresponding operation on the chart according to the operation type.
In this embodiment, the operation types at least include lasso, block, etc. data range dynamic screening, contour amplification, and reset.
The lasso operation is used for selecting a certain coordinate point in the chart and performing further editing operation;
the dynamic screening operation of the data range is to determine the screened coordinate points through the range of a square frame drawn by a user in real time;
The contour amplifying operation is that on the basis of the dynamic screening operation of the data range, the coordinate points selected by the drawn square frame range can be further amplified or reduced;
the reset operation is an operation for selecting a certain coordinate point in the chart and performing reset (i.e., re-editing).
By the method, expansion from a static chart to a dynamic chart can be realized, and the interactivity of the functions of the report platform is improved.
The report is uploaded to a sharing platform, corresponding father nodes are positioned in a menu tree according to the father-level menu included in the menu attribute setting information on the sharing platform, the subordinate relation between the nodes corresponding to the report and the father nodes is established, the report corresponding to each node in the menu tree can be used as an input parameter of a preset chart visualization function, a chart which corresponds to the report and can be dynamically displayed is obtained, a tree menu which is convenient for searching and positioning the report is quickly generated, and the report can be dynamically displayed.
The report sharing means described above may be implemented in the form of a computer program which can be run on a computer device as shown in fig. 11.
Referring to fig. 11, fig. 11 is a schematic block diagram of a computer device according to an embodiment of the present application.
With reference to FIG. 11, the computer device 500 includes a processor 502, memory, and a network interface 505 connected by a system bus 501, where the memory may include a non-volatile storage medium 503 and an internal memory 504.
The non-volatile storage medium 503 may store an operating system 5031 and a computer program 5032. The computer program 5032 includes program instructions that, when executed, cause the processor 502 to perform a report sharing method.
The processor 502 is used to provide computing and control capabilities to support the operation of the overall computer device 500.
The internal memory 504 provides an environment for the execution of a computer program 5032 in the non-volatile storage medium 503, which computer program 5032, when executed by the processor 502, causes the processor 502 to perform a report sharing method.
The network interface 505 is used for network communications, such as providing for the transmission of data traffic for network access, etc. It will be appreciated by those skilled in the art that the structure shown in FIG. 11 is merely a block diagram of some of the structures associated with the present inventive arrangements and does not constitute a limitation of the computer device 500 to which the present inventive arrangements may be applied, and that a particular computer device 500 may include more or fewer components than shown, or may combine some of the components, or have a different arrangement of components.
Wherein the processor 502 is configured to execute a computer program 5032 stored in a memory to perform the following functions: receiving a report uploaded by a report uploading end through an encryption channel; acquiring menu attribute setting information of the report; positioning corresponding parent nodes in a menu tree according to the father-level menu included in the menu attribute setting information, and establishing a subordinate relation between nodes corresponding to the report and the parent nodes; if a node selection instruction is detected, a report corresponding to the selected node is obtained, and the report is used as an input parameter of a preset chart visualization function to obtain a chart corresponding to the report; if a chart operation instruction of a user is detected, an operation type corresponding to the chart operation instruction is obtained, and corresponding operation is carried out on the chart according to the operation type.
In one embodiment, before executing the step of receiving the report uploaded by the report uploading end through the encrypted channel, the processor 502 further executes the following operations: if a login request of a report uploading end is received, generating a public key through asymmetric encryption, and generating a private key corresponding to the public key through asymmetric encryption; receiving 256-bit session keys generated randomly in a report uploading end, and encrypting to obtain an encryption password; decrypting the encrypted password through the private key to obtain a communication password; an encryption channel taking the communication password as an encryption key is constructed between the report uploading terminal and the report uploading terminal.
In one embodiment, after executing the acquiring the menu attribute setting information of the report, the processor 502 further executes the following operations: acquiring a current menu tree and each node in the menu tree; and mapping to obtain an initial topological graph corresponding to the current menu tree according to the current menu tree.
In one embodiment, the processor 502 performs the following operations when executing the parent level menu included in the menu attribute setting information, locating the corresponding parent node in the menu tree, and establishing the subordinate relationship between the node corresponding to the report and the parent node: positioning a father node to which a node corresponding to the report belongs by traversing the nodes in the menu tree; acquiring the number of child nodes of the father node; if the number of the child nodes of the father node is equal to 0, creating child nodes with the same number as the report on the initial topological graph, mapping the node corresponding to each report to the created child nodes, and adding connecting lines between the child nodes corresponding to the report and the father node to complete establishment of the subordinate relationship; if the number of the child nodes of the father node is larger than 0, acquiring the number of the child nodes of the father node, and acquiring the menu sequence number of each child node included in the father node; according to the menu ordering numbers of the nodes corresponding to the report, inserting the nodes corresponding to the report into the child nodes of the father node according to the ascending order, and establishing the affiliation by adding connecting wires between the child nodes corresponding to the report and the father node.
In one embodiment, after executing the parent level menu included in the menu attribute setting information, the processor 502 locates the corresponding parent node in the menu tree, establishes the subordinate relationship between the node corresponding to the report and the parent node, and then further executes the following operations: if the menu query instruction is detected, traversing the menu tree according to the menu name corresponding to the menu query instruction, and if the corresponding menu name is queried in the menu tree, displaying the father node and the child node corresponding to the menu name.
Those skilled in the art will appreciate that the embodiment of the computer device shown in fig. 11 is not limiting of the specific construction of the computer device, and in other embodiments, the computer device may include more or less components than those shown, or certain components may be combined, or a different arrangement of components. For example, in some embodiments, the computer device may include only a memory and a processor, and in such embodiments, the structure and function of the memory and the processor are consistent with the embodiment shown in fig. 11, and will not be described again.
It should be appreciated that in embodiments of the present application, the Processor 502 may be a central processing unit (Central Processing Unit, CPU), the Processor 502 may also be other general purpose processors, digital signal processors (DIGITAL SIGNAL processors, DSPs), application SPECIFIC INTEGRATED Circuits (ASICs), off-the-shelf Programmable gate arrays (Field-Programmable GATEARRAY, FPGA) or other Programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or the like. Wherein the general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
In another embodiment of the present application, a storage medium is provided. The storage medium may be a non-volatile computer readable storage medium. The storage medium stores a computer program, wherein the computer program includes program instructions. The program instructions, when executed by a processor, implement the steps of: receiving a report uploaded by a report uploading end through an encryption channel; acquiring menu attribute setting information of the report; positioning corresponding parent nodes in a menu tree according to the father-level menu included in the menu attribute setting information, and establishing a subordinate relation between nodes corresponding to the report and the parent nodes; if a node selection instruction is detected, a report corresponding to the selected node is obtained, and the report is used as an input parameter of a preset chart visualization function to obtain a chart corresponding to the report; if a chart operation instruction of a user is detected, an operation type corresponding to the chart operation instruction is obtained, and corresponding operation is carried out on the chart according to the operation type.
In one embodiment, the program instructions when executed by a processor perform the steps of: if a login request of a report uploading end is received, generating a public key through asymmetric encryption, and generating a private key corresponding to the public key through asymmetric encryption; receiving 256-bit session keys generated randomly in a report uploading end, and encrypting to obtain an encryption password; decrypting the encrypted password through the private key to obtain a communication password; an encryption channel taking the communication password as an encryption key is constructed between the report uploading terminal and the report uploading terminal.
In one embodiment, the program instructions when executed by a processor perform the steps of: acquiring a current menu tree and each node in the menu tree; and mapping to obtain an initial topological graph corresponding to the current menu tree according to the current menu tree.
In one embodiment, the program instructions when executed by a processor perform the steps of: positioning a father node to which a node corresponding to the report belongs by traversing the nodes in the menu tree; acquiring the number of child nodes of the father node; if the number of the child nodes of the father node is equal to 0, creating child nodes with the same number as the report on the initial topological graph, mapping the node corresponding to each report to the created child nodes, and adding connecting lines between the child nodes corresponding to the report and the father node to complete establishment of the subordinate relationship; if the number of the child nodes of the father node is larger than 0, acquiring the number of the child nodes of the father node, and acquiring the menu sequence number of each child node included in the father node; according to the menu ordering numbers of the nodes corresponding to the report, inserting the nodes corresponding to the report into the child nodes of the father node according to the ascending order, and establishing the affiliation by adding connecting wires between the child nodes corresponding to the report and the father node.
In one embodiment, the program instructions when executed by a processor perform the steps of: if the menu query instruction is detected, traversing the menu tree according to the menu name corresponding to the menu query instruction, and if the corresponding menu name is queried in the menu tree, displaying the father node and the child node corresponding to the menu name.
It will be clearly understood by those skilled in the art that, for convenience and brevity of description, specific working procedures of the apparatus, device and unit described above may refer to corresponding procedures in the foregoing method embodiments, which are not repeated herein. Those of ordinary skill in the art will appreciate that the elements and algorithm steps described in connection with the embodiments disclosed herein may be embodied in electronic hardware, in computer software, or in a combination of the two, and that the elements and steps of the examples have been generally described in terms of function in the foregoing description to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
In the several embodiments provided by the present application, it should be understood that the disclosed apparatus, device and method may be implemented in other manners. For example, the apparatus embodiments described above are merely illustrative, and for example, the division of the units is merely a logical function division, there may be another division manner in actual implementation, or units having the same function may be integrated into one unit, for example, multiple units or components may be combined or may be integrated into another system, or some features may be omitted, or not performed. In addition, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices, or elements, or may be an electrical, mechanical, or other form of connection.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the embodiment of the present application.
In addition, each functional unit in the embodiments of the present application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units.
The integrated units may be stored in a storage medium if implemented in the form of software functional units and sold or used as stand-alone products. Based on such understanding, the technical solution of the present application is essentially or a part contributing to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a magnetic disk, an optical disk, or other various media capable of storing program codes.
While the application has been described with reference to certain preferred embodiments, it will be understood by those skilled in the art that various changes and substitutions of equivalents may be made and equivalents will be apparent to those skilled in the art without departing from the scope of the application. Therefore, the protection scope of the application is subject to the protection scope of the claims.

Claims (5)

1. A report sharing method is characterized by comprising the following steps:
Receiving a report uploaded by a report uploading end through an encryption channel;
Acquiring menu attribute setting information of the report;
Positioning corresponding parent nodes in a menu tree according to the father-level menu included in the menu attribute setting information, and establishing a subordinate relation between nodes corresponding to the report and the parent nodes;
if a node selection instruction is detected, a report corresponding to the selected node is obtained, and the report is used as an input parameter of a preset chart visualization function to obtain a chart corresponding to the report;
if a chart operation instruction of a user is detected, acquiring an operation type corresponding to the chart operation instruction, and performing corresponding operation on the chart according to the operation type;
Before receiving the report uploaded by the report uploading end through the encryption channel, the method further comprises the following steps:
if a login request of a report uploading end is received, generating a public key through asymmetric encryption, and generating a private key corresponding to the public key through asymmetric encryption;
Receiving 256-bit session keys generated randomly in a report uploading end, and encrypting to obtain an encryption password;
decrypting the encrypted password through the private key to obtain a communication password;
an encryption channel taking a communication password as an encryption key is constructed between the report uploading end;
The menu attribute setting information of the report comprises: the menu name, the report URL address of the menu mapping and the menu ordering number belong to the father level menu; the chart corresponding to the report is a dynamic chart;
The step of locating the corresponding parent node in the menu tree according to the belonged parent level menu included in the menu attribute setting information and establishing the subordinate relation between the node corresponding to the report and the parent node comprises the following steps:
positioning a father node to which a node corresponding to the report belongs by traversing the nodes in the menu tree;
Acquiring the number of child nodes of the father node;
If the number of the child nodes of the father node is equal to 0, creating child nodes with the same number as the report on the initial topological graph, mapping the node corresponding to each report to the created child nodes, and adding connecting wires between the child nodes corresponding to the report and the father node to complete establishment of the subordinate relationship;
If the number of the child nodes of the father node is larger than 0, acquiring the number of the child nodes of the father node, and acquiring the menu sequence number of each child node included in the father node;
According to the menu ordering numbers of the nodes corresponding to the report, inserting the nodes corresponding to the report into the child nodes of the father node according to the ascending order sequence, and adding connecting wires between the child nodes corresponding to the report and the father node to complete establishment of subordinate relations;
the method comprises the steps of locating corresponding parent nodes in a menu tree according to the father-level menu included in the menu attribute setting information, establishing the subordinate relations between nodes corresponding to the report and the parent nodes, and further comprising:
if a menu query instruction is detected, traversing a menu tree according to a menu name corresponding to the menu query instruction, and if the corresponding menu name is queried in the menu tree, displaying a father node and a child node corresponding to the menu name;
wherein the display area of the initial topological graph is larger than the display area of the menu tree.
2. The report sharing method as set forth in claim 1, further comprising, after said obtaining the menu attribute setting information of the report:
acquiring a current menu tree and each node in the menu tree;
and mapping to obtain an initial topological graph corresponding to the current menu tree according to the current menu tree.
3. A report sharing apparatus, comprising:
The report receiving unit is used for receiving the report uploaded by the report uploading end through the encryption channel;
The menu attribute acquisition unit is used for acquiring menu attribute setting information of the report;
the report node setting unit is used for positioning corresponding parent nodes in a menu tree according to the father-level menu included in the menu attribute setting information, and establishing the subordinate relations between the nodes corresponding to the report and the parent nodes;
The node conversion unit is used for acquiring a report corresponding to the selected node if the node selection instruction is detected, and taking the report as an input parameter of a preset chart visualization function to obtain a chart corresponding to the report;
The chart operation unit is used for acquiring an operation type corresponding to the chart operation instruction if the chart operation instruction of the user is detected, and carrying out corresponding operation on the chart according to the operation type;
before the report receiving unit, the report receiving unit further comprises:
The asymmetric encryption unit is used for generating a public key through asymmetric encryption and generating a private key corresponding to the public key through asymmetric encryption if a login request of the report uploading end is received;
the encryption password acquisition unit is used for receiving the 256-bit session key generated randomly in the report uploading end and obtaining an encryption password after encryption;
The communication password acquisition unit is used for decrypting the encrypted password through the private key to obtain a communication password;
the encryption channel construction unit is used for constructing an encryption channel taking a communication password as an encryption key between the encryption channel construction unit and the report uploading end;
The menu attribute setting information of the report comprises: the menu name, the report URL address of the menu mapping and the menu ordering number belong to the father level menu; the chart corresponding to the report is a dynamic chart;
The report node setting unit includes:
The node traversing and positioning unit is used for positioning the father node to which the node corresponding to the report belongs by traversing the nodes in the menu tree;
the child node number acquisition unit is used for acquiring the number of child nodes of the father node;
The first child node building unit is used for building child nodes with the same number as the report forms on the initial topological graph if the number of the child nodes of the father node is equal to 0, mapping the node corresponding to each report form to the newly built child node correspondingly, and adding connecting wires between the child nodes corresponding to the report forms and the father node to complete building of subordinate relations;
the second child node establishing unit is used for acquiring the number of child nodes of the father node and acquiring the menu sequence number of each child node included in the father node if the number of child nodes of the father node is greater than 0;
The child node inserting unit is used for inserting the nodes corresponding to the report into the child nodes of the father node according to the menu ordering numbers of the nodes corresponding to the report and the ascending order of the nodes corresponding to the report, and adding connecting wires between the child nodes corresponding to the report and the father node to complete establishment of the subordinate relationship;
After the report node setting unit, the report node setting unit further comprises:
The node display unit is used for traversing the menu tree according to the menu name corresponding to the menu query instruction if the menu query instruction is detected, and displaying the father node and the child node corresponding to the menu name if the corresponding menu name is queried in the menu tree;
wherein the display area of the initial topological graph is larger than the display area of the menu tree.
4. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the report sharing method of any of claims 1 to 2 when the computer program is executed by the processor.
5. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program comprising program instructions which, when executed by a processor, cause the processor to perform the report sharing method of any one of claims 1 to 2.
CN201811137573.3A 2018-09-28 2018-09-28 Report sharing method, report sharing device, computer equipment and storage medium Active CN109388462B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811137573.3A CN109388462B (en) 2018-09-28 2018-09-28 Report sharing method, report sharing device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811137573.3A CN109388462B (en) 2018-09-28 2018-09-28 Report sharing method, report sharing device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109388462A CN109388462A (en) 2019-02-26
CN109388462B true CN109388462B (en) 2024-05-28

Family

ID=65418240

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811137573.3A Active CN109388462B (en) 2018-09-28 2018-09-28 Report sharing method, report sharing device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN109388462B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111355865B (en) * 2019-04-16 2023-05-30 深圳市鸿合创新信息技术有限责任公司 Recording and broadcasting system node configuration method, equipment and storage medium
CN112306312A (en) * 2019-07-29 2021-02-02 阿里巴巴集团控股有限公司 Data processing method, data processing system, information creating method and device
CN110795458B (en) * 2019-10-08 2022-04-15 北京百分点科技集团股份有限公司 Interactive data analysis method, device, electronic equipment and computer readable storage medium
CN114118033A (en) * 2021-10-13 2022-03-01 深圳追一科技有限公司 Report generation method, device, equipment and storage medium
CN116975010B (en) * 2023-09-19 2023-12-01 江西微博科技有限公司 Electronic material library sharing method and system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6380957B1 (en) * 1998-12-15 2002-04-30 International Business Machines Corporation Method of controlling view of large expansion tree
CN101315640A (en) * 2008-07-01 2008-12-03 中兴通讯股份有限公司 Directory management method and apparatus
CN103744894A (en) * 2013-12-23 2014-04-23 华为技术有限公司 Information level switching method and device
CN107193569A (en) * 2017-05-31 2017-09-22 福建三元达科技有限公司 The multilevel menu management system and management method of embedded system
CN107766539A (en) * 2017-10-30 2018-03-06 国云科技股份有限公司 A kind of document file management system and implementation method based on Alfresco
CN108170655A (en) * 2017-12-26 2018-06-15 平安科技(深圳)有限公司 Production method, device, terminal device and the storage medium of Visual Report Forms
CN108172269A (en) * 2017-12-15 2018-06-15 广州市康软信息科技有限公司 The Visual Report Forms generation method and system of medical data

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101729442B (en) * 2008-10-23 2013-03-20 华为技术有限公司 Method and device for realizing content sharing

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6380957B1 (en) * 1998-12-15 2002-04-30 International Business Machines Corporation Method of controlling view of large expansion tree
CN101315640A (en) * 2008-07-01 2008-12-03 中兴通讯股份有限公司 Directory management method and apparatus
CN103744894A (en) * 2013-12-23 2014-04-23 华为技术有限公司 Information level switching method and device
CN107193569A (en) * 2017-05-31 2017-09-22 福建三元达科技有限公司 The multilevel menu management system and management method of embedded system
CN107766539A (en) * 2017-10-30 2018-03-06 国云科技股份有限公司 A kind of document file management system and implementation method based on Alfresco
CN108172269A (en) * 2017-12-15 2018-06-15 广州市康软信息科技有限公司 The Visual Report Forms generation method and system of medical data
CN108170655A (en) * 2017-12-26 2018-06-15 平安科技(深圳)有限公司 Production method, device, terminal device and the storage medium of Visual Report Forms

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
一种监控软件平台中web 报表系统实现方法;王志心 等;《江苏科技信息》;第35卷(第20期);第59-62页 *

Also Published As

Publication number Publication date
CN109388462A (en) 2019-02-26

Similar Documents

Publication Publication Date Title
CN109388462B (en) Report sharing method, report sharing device, computer equipment and storage medium
CN109522330B (en) Cloud platform data processing method, device, equipment and medium based on block chain
US11882099B1 (en) Trusted tunnel bridge
KR102149996B1 (en) System and method for establishing links between identifiers without exposing specific identification information
US9716742B2 (en) File sharing via link generation
US9756022B2 (en) Enhanced remote key management for an enterprise in a cloud-based environment
US10574442B2 (en) Enhanced remote key management for an enterprise in a cloud-based environment
CA2943128C (en) Computer system to support failover in an event stream processing system
US8447801B1 (en) Content sharing with limited cloud storage
US12015699B2 (en) Method, apparatus, and computer program product for encryption key management within a group-based communication system
EP4155972B1 (en) Methods, apparatuses, and computer program products for management of and search index generation based on geographically distributed data
CN109388791B (en) Dynamic diagram display method and device, computer equipment and storage medium
WO2019228034A1 (en) Method and apparatus for data synchronization
AU2014201599A1 (en) Mobile reports
US9817841B2 (en) Scheduled synchronization
EP3491808B1 (en) Interchangeable retrieval of content
US20190228177A1 (en) Hosted application gateway architecture with multi-level security policy and rule promulgations
US20210149688A1 (en) Systems and methods for implementing external application functionality into a workflow facilitated by a group-based communication system
US20160212118A1 (en) System and Method for Visualizing Data Sharing Arrangements for an Organization
CN110474764B (en) Ciphertext data set intersection calculation method, device, system, client, server and medium
US20220006619A1 (en) Encryption key management for an automated workflow
US20180025172A1 (en) Data storage apparatus, data processing method, and computer readable medium
US11924284B1 (en) Automated security, orchestration, automation, and response (SOAR) app generation based on application programming interface specification data
JP2010020698A (en) Information processing system, information processing method, information processing program and recording medium
US11818087B1 (en) User-to-user messaging-based software troubleshooting tool

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant