[go: up one dir, main page]

CN102567481B - Data query filter method and device - Google Patents

Data query filter method and device Download PDF

Info

Publication number
CN102567481B
CN102567481B CN201110427001.0A CN201110427001A CN102567481B CN 102567481 B CN102567481 B CN 102567481B CN 201110427001 A CN201110427001 A CN 201110427001A CN 102567481 B CN102567481 B CN 102567481B
Authority
CN
China
Prior art keywords
display
template
data
business data
displayed
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.)
Expired - Fee Related
Application number
CN201110427001.0A
Other languages
Chinese (zh)
Other versions
CN102567481A (en
Inventor
孙根林
王长亮
朱永飞
韩涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CN201110427001.0A priority Critical patent/CN102567481B/en
Publication of CN102567481A publication Critical patent/CN102567481A/en
Application granted granted Critical
Publication of CN102567481B publication Critical patent/CN102567481B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本发明实施例提供了一种数据查询过滤方法及装置,涉及数据查询领域,可以提供精确的业务记录条数,或者在显示匹配输入字符的行的数据信息的同时显示该行的上下文信息,进一步的满足用户需求。该基于业务的查询过滤方法,包括:接收查询业务数据的请求,所述查询请求包含预设管道过滤关键字,该预设管道过滤关键字指示显示待查询的业务数据记录的条数;用所述待查询的业务数据格式化预先设置的显示模板,其中,一条所述业务数据格式化一次所述预先设置的显示模板;统计所述格式化预先设置的显示模板的次数,输出所述次数。本发明实施例应用于设备数据查询。

Embodiments of the present invention provide a data query filtering method and device, which relate to the field of data query, and can provide accurate number of business records, or display the context information of the line matching the input character while displaying the data information of the line, further meet user needs. The business-based query filtering method includes: receiving a request for querying business data, the query request includes a preset pipeline filtering keyword, and the preset pipeline filtering keyword indicates the number of business data records to be queried; The business data to be queried is formatted into a preset display template, wherein one piece of the business data is formatted once to the preset display template; the number of times the preset display template is formatted is counted, and the number is output. The embodiment of the present invention is applied to device data query.

Description

一种数据查询过滤方法及装置A data query filtering method and device

技术领域 technical field

本发明涉及通信领域,尤其涉及一种数据查询过滤方法及装置。The invention relates to the communication field, in particular to a data query filtering method and device.

背景技术 Background technique

用户对设备数据进行查询,可以按管道过滤显示指定的数据,管道过滤关键字主要包括begin、exclude、include、count、pattern等。其中:When users query device data, they can filter and display specified data by pipeline. The keywords of pipeline filtering mainly include begin, exclude, include, count, pattern, etc. in:

begin:显示从匹配条件开始所有的数据,包括匹配行;begin: display all data starting from the matching condition, including matching rows;

exclude:显示除匹配条件以外所有的数据,即匹配行数据不显示,其它数据显示;exclude: Display all data except matching conditions, that is, matching row data is not displayed, and other data are displayed;

include:只显示匹配条件的数据,其它数据不显示;include: only display the data matching the conditions, other data will not be displayed;

count:显示数据的行数;count: display the number of rows of data;

pattern:按模式过滤。pattern: filter by pattern.

目前,现有技术是支持按行过滤,若按关键字count对包含有9个接口的业务数据进行过滤,则会输出业务数据所包含的数据信息的行数,而用户实际想获取的信息是有9个接口。At present, the existing technology supports filtering by row. If the business data containing 9 interfaces is filtered by the keyword count, the number of rows of data information contained in the business data will be output, and the information that the user actually wants to obtain is There are 9 interfaces.

又如:接口GigabitEthernet0/0/0的相关信息如下:Another example: the information about the interface GigabitEthernet0/0/0 is as follows:

GigabitEthernet0/0/0current state:UPGigabitEthernet0/0/0 current state: UP

Line protocol current state:UPLine protocol current state: UP

The Maximum Transmit Unit:1500bytesThe Maximum Transmit Unit: 1500bytes

input packets:25334,bytes:7352989,multicasts:0input packets: 25334, bytes: 7352989, multicasts: 0

output packets:25933,bytes:8726896,multicasts:0output packets: 25933, bytes: 8726896, multicasts: 0

Directed-broadcast packets:Directed-broadcast packets:

received packets:1218,sent packets:0received packets: 1218, sent packets: 0

forwarded packets:0,dropped packets:0forwarded packets: 0, dropped packets: 0

接口GigabitEthernet0/0/1的相关信息如下:Information about interface GigabitEthernet0/0/1 is as follows:

GigabitEthernet0/0/1current state:DOWNGigabitEthernet0/0/1current state: DOWN

Line protocol current state:UPLine protocol current state: UP

The Maximum Transmit Unit:1500bytesThe Maximum Transmit Unit: 1500bytes

input packets:25334,bytes:7352989,multicasts:0input packets: 25334, bytes: 7352989, multicasts: 0

output packets:25933,bytes:8726896,multicasts:0output packets: 25933, bytes: 8726896, multicasts: 0

Directed-broadcast packets:Directed-broadcast packets:

received packets:1218,sent packets:0received packets: 1218, sent packets: 0

forwarded packets:0,dropped packets:0forwarded packets: 0, dropped packets: 0

用户想看MTU(The Maximum Transmit Unit,最大传输单元)比特率为1500比特对应的接口,若输入命令<Route>display ip interface|include Maximum Transmit Unit:1500bytes,由于现有技术是基于行查询,所以会输出结果:The Maximum Transmit Unit:1500bytes,TheMaximum Transmit Unit:1500bytes,这里只显示MTU,不显示接口,用户不知道哪个接口的MTU是1500比特。因此,现有技术中基于行过滤的数据查询方式查询结果不够精确,用户可能获取不到有价值的信息。The user wants to see the interface corresponding to the MTU (The Maximum Transmit Unit) bit rate of 1500 bits. If the user enters the command <Route>display ip interface|include Maximum Transmit Unit: 1500bytes, because the existing technology is based on line query, so The result will be output: The Maximum Transmit Unit: 1500bytes, The Maximum Transmit Unit: 1500bytes, only the MTU is displayed here, and the interface is not displayed. The user does not know which interface has an MTU of 1500 bytes. Therefore, the query result of the data query method based on row filtering in the prior art is not accurate enough, and the user may not obtain valuable information.

发明内容 Contents of the invention

本发明的实施例提供一种基于业务的查询过滤方法及装置,可以提供精确的业务记录条数,或者在显示匹配输入字符的行的数据信息的同时显示该行的上下文信息,进一步的满足用户需求。Embodiments of the present invention provide a business-based query and filtering method and device, which can provide accurate business record numbers, or display the context information of a line matching the input character while displaying the line's context information, further satisfying the user's needs. need.

为达到上述目的,本发明的实施例采用如下技术方案:In order to achieve the above object, embodiments of the present invention adopt the following technical solutions:

一方面,提供一种基于业务的查询过滤方法,包括:On the one hand, a service-based query filtering method is provided, including:

接收查询业务数据的请求,所述查询业务数据的请求包含预设管道过滤关键字,所述预设管道过滤关键字指示显示所述待查询的业务数据记录的条数;Receive a request for querying business data, the request for querying business data includes a preset pipeline filtering keyword, and the preset pipeline filtering keyword indicates the number of business data records to be queried;

用所述待查询的业务数据格式化预先设置的显示模板,其中,一条所述待查询的业务数据格式化一次所述预先设置的显示模板;Formatting a preset display template with the business data to be queried, wherein one piece of business data to be queried is formatted once in the preset display template;

统计所述格式化预先设置的显示模板的次数,输出所述次数。Count the times of formatting the preset display template, and output the times.

另一方面,提供一种基于业务的查询过滤方法,包括:On the other hand, a business-based query filtering method is provided, including:

接收查询业务数据的请求,所述查询业务数据的请求包含管道过滤关键字和输入字符;Receive a request for querying business data, the request for querying business data includes pipeline filtering keywords and input characters;

用所述待查询的业务数据格式化预先设置的显示模板,在所述显示模板的每行上配置显示标识,其中,一条所述待查询的业务数据格式化一次所述预先设置的显示模板,所述显示标识用于指示其对应行的信息是否需要显示;Using the business data to be queried to format a preset display template, and configuring a display logo on each row of the display template, wherein one piece of the business data to be queried is formatted once in the preset display template, The display flag is used to indicate whether the information in the corresponding row needs to be displayed;

按照所述管道过滤关键字指示的规则,根据所述输入字符查询过滤所述格式化后的显示模板,得到待显示模板上的数据;According to the rules indicated by the pipeline filter keyword, query and filter the formatted display template according to the input characters to obtain the data on the template to be displayed;

显示输出所述待显示模板上匹配所述输入字符的行的数据信息,并显示输出所述待显示模板上所述显示标识指示显示的行的数据信息。Displaying and outputting the data information of the line matching the input character on the template to be displayed, and displaying and outputting the data information of the line indicated by the display mark on the template to be displayed.

一方面,提供一种基于业务的查询过滤装置,包括:On the one hand, a service-based query filtering device is provided, including:

第一接收模块,用于接收查询业务数据的请求,所述查询业务数据的请求包含预设管道过滤关键字,所述预设管道过滤关键字指示显示所述待查询的业务数据记录的条数;The first receiving module is configured to receive a request for querying business data, the request for querying business data includes a preset pipeline filtering keyword, and the preset pipeline filtering keyword indicates the number of business data records to be queried. ;

第一处理模块,用于用所述待查询的业务数据格式化预先设置的显示模板,其中,一条所述待查询的业务数据格式化一次所述预先设置的显示模板;The first processing module is configured to use the business data to be queried to format a preset display template, where a piece of business data to be queried is formatted once to the preset display template;

统计输出模块,用于统计所述格式化预先设置的显示模板的次数,输出所述次数。The statistical output module is used for counting the times of formatting the preset display template and outputting the times.

一方面,提供一种基于业务的查询过滤装置,包括:On the one hand, a service-based query filtering device is provided, including:

第二接收模块,用于接收查询业务数据的请求,所述查询业务数据的请求包含管道过滤关键字和输入字符;The second receiving module is used to receive a request for querying business data, and the request for querying business data includes pipeline filtering keywords and input characters;

第二处理模块,用于用所述待查询的业务数据格式化预先设置的显示模板,在所述显示模板的每行上设置显示标识,其中,一条所述待查询的业务数据格式化一次所述预先设置的显示模板,所述显示标识用于指示其对应行的信息是否需要显示;The second processing module is configured to use the business data to be queried to format a preset display template, and set a display mark on each line of the display template, wherein a piece of business data to be queried is formatted once The preset display template, the display flag is used to indicate whether the information of its corresponding row needs to be displayed;

查询过滤模块,用于按照所述管道过滤关键字指示的规则,根据所述输入字符查询过滤所述格式化后的显示模板,得到待显示模板上的数据信息;A query filtering module, configured to query and filter the formatted display template according to the input characters according to the rules indicated by the pipeline filtering keywords, to obtain data information on the template to be displayed;

显示输出模块,用于显示输出所述待显示模板上匹配所述输入字符的行数据信息,并显示输出所述待显示模板上所述显示标识指示显示的行的数据信息。The display output module is used to display and output the data information of the line matching the input character on the template to be displayed, and display and output the data information of the line indicated by the display mark on the template to be displayed.

本发明的实施例提供的基于业务的查询过滤方法及装置,用待查询的业务数据格式化预先设置的显示模板,其中,一条待查询的业务数据格式化一次预先设置的显示模板;统计格式化预先设置的显示模板的次数后输出。相对现有技术中基于行的查询,可以提供基于业务查询得到的业务记录条数,满足了用户的精确需求。The business-based query filtering method and device provided by the embodiments of the present invention use the business data to be queried to format a preset display template, wherein a piece of business data to be queried is formatted once to a preset display template; statistical formatting Output after the preset times of displaying the template. Compared with the row-based query in the prior art, the number of business records obtained based on the business query can be provided, which meets the precise needs of users.

用待查询的业务数据格式化预先设置的显示模板,在显示模板的每行上设置显示标识,其中,一条待查询的业务数据格式化一次预先设置的显示模板,显示标识用于指示其对应行的信息是否需要显示;按照指示的规则,根据输入字符查询过滤格式化后的显示模板,得到待显示模板;显示输出待显示模板上匹配输入字符的行的数据信息,并显示输出待显示模板上显示标识指示显示的行的数据信息。相对现有技术中只显示匹配结果,能够在显示匹配输入字符的行的数据信息的同时显示该行的数据信息的上下文信息,进一步的满足用户需求。Use the business data to be queried to format a preset display template, and set a display mark on each row of the display template, where a piece of business data to be queried is formatted once in a preset display template, and the display mark is used to indicate its corresponding row Whether the information needs to be displayed; according to the indicated rules, query and filter the formatted display template according to the input characters, and obtain the template to be displayed; display and output the data information of the line matching the input characters on the template to be displayed, and display the output on the template to be displayed The display identifier indicates the data information for the displayed row. Compared with only displaying the matching result in the prior art, it is possible to display the context information of the data information of the line matching the input character while displaying the data information of the line, so as to further meet the needs of users.

附图说明 Description of drawings

为了更清楚地说明本发明实施例的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the following will briefly introduce the accompanying drawings that need to be used in the description of the embodiments. Obviously, the accompanying drawings in the following description are only some embodiments of the present invention. For Those of ordinary skill in the art can also obtain other drawings based on these drawings without making creative efforts.

图1为本发明实施例提供的一种基于业务的查询过滤方法流程示意图;FIG. 1 is a schematic flow chart of a service-based query filtering method provided by an embodiment of the present invention;

图2为本发明实施例提供的另一种基于业务的查询过滤方法流程示意图;FIG. 2 is a schematic flowchart of another service-based query filtering method provided by an embodiment of the present invention;

图3为本发明实施例提供的一种显示模板示意图;Fig. 3 is a schematic diagram of a display template provided by an embodiment of the present invention;

图4为本发明实施例提供的另一种显示模板示意图;FIG. 4 is a schematic diagram of another display template provided by an embodiment of the present invention;

图5为本发明实施例提供的一种基于业务的查询过滤装置结构示意图;FIG. 5 is a schematic structural diagram of a service-based query filtering device provided by an embodiment of the present invention;

图6为本发明实施例提供的一种第一处理模块结构示意图;FIG. 6 is a schematic structural diagram of a first processing module provided by an embodiment of the present invention;

图7为本发明实施例提供的另一种基于业务的查询过滤装置结构示意图。FIG. 7 is a schematic structural diagram of another service-based query filtering device provided by an embodiment of the present invention.

具体实施方式 Detailed ways

下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The following will clearly and completely describe the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only some, not all, embodiments of the present invention. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without making creative efforts belong to the protection scope of the present invention.

本发明实施例提供的基于业务的查询过滤方法,如图1所示,包括以下步骤:The service-based query filtering method provided by the embodiment of the present invention, as shown in Figure 1, includes the following steps:

S101,查询过滤装置接收查询业务数据的请求,该查询业务数据的请求包含预设管道过滤关键字,该预设管道过滤关键字指示显示待查询的业务数据记录的条数。S101, the query filtering device receives a request for querying service data, the request for querying service data includes a preset pipeline filtering keyword, and the preset pipeline filtering keyword indicates the number of service data records to be displayed to be queried.

S102,查询过滤装置用上述待查询的业务数据格式化预先设置的显示模板,其中,一条上述待查询的业务数据格式化一次预先设置的显示模板。S102. The query filtering device uses the service data to be queried to format a preset display template, wherein one piece of service data to be queried formats a preset display template.

S103,查询过滤装置统计格式化预先设置的显示模板的次数,输出该次数。S103. The query filtering device counts the number of times the preset display template is formatted, and outputs the number of times.

本发明的实施例提供的基于业务的查询过滤方法,相对现有技术中基于行的查询,可以提供基于业务查询得到的业务记录条数,满足了用户的精确需求。Compared with the row-based query in the prior art, the service-based query and filtering method provided by the embodiment of the present invention can provide the number of service records obtained based on the service query, which meets the precise needs of users.

举例来说,上述S101中预设管道过滤关键字可以是“record”,当然“record”只是举例,这里的管道过滤关键字包括但不限于“record”,此处所设置的管道过滤关键字只要能实现该功能即可,用于显示待查询的业务数据的记录条数。当然这里的管道过滤关键字还可以包括:显示从匹配条件开始所有的数据,包括匹配行的关键字“begin”;或显示除匹配条件以外所有的数据,即匹配行数据不显示,其它数据显示的关键字“exclude”;或只显示匹配条件的数据,其它数据不显示的关键字“include”;或显示数据的行数的关键字“count”;或按模式过滤的关键字“pattern”等。For example, the preset pipeline filtering keyword in S101 above may be "record". Of course, "record" is just an example. The pipeline filtering keyword here includes but is not limited to "record". As long as the pipeline filtering keyword set here can Just implement this function, and it is used to display the number of records of the business data to be queried. Of course, the pipeline filtering keywords here can also include: display all data starting from the matching condition, including the keyword "begin" of the matching row; or display all data except the matching condition, that is, the matching row data is not displayed, and other data are displayed The keyword "exclude"; or the keyword "include" that only displays the data that matches the condition, and other data is not displayed; or the keyword "count" that displays the number of rows of data; or the keyword "pattern" that filters by pattern, etc. .

以本发明实施例只是需要显示待查询的业务数据记录条数为例,示例性的,假设这里查询请求为用户查询接口个数,则可以输入命令行:<Route>display ip interface brief|record。这里假设需要对下表1中的业务数据,即接口(Interface)数据进行查询过滤。Taking the embodiment of the present invention as an example, it is only necessary to display the number of service data records to be queried. For example, assuming that the query request here is the number of user query interfaces, you can enter the command line: <Route>display ip interface brief|record. It is assumed here that the service data in Table 1 below, that is, interface (Interface) data, needs to be queried and filtered.

  Interface interface   IP Address/Mask IP Address/Mask   Physical Physical   Protocol Protocol   1 1   Aux0/0/1 Aux0/0/1   unassigned unassigned   down down   down down   2 2   Eth-Trunk2 Eth-Trunk2   unassigned unassigned   down down   down down   3 3   GigabitEthernet0/0/0 GigabitEthernet0/0/0   10.137.129.28/23 10.137.129.28/23   up up   up up   4 4   LoopBack0 LoopBack0   1.2.3.4/32 1.2.3.4/32   up up   up(s) ups)   5 5   NULL0 NULL0   unassigned unassigned   up up   up(s) ups)   6 6   Virtual-Template0 Virtual-Template0   unassigned unassigned   up up   up(s) ups)   7 7   Vlanif10 Vlanif10   unassigned unassigned   down down   down down   8 8   Vlanif11 Vlanif11   unassigned unassigned   down down   down down   9 9   Vlanif100 Vlanif100   unassigned unassigned   down down   down down

表1Table 1

而上述数据在服务器中是按行存储的,如表1中第1行接口“Aux0/0/1”的接口名称及当前上下行状态:Aux0/0/1 current state,和行协议当前状态:Line protocol current state的信息可表示为:The above data is stored by row in the server, such as the name of the interface "Aux0/0/1" in the first row of Table 1 and the current uplink and downlink status: Aux0/0/1 current state, and the current status of the line protocol: Line protocol current state information can be expressed as:

Aux0/0/1 current state:DOWNAux0/0/1 current state: DOWN

Line protocol current state:DOWNLine protocol current state: DOWN

因此,表1中的所有9个接口信息可用18行数据信息显示记录。Therefore, all 9 interface information in Table 1 can be displayed and recorded in 18 lines of data information.

举例来说,上述S102中显示模板的内容可以跟据查询过滤需求进行预先设置,此外需要说明的是,在待查询的业务数据格式化的第一个显示模板前需要设置开始标签,用来标识记录业务数据的开始,以便于统计格式化预先设置的显示模板的次数。示例性的,如图3所示,在待查询的业务数据的显示模板前设置<interface information begin/>(界面信息开始),来标识开始对待查询的业务数据进行计数,其中显示模板中的内容包括:接口名称及当前上下行状态、行协议当前状态、最末行协议上行时间、备注描述信息、最大传输单元比特数和网络地址。此处只是以接口业务数据为例列举了一部分接口的数据信息类别,当然待查询的业务数据还可以包括其他类型的业务数据,且接口的数据信息也可以包括其他类型的数据信息。这里的在举例中显示模板优选过程性语言实现,当然采用其他如:C语言,脚本语言等也可以实现。For example, the content of the display template in the above S102 can be pre-set according to the query filtering requirements. In addition, it should be noted that a start tag needs to be set before the first display template formatted by the business data to be queried to identify Record the start of business data, so as to count the times of formatting the preset display template. Exemplarily, as shown in Figure 3, <interface information begin/> (interface information begins) is set before the display template of the business data to be queried to identify the start of counting the business data to be queried, wherein the content in the display template Including: interface name and current uplink and downlink status, current status of uplink protocol, last uplink time of uplink protocol, remark description information, maximum number of transmission unit bits and network address. Here, only the interface business data is used as an example to list some types of data information of the interface. Of course, the business data to be queried may also include other types of business data, and the data information of the interface may also include other types of data information. In the example shown here, the template is preferably implemented in a procedural language, and of course it can also be implemented in other languages such as C and scripting languages.

上述S103,查询过滤装置统计格式化预先设置的显示模板的次数,输出该次数,举例来说,只要计算出带有开始标签标志的显示模板被格式化的次数,便可以得到查询到的业务记录条数。最后输出总的业务记录条数,这里示例性的,仍然以上述表1为例,当然此时显示模板中的内容定义查询的数据信息类型为:接口名称及当前上下行状态和最大传输单元比特数,则显示结果为:Total interface:9,表示当前有9个接口,而基于传统的行查询技术会得出18行信息输出的结果。In the above S103, the query filtering device counts the number of times the preset display template is formatted, and outputs the number of times. For example, as long as the number of times the display template with the start tag mark is formatted is calculated, the business record to be queried can be obtained Number of bars. Finally, the total number of business records is output. For example, the above Table 1 is still used as an example. Of course, at this time, the content definition query data information type in the display template is: interface name, current uplink and downlink status, and maximum transmission unit bits. number, the displayed result is: Total interface: 9, which means that there are currently 9 interfaces, and based on the traditional line query technology, the result of 18 lines of information output will be obtained.

本发明的实施例提供的基于业务的查询过滤方法,用待查询的业务数据格式化预先设置的显示模板,其中,一条待查询的业务数据格式化一次预先设置的显示模板;统计格式化预先设置的显示模板的次数后输出。相对现有技术中基于行的查询,可以提供基于业务查询得到的业务记录条数,满足了用户的精确需求。The business-based query filtering method provided by the embodiments of the present invention uses the business data to be queried to format a preset display template, wherein a piece of business data to be queried is formatted once to a preset display template; the statistical format is preset The number of times the template is displayed after the output. Compared with the row-based query in the prior art, the number of business records obtained based on the business query can be provided, which meets the precise needs of users.

本发明的实施例提供的基于业务的查询过滤方法,如图2所示,包括以下步骤:The service-based query filtering method provided by the embodiments of the present invention, as shown in Figure 2, includes the following steps:

S301,查询过滤装置接收查询业务数据的请求,该查询业务数据的请求包含管道过滤关键字和输入字符。S301. The query filtering device receives a request for querying service data, and the request for querying service data includes a channel filtering keyword and input characters.

S302,查询过滤装置用上述待查询的业务数据格式化预先设置的显示模板,在该显示模板的每行上配置显示标识,其中,一条待查询的业务数据格式化一次预先设置的显示模板,显示标识用于指示其对应行的信息是否需要显示。S302, the query filtering device formats a preset display template with the above-mentioned service data to be queried, and configures a display mark on each line of the display template, wherein, a piece of business data to be queried is formatted once with a preset display template, and displayed Indicates whether the information indicating its corresponding row needs to be displayed.

S303,查询过滤装置按照管道过滤关键字指示的规则,根据输入字符查询过滤所述格式化后的显示模板,得到待显示模板上的数据信息。S303, the query filtering device queries and filters the formatted display template according to the input characters according to the rules indicated by the pipeline filtering keywords, and obtains data information on the template to be displayed.

S304,查询过滤装置显示输出待显示模板上匹配输入字符的行的数据信息,并显示输出待显示模板上显示标识指示显示的行的数据信息。S304, the query filtering device displays and outputs the data information of the line matching the input character on the template to be displayed, and displays and outputs the data information of the line indicated by the display mark on the template to be displayed.

本发明的实施例提供的基于业务的查询过滤方法,用待查询的业务数据格式化预先设置的显示模板,在显示模板的每行上设置显示标识,其中,一条待查询的业务数据格式化一次预先设置的显示模板,显示标识用于指示其对应行的信息是否需要显示;按照指示的规则,根据输入字符查询过滤格式化后的显示模板,得到待显示模板上的数据信息;显示输出待显示模板上匹配输入字符的行的数据信息,并显示输出待显示模板上显示标识指示显示的行的数据信息。相对现有技术中只显示匹配结果,能够在显示匹配输入字符的行的数据信息的同时显示该行的数据信息的上下文信息,进一步的满足用户需求。The business-based query filtering method provided by the embodiment of the present invention uses the business data to be queried to format a preset display template, and sets a display mark on each line of the display template, wherein a piece of business data to be queried is formatted once Pre-set display template, the display flag is used to indicate whether the information of the corresponding row needs to be displayed; according to the indicated rules, query and filter the formatted display template according to the input characters, and obtain the data information on the template to be displayed; display output to be displayed The data information of the line matching the input characters on the template, and displaying and outputting the data information of the line indicated by the display mark on the template to be displayed. Compared with only displaying the matching result in the prior art, it is possible to display the context information of the data information of the line matching the input character while displaying the data information of the line, so as to further meet the needs of users.

举例来说,上述S301中的管道过滤关键字可以包括:显示从匹配条件开始所有的数据,包括匹配行的关键字“begin”;或显示除匹配条件以外所有的数据,即匹配行数据不显示,其它数据显示的关键字“exclude”;或只显示匹配条件的数据,其它数据不显示的关键字“include”;或显示数据的行数的关键字“count”;或按模式过滤的关键字“count”等。For example, the pipeline filtering keyword in S301 above may include: displaying all data starting from the matching condition, including the keyword "begin" of the matching row; or displaying all data except the matching condition, that is, the matching row data is not displayed , the keyword "exclude" for displaying other data; or the keyword "include" for only displaying data that matches the condition, but not for other data; or the keyword "count" for displaying the number of rows of data; or the keyword for filtering by pattern "count" etc.

本实施例中示例性的选择输入管道过滤关键字“include”,如果用户想查询MTU(Maximum Transmit Unit,最大传输单元)为1500bytes(比特)对应的接口,则可以输入命令<Route>display ip interface|includeMaximum Transmit Unit:1500bytes。Exemplary selection input pipeline filter keyword "include" in the present embodiment, if the user wants to inquire MTU (Maximum Transmit Unit, maximum transmission unit) is the interface corresponding to 1500bytes (bit), then can input order <Route>display ip interface |includeMaximum Transmit Unit: 1500bytes.

举例来说,上述S302中显示模板的内容可以跟据查询过滤需求进行预先设置,此外,还要在显示模板的每行上配置显示标识,示例性的,这里的显示标识是设置在每行上的标记,包括必显标识“must see:true”,和非必显标识“must see:false”(此处,显示标识采用标记“must see:true”和“must see:false”的方法只是举例当然也可以采用其他的标记;此外,这里显示标识是以在显示模板的每行设置标记来实现,当然也可以是配置对应显示模板每行的可供用户选择显示行的表单等方法,即只要可以实现相同功能即可),其中必显标识用来指示该行数据信息在显示时一定会被显示,不会被过滤掉,示例性的如图4所示,在每行数据信息后添加“must see:true”或“must see:false”来标识数据信息在查询结果中的显示状态。其中,显示模板中的内容设置如上一实施例中所示。这里显示标识是以在显示模板的每行设置标识来实现,当然也可以是配置对应显示模板每行的可供用户选择显示行的表单等方法。这里在举例中显示模板优选过程性语言实现,当然采用其他如:C语言,脚本语言等也可以实现。For example, the content of the display template in the above S302 can be pre-set according to the query and filtering requirements. In addition, a display identifier needs to be configured on each row of the display template. Exemplarily, the display identifier here is set on each row , including the must-display logo "must see: true" and the non-must-display logo "must see: false" (here, the method of displaying the logo using the tags "must see: true" and "must see: false" is just an example Of course, other tags can also be used; in addition, the display logo here is realized by setting a tag on each row of the display template, of course, it can also be configured by configuring a form for each row of the corresponding display template that allows users to select the display row, that is, as long as The same function can be achieved), where the must-display flag is used to indicate that the row of data information will be displayed when displayed, and will not be filtered out. As shown in Figure 4, add "" after each row of data information must see: true" or "must see: false" to identify the display status of the data information in the query results. Wherein, the content setting in the display template is as shown in the previous embodiment. Here, the display mark is realized by setting a mark in each row of the display template, of course, it may also be a method such as configuring a form corresponding to each row of the display template for the user to select the display row. In the example shown here, the template is preferably implemented in a procedural language, and of course it can also be implemented in other languages such as C language and scripting language.

上述S303,查询过滤装置按照所述管道过滤关键字指示的规则,根据所述输入字符查询过滤所述格式化后的显示模板,得到待显示模板上的数据信息,举例来说,根据输入管道过滤关键字“include”,即:只显示匹配条件的数据,其它数据不显示,用户想要查询MTU(MaximumTransmit Unit,最大传输单元)为1500bytes(比特)对应的接口,则根据输入命令<Route>display ip interface|include Maximum Transmit Unit:1500bytes和过滤关键字“include”指示的规则过滤格式化后的显示模板,得到包含用户想要查询的MTU(Maximum Transmit Unit,最大传输单元)为1500bytes(比特)对应的接口信息所在的显示模板上的数据信息作为待显示模板上的数据信息,即包含“include Maximum Transmit Unit:1500bytes”的显示模板上的数据信息,其中include Maximum Transmit Unit:1500bytes为输入字符。In the above S303, the query filtering device queries and filters the formatted display template according to the input characters according to the rules indicated by the pipeline filtering keywords, and obtains the data information on the template to be displayed, for example, according to the input pipeline filtering The keyword "include", that is: only the data matching the conditions will be displayed, and other data will not be displayed. If the user wants to query the interface whose MTU (Maximum Transmit Unit, maximum transmission unit) is 1500bytes (bit), then enter the command <Route>display ip interface|include Maximum Transmit Unit: 1500bytes and the rule indicated by the filtering keyword "include" filters the formatted display template, and obtains the MTU (Maximum Transmit Unit, maximum transmission unit) that the user wants to query is corresponding to 1500bytes (bits) The data information on the display template where the interface information is located is used as the data information on the template to be displayed, that is, the data information on the display template that includes "include Maximum Transmit Unit: 1500bytes", where include Maximum Transmit Unit: 1500bytes is the input character.

上述S304,查询过滤装置显示输出待显示模板上匹配输入字符的行的数据信息,并显示输出待显示模板上显示标识指示显示的行的数据信息,举例来说,显示匹配输入字符的数据信息和包含匹配信息的业务数据的必显数据信息,示例性的显示结果为:In the above S304, the query filtering device displays and outputs the data information of the row matching the input character on the template to be displayed, and displays and outputs the data information of the row indicated by the display mark on the template to be displayed, for example, displays the data information of the matching input character and Must-display data information of business data containing matching information, the exemplary display results are:

GigabitEthernet0/0/0 current state:UPGigabitEthernet0/0/0 current state: UP

The Maximum Transmit Unit:1500bytesThe Maximum Transmit Unit: 1500bytes

GigabitEthernet0/0/1 current state:UPGigabitEthernet0/0/1 current state: UP

The Maximum Transmit Unit:1500bytesThe Maximum Transmit Unit: 1500bytes

即表示,最大传输单元为1500bytes(比特)对应的接口:GigabitEthernet0/0/0,当前状态为上行;另一最大传输单元为1500bytes(比特)对应的接口:GigabitEthernet0/0/1,当前状态为上行。其中,“GigabitEthernet0/0/0 current state:UP”、“GigabitEthernet0/0/1 currentstate:UP”为显示标识指示显示的上下文部分,两个“The MaximumTransmit Unit:1500bytes”为匹配输入字符的显示部分。That is to say, the interface corresponding to the maximum transmission unit of 1500bytes (bits): GigabitEthernet0/0/0, the current state is uplink; the other interface corresponding to the maximum transmission unit of 1500bytes (bits): GigabitEthernet0/0/1, the current state is uplink . Among them, "GigabitEthernet0/0/0 current state: UP" and "GigabitEthernet0/0/1 current state: UP" are the context part of the display indication indication, and the two "The MaximumTransmit Unit: 1500bytes" are the display part of matching input characters.

本发明的实施例提供的基于业务的查询过滤方法,相对现有技术中只显示匹配结果,能够在显示匹配输入字符的行的数据信息的同时显示该行的数据信息的上下文信息,进一步的满足用户需求。The business-based query filtering method provided by the embodiment of the present invention, compared with the prior art that only displays the matching results, can display the data information of the line matching the input character and at the same time display the context information of the data information of the line, further satisfying User needs.

对应上述方法实施例,为本发明实施例提供的基于业务的查询过滤装置50能够应用于上述图1所示的方法实施例中,如图5所示,包括:第一接收模块51、第一处理模块52和统计输出模块53,其中:Corresponding to the above method embodiment, the service-based query filtering device 50 provided for the embodiment of the present invention can be applied to the above method embodiment shown in FIG. 1 , as shown in FIG. 5 , including: a first receiving module 51, a first Processing module 52 and statistical output module 53, wherein:

第一接收模块51,用于接收查询业务数据的请求,该查询请求包含预设管道过滤关键字,该预设管道过滤关键字指示显示待查询的业务数据记录的条数。The first receiving module 51 is configured to receive a request for querying business data, the query request includes a preset pipeline filtering keyword, and the preset pipeline filtering keyword indicates the number of business data records to be displayed to be queried.

第一处理模块52,用于用上述待查询的业务数据格式化预先设置的显示模板,其中,一条上述待查询的业务数据格式化一次预先设置的显示模板。The first processing module 52 is configured to use the above-mentioned service data to be queried to format a preset display template, wherein a piece of the above-mentioned service data to be queried is formatted once to a preset display template.

统计输出模块53,用于统计格式化预先设置的显示模板的次数,输出该次数。The statistical output module 53 is configured to count the number of times of formatting the preset display template, and output the number of times.

本发明的实施例提供的基于业务的查询过滤装置,用待查询的业务数据格式化预先设置的显示模板,其中,一条待查询的业务数据格式化一次预先设置的显示模板;统计格式化预先设置的显示模板的次数后输出。相对现有技术中基于行的查询,可以提供基于业务查询得到的业务记录条数,满足了用户的精确需求。The business-based query filtering device provided by the embodiments of the present invention uses the business data to be queried to format a preset display template, wherein a piece of business data to be queried is formatted once to a preset display template; the statistical format is preset The number of times the template is displayed after the output. Compared with the row-based query in the prior art, the number of business records obtained based on the business query can be provided, which meets the precise needs of users.

进一步地,如图6所示,第一处理模块52还包括开始标签设置单元521,用于在上述待查询的业务数据格式化的第一个显示模板前设置开始标签,以便于统计格式化预先设置的显示模板的次数。Further, as shown in FIG. 6, the first processing module 52 also includes a start tag setting unit 521, which is used to set the start tag before the first display template of the business data format to be queried, so as to facilitate statistical formatting in advance. Set the number of times to display the template.

对应上述方法实施例,本发明另一实施例提供的基于业务的查询过滤装置60能够应用于上述图2对应的方法实施例中,如图7所示,包括:第二接收模块61、第二处理模块62、查询过滤模块63和显示输出模块64,其中:Corresponding to the above method embodiment, the service-based query filtering device 60 provided by another embodiment of the present invention can be applied to the above method embodiment corresponding to FIG. 2 , as shown in FIG. 7 , including: a second receiving module 61, a second Processing module 62, query filter module 63 and display output module 64, wherein:

第二接收模块61,用于接收查询业务数据的请求,该查询请求包含管道过滤关键字和输入字符。The second receiving module 61 is configured to receive a request for querying service data, and the query request includes pipeline filtering keywords and input characters.

第二处理模块62,用于用上述待查询的业务数据格式化预先设置的显示模板,在显示模板的每行上设置显示标识,其中,一条待查询的业务数据格式化一次预先设置的显示模板,显示标识用于指示其对应行的信息是否需要显示。The second processing module 62 is used to format a preset display template with the above-mentioned business data to be queried, and set a display mark on each line of the display template, wherein a piece of business data to be queried is formatted once with a preset display template , the display flag is used to indicate whether the information of its corresponding row needs to be displayed.

举例来说,第二处理模块62在显示模板的每行上设置的显示标识包括:必显信息和非必显信息;其中,必显信息用于指示其对应行的信息需要显示;非必显信息用于指示其对应行的信息不需要显示。For example, the display identification set by the second processing module 62 on each row of the display template includes: required display information and non-required display information; wherein, the required display information is used to indicate that the information of its corresponding row needs to be displayed; Information is used to indicate that the information of its corresponding row does not need to be displayed.

查询过滤模块63,用于按照所述管道过滤关键字指示的规则,根据所述输入字符查询过滤所述格式化后的显示模板,得到待显示模板上的数据信息。The query filtering module 63 is configured to query and filter the formatted display template according to the input characters according to the rules indicated by the pipeline filtering keywords, so as to obtain data information on the template to be displayed.

显示输出模块64,用于显示输出待显示模板上匹配输入字符的行的数据信息,并显示输出待显示模板上显示标识指示显示的行的数据信息。The display output module 64 is configured to display and output the data information of the line matching the input character on the template to be displayed, and display and output the data information of the line indicated by the display mark on the template to be displayed.

本发明的实施例提供的基于业务的查询过滤装置,用待查询的业务数据格式化预先设置的显示模板,在显示模板的每行上设置显示标识,其中,一条待查询的业务数据格式化一次预先设置的显示模板,显示标识用于指示其对应行的信息是否需要显示;按照指示的规则,根据输入字符查询过滤格式化后的显示模板,得到待显示模板上的数据信息;显示输出待显示模板上匹配输入字符的行的数据信息,并显示输出待显示模板上显示标识指示显示的行的数据信息。相对现有技术中只显示匹配结果,能够在显示匹配输入字符的行的数据信息的同时显示该行的数据信息的上下文信息,进一步的满足用户需求。The service-based query filtering device provided by the embodiment of the present invention uses the service data to be queried to format a preset display template, and sets a display mark on each line of the display template, wherein a piece of service data to be queried is formatted once Pre-set display template, the display flag is used to indicate whether the information of the corresponding row needs to be displayed; according to the indicated rules, query and filter the formatted display template according to the input characters, and obtain the data information on the template to be displayed; display output to be displayed The data information of the line matching the input characters on the template, and displaying and outputting the data information of the line indicated by the display mark on the template to be displayed. Compared with only displaying the matching result in the prior art, it is possible to display the context information of the data information of the line matching the input character while displaying the data information of the line, so as to further meet the needs of users.

本领域普通技术人员可以理解:实现上述方法实施例的全部或部分步骤可以通过程序指令相关的硬件来完成,前述的程序可以存储于一计算机可读取存储介质中,该程序在执行时,执行包括上述方法实施例的步骤;而前述的存储介质包括:ROM、RAM、磁碟或者光盘等各种可以存储程序代码的介质。Those of ordinary skill in the art can understand that all or part of the steps for realizing the above-mentioned method embodiments can be completed by hardware related to program instructions, and the aforementioned program can be stored in a computer-readable storage medium. When the program is executed, the It includes the steps of the above method embodiments; and the aforementioned storage medium includes: ROM, RAM, magnetic disk or optical disk and other various media that can store program codes.

以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应以所述权利要求的保护范围为准。The above is only a specific embodiment of the present invention, but the scope of protection of the present invention is not limited thereto. Anyone skilled in the art can easily think of changes or substitutions within the technical scope disclosed in the present invention. Should be covered within the protection scope of the present invention. Therefore, the protection scope of the present invention should be determined by the protection scope of the claims.

Claims (8)

1.一种数据查询过滤方法,其特征在于,包括:1. A data query filtering method, characterized in that, comprising: 接收查询业务数据的请求,所述查询业务数据的请求包含预设管道过滤关键字,所述预设管道过滤关键字指示显示待查询的业务数据记录的条数;Receive a request for querying business data, the request for querying business data includes a preset pipeline filtering keyword, and the preset pipeline filtering keyword indicates the number of business data records to be displayed to be queried; 用所述待查询的业务数据格式化预先设置的显示模板,其中,一条所述待查询的业务数据格式化一次所述预先设置的显示模板;Formatting a preset display template with the business data to be queried, wherein one piece of business data to be queried is formatted once in the preset display template; 统计所述格式化预先设置的显示模板的次数,输出所述次数,所述次数用作所述待查询的业务数据记录的条数。Counting the times of formatting the preset display template, outputting the times, and using the times as the number of business data records to be queried. 2.根据权利要求1所述的方法,其特征在于,所述用所述待查询的业务数据格式化预先设置的显示模板,包括:2. The method according to claim 1, wherein said formatting a preset display template with said business data to be queried comprises: 在所述待查询的业务数据格式化的第一个显示模板前设置开始标签,以便于统计所述格式化预先设置的显示模板的次数。A start tag is set before the first display template formatted by the service data to be queried, so as to count the number of preset display templates formatted. 3.一种数据查询过滤方法,其特征在于,包括:3. A data query filtering method, characterized in that, comprising: 接收查询业务数据的请求,所述查询业务数据的请求包含管道过滤关键字和输入字符;Receive a request for querying business data, the request for querying business data includes pipeline filtering keywords and input characters; 用待查询的业务数据格式化预先设置的显示模板,在所述显示模板的每行上配置显示标识,其中,一条所述待查询的业务数据格式化一次所述预先设置的显示模板,所述显示标识用于指示其对应行的信息是否需要显示;format a preset display template with the business data to be queried, and configure a display logo on each row of the display template, where a piece of the business data to be queried is formatted once in the preset display template, and the The display flag is used to indicate whether the information of its corresponding row needs to be displayed; 按照所述管道过滤关键字指示的规则,根据所述输入字符查询过滤所述格式化后的显示模板,得到待显示模板上的数据信息;According to the rules indicated by the pipeline filtering keywords, query and filter the formatted display template according to the input characters, and obtain the data information on the template to be displayed; 显示输出所述待显示模板上匹配所述输入字符的行的数据信息,并显示输出所述待显示模板上所述显示标识指示显示的行的数据信息。Displaying and outputting the data information of the line matching the input character on the template to be displayed, and displaying and outputting the data information of the line indicated by the display mark on the template to be displayed. 4.根据权利要求3所述的方法,其特征在于,所述显示标识包括必显标识和非必显标识;其中,所述必显标识用于指示其对应行的信息需要显示;所述非必显标识用于指示其对应行的信息不需要显示。4. The method according to claim 3, wherein the display mark includes a must-display mark and a non-must-display mark; wherein, the must-display mark is used to indicate that the information of its corresponding row needs to be displayed; the non-must-display mark The mandatory flag is used to indicate that the information in the corresponding row does not need to be displayed. 5.一种数据查询过滤装置,其特征在于,包括:5. A data query filtering device, characterized in that, comprising: 第一接收模块,用于接收查询业务数据的请求,所述查询业务数据的请求包含预设管道过滤关键字,所述预设管道过滤关键字指示显示待查询的业务数据记录的条数;The first receiving module is configured to receive a request for querying business data, the request for querying business data includes a preset pipeline filtering keyword, and the preset pipeline filtering keyword indicates the number of business data records to be displayed to be queried; 第一处理模块,用于用待查询的业务数据格式化预先设置的显示模板,其中,一条所述待查询的业务数据格式化一次所述预先设置的显示模板;The first processing module is configured to use the business data to be queried to format a preset display template, wherein a piece of business data to be queried is formatted once to the preset display template; 统计输出模块,用于统计所述格式化预先设置的显示模板的次数,输出所述次数,所述次数用作所述待查询的业务数据记录的条数。The statistical output module is used to count the number of times of the formatted preset display template, and output the number of times, and the number of times is used as the number of business data records to be queried. 6.根据权利要求5所述的装置,其特征在于,所述第一处理模块包括:6. The device according to claim 5, wherein the first processing module comprises: 开始标签设置单元,用于在所述待查询的业务数据格式化的第一个显示模板前设置开始标签,以便于统计所述格式化预先设置的显示模板的次数。The start tag setting unit is configured to set a start tag before the first display template formatted by the business data to be queried, so as to count the times of formatting the preset display templates. 7.一种数据查询过滤装置,其特征在于,包括:7. A data query filtering device, characterized in that, comprising: 第二接收模块,用于接收查询业务数据的请求,所述查询业务数据的请求包含管道过滤关键字和输入字符;The second receiving module is used to receive a request for querying business data, and the request for querying business data includes pipeline filtering keywords and input characters; 第二处理模块,用于用待查询的业务数据格式化预先设置的显示模板,在所述显示模板的每行上配置显示标识,其中,一条所述待查询的业务数据格式化一次所述预先设置的显示模板,所述显示标识用于指示其对应行的信息是否需要显示;The second processing module is used to format a preset display template with the business data to be queried, and configure a display mark on each row of the display template, wherein a piece of the business data to be queried is formatted once in the preset A set display template, the display identifier is used to indicate whether the information of its corresponding row needs to be displayed; 查询过滤模块,用于按照所述管道过滤关键字指示的规则,根据所述输入字符查询过滤所述格式化后的显示模板,得到待显示模板上的数据信息;A query filtering module, configured to query and filter the formatted display template according to the input characters according to the rules indicated by the pipeline filtering keywords, to obtain data information on the template to be displayed; 显示输出模块,用于显示输出所述待显示模板上匹配所述输入字符的行数据信息,并显示输出所述待显示模板上所述显示标识指示显示的行的数据信息。The display output module is used to display and output the data information of the line matching the input character on the template to be displayed, and display and output the data information of the line indicated by the display mark on the template to be displayed. 8.根据权利要求7所述的装置,其特征在于,所述第二处理模块在所述显示模板的每行上配置的显示标识包括:必显标识和非必显标识;其中,所述必显标识用于指示其对应行的信息需要显示;所述非必显标识用于指示其对应行的信息不需要显示。8. The device according to claim 7, wherein the display identifier configured by the second processing module on each row of the display template includes: a must-display identifier and a non-must-display identifier; wherein, the mandatory The displayed flag is used to indicate that the information in the corresponding row needs to be displayed; the non-obvious flag is used to indicate that the information in the corresponding row does not need to be displayed.
CN201110427001.0A 2011-12-19 2011-12-19 Data query filter method and device Expired - Fee Related CN102567481B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110427001.0A CN102567481B (en) 2011-12-19 2011-12-19 Data query filter method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110427001.0A CN102567481B (en) 2011-12-19 2011-12-19 Data query filter method and device

Publications (2)

Publication Number Publication Date
CN102567481A CN102567481A (en) 2012-07-11
CN102567481B true CN102567481B (en) 2014-06-04

Family

ID=46412887

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110427001.0A Expired - Fee Related CN102567481B (en) 2011-12-19 2011-12-19 Data query filter method and device

Country Status (1)

Country Link
CN (1) CN102567481B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107391532B (en) * 2017-04-14 2020-08-04 阿里巴巴集团控股有限公司 Data filtering method and device
CN111901160B (en) * 2020-07-15 2022-09-16 中盈优创资讯科技有限公司 Method and device for combing network equipment garbage strategy configuration
CN115941561A (en) * 2022-09-23 2023-04-07 中盈优创资讯科技有限公司 Method and device for automatically testing link quality based on link correspondence

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6222847B1 (en) * 1997-10-08 2001-04-24 Lucent Technologies Inc. Apparatus and method for retrieving data from a network site
CN1489739A (en) * 2001-01-29 2004-04-14 �ֹ��� System for providing information converted in response to search request and method for using computer
CN101925045A (en) * 2009-06-17 2010-12-22 中兴通讯股份有限公司 A method and system for providing user service data

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6222847B1 (en) * 1997-10-08 2001-04-24 Lucent Technologies Inc. Apparatus and method for retrieving data from a network site
CN1489739A (en) * 2001-01-29 2004-04-14 �ֹ��� System for providing information converted in response to search request and method for using computer
CN101925045A (en) * 2009-06-17 2010-12-22 中兴通讯股份有限公司 A method and system for providing user service data

Also Published As

Publication number Publication date
CN102567481A (en) 2012-07-11

Similar Documents

Publication Publication Date Title
CN106209506B (en) A kind of virtualization deep-packet detection flow analysis method and system
CN104243240B (en) SDN (self-defending network) flow measuring method based on Open Flow
JP5668145B2 (en) Method and device for displaying messages
CN104270528B (en) Information group sending system and method
WO2012075898A1 (en) Method and device for automatic classification of applications in mobile terminal
WO2014000546A1 (en) Prompt method, terminal, cloud server, and system
WO2015172474A1 (en) Information push management method and device
WO2021036062A1 (en) Task creation method, apparatus and device, and storage medium
CN109714408B (en) Semantic industrial network service interface system based on Handle identification
WO2012171404A1 (en) Method, device and system for sharing microblog message
WO2021114673A1 (en) Internet of things data transmission method and system
CN106095923A (en) A kind of method and system adding data of being on the list in orderly list
CN102567481B (en) Data query filter method and device
CN105393600A (en) Method and system for providing multiple service discovery in a wireless environment
CN113852533A (en) A multi-channel data communication system, method and electronic device
CN108206788A (en) The business recognition method and relevant device of a kind of flow
CN104142780B (en) A kind of display methods of terminal device and its association window
CN102193945A (en) Method and device for customizing retrieval conditions in manuscript system
CN103078782A (en) Friend note recommendation note implementation method and system
CN104168553A (en) Sending and charging method and device for service messages
CN108171640B (en) Data storage system and statistical method for ship communication system
CN106358220A (en) Detection method of abnormal contact person information, device and system
WO2011082631A1 (en) Method and terminal for displaying network chatroom message
CN103441892B (en) Multi-user flow statistical system based on broadcast television network
CN106550084A (en) Directory number format processing method, system and its equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20140604