CN112632945A - Report form construction method and device - Google Patents
Report form construction method and device Download PDFInfo
- Publication number
- CN112632945A CN112632945A CN202011498186.XA CN202011498186A CN112632945A CN 112632945 A CN112632945 A CN 112632945A CN 202011498186 A CN202011498186 A CN 202011498186A CN 112632945 A CN112632945 A CN 112632945A
- Authority
- CN
- China
- Prior art keywords
- report
- target
- routing address
- path
- access
- 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.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/166—Editing, e.g. inserting or deleting
- G06F40/186—Templates
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/955—Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
- G06F16/9566—URL specific, e.g. using aliases, detecting broken or misspelled links
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/74—Address processing for routing
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Information Transfer Between Computers (AREA)
Abstract
The application provides a report construction method and a report construction device, wherein the report construction method comprises the following steps: receiving a report access request, wherein the report access request carries a routing address of a report to be accessed; under the condition that the report to be accessed is determined to be a third-party report according to the routing address, acquiring a target report data link corresponding to the routing address and a corresponding target template page from a local storage according to the routing address; acquiring an access path corresponding to the routing address from a local storage, converting the access path into a local specified path, embedding the target report data link into the target template page, acquiring target report data according to the target report data link and generating a target report; and pointing to the target report form through the local designated path, and displaying the target report form.
Description
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for report construction. The application also relates to a report building device, a computing device and a computer readable storage medium.
Background
With the rapid development of computer technology, various reports are layered endlessly. In actual life, the report types are various, the report types are complex and uncertain, and the report requirements are also changed frequently, so that the working efficiency of a user is greatly reduced. Therefore, a large number of report building methods are emerging to meet the user's needs.
In the prior art, most report backgrounds develop report pages through customization, so that the development efficiency is low, the online process cannot be avoided, and the repetitive work is high. And when the operation and the product develop the report in the third-party platform, the report cannot be automatically used in the platform, and the report needs to be developed again even if the report is embedded. Therefore, a simpler and more convenient method for report construction is needed.
Disclosure of Invention
In view of this, the embodiment of the present application provides a report construction method. The application also relates to a report constructing device, a computing device and a computer readable storage medium, which are used for solving the technical defects in the prior art.
According to a first aspect of the embodiments of the present application, there is provided a report construction method, including:
receiving a report access request, wherein the report access request carries a routing address of a report to be accessed;
under the condition that the report to be accessed is determined to be a third-party report according to the routing address, acquiring a target report data link corresponding to the routing address and a corresponding target template page from a local storage according to the routing address;
acquiring an access path corresponding to the routing address from a local storage, converting the access path into a local specified path, embedding the target report data link into the target template page, acquiring target report data according to the target report data link and generating a target report;
and pointing to the target report form through the local designated path, and displaying the target report form.
Optionally, before the receiving the report access request, the method further includes:
receiving report access information, wherein the report access information comprises a routing address and an access path of the report;
under the condition that the report is determined to be a third-party report according to the access path, acquiring a target report data link according to the access path, and matching a template page for the target report data link;
and storing the template page, the target report data link, the routing address and the access path.
Optionally, the determining that the report is a third-party report according to the access path includes:
and if the access path is a third-party report path, determining that the report is a third-party report.
Optionally, the converting the access path into a local specified path includes:
converting the access path to a locally specified path through a docking API.
Optionally, the embedding the target report data link into the target template page includes:
and embedding the target report data link into the target template page through a page insertion tool.
Optionally, the method further includes:
under the condition that the report to be accessed is determined to be a third-party report according to the routing address, target report data corresponding to the routing address and a corresponding target template page are obtained from a local storage according to the routing address;
acquiring an access path corresponding to the routing address from a local storage, converting the access path into a local specified path, and embedding the target report data into the target template page to generate a target report;
and pointing to the target report form through the local designated path, and displaying the target report form.
Optionally, the method further includes:
under the condition that the report to be accessed is determined to be a self-service report according to the routing address, target report data is obtained through page configuration;
and performing form configuration on the target report data to generate a target report, and displaying the target report.
Optionally, the performing form configuration on the target report data to generate a target report includes:
and carrying out graphic configuration and table field configuration on the target report data to generate a target report.
Optionally, after the target report is displayed, the method further includes:
receiving a query request aiming at the target report;
and inquiring in the target report according to the inquiry request and returning an inquiry result.
According to a second aspect of the embodiments of the present application, there is provided a report building apparatus, including:
the report access module is configured to receive a report access request, wherein the report access request carries a routing address of a report to be accessed;
the acquisition module is configured to acquire a target report data link corresponding to the routing address and a corresponding target template page from a local storage according to the routing address under the condition that the report to be accessed is determined to be a third-party report according to the routing address;
the conversion module is configured to acquire an access path corresponding to the routing address from a local storage, convert the access path into a local specified path, embed the target report data link into the target template page, acquire target report data according to the target report data link and generate a target report;
and the display module is configured to point to the target report form through the local specified path and display the target report form.
According to a third aspect of embodiments herein, there is provided a computing device comprising:
a memory and a processor;
the memory is to store computer-executable instructions, and the processor is to execute the computer-executable instructions to:
receiving a report access request, wherein the report access request carries a routing address of a report to be accessed;
under the condition that the report to be accessed is determined to be a third-party report according to the routing address, acquiring a target report data link corresponding to the routing address and a corresponding target template page from a local storage according to the routing address;
acquiring an access path corresponding to the routing address from a local storage, converting the access path into a local specified path, embedding the target report data link into the target template page, acquiring target report data according to the target report data link and generating a target report;
and pointing to the target report form through the local designated path, and displaying the target report form.
According to a fourth aspect of embodiments of the present application, there is provided a computer-readable storage medium storing computer-executable instructions that, when executed by a processor, implement the steps of the report building method.
The report construction method receives a report access request, wherein the report access request carries a routing address of a report to be accessed; under the condition that the report to be accessed is determined to be a third-party report according to the routing address, acquiring a target report data link corresponding to the routing address and a corresponding target template page from a local storage according to the routing address; acquiring an access path corresponding to the routing address from a local storage, converting the access path into a local specified path, embedding the target report data link into the target template page, acquiring target report data according to the target report data link and generating a target report; and pointing to the target report form through the local designated path, and displaying the target report form. The report developed by the third-party software is safely and quickly embedded into the background of the third-party software in a self-service manner, namely, the report is developed in the third-party software and is embedded into the platform in a self-service manner, so that a great part of report construction requirements are met, and the working efficiency is improved. In addition, in the method and the device, under the condition that the report to be accessed is determined to be a self-service report according to the routing address, target report data are obtained through page configuration; and performing form configuration on the target report data to generate a target report, displaying the target report, and realizing the visual form configuration through a configuration page, thereby being convenient and efficient.
Drawings
FIG. 1 is a flowchart illustrating a report building method according to an embodiment of the present application;
FIG. 2A is a block diagram illustrating a structure of a cross-platform report building side report platform according to an embodiment of the present application;
fig. 2B shows a structural block diagram of a self-service report building side report platform according to an embodiment of the present application;
FIG. 2C is a block diagram illustrating a structure of a report building method based on a report platform and across platforms according to an embodiment of the present application;
FIG. 3 is a flowchart illustrating a report building method applied to a video platform according to an embodiment of the present application;
fig. 4 is a schematic structural diagram illustrating a report building apparatus according to an embodiment of the present application;
fig. 5 shows a block diagram of a computing device according to an embodiment of the present application.
Detailed Description
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present application. This application is capable of implementation in many different ways than those herein set forth and of similar import by those skilled in the art without departing from the spirit of this application and is therefore not limited to the specific implementations disclosed below.
The terminology used in the one or more embodiments of the present application is for the purpose of describing particular embodiments only and is not intended to be limiting of the one or more embodiments of the present application. As used in one or more embodiments of the present application 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 also be understood that the term "and/or" as used in one or more embodiments of the present application refers to and encompasses any and all possible combinations of one or more of the associated listed items.
It will be understood that, although the terms first, second, etc. may be used herein in one or more embodiments of the present application to describe various information, these information should not be limited by these terms. These terms are only used to distinguish one type of information from another. For example, a first aspect may be termed a second aspect, and, similarly, a second aspect may be termed a first aspect, without departing from the scope of one or more embodiments of the present application. The word "if" as used herein may be interpreted as "at … …" or "when … …" or "in response to a determination", depending on the context.
First, the noun terms to which one or more embodiments of the present application relate are explained.
API: application Programming Interface (api) is a predefined function or convention for linking different components of a software system. To provide a set of routines that applications and developers can access based on certain software or hardware without accessing source code or understanding the details of the internal workings.
URL: each information Resource has a Uniform and unique address on the network, called URL (Uniform Resource Locator), which is a Uniform Resource Locator of the WWW and refers to a network address.
A data source: the source of the data is the device or original media that provides the data of some kind of requirement.
Table structure: define fields, types, primary keys, foreign keys, indexes of a table.
Cross-platform: an application developed under one operating system can still run when put under another operating system.
Multi-dimensional: the same index is observed from multiple aspects, such as the number of people watching the index, the number of visitors and the like are analyzed from three dimensions of year, month and day.
And (3) an online process: generally refers to proposing a question in a requirement-requirement review-technical review-scheduling-entering development-test-modification test-online.
Screening the assembly: and the data source is screened and classified according to the specific field.
Customized development: the requirements are customized and developed according to the requirements of the users, and a complete online process is needed.
Next, a brief description is given of the basic concept of the report construction method provided in the present application.
Report construction methods in the prior art can be divided into two types, namely report construction is carried out through a customized development report page and a self-service report construction tool. The customized development report page needs to pass through a complex online process, so that the report building efficiency is low, and the customized development report page can cause the condition of reworking to build the report, so that the time for building the report is longer. And report construction is carried out through a self-service report construction tool, the whole platform needs to be integrated for operation, and the flexibility is low. In addition, the existing platform is single in construction mode, only supports one of customized development or self-service construction, and cannot safely and quickly embed the report developed by third-party software into the platform by self-service.
In order to improve the efficiency and the flexibility of report construction and realize the diversity of platform construction modes, the application provides a report construction method, which receives a report access request, wherein the report access request carries a routing address of a report to be accessed; under the condition that the report to be accessed is determined to be a third-party report according to the routing address, acquiring a target report data link corresponding to the routing address and a corresponding target template page from a local storage according to the routing address; acquiring an access path corresponding to the routing address from a local storage, converting the access path into a local specified path, embedding the target report data link into the target template page, acquiring target report data according to the target report data link and generating a target report; and pointing to the target report form through the local designated path, and displaying the target report form. The report developed by the third-party software is safely and quickly embedded into the background of the third-party software in a self-service manner, namely, the report is developed in the third-party software and is embedded into the platform in a self-service manner, so that a great part of report construction requirements are met, and the working efficiency is improved. In addition, in the method and the device, under the condition that the report to be accessed is determined to be a self-service report according to the routing address, target report data are obtained through page configuration; and performing form configuration on the target report data to generate a target report, displaying the target report, and realizing the visual form configuration through a configuration page, thereby being convenient and efficient.
The present application provides a report building method, and the present application simultaneously relates to a report building apparatus, a computing device, and a computer-readable storage medium, which are described in detail in the following embodiments one by one.
Fig. 1 shows a flowchart of a report building method according to an embodiment of the present application, which specifically includes the steps of:
Specifically, the report access request refers to a request initiated by a user viewing a report through a platform; the report to be accessed is the report which the user wants to check; the routing address refers to an address or a domain name for accessing the report to be accessed. In practical application, a user can input a name, address connection and the like of a report to be checked in a search bar on a platform to search, and the report to be checked by the user is obtained.
In this embodiment, before the user initiates the report access, that is, before receiving the report access request, the method further includes: receiving report access information, wherein the report access information comprises a routing address and an access path of the report; under the condition that the report is determined to be a third-party report according to the access path, acquiring a target report data link according to the access path, and matching a template page for the target report data link; and storing the template page, the target report data link, the routing address and the access path.
Specifically, a user fills in a routing address and an access path of a relevant report in the menu management of the platform in advance, and adds a menu authority in the authority management, that is, the access authority given to the report is managed by the configuration menu, and at this time, the platform receives report access information. The access path is a report path, namely the report can be accessed through the access path. When the project is initialized, reading information in the menu management, wherein the information can be read through main, js or other modes, and under the condition that the read information contains an access path, if the access path is a third-party report path, determining that the report is a third-party report, namely, the report corresponding to the read information is the third-party report. And acquiring a corresponding target report data link through the access path, matching the target report data link with a local template page according to the content type of the target report data link, and then storing the acquired target report data link, the matched template page, the routing address of the report and the access path into a local storage which is specially used for storing the related information of the third-party report. Generally speaking, the related information of the third-party report which is required and desired to be checked by the user is stored in the platform, so that the user can conveniently check the third-party report at any time on the platform, and the experience of the user can be improved.
For example, the user fills the routing address/test and the access path/page/test 123 of the third-party report in the menu management, and configures the menu management through the authority relationship, so that the user can view the report corresponding to the routing address and the access path on the platform. And checking the corresponding report through the access path/page/test 123, acquiring a target report data link, acquiring a matched template page for the acquired target report data, and storing the access path/page/test 123, the matched template page and the target report data link.
In the embodiment, the report can be checked by the user, so that the platform receives the report access request, and in addition, the report access request carries the routing address of the report to be accessed, so that the platform can quickly determine the report to be accessed, and the user experience is improved.
And 104, under the condition that the report to be accessed is determined to be a third-party report according to the routing address, acquiring a target report data link corresponding to the routing address and a corresponding target template page from a local storage according to the routing address.
Specifically, on the basis that a report access request is received and carries a routing address of a report to be accessed, the report to be accessed is accessed and checked through the routing address.
In practical application, the specific implementation process of looking up the report to be accessed according to the routing address is to firstly judge whether the report that the user wants to access is a report of other platforms, other software and the like according to the routing address, namely judge that the report to be accessed is a third-party report. Then, matching is carried out according to the routing address and information stored in a local storage in advance, if the corresponding information cannot be matched, namely matching fails, it is indicated that the report to be accessed is not accessed on the platform; and if the corresponding information is matched, namely the matching is successful, acquiring a target report data link and a target template page corresponding to the routing address from the local storage to prepare for subsequently generating a target report.
For example, a user accesses a report page according to a routing address/test, and since the/test corresponds to a third-party report, the platform matches the information in the local storage according to the/test, and after the matching is successful, a target report data link corresponding to the/test and a target template page corresponding to the target report data link are obtained. If the user accesses the report page according to the routing address/testy, the information corresponding to the/testy report is not stored in the local storage, namely the matching is failed.
In the embodiment, when the report to be accessed is accessed and checked through the routing address, matching is firstly carried out in the local storage according to the routing address, so that whether the local storage has the access authority is judged, if the local storage has the access authority, the corresponding target report data link and the target module page are directly obtained in the local storage, and the method is fast and convenient.
And 106, acquiring an access path corresponding to the routing address from a local storage, converting the access path into a local specified path, embedding the target report data link into the target template page, acquiring target report data according to the target report data link, and generating a target report.
Specifically, on the basis of successful matching between the routing address and the information stored in the local storage in advance, the access path corresponding to the routing address is further acquired from the local storage. At this time, since the obtained access path is the initial path of the report to be accessed, i.e. the access path of the report on the third-party platform, and cannot be directly used and accessed on the platform, the access path needs to be converted into the report address connection used by the platform.
In practical application, because a plurality of platforms need to use the same third-party software or third-party platform for development, in order to prevent report information leakage of different platforms, the third-party software or third-party platform provides an interface API, an account number and a password for each platform.
Specifically, after the access path corresponding to the routing address is acquired from the local storage, a specific implementation process of converting the access path into the local designated path may be as follows:
converting the access path to a locally specified path through a docking API.
It should be noted that, the original access path may be converted into the specified path used by the platform through the docking API, the account and the password provided by the third-party software or the third-party platform, that is, the URL is obtained, so that the user can directly access the report to be accessed on the platform.
Further, the specific implementation process of embedding the target report data link into the target template page may be:
and embedding the target report data link into the target template page through a page insertion tool.
Specifically, the page insertion tool is a tool for inserting one page into another page, and can be selected according to the requirements of the platform, such as an iframe tag. In practical application, the obtained target report data link can be embedded into a target template page through the iframe tag, and then the target report data is obtained according to the target report data link and a target report is generated.
For example, the platform acquires an access path corresponding to the/test from the local storage according to the/test, namely the above-mentioned/page/test 123, then converts the access path/page/test 123 into a report address link, namely a local specified path, used by the platform, such as http:// live-b.bendai.co/&/test according to a docking API provided by third-party software or a third-party platform, embeds a target report data link into a target template page through an iframe tag, and then acquires target report data according to the target report data link and generates a target report.
In this embodiment, after the access path corresponding to the routing address is acquired from the local storage, the access path may be converted into an assigned path used by the platform, and the target report data link is embedded into the target template page through the page insertion tool, so that the target report data is acquired according to the target report data link and the target report is generated, which is convenient for generating the target report quickly and improves the work efficiency of the user using the platform.
And 108, pointing to the target report form through the local designated path, and displaying the target report form.
Specifically, on the basis of converting the access path into the local specified path and generating the target report, the converted path, that is, the local specified path, is directed to the generated target report, and at this time, the target report is accessed through the specified path.
For example, the local designated path is http:// live-b.bend.co/&/test, and the local designated path is associated with the target report form, even if the local designated path http:// live-b.bend.co/&/test points to the target report form, the target report form page can be accessed and displayed through http:// live-b.bend.co/&/test.
In addition, in practical application, report construction can also be performed by directly acquiring data of a third-party report, and the specific implementation process is as follows:
under the condition that the report to be accessed is determined to be a third-party report according to the routing address, target report data corresponding to the routing address and a corresponding target template page are obtained from a local storage according to the routing address;
acquiring an access path corresponding to the routing address from a local storage, converting the access path into a local specified path, and embedding the target report data into the target template page to generate a target report;
and pointing to the target report form through the local designated path, and displaying the target report form.
Specifically, whether the report to be accessed is a third-party report is judged according to the routing address, if yes, the routing address is matched with information stored in a local storage in advance, and after matching is successful, target report data and a target template page corresponding to the routing address need to be obtained from the local storage. It should be noted that, the template page, the target report data, the routing address, and the access path have been stored before. Further, an access path corresponding to the routing address is obtained from a local storage. At this time, since the obtained access path is an initial path of the report to be accessed, that is, the third-party report, and cannot be directly used and accessed on the platform, the access path needs to be converted into a path used by the platform. And after the access path is converted into a local specified path, embedding the target report data into the target template page through a page insertion tool to generate a target report. Furthermore, the converted path, i.e. the local specified path, is directed to the generated target report, and at this time, the target report is accessed through the specified path.
In the embodiment, the cross-platform report can be constructed through operations such as matching of template pages, path conversion and the like, customized development is not needed, complexity of an online process is avoided, and efficiency of cross-platform report construction is improved.
Specifically, the report construction method provided by this embodiment can implement not only cross-platform report construction, that is, construction of a third-party report, but also self-service report construction, and the specific implementation process may be as follows:
under the condition that the report to be accessed is determined to be a self-service report according to the routing address, target report data is obtained through page configuration;
and performing form configuration on the target report data to generate a target report, and displaying the target report.
Specifically, the self-service report forms are drawn on the platform, whether the report form to be accessed is a third-party report form or a self-service report form can be judged according to the routing address, if the report form to be accessed is the self-service report form, the form configuration is performed according to the page configuration, that is, target report form data needs to be obtained through the page configuration. The page configuration, also called basic page configuration, includes dynamic connection selection of data source, route configuration, page prompt message, configuration of screening component, wherein the screening component includes time component, partition component, room number screening component. And after the target report data is obtained, performing form configuration on the target report data to generate a target report, and displaying the target report.
It should be noted that the form configuration includes a graph configuration and a form field configuration, and on this basis, the graph configuration and the form field configuration are performed on the target report data to generate a target report.
In practical application, the chart configuration may be a multi-dimensional line chart configuration, a bar chart configuration, or the like; the table field configuration can support operations such as full header sorting, header fixing and the like, and support conversion of units of data.
For example, the self-service report is a report of the sales volume of a commodity of 2019, and after sales data of the commodity of 2019 is acquired according to page configuration, graphic configuration and form field configuration are performed. When the graph configuration is carried out, the month is taken as a measurement standard, the sales volume of a certain commodity in each month is displayed one by taking the abscissa as the month and the ordinate as the sales volume, and the sales volumes are connected into a line graph; the sales of a commodity from the first quarter to the fourth quarter may be displayed one by one with "quarter" as a measure and the abscissa as the quarter from the coordinate as the sales, to form a bar graph. When the table field is configured, the sort of the head may be changed by sorting in descending order or ascending order according to the sales volume, or the head may be fixed, that is, the sort may be performed only in the order of 1 to 12 months, the sales volume may be displayed in units of "one", or "ten thousand", or the like, or may be displayed in units of "one hundred", "one thousand", or "ten thousand".
In addition, no matter the report form is a self-service report form or a third-party report form, the part which the user wants to view in the report form can be quickly inquired and positioned through additional configuration, and the specific implementation process can be as follows:
receiving a query request aiming at the target report;
and inquiring in the target report according to the inquiry request and returning an inquiry result.
Specifically, the additional configuration includes a query statement SQL that is a query request issued by a user and a table structure that is a report displayed according to the query request. The query request for the target report can be used for inputting a keyword for querying through a search box of a report page, and can also be used for selecting the keyword from a screening list for positioning and the like, which is not limited in the application. And after receiving the query request aiming at the target report, processing the query request, querying in the target report, and returning the queried result for the user to check. The query result can be displayed in a highlighted form such as changing the font color, adding underlines, highlighting the text color and the like, and can also be displayed in a form of hiding other non-query results.
Taking the self-service report form as the report form of 2019 for the sales volume of a certain commodity, assuming that a user wants to inquire and view the sales volume of the certain commodity in the 6 months, and selecting the 6 months or the 6 months in the screening list for inquiry, at this time, only the related information of the sales volume of the certain commodity in the 6 months is displayed in the report form, and the related information of the sales volume of the certain commodity in other months is not displayed, namely is hidden; or displaying all the information related to the sales volume of a certain commodity in 6 months in a red font, adding underlines, taking orange as a background color and the like.
Next, referring to fig. 2A-C, a system platform for implementing the report construction method is described:
referring to fig. 2A, the system platform 201, i.e. the report building platform, is entered first. The system platform 201 is provided with a cross-platform report form construction 202, and the cross-platform report form construction 202 comprises a path access 204, a template page 205 and a routing address 206. In addition, the cross-platform report build 202 can query and locate the generated target report through the additional configuration 207. For the cross-platform report form construction 202, referring to fig. 2C, the routing address 206 and the access path 204 of the third-party report form are obtained through the menu management 212, the target report form data link and the target template page in the local storage are obtained according to the routing address 206, the access path 204 is converted into the local specified path 214 through the docking API provided by the third-party platform, the target report form data link is embedded into the target template page, the target report form data is obtained according to the target report form data link and the target report form is generated, and then the local specified path 214 points to the generated target report form, i.e., the target template page, and the generated target report form 211 is displayed. It should be noted that the cross-platform report also needs to be given the rights through the rights management 213.
Referring to fig. 2B, the system platform 201 is further provided with a self-service report form building 203, and the self-service report form building 203 includes a page configuration 208, a graph configuration 209, and a form field configuration 210. Correspondingly, the self-service report form building 203 can also query and locate the generated target report form through the additional configuration 207. For the self-service report construction 203, target report data can be obtained through the page configuration 208, and the target report 211 is generated through the configuration of the graph configuration 209 and the table field configuration 210. It should be noted that after the target report is generated, the route of the generated target report needs to be added to the menu management 212, and the authority is given to the target report through the management authority 213, and at this time, the user can view the generated target report through the system platform 201.
The report construction method receives a report access request, wherein the report access request carries a routing address of a report to be accessed; under the condition that the report to be accessed is determined to be a third-party report according to the routing address, acquiring a target report data link corresponding to the routing address and a corresponding target template page from a local storage according to the routing address; acquiring an access path corresponding to the routing address from a local storage, converting the access path into a local specified path, embedding the target report data link into the target template page, acquiring target report data according to the target report data link and generating a target report; and pointing to the target report form through the local designated path, and displaying the target report form. The report developed by the third-party software is safely and quickly embedded into the background of the third-party software in a self-service manner, namely, the report is developed in the third-party software and is embedded into the platform in a self-service manner, so that a great part of report construction requirements are met, and the working efficiency is improved. In addition, in the method and the device, under the condition that the report to be accessed is determined to be a self-service report according to the routing address, target report data are obtained through page configuration; and performing form configuration on the target report data to generate a target report, displaying the target report, and realizing the visual form configuration through a configuration page, thereby being convenient and efficient.
The following description further explains the report construction method by taking the application of the report construction method provided by the present application to a video platform as an example with reference to fig. 3. Fig. 3 shows a processing flow chart of a report building method applied to a video platform according to an embodiment of the present application, which specifically includes the following steps:
Specifically, a user inputs a video-playback-amount report or an address connection corresponding to the video-playback-amount report in a search bar on a video platform to perform searching, that is, the user sends a video-playback-amount report access request, and at this time, the platform receives the video-playback-amount report access request.
In this embodiment, before the user initiates the video playback amount report access request, that is, before receiving the video playback amount report access request, the method further includes: receiving access information of a video X playing amount report, wherein the access information of the video X playing amount report comprises a routing address and an access path of the video X playing amount report; under the condition that the video X playing amount report is determined to be a third-party report according to the access path, obtaining a video X playing amount report data link according to the access path, and matching a template page for the video X playing amount report data link; and storing the template page, the video X playing amount report data link, the routing address and the access path. It should be noted that X in the video X is an unknown number, and may be any one or several of one, two, three, four, five, and so on.
In this embodiment, the platform can receive the video-play amount report access request by checking the video-play amount report by the user, and in addition, the video-play amount report access request carries the routing address of the video-play amount report, so that the platform can quickly determine the video-play amount report, and the user experience is improved.
And 304, under the condition that the video-play amount report is determined to be a third-party report according to the routing address, acquiring the video-play amount report data link corresponding to the routing address and the corresponding target template page from the local storage according to the routing address.
Specifically, whether the video-playback-amount report is a report of another video platform, another video software, or the like is determined according to the routing address, that is, it is determined that the video-playback-amount report is a third-party report. Then, matching is carried out according to the routing address and information stored in a local storage in advance, and if the information of the video-play amount report is not matched, namely the matching is failed, it is indicated that the video-play amount report is not accessed on the video platform; if the information of the video-play amount report is matched, namely the matching is successful, the data link of the video-play amount report and the target template page need to be acquired from the local storage, and preparation is made for subsequently generating the target report.
In the embodiment, when the video playing amount report is accessed and checked through the routing address, matching is performed in the local storage according to the routing address, so that whether the access right exists in the video platform is judged, and if the access right exists, the video playing amount report data link and the target module page are directly acquired in the local storage, so that the video playing amount report is fast and convenient.
Specifically, the obtained access path is an access path of the video-playback-amount report on a third-party video platform or third-party video software, and the access path cannot be directly used and accessed on the video platform, so that the access path needs to be converted into a report address connection used by the video platform. Because a plurality of video platforms need to be developed by using the same third-party video software or third-party video platform, in order to prevent the leakage of report information of different video platforms, the third-party video software or the third-party video platform provides an interface API, an account and a password for each video platform. Therefore, the video platform can convert the access path into a local designated path through the docking API. Further, the video playing amount report data link is embedded into the target template page through the iframe tag, and then the video playing amount report data is obtained according to the video playing amount report data link to generate a target video playing amount report.
In this embodiment, after the access path of the video-play amount report is acquired from the local storage, the access path may be converted into an assigned path used by the video platform, the video-play amount report data link is embedded into the target template page, and then the video-play amount report data is acquired according to the video-play amount report data link and the target video-play amount report is generated, so that the target video-play amount report is conveniently and quickly generated, and the work efficiency of a user using the video platform is improved.
And 308, pointing to the target video playing amount report form through the local designated path, and displaying the target video playing amount report form.
Specifically, on the basis of converting the access path into the local specified path and generating the target video playback volume report, the converted path, that is, the local specified path, is further directed to the generated target video playback volume report, and at this time, the target video playback volume report is accessed through the specified path.
In the embodiment, the cross-platform report can be constructed through operations such as matching of template pages, path conversion and the like, customized development is not needed, complexity of an online process is avoided, and efficiency of cross-platform report construction is improved.
In addition, report construction can also be performed by directly acquiring data of the video-play amount report, and the specific implementation process is as follows:
under the condition that the video-play amount report is determined to be a third-party report according to the routing address, target report data corresponding to the routing address and a corresponding target template page are obtained from a local storage according to the routing address;
acquiring an access path of a video-play amount report from a local storage, converting the access path into a local specified path, and embedding the video-play amount report data into the target template page to generate a target video-play amount report;
and pointing to the target video playing amount report form through the local designated path, and displaying the target video playing amount report form.
Specifically, whether the video-playback-amount report is a third-party report is judged according to the routing address, if yes, the routing address is matched with information stored in a local storage in advance, and after matching is successful, video-playback-amount report data and a target template page need to be obtained from the local storage. Further, an access path corresponding to the routing address is obtained from a local storage. And after the access path is converted into a local designated path, embedding the video playing amount report data into the target template page through a page insertion tool to generate a target video playing amount report. And then, pointing the local specified path to the generated target video play amount report, and accessing the target video play amount report through the specified path.
Specifically, the report construction method provided by this embodiment can implement not only cross-platform report construction, that is, construction of a third-party report, but also self-service report construction, and the specific implementation process may be as follows:
under the condition that the video-play amount report is determined to be a self-service report according to the routing address, acquiring target video-play amount report data through page configuration;
and performing form configuration on the target video playing amount report data to generate a target video playing amount report, and displaying the target video playing amount report.
Specifically, the video-play amount report is a self-service report, which can be drawn on the platform, form configuration is performed according to page configuration, that is, target video-play amount report data is acquired through page configuration, and form configuration is performed on the target video-play amount report data, so that a target video-play amount report is generated and displayed.
It should be noted that, no matter the self-service report form or the third-party report form, the part that the user wants to view in the report form can be quickly queried and located by additional configuration, and the specific implementation process may be:
receiving a query request aiming at the target video-playing amount report;
and inquiring in the target video-playing quantity report according to the inquiry request and returning an inquiry result.
Specifically, the query request for the target video-playback-amount report may be performed by inputting a keyword through a search box of a report page, or may be performed by selecting a keyword from a filtering list to perform positioning, or the like. After receiving the query request aiming at the target video playing amount report, if the query request is '11 months and 20 days', only displaying the relevant information of 11 months and 20 days in the target video playing amount report, or highlighting the relevant information of 11 months and 20 days in the target video playing amount report.
The report construction method provided by the application receives a video-play amount report access request, wherein the video-play amount report access request carries a routing address of a video-play amount report; under the condition that the video playing amount report is determined to be a third-party report according to the routing address, acquiring a video playing amount report data link corresponding to the routing address and a corresponding target template page from a local storage according to the routing address; acquiring an access path of a video-play amount report from a local storage, converting the access path into a local specified path, embedding a video-play amount report data link into the target template page, acquiring video-play amount report data according to the video-play amount report data link and generating a target video-play amount report; and pointing to the target report form through the local designated path, displaying that the target report form points to the target video playing amount report form through the local designated path, and displaying the target video playing amount report form. The report developed by the third-party software is safely and quickly embedded into the background of the third-party software in a self-service manner, namely, the report is developed in the third-party software and is embedded into the platform in a self-service manner, so that a great part of report construction requirements are met, and the working efficiency is improved. In addition, in the application, under the condition that the video-play amount report is determined to be a self-service report according to the routing address, target video-play amount report data is obtained through page configuration; and performing form configuration on the target video playing amount report data to generate a target video playing amount report, and displaying the target video playing amount report, so that visual form configuration can be completed through a configuration page, and the method is convenient and efficient.
Corresponding to the above method embodiment, the present application further provides a report building apparatus embodiment, and fig. 4 shows a schematic structural diagram of a report building apparatus provided in an embodiment of the present application. As shown in fig. 4, the apparatus includes:
a receiving module 402, configured to receive a report access request, where the report access request carries a routing address of a report to be accessed;
an obtaining module 404, configured to obtain, according to the routing address, a target report data link corresponding to the routing address and a corresponding target template page from a local storage under a condition that the report to be accessed is determined to be a third-party report according to the routing address;
the conversion module 406 is configured to acquire an access path corresponding to the routing address from a local storage, convert the access path into a local specified path, embed the target report data link into the target template page, acquire target report data according to the target report data link, and generate a target report;
and the presentation module 408 is configured to point to the target report through the local specified path, and present the target report.
The device further comprises:
the report access information receiving module is configured to receive report access information, and the report access information comprises a routing address and an access path of the report;
a template page matching module: the report form access path is configured to be a third-party report form, a target report form data link is obtained according to the access path under the condition that the report form is determined to be the third-party report form according to the access path, and the target report form data link is matched with a template page;
and the storage module is configured to store the template page, the target report data link, the routing address and the access path.
The obtaining module 404 is further configured to determine that the report is a third-party report if the access path is a third-party report path.
The translation module 406 is further configured to translate the access path to a locally specified path through a docking API.
The conversion module 406 is further configured to embed the target report data link into the target template page via a page insertion tool.
The obtaining module 404 is further configured to, when it is determined that the report to be accessed is a third-party report according to the routing address, obtain, from a local storage, target report data corresponding to the routing address and a corresponding target template page according to the routing address;
the conversion module 406 is further configured to obtain an access path corresponding to the routing address from a local storage, convert the access path into a local specified path, and embed the target report data into the target template page to generate a target report.
The device further comprises:
the self-service report form building module: the report access management system is configured to obtain target report data through page configuration under the condition that the report to be accessed is determined to be a self-service report according to the routing address;
self-service report form display module: and performing form configuration on the target report data to generate a target report, and displaying the target report.
The self-service report form building module is also configured to perform graphic configuration and form field configuration on the target report form data to generate a target report form.
The device further comprises:
a query request receiving module configured to receive a query request for the target report;
and the query result returning module is configured to query in the target report according to the query request and return a query result.
The report construction device comprises a receiving module and a report accessing module, wherein the receiving module is configured to receive a report accessing request, and the report accessing request carries a routing address of a report to be accessed; the acquisition module is configured to acquire a target report data link corresponding to the routing address and a corresponding target template page from a local storage according to the routing address under the condition that the report to be accessed is determined to be a third-party report according to the routing address; the conversion module is configured to acquire an access path corresponding to the routing address from a local storage, convert the access path into a local specified path, embed the target report data link into the target template page, acquire target report data according to the target report data link and generate a target report; and the display module is configured to point to the target report form through the local specified path and display the target report form. The report developed by the third-party software is safely and quickly embedded into the background of the third-party software in a self-service manner, namely, the report is developed in the third-party software and is embedded into the platform in a self-service manner, so that a great part of report construction requirements are met, and the working efficiency is improved. In addition, self-service report forms building block in this application: the report access management system is configured to obtain target report data through page configuration under the condition that the report to be accessed is determined to be a self-service report according to the routing address; self-service report form display module: and performing form configuration on the target report data to generate a target report, displaying the target report, and realizing the visual form configuration through a configuration page, thereby being convenient and efficient.
The above is an exemplary scheme of the report building apparatus in this embodiment. It should be noted that the technical solution of the report building apparatus and the technical solution of the report building method belong to the same concept, and details that are not described in detail in the technical solution of the report building apparatus can be referred to the description of the technical solution of the report building method.
FIG. 5 illustrates a block diagram of a computing device 500 provided in accordance with one embodiment of the present description. The components of the computing device 500 include, but are not limited to, a memory 510 and a processor 520. Processor 520 is coupled to memory 510 via bus 530, and database 550 is used to store data.
Computing device 500 also includes access device 540, access device 540 enabling computing device 500 to communicate via one or more networks 560. Examples of such networks include the Public Switched Telephone Network (PSTN), a Local Area Network (LAN), a Wide Area Network (WAN), a Personal Area Network (PAN), or a combination of communication networks such as the internet. The access device 540 may include one or more of any type of network interface, e.g., a Network Interface Card (NIC), wired or wireless, such as an IEEE802.11 Wireless Local Area Network (WLAN) wireless interface, a worldwide interoperability for microwave access (Wi-MAX) interface, an ethernet interface, a Universal Serial Bus (USB) interface, a cellular network interface, a bluetooth interface, a Near Field Communication (NFC) interface, and so forth.
In one embodiment of the present description, the above-described components of computing device 500, as well as other components not shown in FIG. 5, may also be connected to each other, such as by a bus. It should be understood that the block diagram of the computing device architecture shown in FIG. 5 is for purposes of example only and is not limiting as to the scope of the present description. Those skilled in the art may add or replace other components as desired.
Computing device 500 may be any type of stationary or mobile computing device, including a mobile computer or mobile computing device (e.g., tablet, personal digital assistant, laptop, notebook, netbook, etc.), mobile phone (e.g., smartphone), wearable computing device (e.g., smartwatch, smartglasses, etc.), or other type of mobile device, or a stationary computing device such as a desktop computer or PC. Computing device 500 may also be a mobile or stationary server.
Wherein processor 520 is configured to execute the following computer-executable instructions:
receiving a report access request, wherein the report access request carries a routing address of a report to be accessed;
under the condition that the report to be accessed is determined to be a third-party report according to the routing address, acquiring a target report data link corresponding to the routing address and a corresponding target template page from a local storage according to the routing address;
acquiring an access path corresponding to the routing address from a local storage, converting the access path into a local specified path, embedding the target report data link into the target template page, acquiring target report data according to the target report data link and generating a target report;
and pointing to the target report form through the local designated path, and displaying the target report form.
The above is an illustrative scheme of a computing device of the present embodiment. It should be noted that the technical solution of the computing device and the technical solution of the report building method belong to the same concept, and details that are not described in detail in the technical solution of the computing device can be referred to the description of the technical solution of the report building method.
An embodiment of the present application further provides a computer-readable storage medium storing computer instructions that, when executed by a processor, are configured to:
receiving a report access request, wherein the report access request carries a routing address of a report to be accessed;
under the condition that the report to be accessed is determined to be a third-party report according to the routing address, acquiring a target report data link corresponding to the routing address and a corresponding target template page from a local storage according to the routing address;
acquiring an access path corresponding to the routing address from a local storage, converting the access path into a local specified path, embedding the target report data link into the target template page, acquiring target report data according to the target report data link and generating a target report;
and pointing to the target report form through the local designated path, and displaying the target report form.
The above is an illustrative scheme of a computer-readable storage medium of the present embodiment. It should be noted that the technical solution of the storage medium and the technical solution of the report building method belong to the same concept, and details that are not described in detail in the technical solution of the storage medium can be referred to the description of the technical solution of the report building method.
The foregoing description of specific embodiments of the present application has been presented. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims may be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing may also be possible or may be advantageous.
The computer instructions comprise computer program code which may be in the form of source code, object code, an executable file or some intermediate form, or the like. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media does not include electrical carrier signals and telecommunications signals as is required by legislation and patent practice.
It should be noted that, for the sake of simplicity, the above-mentioned method embodiments are described as a series of acts or combinations, but those skilled in the art should understand that the present application is not limited by the described order of acts, as some steps may be performed in other orders or simultaneously according to the present application. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required in this application.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
The preferred embodiments of the present application disclosed above are intended only to aid in the explanation of the application. Alternative embodiments are not exhaustive and do not limit the invention to the precise embodiments described. Obviously, many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the application and its practical applications, to thereby enable others skilled in the art to best understand and utilize the application. The application is limited only by the claims and their full scope and equivalents.
Claims (12)
1. A report construction method is characterized by comprising the following steps:
receiving a report access request, wherein the report access request carries a routing address of a report to be accessed;
under the condition that the report to be accessed is determined to be a third-party report according to the routing address, acquiring a target report data link corresponding to the routing address and a corresponding target template page from a local storage according to the routing address;
acquiring an access path corresponding to the routing address from a local storage, converting the access path into a local specified path, embedding the target report data link into the target template page, acquiring target report data according to the target report data link and generating a target report;
and pointing to the target report form through the local designated path, and displaying the target report form.
2. The method of claim 1, further comprising, prior to said receiving a report access request:
receiving report access information, wherein the report access information comprises a routing address and an access path of the report;
under the condition that the report is determined to be a third-party report according to the access path, acquiring a target report data link according to the access path, and matching a template page for the target report data link;
and storing the template page, the target report data link, the routing address and the access path.
3. The method of claim 2, wherein said determining the report is a third party report according to the access path comprises:
and if the access path is a third-party report path, determining that the report is a third-party report.
4. The method of claim 1, wherein said converting the access path to a locally specified path comprises:
converting the access path to a locally specified path through a docking API.
5. The method of claim 1, wherein said embedding said target report data link into said target template page comprises:
and embedding the target report data link into the target template page through a page insertion tool.
6. The method of claim 1, wherein the method further comprises:
under the condition that the report to be accessed is determined to be a third-party report according to the routing address, target report data corresponding to the routing address and a corresponding target template page are obtained from a local storage according to the routing address;
acquiring an access path corresponding to the routing address from a local storage, converting the access path into a local specified path, and embedding the target report data into the target template page to generate a target report;
and pointing to the target report form through the local designated path, and displaying the target report form.
7. The method of claim 1, wherein the method further comprises:
under the condition that the report to be accessed is determined to be a self-service report according to the routing address, target report data is obtained through page configuration;
and performing form configuration on the target report data to generate a target report, and displaying the target report.
8. The method of claim 6, wherein said generating a target report for form configuration of said target report data comprises:
and carrying out graphic configuration and table field configuration on the target report data to generate a target report.
9. The method of claim 1 or 6, after said presenting said target report, further comprising:
receiving a query request aiming at the target report;
and inquiring in the target report according to the inquiry request and returning an inquiry result.
10. A report building apparatus comprising:
the report access module is configured to receive a report access request, wherein the report access request carries a routing address of a report to be accessed;
the acquisition module is configured to acquire a target report data link corresponding to the routing address and a corresponding target template page from a local storage according to the routing address under the condition that the report to be accessed is determined to be a third-party report according to the routing address;
the conversion module is configured to acquire an access path corresponding to the routing address from a local storage, convert the access path into a local specified path, embed the target report data link into the target template page, acquire target report data according to the target report data link and generate a target report;
and the display module is configured to point to the target report form through the local specified path and display the target report form.
11. A computing device, comprising:
a memory and a processor;
the memory is configured to store computer-executable instructions, and the processor is configured to execute the computer-executable instructions to implement the method of:
receiving a report access request, wherein the report access request carries a routing address of a report to be accessed;
under the condition that the report to be accessed is determined to be a third-party report according to the routing address, acquiring a target report data link corresponding to the routing address and a corresponding target template page from a local storage according to the routing address;
acquiring an access path corresponding to the routing address from a local storage, converting the access path into a local specified path, embedding the target report data link into the target template page, acquiring target report data according to the target report data link and generating a target report;
and pointing to the target report form through the local designated path, and displaying the target report form.
12. A computer readable storage medium storing computer instructions which, when executed by a processor, implement the steps of the report building method of any of claims 1 to 9.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011498186.XA CN112632945B (en) | 2020-12-17 | 2020-12-17 | Report construction method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011498186.XA CN112632945B (en) | 2020-12-17 | 2020-12-17 | Report construction method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112632945A true CN112632945A (en) | 2021-04-09 |
CN112632945B CN112632945B (en) | 2022-11-08 |
Family
ID=75316483
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011498186.XA Active CN112632945B (en) | 2020-12-17 | 2020-12-17 | Report construction method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112632945B (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114745357A (en) * | 2022-04-08 | 2022-07-12 | 中国银行股份有限公司 | Method and device for acquiring external link address |
CN115167848A (en) * | 2022-07-04 | 2022-10-11 | 北京金和网络股份有限公司 | Form management method and platform for mobile applications |
Citations (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040139092A1 (en) * | 2003-01-10 | 2004-07-15 | Jones Robert W. | Document access system supporting an application user in accessing external documents |
CN101668004A (en) * | 2008-09-04 | 2010-03-10 | 阿里巴巴集团控股有限公司 | Method, device and system for acquiring webpage |
CN103139258A (en) * | 2011-11-30 | 2013-06-05 | 百度在线网络技术(北京)有限公司 | A method, device and system for processing page access requests of mobile terminals |
US20140100960A1 (en) * | 2012-10-10 | 2014-04-10 | Jing Ning | System and Method for Programmatically Creating Local Business Advertisements Suitable for Display on Mobile Devices and Applications Thereof |
CN104182408A (en) * | 2013-05-23 | 2014-12-03 | 腾讯科技(深圳)有限公司 | Webpage off-line access method and webpage off-line access device |
CN106354877A (en) * | 2016-09-27 | 2017-01-25 | 北京奇虎科技有限公司 | Off-line browsing method and device for webpage |
US20180173715A1 (en) * | 2016-12-21 | 2018-06-21 | Aon Global Operations Ltd (Singapore Branch) | Methods and Systems for Securely Embedding Dashboards into a Content Management System |
US20180288187A1 (en) * | 2015-12-08 | 2018-10-04 | Alibaba Group Holding Limited | Access request conversion method and apparatus |
CN108647304A (en) * | 2018-05-09 | 2018-10-12 | 中国平安人寿保险股份有限公司 | Report display system, method, computer equipment and storage medium |
CN109033302A (en) * | 2018-07-16 | 2018-12-18 | 深圳鼎盛电脑科技有限公司 | A kind of method for page jump, device, terminal and storage medium |
CN109657214A (en) * | 2018-09-27 | 2019-04-19 | 深圳壹账通智能科技有限公司 | Report form generation method, device, terminal and storage medium |
WO2019178979A1 (en) * | 2018-03-21 | 2019-09-26 | 平安科技(深圳)有限公司 | Method for querying report data, apparatus, storage medium and server |
CN110555200A (en) * | 2019-09-05 | 2019-12-10 | 北京思维造物信息科技股份有限公司 | report publishing method, device and equipment |
CN110717319A (en) * | 2019-09-24 | 2020-01-21 | 车智互联(北京)科技有限公司 | Self-service report generation method and device, computing equipment and system |
CN111367945A (en) * | 2020-02-28 | 2020-07-03 | 平安医疗健康管理股份有限公司 | Report query method, device, equipment and computer readable storage medium |
CN112015406A (en) * | 2019-05-31 | 2020-12-01 | 阿里巴巴集团控股有限公司 | Data processing method, page access method, device, terminal and server |
-
2020
- 2020-12-17 CN CN202011498186.XA patent/CN112632945B/en active Active
Patent Citations (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040139092A1 (en) * | 2003-01-10 | 2004-07-15 | Jones Robert W. | Document access system supporting an application user in accessing external documents |
CN101668004A (en) * | 2008-09-04 | 2010-03-10 | 阿里巴巴集团控股有限公司 | Method, device and system for acquiring webpage |
CN103139258A (en) * | 2011-11-30 | 2013-06-05 | 百度在线网络技术(北京)有限公司 | A method, device and system for processing page access requests of mobile terminals |
US20140100960A1 (en) * | 2012-10-10 | 2014-04-10 | Jing Ning | System and Method for Programmatically Creating Local Business Advertisements Suitable for Display on Mobile Devices and Applications Thereof |
CN104182408A (en) * | 2013-05-23 | 2014-12-03 | 腾讯科技(深圳)有限公司 | Webpage off-line access method and webpage off-line access device |
US20180288187A1 (en) * | 2015-12-08 | 2018-10-04 | Alibaba Group Holding Limited | Access request conversion method and apparatus |
CN106354877A (en) * | 2016-09-27 | 2017-01-25 | 北京奇虎科技有限公司 | Off-line browsing method and device for webpage |
US20180173715A1 (en) * | 2016-12-21 | 2018-06-21 | Aon Global Operations Ltd (Singapore Branch) | Methods and Systems for Securely Embedding Dashboards into a Content Management System |
WO2019178979A1 (en) * | 2018-03-21 | 2019-09-26 | 平安科技(深圳)有限公司 | Method for querying report data, apparatus, storage medium and server |
CN108647304A (en) * | 2018-05-09 | 2018-10-12 | 中国平安人寿保险股份有限公司 | Report display system, method, computer equipment and storage medium |
CN109033302A (en) * | 2018-07-16 | 2018-12-18 | 深圳鼎盛电脑科技有限公司 | A kind of method for page jump, device, terminal and storage medium |
CN109657214A (en) * | 2018-09-27 | 2019-04-19 | 深圳壹账通智能科技有限公司 | Report form generation method, device, terminal and storage medium |
CN112015406A (en) * | 2019-05-31 | 2020-12-01 | 阿里巴巴集团控股有限公司 | Data processing method, page access method, device, terminal and server |
CN110555200A (en) * | 2019-09-05 | 2019-12-10 | 北京思维造物信息科技股份有限公司 | report publishing method, device and equipment |
CN110717319A (en) * | 2019-09-24 | 2020-01-21 | 车智互联(北京)科技有限公司 | Self-service report generation method and device, computing equipment and system |
CN111367945A (en) * | 2020-02-28 | 2020-07-03 | 平安医疗健康管理股份有限公司 | Report query method, device, equipment and computer readable storage medium |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114745357A (en) * | 2022-04-08 | 2022-07-12 | 中国银行股份有限公司 | Method and device for acquiring external link address |
CN115167848A (en) * | 2022-07-04 | 2022-10-11 | 北京金和网络股份有限公司 | Form management method and platform for mobile applications |
Also Published As
Publication number | Publication date |
---|---|
CN112632945B (en) | 2022-11-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107861870B (en) | Interface test and test data generation method, device, terminal and storage medium | |
US20240283820A1 (en) | Automated machine learning using large language models | |
CN112633625B (en) | Audit and doubt point automatic scanning method and device, electronic equipment and storage medium | |
CN109241384B (en) | Scientific research information visualization method and device | |
CN112632945B (en) | Report construction method and device | |
US10936557B2 (en) | Relational database schema generation | |
CN113535749A (en) | Query statement generation method and device | |
CN108809896A (en) | A kind of information calibration method, device and electronic equipment | |
JP6963062B1 (en) | Information processing device and information processing method | |
US20120131053A1 (en) | Webpage content search method and system | |
US10275462B2 (en) | Automatic translation of string collections | |
CN103955425A (en) | Webpage (WEB) exploring testing device and method | |
CN109492036A (en) | A kind of electronization test report system | |
CN112464092A (en) | Information recommendation method and device, computer equipment and storage medium | |
Hansen | Cutting edge and cutting corners: Evolving technology, expanding usership, and responsive solutions in a museum database | |
Mohammed | Free and Open Source GIS: an overview on the recent evolution of projects, standards and communities | |
CN117009248A (en) | Machine learning model testing method and device, electronic equipment and storage medium | |
CN109447844A (en) | A kind of management method of electronization test report | |
US9141712B2 (en) | Sequential website moving system using voice guide message | |
CN114338240B (en) | Vulnerability scanning method and device | |
CN112084417B (en) | A method, device, electronic device and storage medium for generating service results | |
CN114860133B (en) | Questionnaire processing method, questionnaire processing device, electronic equipment, medium and product | |
JP2020530639A (en) | Systems and methods for providing globalization capabilities in service management application interfaces | |
KR20200059349A (en) | Search service method | |
CN111414103B (en) | Method and device for generating instruction |
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 |