WO2020133290A1 - 数据的展示方法、装置、计算机设备及存储介质 - Google Patents

数据的展示方法、装置、计算机设备及存储介质 Download PDF

Info

Publication number
WO2020133290A1
WO2020133290A1 PCT/CN2018/125106 CN2018125106W WO2020133290A1 WO 2020133290 A1 WO2020133290 A1 WO 2020133290A1 CN 2018125106 W CN2018125106 W CN 2018125106W WO 2020133290 A1 WO2020133290 A1 WO 2020133290A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
name
demand information
target
terminal
Prior art date
Application number
PCT/CN2018/125106
Other languages
English (en)
French (fr)
Inventor
熊友军
罗沛鹏
林汉锐
Original Assignee
深圳市优必选科技有限公司
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 深圳市优必选科技有限公司 filed Critical 深圳市优必选科技有限公司
Priority to PCT/CN2018/125106 priority Critical patent/WO2020133290A1/zh
Publication of WO2020133290A1 publication Critical patent/WO2020133290A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models

Definitions

  • the present invention relates to the technical field of web pages, and in particular, to a data display method, device, computer equipment, and storage medium.
  • a method for displaying data includes:
  • the demand information fill the target data into the corresponding position of the data display template to generate a target display data table
  • a data display device including:
  • the first obtaining module is used to obtain the demand information sent by the terminal, and the demand information is input through the demand information input page of the terminal;
  • a second obtaining module configured to obtain target data corresponding to the demand information according to the demand information
  • a table generation module used to fill the target data into the corresponding position of the data display template according to the demand information to generate a target display data table
  • the table sending module is configured to send the generated target display data table to the terminal to display the target display data table on the terminal.
  • a computer device includes a memory and a processor.
  • the memory stores a computer program.
  • the processor is caused to perform the following steps:
  • the demand information fill the target data into the corresponding position of the data display template to generate a target display data table
  • a computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the processor is caused to perform the following steps:
  • the demand information fill the target data into the corresponding position of the data display template to generate a target display data table
  • the present invention proposes a data display method, device, computer equipment, and storage medium.
  • the demand information sent by the terminal is obtained, and the demand information is input through the demand information input page of the terminal; then, based on the demand information, the Target data corresponding to the demand information; and according to the demand information, fill the target data into the corresponding position of the data display template to generate a target display data table; finally send the generated target display data table To the terminal to display the target presentation data table on the terminal.
  • the server side is provided with a data display module, and the server receives After the demand information is obtained, the target data corresponding to the demand information is obtained, and then the target data is filled in the corresponding position of the data display template to obtain the target display data table, which is fed back to the terminal.
  • the server side is provided with a data display module, and the server receives After the demand information is obtained, the target data corresponding to the demand information is obtained, and then the target data is filled in the corresponding position of the data display template to obtain the target display data table, which is fed back to the terminal.
  • FIG. 1 is a schematic diagram of a data display system in an embodiment
  • FIG. 2 is a schematic diagram of an implementation process of a data display method in an embodiment
  • FIG. 3 is a schematic diagram of a demand information input page in an embodiment
  • FIG. 4 is a schematic diagram of a demand information input page in an embodiment
  • 5(a) is a schematic diagram of a data display template in an embodiment
  • 5(b) is a schematic diagram showing a data table in an embodiment
  • FIG. 6 is a schematic diagram of an implementation process of step 202 in an embodiment
  • FIG. 7 is a schematic diagram of a data display system in an embodiment
  • FIG. 8 is a structural block diagram of a data display device in an embodiment
  • FIG. 9 is a structural block diagram of a computer device in an embodiment.
  • FIG. 1 is an application environment diagram of a data display method in an embodiment.
  • the data display method is applied to a data display system.
  • the data presentation system includes a terminal 110 and a server 120.
  • the terminal 110 and the server 120 are connected through a network.
  • the terminal 110 may include but is not limited to a desktop terminal and a mobile terminal, where the desktop terminal may include but not limited to a desktop computer; the mobile terminal may include but not limited to a mobile phone, Tablets and laptops.
  • the terminal 110 is used to send the acquired demand information to the server 120, and the server 120 is used to receive the demand information sent by the terminal 110, and obtain target data corresponding to the demand information according to the demand information; according to the demand information, Fill the target data into the corresponding position of the data display template to generate a target display data table; finally, the server 120 sends the generated target display data table to the terminal 110 to display the location on the terminal 110 The target display data table.
  • a data display method is provided, and the execution subject of the data display method described in the embodiment of the present invention is a server.
  • the method for displaying the data includes the following steps:
  • Step S202 Obtain the demand information sent by the terminal, and the demand information is input through the demand information input page of the terminal.
  • the demand information indicates the needs of the user, that is, it reflects what data the user needs to view.
  • the demand information input page is used to show the user what needs to be filled in by the user (that is, the content contained in the demand information).
  • the user enters the demand information through the demand information input page, for example, the demand information input page shown in FIG. 3 requires the user to fill in
  • the content is the table name and the content of the data that the user wants to view, or the requirement information input page as shown in FIG. 4, the content that needs to be filled in by the user is the table name, the data content name and the identity information.
  • Step S204 Acquire target data corresponding to the demand information according to the demand information.
  • the demand information records information reflecting the needs of the user, that is, what data the user needs to view is recorded, at this time, according to the demand information, target data corresponding to the demand information is obtained from the database. For example, suppose that the demand information filled in by the user in FIG. 4 is the date and province, so the date data and province data are obtained from the database.
  • Step S206 Fill the target data into the corresponding position of the data display template according to the demand information to generate a target display data table.
  • the data display template is a pre-designed template. After acquiring the target data, filling the target data into the data display template can generate a target display data table.
  • the data display template shown in FIG. 5(a) the content of the data display template includes the table name, data content name and target data
  • FIG. 5(b) is the generated target display data table.
  • Step 208 Send the generated target display data table to the terminal to display the target display data table on the terminal.
  • the above data display method first obtains the demand information sent by the terminal, and the demand information is input through the demand information input page of the terminal; and then obtains the target data corresponding to the demand information according to the demand information; The demand information, fill the target data into the corresponding position of the data display template to generate a target display data table; and finally send the generated target display data table to the terminal to display the terminal on the terminal Target display data table. It can be seen that in the above manner, since the demand information input page is set on the terminal, the user can enter the demand information through the demand information input page to indicate the data they want to view.
  • the server side is provided with a data display module, and the server receives After the demand information is obtained, the target data corresponding to the demand information is obtained, and then the target data is filled in the corresponding position of the data display template to obtain the target display data table, which is fed back to the terminal.
  • the server side is provided with a data display module, and the server receives After the demand information is obtained, the target data corresponding to the demand information is obtained, and then the target data is filled in the corresponding position of the data display template to obtain the target display data table, which is fed back to the terminal.
  • the demand information includes a table name and a data content name; in step 204, obtaining target data corresponding to the demand information according to the demand information specifically includes:
  • step 206 filling the target data into the corresponding position of the data display template according to the demand information, specifically including:
  • the table name, the data content name, and the target data corresponding to the data content name are filled in the corresponding positions of the data display template.
  • the user enters the table name "Number of robot online activities" according to the demand information input page of FIG. 4 and the data content name "Robot online data: date, province, and robot". Then, according to the name of the data content, from The database obtains the date data, province data and robot data of the robot online data, and finally, fills the acquired date data, province data, robot data and the table name and data content name into the data display template as shown in FIG. 5(a) The target display data table is obtained at the corresponding position, as shown in Figure 5(b).
  • the method includes: obtaining a first position identifier corresponding to the table name according to the table name, and displaying the table name at a first position corresponding to the first position identifier; according to the data content name, obtaining A second location identifier corresponding to the data content name, displaying the data content name at a second location corresponding to the second location identifier; based on the target data, obtaining a second location identifier corresponding to the target data
  • the three-position mark displays the target data at a third position corresponding to the third position mark, as shown in Table 1, and finally obtains the target display data table shown in FIG. 5(b).
  • the demand information further includes time information; as shown in FIGS. 6 and 7, step 204 obtains target data corresponding to the data content name according to the data content name, include:
  • Step 204A Generate a data collection instruction based on the data content name and the time information, and send the data collection instruction to the data collection terminal 730, so that the data collection terminal 730 can use the data content name and the time Information collection and feedback of target data corresponding to the name of the data content;
  • Step 204B Acquire target data corresponding to the name of the data content returned by the data collection terminal according to the time information.
  • the time information is used to indicate the cut-off time of the collected data;
  • the data collection terminal may include but not limited to a desktop terminal and a mobile terminal, where the desktop terminal may include but not limited to a computer; the mobile terminal may include but not limited to Mobile phones, tablets and laptops.
  • the name of the data content entered by the user through the demand information input page is post ranking, author, number of views, and number of likes
  • the time information entered is November 30, 2019, so
  • Generate a data collection instruction based on the data content name and time information and send it to the data collection terminal 730, so that the data collection terminal counts the data of the author, the number of views and the number of likes as of November 30, 2019, and in 2019 On November 30, the collected data is returned to the server 720.
  • the data content name includes data
  • the theme name after acquiring target data corresponding to the data content name according to the data content name in step 204, further includes:
  • the data topic name is associated with the data display template, that is, as long as the data topic name is obtained, the data display template associated with the data topic name can be obtained according to the association relationship, or, as long as the data display template is obtained, The name of the data subject associated with the data display template can be obtained according to the association relationship.
  • the data subject name is used to indicate the type of data.
  • "robot online data, date, province and robot” is the name of the data content, where “robot online data” is the data subject name in the data content name, which is used to indicate that "date, province and robot” belongs to Robot online data;
  • post ranking, author, number of views and likes is the name of the data content, where “post ranking” is the subject name of the data content name, used to indicate "author, number of views and likes” "Is the ranking data of posts.
  • the data display template associated with "Robot Online Data” is data display template A
  • the data display template associated with "Post Ranking” is data display template B.
  • obtaining the demand information sent by the terminal in step 202 includes:
  • the step of acquiring target data corresponding to the demand information according to the demand information is entered.
  • the identity information is used to indicate the identity of the user who queries the data.
  • the user in order to make the data public only to certain authorized persons, so that the data can be illegally used by others, as shown in FIG. 4, on the demand information input page, the user also needs to input identity information (including account number and password ), after the identity verification is passed, the generated target display data table is fed back to the terminal.
  • a data display device 800 which specifically includes:
  • the first obtaining module 802 is configured to obtain the demand information sent by the terminal, and the demand information is input through the demand information input page of the terminal;
  • the second obtaining module 804 is configured to obtain target data corresponding to the demand information according to the demand information
  • the table generation module 806 is configured to fill the target data into the corresponding position of the data display template according to the demand information to generate a target display data table;
  • the table sending module 808 is configured to send the generated target display data table to the terminal to display the target display data table on the terminal.
  • the above data display device first obtains the demand information sent by the terminal, and the demand information is input through the demand information input page of the terminal; then, according to the demand information, obtains the target data corresponding to the demand information; and according to the The demand information, fill the target data into the corresponding position of the data display template to generate a target display data table; and finally send the generated target display data table to the terminal to display the terminal on the terminal Target display data table.
  • the server side is provided with a data display module, and the server receives After the demand information is obtained, the target data corresponding to the demand information is obtained, and then the target data is filled in the corresponding position of the data display template to obtain the target display data table, which is fed back to the terminal.
  • the demand information includes a table name and a data content name
  • the second obtaining module 804 includes: a content data obtaining module, configured to obtain target data corresponding to the data content name according to the data content name;
  • the table generating module 806 includes a content table generating module for filling the table name, the data content name, and the target data corresponding to the data content name into the corresponding positions of the data display template.
  • the demand information further includes time information;
  • the content data acquisition module includes:
  • a time module configured to generate a data collection instruction based on the data content name and the time information, and send the data collection instruction to a data collection terminal, so that the data collection terminal can generate the data collection instruction according to the data content name and the time Information collection and feedback of target data corresponding to the name of the data content;
  • the collected data obtaining module is used to obtain target data corresponding to the name of the data content returned by the data collecting terminal according to the time information.
  • the data content name includes a data subject name
  • the device further includes:
  • a target template obtaining module configured to obtain a target data display template associated with the data topic name according to the data topic name, and enter the corresponding table name, the data content name and the data content name Steps to fill in the target data of the corresponding position of the data display template.
  • the content table generation module includes:
  • a first position generating module configured to obtain a first position identifier corresponding to the table name according to the table name, and display the table name at a first position corresponding to the first position identifier;
  • a second location generating module configured to obtain a second location identifier corresponding to the data content name according to the data content name, and display the data content name at a second location corresponding to the second location identifier ;
  • the third position generating module is configured to obtain a third position identifier corresponding to the target data according to the target data, and display the target data at a third position corresponding to the third position identifier.
  • the first obtaining module 802 includes:
  • the identity acquisition module is used to acquire the demand information and identity information sent by the terminal; the verification module is used to enter the target data corresponding to the demand information according to the demand information if the identity information is verified step.
  • FIG. 9 shows an internal structure diagram of a computer device in an embodiment.
  • the computer device may be a server.
  • the computer device includes a processor, a memory, and a network interface connected through a system bus.
  • the memory includes a non-volatile storage medium and an internal memory.
  • the non-volatile storage medium of the computer device stores an operating system and may also store a computer program.
  • the processor may cause the processor to implement a data display method.
  • a computer program may also be stored in the internal memory.
  • the processor may be caused to execute the data display method.
  • FIG. 9 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation on the computer equipment to which the solution of the present application is applied.
  • the specific computer equipment may It includes more or fewer components than shown in the figure, or some components are combined, or have a different component arrangement.
  • the method for displaying data provided by the present application may be implemented in the form of a computer program, and the computer program may run on the computer device shown in FIG. 9.
  • Various program templates constituting the data display device 800 may be stored in the memory of the computer device.
  • a computer device includes a memory and a processor.
  • the memory stores a computer program.
  • the processor is caused to perform the following steps:
  • the demand information fill the target data into the corresponding position of the data display template to generate a target display data table
  • the demand information includes a table name and a data content name
  • the acquiring target data corresponding to the demand information according to the demand information includes: acquiring target data corresponding to the data content name according to the data content name;
  • the filling the target data into the corresponding position of the data display template according to the demand information includes: filling in the data with the name of the table, the name of the data content and the target data corresponding to the name of the data content The corresponding position of the display template.
  • the demand information further includes time information; and obtaining target data corresponding to the data content name according to the data content name includes:
  • the data content name includes a data subject name
  • the above computer program when executed by the processor, it is also used to perform the following steps:
  • the filling the table name, the data content name, and the target data corresponding to the data content name into the corresponding positions of the data display template includes:
  • the target data obtain a third location identifier corresponding to the target data, and display the target data at a third location corresponding to the third location identifier.
  • the acquiring the demand information sent by the terminal includes:
  • the step of acquiring target data corresponding to the demand information according to the demand information is entered.
  • a computer-readable storage medium which stores a computer program, and when the computer program is executed by a processor, the processor is caused to perform the following steps:
  • the demand information fill the target data into the corresponding position of the data display template to generate a target display data table
  • the demand information includes a table name and a data content name
  • the acquiring target data corresponding to the demand information according to the demand information includes: acquiring target data corresponding to the data content name according to the data content name;
  • the filling the target data into the corresponding position of the data display template according to the demand information includes: filling in the data with the name of the table, the name of the data content and the target data corresponding to the name of the data content The corresponding position of the display template.
  • the demand information further includes time information; and obtaining target data corresponding to the data content name according to the data content name includes:
  • the data content name includes a data subject name
  • the above computer program when executed by the processor, it is also used to perform the following steps:
  • the filling the table name, the data content name, and the target data corresponding to the data content name into the corresponding positions of the data display template includes:
  • the target data obtain a third location identifier corresponding to the target data, and display the target data at a third location corresponding to the third location identifier.
  • the acquiring the demand information sent by the terminal includes:
  • the step of acquiring target data corresponding to the demand information according to the demand information is entered.
  • Non-volatile memory may include read-only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
  • Volatile memory can include random access memory (RAM) or external cache memory.
  • RAM random access memory
  • DRAM dynamic RAM
  • SDRAM synchronous DRAM
  • DDRSDRAM double data rate SDRAM
  • ESDRAM enhanced SDRAM
  • SLDRAM synchronous chain Road (Synchlink) DRAM
  • RDRAM direct RAM
  • DRAM direct memory bus dynamic RAM
  • RDRAM memory bus dynamic RAM

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computing Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Artificial Intelligence (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

一种数据的展示方法、装置、计算机设备及存储介质,包括:获取终端发送的需求信息,所述需求信息通过所述终端的需求信息输入页面输入(S202);根据所述需求信息,获取与所述需求信息对应的目标数据(S204);根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,以生成目标展示数据表格(S206);将生成的所述目标展示数据表格发送至所述终端,以在所述终端显示所述目标展示数据表格(S208)。该方法提高了表格生成的效率,方便终端及时查看。

Description

数据的展示方法、装置、计算机设备及存储介质 技术领域
本发明涉及网页技术领域,尤其涉及一种数据的展示方法、装置、计算机设备和存储介质。
背景技术
对于云平台来说,数据采集是统计分析的基础,高效智能地显示个性化的表格,是云平台数据分析功能不可或缺的重要部分。目前,大多数表格都是根据用户的具体指标,开发人员在该指标的基础上,编写静态页面,该静态页面显示有用户需要查看的数据。
技术问题
由于不同用户的需求不同,即不同的用户可能想要查看不同的数据,于是,需要为不同的用户编写不同的数据页面,然后用户再通过该页面查看数据,但是,这些页面可能仅仅是数据不同而已,因此,现有的方式导致数据表格生成效率低下。
技术解决方案
基于此,有必要针对上述问题,提出一种效率高的数据的展示方法、装置、计算机设备和存储介质。
一种数据的展示方法,所述方法包括:
获取终端发送的需求信息,所述需求信息通过所述终端的需求信息输入页面输入;
根据所述需求信息,获取与所述需求信息对应的目标数据;
根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,以生成目标展示数据表格;
将生成的所述目标展示数据表格发送至所述终端,以在所述终端显示所述目标展示数据表格。
提供了一种数据的展示装置,包括:
第一获取模块,用于获取终端发送的需求信息,所述需求信息通过所述终端的需求信息输入页面输入;
第二获取模块,用于根据所述需求信息,获取与所述需求信息对应的目标数据;
表格生成模块,用于根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,以生成目标展示数据表格;
表格发送模块,用于将生成的所述目标展示数据表格发送至所述终端,以在所述终端显示所述目标展示数据表格。
一种计算机设备,包括存储器和处理器,所述存储器存储有计算机程序,所述计算机程序被所述处理器执行时,使得所述处理器执行以下步骤:
获取终端发送的需求信息,所述需求信息通过所述终端的需求信息输入页面输入;
根据所述需求信息,获取与所述需求信息对应的目标数据;
根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,以生成目标展示数据表格;
将生成的所述目标展示数据表格发送至所述终端,以在所述终端显示所述目标展示数据表格。
一种计算机可读存储介质,存储有计算机程序,所述计算机程序被处理器执行时,使得所述处理器执行以下步骤:
获取终端发送的需求信息,所述需求信息通过所述终端的需求信息输入页面输入;
根据所述需求信息,获取与所述需求信息对应的目标数据;
根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,以生成目标展示数据表格;
将生成的所述目标展示数据表格发送至所述终端,以在所述终端显示所述目标展示数据表格。
有益效果
实施本发明实施例,将具有如下效果:
本发明提出了一种数据的展示方法、装置、计算机设备和存储介质,首先获取终端发送的需求信息,所述需求信息通过所述终端的需求信息输入页面输入;然后根据所述需求信息,获取与所述需求信息对应的目标数据;并且根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,以生成目标展示数据表格;最后将生成的所述目标展示数据表格发送至所述终端,以在所述终端显示所述目标展示数据表格。可见,通过上述方式,由于在终端设置了需求信息输入页面,用户可以通过需求信息输入页面输入需求信息,以指示其想要查看的数据,同时,服务器端设置有数据展示模块,服务器在接收到需求信息之后,获取到与需求信息对应的目标数据,然后将目标数据填入数据展示模板的对应位置处即可得到目标展示数据表格,并反馈给终端。由于通过上述方式用户只用填写需求信息即可查看到对应的数据表格,开发人员也不用再根据不同用户的需求对不同的表格进行开发,而只用将用户想要查看的数据填入预先设置好的数据展示模板即可,大大的提高了表格生成的效率,方便用户及时查看到表格。
附图说明
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
其中:
图1为一个实施例中数据的展示***的示意图;
图2为一个实施例中数据的展示方法的实现流程示意图;
图3为一个实施例中需求信息输入页面的示意图;
图4为一个实施例中需求信息输入页面的示意图;
图5(a)为一个实施例中数据展示模板的示意图;
图5(b)为一个实施例中展示数据表格的示意图;
图6为一个实施例中步骤202的实现流程示意图;
图7为一个实施例中数据的展示***的示意图;
图8为一个实施例中数据的展示装置的结构框图;
图9为一个实施例中计算机设备的结构框图。
本发明的实施方式
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。
图1为一个实施例中数据的展示方法的应用环境图。参照图1,该数据的展示方法应用于数据的展示***。该数据的展示***包括终端110和服务器120。终端110和服务器120通过网络连接,所述终端110,可以包括但不限于台式终端和移动终端,其中,所述台式终端可以包括但不限于台式电脑;所述移动终端可以包括但不限于手机、平板电脑和笔记本电脑。终端110用于将获取到的需求信息发送至服务器120,服务器120用于接收终端110发送的需求信息,根据所述需求信息,获取与所述需求信息对应的目标数据;根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,以生成目标展示数据表格;最后,服务器120将生成的所述目标展示数据表格发送至所述终端110,以在所述终端110显示所述目标展示数据表格。
如图2所示,在一个实施例中,提供了一种数据的展示方法,本发明实施例所述的数据的展示方法的执行主体为服务器。该数据的展示方法,具体包括如下步骤:
步骤S202,获取终端发送的需求信息,所述需求信息通过所述终端的需求信息输入页面输入。
所述需求信息,指示用户的需求,即反映用户需要查看的数据是什么。
所述需求信息输入页面,用于向用户展示需要用户填写的内容(即需求信息包含的内容),用户通过需求信息输入页面输入需求信息,例如图3所示的需求信息输入页面,需要用户填写的内容为表格名称和用户想要查看的数据内容,或者如图4所示的需求信息输入页面,需要用户填写的内容为表格名称、数据内容名称和身份信息。
步骤S204,根据所述需求信息,获取与所述需求信息对应的目标数据。
由于需求信息中记载了反映用户需求的信息,即记载了用户需要查看的数据是什么,此时,根据需求信息,从数据库获取与所述需求信息对应的目标数据。例如,假设用户通过图4填写的需求信息为日期和省份,于是,从数据库获取日期数据和省份数据。
步骤S206,根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,以生成目标展示数据表格。
所述数据展示模板,为预先设计好的模板,获取到目标数据之后,将目标数据填入数据展示模板既可生成目标展示数据表格。例如图5(a)所示的数据展示模板,该数据展示模板的内容包括表格名称、数据内容名称和目标数据,图5(b)为生成的目标展示数据表格。
步骤208,将生成的所述目标展示数据表格发送至所述终端,以在所述终端显示所述目标展示数据表格。
上述数据的展示方法,首先获取终端发送的需求信息,所述需求信息通过所述终端的需求信息输入页面输入;然后根据所述需求信息,获取与所述需求信息对应的目标数据;并且根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,以生成目标展示数据表格;最后将生成的所述目标展示数据表格发送至所述终端,以在所述终端显示所述目标展示数据表格。可见,通过上述方式,由于在终端设置了需求信息输入页面,用户可以通过需求信息输入页面输入需求信息,以指示其想要查看的数据,同时,服务器端设置有数据展示模块,服务器在接收到需求信息之后,获取到与需求信息对应的目标数据,然后将目标数据填入数据展示模板的对应位置处即可得到目标展示数据表格,并反馈给终端。由于通过上述方式用户只用填写需求信息即可查看到对应的数据表格,开发人员也不用再根据不同用户的需求对不同的表格进行开发,而只用将用户想要查看的数据填入预先设置好的数据展示模板即可,大大的提高了表格生成的效率,方便用户及时查看到表格。
作为本发明的一种实施例,所述需求信息包括表格名称和数据内容名称;步骤204所述根据所述需求信息,获取与所述需求信息对应的目标数据,具体包括:
根据所述数据内容名称,获取与所述数据内容名称对应的目标数据;
相应的,步骤206所述根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,具体包括:
将所述表格名称、所述数据内容名称和与所述数据内容名称对应的目标数据填入数据展示模板的对应位置处。
例如,用户根据图4的需求信息输入页面输入了表格名称“机器人在线活动数”,同时输入了数据内容名称“机器人在线数据:日期、省份和机器人”,于是,根据所述数据内容名称,从数据库获取机器人在线数据的日期数据、省份数据和机器人数据,最后,将获取的日期数据、省份数据、机器人数据以及表格名称、数据内容名称填入如图5(a)所述的数据展示模板的对应位置处得到目标展示数据表格,如图5(b)所示。
具体的,为了将获取的目标数据填入对应的位置,所述将所述表格名称、所述数据内容名称和与所述数据内容名称对应的目标数据填入数据展示模板的对应位置处,具体包括:根据所述表格名称,获取与所述表格名称对应的第一位置标识,将所述表格名称在与所述第一位置标识对应的第一位置处显示;根据所述数据内容名称,获取与所述数据内容名称对应的第二位置标识,将所述数据内容名称在与所述第二位置标识对应的第二位置处显示;根据所述目标数据,获取与所述目标数据对应的第三位置标识,将所述目标数据在与所述第三位置标识对应的第三位置处显示,如表1所示,最终得到图5(b)所示的目标展示数据表格。
表1
名称 标识 位置
表格名称(例如,机器人在线活动数) 1-123 第一栏
数据内容名称1(例如,日期) 2-123 第二栏第一列
数据内容名称2(例如,省份) 2-234 第二栏第二列
数据内容名称3(例如,机器人) 2-456 第二栏第三列
目标数据1(例如,2018-07-20) 2-123-123 第三栏第一列
目标数据2(例如,北京市) 2-234-123 第三栏第二列
目标数据3(例如,alpha) 2-456-123 第三栏第三列
目标数据4(例如,2018-07-22) 2-123-123 第四栏第一列
目标数据5(例如,深圳市) 2-234-123 第四栏第二列
目标数据3(例如,jimu) 2-456-123 第四栏第三列
作为本发明的一种实施例,所述需求信息还包括时间信息;如图6和图7所示,步骤204所述根据所述数据内容名称,获取与所述数据内容名称对应的目标数据,包括:
步骤204A,根据所述数据内容名称和所述时间信息,生成数据采集指令,向数据采集终端730发送所述数据采集指令,以使所述数据采集终端730根据所述数据内容名称和所述时间信息采集并反馈与所述数据内容名称对应的目标数据;
步骤204B,获取所述数据采集终端根据所述时间信息返回的与所述数据内容名称对应的目标数据。
所述时间信息,用于指示采集的数据的截止时间;所述数据采集终端,可以包括但不限于台式终端和移动终端,其中,台式终端可以包括但不限于电脑;移动终端可以包括但不限于手机、平板电脑和笔记本电脑。
例如,假设今天是2019年10月20日,用户通过需求信息输入页面输入的数据内容名称为贴子排行、作者、浏览数和点赞数,输入的时间信息为2019年11月30日,于是,根据该数据内容名称和时间信息生成数据采集指令并发送至数据采集终端730,以使数据采集终端统计截止2019年11月30日的作者、浏览数和点赞数的数据,并在2019年11月30日将采集的数据返回给服务器720。
由于不同的数据可能有不同的显示风格,所以作为本发明的一种实施例,为不同的数据设置不同的数据展示模板,以更好的显示这些数据,具体的,所述数据内容名称包括数据主题名称,在步骤204所述根据所述数据内容名称,获取与所述数据内容名称对应的目标数据之后,还包括:
根据所述数据主题名称,获取与所述数据主题名称关联的目标数据展示模板,进入所述将所述表格名称、所述数据内容名称和与所述数据内容名称对应的目标数据填入数据展示模板的对应位置处的步骤。
在这里,将数据主题名称与数据展示模板进行关联,即只要获取到了数据主题名称,就能根据关联关系获取到与该数据主题名称关联的数据展示模板,或者,只要获取到了数据展示模板,就能根据关联关系获取到与该数据展示模板关联的数据主题名称。
所述数据主题名称,用于指示数据的类型。例如图3所示,“机器人在线数据、日期、省份和机器人”是数据内容名称,其中,“机器人在线数据”是数据内容名称中的数据主题名称,用于指示“日期、省份和机器人”属于机器人在线类型的数据;“帖子排行、作者、浏览数和点赞数”是数据内容名称,其中,“帖子排行”是数据内容名称的主题名称,用于指示“作者、浏览数和点赞数”是帖子排行的数据。与“机器人在线数据”关联的数据展示模板为数据展示模板A,与“帖子排行”关联的数据展示模板为数据展示模板B。
作为本发明的一种实施例,步骤202所述获取终端发送的需求信息,包括:
获取终端发送的需求信息和身份信息;
若所述身份信息验证通过,则进入所述根据所述需求信息,获取与所述需求信息对应的目标数据的步骤。
所述身份信息,用于指示查询数据的用户的身份。在本发明实施例中,为了使得数据只对某些具有权限的人公开,以便数据被他人非法利用,如图4所示,在需求信息输入页面,还需要用户输入身份信息(包括账号和密码),以在身份验证通过之后,再将生成的目标展示数据表格反馈给终端。
如图8所示,提供了一种数据的展示装置800,具体包括:
第一获取模块802,用于获取终端发送的需求信息,所述需求信息通过所述终端的需求信息输入页面输入;
第二获取模块804,用于根据所述需求信息,获取与所述需求信息对应的目标数据;
表格生成模块806,用于根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,以生成目标展示数据表格;
表格发送模块808,用于将生成的所述目标展示数据表格发送至所述终端,以在所述终端显示所述目标展示数据表格。
上述数据的展示装置,首先获取终端发送的需求信息,所述需求信息通过所述终端的需求信息输入页面输入;然后根据所述需求信息,获取与所述需求信息对应的目标数据;并且根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,以生成目标展示数据表格;最后将生成的所述目标展示数据表格发送至所述终端,以在所述终端显示所述目标展示数据表格。可见,通过上述方式,由于在终端设置了需求信息输入页面,用户可以通过需求信息输入页面输入需求信息,以指示其想要查看的数据,同时,服务器端设置有数据展示模块,服务器在接收到需求信息之后,获取到与需求信息对应的目标数据,然后将目标数据填入数据展示模板的对应位置处即可得到目标展示数据表格,并反馈给终端。由于通过上述方式用户只用填写需求信息即可查看到对应的数据表格,开发人员也不用再根据不同用户的需求对不同的表格进行开发,而只用将用户想要查看的数据填入预先设置好的数据展示模板即可,大大的提高了表格生成的效率,方便用户及时查看到表格。
在其中一个实施例中,所述需求信息包括表格名称和数据内容名称;
所述第二获取模块804,包括:内容数据获取模块,用于根据所述数据内容名称,获取与所述数据内容名称对应的目标数据;
所述表格生成模块806,包括:内容表格生成模块,用于将所述表格名称、所述数据内容名称和与所述数据内容名称对应的目标数据填入数据展示模板的对应位置处。
在其中一个实施例中,所述需求信息还包括时间信息;所述内容数据获取模块,包括:
时间模块,用于根据所述数据内容名称和所述时间信息,生成数据采集指令,向数据采集终端发送所述数据采集指令,以使所述数据采集终端根据所述数据内容名称和所述时间信息采集并反馈与所述数据内容名称对应的目标数据;
采集数据获取模块,用于获取所述数据采集终端根据所述时间信息返回的与所述数据内容名称对应的目标数据。
在其中一个实施例中,所述数据内容名称包括数据主题名称,所述装置,还包括:
目标模板获取模块,用于根据所述数据主题名称,获取与所述数据主题名称关联的目标数据展示模板,进入所述将所述表格名称、所述数据内容名称和与所述数据内容名称对应的目标数据填入数据展示模板的对应位置处的步骤。
在其中一个实施例中,所述内容表格生成模块,包括:
第一位置生成模块,用于根据所述表格名称,获取与所述表格名称对应的第一位置标识,将所述表格名称在与所述第一位置标识对应的第一位置处显示;
第二位置生成模块,用于根据所述数据内容名称,获取与所述数据内容名称对应的第二位置标识,将所述数据内容名称在与所述第二位置标识对应的第二位置处显示;
第三位置生成模块,用于根据所述目标数据,获取与所述目标数据对应的第三位置标识,将所述目标数据在与所述第三位置标识对应的第三位置处显示。
在其中一个实施例中,所述第一获取模块802,包括:
身份获取模块,用于获取终端发送的需求信息和身份信息;验证模块,用于若所述身份信息验证通过,则进入所述根据所述需求信息,获取与所述需求信息对应的目标数据的步骤。
图9示出了一个实施例中计算机设备的内部结构图。该计算机设备可以是服务器。如图9所示,该计算机设备包括通过***总线连接的处理器、存储器和网络接口。其中,存储器包括非易失性存储介质和内存储器。该计算机设备的非易失性存储介质存储有操作***,还可存储有计算机程序,该计算机程序被处理器执行时,可使得处理器实现数据的展示方法。该内存储器中也可储存有计算机程序,该计算机程序被处理器执行时,可使得处理器执行数据的展示方法。本领域技术人员可以理解,图9中示出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的计算机设备的限定,具体的计算机设备可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。
在一个实施例中,本申请提供的数据的展示方法可以实现为一种计算机程序的形式,计算机程序可在如图9所示的计算机设备上运行。计算机设备的存储器中可存储组成数据的展示装置800的各个程序模板。比如,第一获取模块802、第二获取模块804、表格生成模块806和表格发送模块808。
一种计算机设备,包括存储器和处理器,所述存储器存储有计算机程序,所述计算机程序被所述处理器执行时,使得所述处理器执行如下步骤:
获取终端发送的需求信息,所述需求信息通过所述终端的需求信息输入页面输入;
根据所述需求信息,获取与所述需求信息对应的目标数据;
根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,以生成目标展示数据表格;
将生成的所述目标展示数据表格发送至所述终端,以在所述终端显示所述目标展示数据表格。
在其中一个实施例中,所述需求信息包括表格名称和数据内容名称;
所述根据所述需求信息,获取与所述需求信息对应的目标数据,包括:根据所述数据内容名称,获取与所述数据内容名称对应的目标数据;
所述根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,包括:将所述表格名称、所述数据内容名称和与所述数据内容名称对应的目标数据填入数据展示模板的对应位置处。
在其中一个实施例中,所述需求信息还包括时间信息;所述根据所述数据内容名称,获取与所述数据内容名称对应的目标数据,包括:
根据所述数据内容名称和所述时间信息,生成数据采集指令,向数据采集终端发送所述数据采集指令,以使所述数据采集终端根据所述数据内容名称和所述时间信息采集并反馈与所述数据内容名称对应的目标数据;
获取所述数据采集终端根据所述时间信息返回的与所述数据内容名称对应的目标数据。
在其中一个实施例中,所述数据内容名称包括数据主题名称,上述计算机程序被所述处理器执行时,还用于执行以下步骤:
根据所述数据主题名称,获取与所述数据主题名称关联的目标数据展示模板,进入所述将所述表格名称、所述数据内容名称和与所述数据内容名称对应的目标数据填入数据展示模板的对应位置处的步骤。
在其中一个实施例中,所述将所述表格名称、所述数据内容名称和与所述数据内容名称对应的目标数据填入数据展示模板的对应位置处,包括:
根据所述表格名称,获取与所述表格名称对应的第一位置标识,将所述表格名称在与所述第一位置标识对应的第一位置处显示;
根据所述数据内容名称,获取与所述数据内容名称对应的第二位置标识,将所述数据内容名称在与所述第二位置标识对应的第二位置处显示;
根据所述目标数据,获取与所述目标数据对应的第三位置标识,将所述目标数据在与所述第三位置标识对应的第三位置处显示。
在其中一个实施例中,所述获取终端发送的需求信息,包括:
获取终端发送的需求信息和身份信息;
若所述身份信息验证通过,则进入所述根据所述需求信息,获取与所述需求信息对应的目标数据的步骤。
在一个实施例中,提出了一种计算机可读存储介质,存储有计算机程序,所述计算机程序被处理器执行时,使得所述处理器执行以下步骤:
获取终端发送的需求信息,所述需求信息通过所述终端的需求信息输入页面输入;
根据所述需求信息,获取与所述需求信息对应的目标数据;
根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,以生成目标展示数据表格;
将生成的所述目标展示数据表格发送至所述终端,以在所述终端显示所述目标展示数据表格。
在其中一个实施例中,所述需求信息包括表格名称和数据内容名称;
所述根据所述需求信息,获取与所述需求信息对应的目标数据,包括:根据所述数据内容名称,获取与所述数据内容名称对应的目标数据;
所述根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,包括:将所述表格名称、所述数据内容名称和与所述数据内容名称对应的目标数据填入数据展示模板的对应位置处。
在其中一个实施例中,所述需求信息还包括时间信息;所述根据所述数据内容名称,获取与所述数据内容名称对应的目标数据,包括:
根据所述数据内容名称和所述时间信息,生成数据采集指令,向数据采集终端发送所述数据采集指令,以使所述数据采集终端根据所述数据内容名称和所述时间信息采集并反馈与所述数据内容名称对应的目标数据;
获取所述数据采集终端根据所述时间信息返回的与所述数据内容名称对应的目标数据。
在其中一个实施例中,所述数据内容名称包括数据主题名称,上述计算机程序被所述处理器执行时,还用于执行以下步骤:
根据所述数据主题名称,获取与所述数据主题名称关联的目标数据展示模板,进入所述将所述表格名称、所述数据内容名称和与所述数据内容名称对应的目标数据填入数据展示模板的对应位置处的步骤。
在其中一个实施例中,所述将所述表格名称、所述数据内容名称和与所述数据内容名称对应的目标数据填入数据展示模板的对应位置处,包括:
根据所述表格名称,获取与所述表格名称对应的第一位置标识,将所述表格名称在与所述第一位置标识对应的第一位置处显示;
根据所述数据内容名称,获取与所述数据内容名称对应的第二位置标识,将所述数据内容名称在与所述第二位置标识对应的第二位置处显示;
根据所述目标数据,获取与所述目标数据对应的第三位置标识,将所述目标数据在与所述第三位置标识对应的第三位置处显示。
在其中一个实施例中,所述获取终端发送的需求信息,包括:
获取终端发送的需求信息和身份信息;
若所述身份信息验证通过,则进入所述根据所述需求信息,获取与所述需求信息对应的目标数据的步骤。
需要说明的是,上述数据的展示方法、数据的展示装置、计算机设备及计算机可读存储介质属于一个总的发明构思,数据的展示方法、数据的展示装置、计算机设备及计算机可读存储介质实施例中的内容可相互适用。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件来完成,所述的程序可存储于一非易失性计算机可读取存储介质中,该程序在执行时,可包括如上述各方法的实施例的流程。其中,本申请所提供的各实施例中所使用的对存储器、存储、数据库或其它介质的任何引用,均可包括非易失性和/或易失性存储器。非易失性存储器可包括只读存储器(ROM)、可编程ROM(PROM)、电可编程ROM(EPROM)、电可擦除可编程ROM(EEPROM)或闪存。易失性存储器可包括随机存取存储器(RAM)或者外部高速缓冲存储器。作为说明而非局限,RAM以多种形式可得,诸如静态RAM(SRAM)、动态RAM(DRAM)、同步DRAM(SDRAM)、双数据率SDRAM(DDRSDRAM)、增强型SDRAM(ESDRAM)、同步链路(Synchlink) DRAM(SLDRAM)、存储器总线(Rambus)直接RAM(RDRAM)、直接存储器总线动态RAM(DRDRAM)、以及存储器总线动态RAM(RDRAM)等。
以上实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特征的组合不存在矛盾,都应当认为是本说明书记载的范围。
以上所述实施例仅表达了本申请的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对本申请专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本申请构思的前提下,还可以做出若干变形和改进,这些都属于本申请的保护范围。因此,本申请专利的保护范围应以所附权利要求为准。

Claims (10)

  1. 一种数据的展示方法,其特征在于,包括:
    获取终端发送的需求信息,所述需求信息通过所述终端的需求信息输入页面输入;
    根据所述需求信息,获取与所述需求信息对应的目标数据;
    根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,以生成目标展示数据表格;
    将生成的所述目标展示数据表格发送至所述终端,以在所述终端显示所述目标展示数据表格。
  2. 如权利要求1所述的方法,其特征在于,所述需求信息包括表格名称和数据内容名称;
    所述根据所述需求信息,获取与所述需求信息对应的目标数据,包括:根据所述数据内容名称,获取与所述数据内容名称对应的目标数据;
    所述根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,包括:将所述表格名称、所述数据内容名称和与所述数据内容名称对应的目标数据填入数据展示模板的对应位置处。
  3. 如权利要求2所述的方法,其特征在于,所述需求信息还包括时间信息;所述根据所述数据内容名称,获取与所述数据内容名称对应的目标数据,包括:
    根据所述数据内容名称和所述时间信息,生成数据采集指令,向数据采集终端发送所述数据采集指令,以使所述数据采集终端根据所述数据内容名称和所述时间信息采集并反馈与所述数据内容名称对应的目标数据;
    获取所述数据采集终端根据所述时间信息返回的与所述数据内容名称对应的目标数据。
  4. 如权利要求2所述的方法,其特征在于,所述数据内容名称包括数据主题名称;在所述根据所述数据内容名称,获取与所述数据内容名称对应的目标数据之后,还包括:
    根据所述数据主题名称,获取与所述数据主题名称关联的目标数据展示模板,进入所述将所述表格名称、所述数据内容名称和与所述数据内容名称对应的目标数据填入数据展示模板的对应位置处的步骤。
  5. 如权利要求2至4任一项所述的方法,其特征在于,所述将所述表格名称、所述数据内容名称和与所述数据内容名称对应的目标数据填入数据展示模板的对应位置处,包括:
    根据所述表格名称,获取与所述表格名称对应的第一位置标识,将所述表格名称在与所述第一位置标识对应的第一位置处显示;
    根据所述数据内容名称,获取与所述数据内容名称对应的第二位置标识,将所述数据内容名称在与所述第二位置标识对应的第二位置处显示;
    根据所述目标数据,获取与所述目标数据对应的第三位置标识,将所述目标数据在与所述第三位置标识对应的第三位置处显示。
  6. 根据权利要求5所述的方法,其特征在于,所述获取终端发送的需求信息,包括:
    获取终端发送的需求信息和身份信息;
    若所述身份信息验证通过,则进入所述根据所述需求信息,获取与所述需求信息对应的目标数据的步骤。
  7. 一种数据的展示装置,其特征在于,包括:
    第一获取模块,用于获取终端发送的需求信息,所述需求信息通过所述终端的需求信息输入页面输入;
    第二获取模块,用于根据所述需求信息,获取与所述需求信息对应的目标数据;
    表格生成模块,用于根据所述需求信息,将所述目标数据填入数据展示模板的对应位置处,以生成目标展示数据表格;
    表格发送模块,用于将生成的所述目标展示数据表格发送至所述终端,以在所述终端显示所述目标展示数据表格。
  8. 如权利要求7所述的装置,其特征在于,所述需求信息包括表格名称和数据内容名称;
    所述第二获取模块,包括:内容数据获取模块,用于根据所述数据内容名称,获取与所述数据内容名称对应的目标数据;
    所述表格生成模块,包括:内容表格生成模块,用于将所述表格名称、所述数据内容名称和与所述数据内容名称对应的目标数据填入数据展示模板的对应位置处。
  9. 一种计算机设备,其特征在于,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机程序,其特征在于,所述处理器执行所述计算机程序时实现如权利要求1至6任一项所述数据的展示方法的步骤。
  10. 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现如权利要求1至6任一项所述数据的展示方法的步骤。
PCT/CN2018/125106 2018-12-28 2018-12-28 数据的展示方法、装置、计算机设备及存储介质 WO2020133290A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2018/125106 WO2020133290A1 (zh) 2018-12-28 2018-12-28 数据的展示方法、装置、计算机设备及存储介质

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2018/125106 WO2020133290A1 (zh) 2018-12-28 2018-12-28 数据的展示方法、装置、计算机设备及存储介质

Publications (1)

Publication Number Publication Date
WO2020133290A1 true WO2020133290A1 (zh) 2020-07-02

Family

ID=71126795

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/125106 WO2020133290A1 (zh) 2018-12-28 2018-12-28 数据的展示方法、装置、计算机设备及存储介质

Country Status (1)

Country Link
WO (1) WO2020133290A1 (zh)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080243890A1 (en) * 2007-03-30 2008-10-02 The Boeing Company Automated two and three dimensional technical data packaging
CN104090899A (zh) * 2013-12-23 2014-10-08 深圳市腾讯计算机***有限公司 一种反馈展示内容信息的方法和装置
CN104778279A (zh) * 2015-04-30 2015-07-15 北京奇艺世纪科技有限公司 一种分页展示数据的方法及装置
CN106570004A (zh) * 2015-10-08 2017-04-19 北京国双科技有限公司 一种数据管理方法及装置
CN106776909A (zh) * 2016-11-28 2017-05-31 努比亚技术有限公司 页面的创建方法及装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080243890A1 (en) * 2007-03-30 2008-10-02 The Boeing Company Automated two and three dimensional technical data packaging
CN104090899A (zh) * 2013-12-23 2014-10-08 深圳市腾讯计算机***有限公司 一种反馈展示内容信息的方法和装置
CN104778279A (zh) * 2015-04-30 2015-07-15 北京奇艺世纪科技有限公司 一种分页展示数据的方法及装置
CN106570004A (zh) * 2015-10-08 2017-04-19 北京国双科技有限公司 一种数据管理方法及装置
CN106776909A (zh) * 2016-11-28 2017-05-31 努比亚技术有限公司 页面的创建方法及装置

Similar Documents

Publication Publication Date Title
US11797519B2 (en) Atomic capture of a set of related files, using a distributed ledger, for proof of authenticity
WO2021043144A1 (zh) 基于区块链的取证服务***
CN111177252B (zh) 一种业务数据的处理方法及装置
CN109492884B (zh) 合规风险信息展示方法、装置、计算机设备及存储介质
CN109308285A (zh) 数据库脚本管理方法、装置、计算机设备及存储介质
US11669437B2 (en) Methods and systems for content management and testing
US10855673B2 (en) Automated production of certification controls by translating framework controls
CN113704704B (zh) 基于区块链的协同作品权属确认方法、***、计算机设备
CN114115844A (zh) 页面生成方法、装置、计算机设备和存储介质
CN110334398A (zh) 基于bim模型的信息处理方法、装置、设备和存储介质
CN113742338A (zh) 工程验收表单结构化存储***
WO2019075966A1 (zh) 数据操作权限隔离方法、应用服务器及计算机可读存储介质
JP2014534542A (ja) ユーザ作成コンテンツの処理方法及び装置
CN110647350A (zh) 接口文档生成方法、装置、计算机设备和存储介质
CN111190742A (zh) 资源协同方法、装置、计算机设备和存储介质
WO2020133290A1 (zh) 数据的展示方法、装置、计算机设备及存储介质
CN113626438B (zh) 一种数据表管理的方法、装置、计算机设备及存储介质
CN111382382B (zh) 数据的展示方法、装置、计算机设备和存储介质
CN115495452A (zh) 数据处理方法、装置、计算机设备和存储介质
US10102396B2 (en) Application data storage area generation method, application data storage area generation apparatus, and application data storage area generation program
US11244019B2 (en) Enrichment of user specific information
CN112597749A (zh) 目标模板的生成方法、装置、计算机设备和存储介质
WO2020132890A1 (zh) 业务属性动态扩展方法、装置、计算机设备及存储介质
CN110008346A (zh) 黑名单传导图谱构建方法、装置、计算机设备和存储介质
WO2019210573A1 (zh) 生成电子订单的方法、装置、计算机设备和存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18945093

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18945093

Country of ref document: EP

Kind code of ref document: A1