CN109977122A - Table objects search method, device, system, computer equipment and storage medium - Google Patents

Table objects search method, device, system, computer equipment and storage medium Download PDF

Info

Publication number
CN109977122A
CN109977122A CN201910256590.7A CN201910256590A CN109977122A CN 109977122 A CN109977122 A CN 109977122A CN 201910256590 A CN201910256590 A CN 201910256590A CN 109977122 A CN109977122 A CN 109977122A
Authority
CN
China
Prior art keywords
value
table objects
object element
searching
objects
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910256590.7A
Other languages
Chinese (zh)
Inventor
颜硕印
张冰
张奭
刘雪峰
齐晓鑫
张陆晶
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xidian University
Original Assignee
Xidian University
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 Xidian University filed Critical Xidian University
Priority to CN201910256590.7A priority Critical patent/CN109977122A/en
Publication of CN109977122A publication Critical patent/CN109977122A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)

Abstract

The invention belongs to field of computer technology more particularly to table objects search method, device, system, computer equipment and storage mediums.The table objects search method, comprising the following steps: initialization;Establish table objects;The searching value for object element for obtaining user's input is iterated processing to the table objects according to the searching value, exports positional value of the object element in the table objects;Corresponding hardware is accessed according to institute's location value, the value of the object element is updated, reads updated object element value as search result.The present invention obtains its positional value first according to the corresponding position in the object element positional value enquiry form of user's input by establishing table objects, accesses corresponding hardware further according to the positional value, updates the object element value of corresponding position.By this method, hardware access number can be greatly reduced, does not need to access the hardware that non-targeted element is directed toward, reduces the occupancy of memory, mitigate hardware burden.

Description

Table objects search method, device, system, computer equipment and storage medium
Technical field
The invention belongs to field of computer technology more particularly to table objects search method, device, system, computer to set Standby and storage medium.
Background technique
SNMP, that is, Simple Network Management Protocol possesses the standard of a set of network management, most Network Management System All support the agreement, which can be used to the operating status of the target device in monitoring network.The management information bank of SNMP (MIB, Management Information Base) defines managed object in managed devices and to each by pipe The meaning of operation and data item that reason object can carry out, scalar (scalar) object are usually used in defining system property, table (table) object is usually used in defining device attribute.The Code Generator of SNMP can quickly generate standardized management end (SNMP Manager) and agent side (SNMP Agent) code architecture, greatly reduce code development workload, simplify pair Work is managed and maintained in the network equipment.
The SNMP of process flow in to(for) table objects is usually that management end is communicated by SNMP order with agent side, Agent side generates table node processing module code by mib2c.iterate.conf configuration file and table node handles letter Number carries out data exchange, access mode of the customized table node processing function of user for hardware.Table node handles function Main includes the registration of processing function and the realization of GET and SET method.When broker program (snmpd) starting, each table Processing function the handle of table OID can be registered in the handle chained list of system, the registration of table handle and scalar handle Logon mode be it is the same, the handle will be called when external request reaches, complete the inquiry or setting operation of element in table.
The table objects retrieval mode that the prior art provides will appear the case where table is built in repetition when inquiring whole table, i.e., In order to return to data line, iterator is needed to set up whole table, if there are many line number of table and columns, can be occupied A large amount of memory sources, while establishing table and needing to access hardware acquisition data, it is overweight that repetition inquiry will cause hardware burden.
Summary of the invention
The embodiment of the present invention is designed to provide a kind of table objects search method, it is intended to solve prior art offer Table objects retrieval mode will appear the case where table is built in repetition when inquiring whole table, in order to return to data line, iteration Device needs to set up whole table, if there are many line number of table and columns, can occupy a large amount of memory sources, establish simultaneously Table needs to access hardware and obtains data, and repeating inquiry will cause the overweight problem of hardware burden.
The embodiments of the present invention are implemented as follows, a kind of table objects search method, which comprises
Establish table objects;
The searching value for object element for obtaining user's input, changes to the table objects according to the searching value Generation processing exports positional value of the object element in the table objects;
Corresponding hardware is accessed according to institute's location value, the value of the object element is updated, reads updated target element Element value is used as search result.
The another object of the embodiment of the present invention is to provide a kind of spec object retrieval device, and described device includes:
Table establishes module, for establishing table objects;
Retrieval module, for obtaining the searching value for object element of user's input, according to the searching value to described Table objects are iterated processing, export positional value of the object element in the table objects;
Update module updates the value of the object element, reads more for accessing corresponding hardware according to institute's location value Object element value after new is as search result.
The another object of the embodiment of the present invention is to provide a kind of table objects searching system, the system comprises:
Management end, the management for the table objects searching system;
Agent side is communicated with the management end, including device as described above, for being referred to according to the retrieval of the management end It enables and carries out search operaqtion;
Business end is communicated with the agent side, for receiving the request of the agent side and returning to corresponding device attribute Value.
Another embodiment of the present invention additionally provides a kind of computer equipment, including memory and processor, the storage Computer program is stored in device, when the computer program is executed by the processor, so that the processor executes institute The step of table objects search method stated.
Another embodiment of the present invention additionally provides a kind of computer readable storage medium, the computer-readable storage medium Computer program is stored in matter, when the computer program is executed by processor, so that the processor executes the upper table The step of lattice object search method.
Table objects search method provided in an embodiment of the present invention, comprising: initialization;Establish table objects;Obtain user The searching value for object element of input is iterated processing to the table objects according to the searching value, exports target Positional value of the element in the table objects;Corresponding hardware is accessed according to institute's location value, updates the object element value. The present invention obtains it first according to the corresponding position in the object element enquiry form of user's input by establishing table objects Positional value accesses corresponding hardware further according to the positional value, updates the object element of corresponding position, read updated target element Element value is used as search result.By this method, the number of hardware access can be greatly reduced, and does not need to access non-targeted The hardware that element is directed toward reduces the occupancy of memory, mitigates hardware burden.
Detailed description of the invention
Fig. 1 is the applied environment figure of table objects search method provided in an embodiment of the present invention;
Fig. 2 is the flow chart of table objects search method provided in an embodiment of the present invention;
Fig. 3 is the specific flow chart of step S202 in Fig. 2;
Fig. 4 is the specific flow chart of step S206 in Fig. 2;
Fig. 5 is the structural block diagram that table objects provided in an embodiment of the present invention retrieve device;
Fig. 6 is the structural block diagram of initialization module 501 in Fig. 5;
Fig. 7 is the structural block diagram of retrieval module 506 in Fig. 5;
Fig. 8 a is existing table objects retrieval flow schematic diagram;Fig. 8 b is that table objects retrieval flow provided by the invention shows It is intended to;
Fig. 9 is the internal structure block diagram of computer equipment in one embodiment.
Specific embodiment
In order to make the objectives, technical solutions, and advantages of the present invention clearer, with reference to the accompanying drawings and embodiments, right The present invention is further elaborated.It should be appreciated that the specific embodiments described herein are merely illustrative of the present invention, and It is not used in the restriction present invention.
It is appreciated that term " first " used in this application, " second " etc. can be used to describe various elements herein, But unless stated otherwise, these elements should not be limited by these terms.These terms are only used to by first element and another yuan Part is distinguished.For example, in the case where not departing from scope of the present application, the first xx script can be known as the 2nd xx script, And similarly, the 2nd xx script can be known as the first xx script.
The embodiment of the invention provides a kind of table objects search methods, first defeated according to user by establishing table objects The corresponding position in object element enquiry form entered, obtains its positional value, accesses corresponding hardware further according to the positional value, The object element for updating corresponding position, reads updated object element value as search result.By this method, Ke Yiji The earth reduces the number of hardware access, and does not need to access the hardware that non-targeted element is directed toward, and reduces the occupancy of memory, mitigates Hardware burden.
Fig. 1 is the applied environment figure of table objects search method provided in an embodiment of the present invention, as shown in Figure 1, answering at this With in environment, including management equipment 110, agent equipment 120 and business device 130.
Management equipment 110 and agent equipment 120 can be independent physical server or terminal, be also possible to multiple objects The server cluster that server is constituted is managed, the basic cloud computing such as Cloud Server, cloud database, cloud storage and CDN can be to provide The Cloud Server of service.Management equipment 110 and agent equipment 120 are by network connection, and wherein management equipment 110 is generally disposed at Public network, convenient for long-range management.
Business device 130 can be smart phone, tablet computer, laptop, desktop computer, router, ether Network switch etc., however, it is not limited to this.Agent equipment 120 and business device 130 can be attached by network, this hair The bright situation for being directed to management equipment 110 and agent equipment 120 and being connected to the network using SNMP.In fact, agency sets Standby 120 can be same physical equipment with business device 130, and the present embodiment is only to be played in carrying out the present invention not with it Same effect distinguishes.
As shown in Fig. 2, in one embodiment it is proposed that a kind of table objects search method, the present embodiment is mainly with this Method is applied to the agent equipment 120 in above-mentioned Fig. 1 to illustrate.A kind of table objects search method, can specifically include Following steps:
Step S202, establishes table objects.
In the present embodiment, it is to be understood that, establish table objects foundation is only table itself, does not include number in table According to filling;And what table objects search method proposed by the present invention was obviously retrieved is the data for including in table objects.
Step S204 obtains the searching value for object element of user's input, according to the searching value to the table Object is iterated processing, exports positional value of the object element in the table objects.
In the present embodiment, the searching value for object element of user's input is obtained, acquisition here can be from generation Manage and read in the input equipment at end, be also possible to obtain from management equipment, for example, user by corresponding data from management equipment One end input, and retrieving occurs in agent equipment one end, this will be understood by.Index value is included at least in searching value. In the present embodiment, all cells of the either entire table of some cell in searching value direction table, certain a line, This is set as needed, the present embodiment to this with no restriction.
Step S206 accesses corresponding hardware according to institute's location value, updates the value of the object element, reads after updating Object element value as search result.
In the present embodiment, corresponding hardware is accessed according to positional value, obtains corresponding hardware attributes, and updated In the corresponding unit lattice of table, then read respective cells, thus obtain corresponding search result the embodiment of the invention provides A kind of table objects search method, by establishing table objects, first according to the phase in the object element enquiry form of user's input The position answered obtains its positional value, accesses corresponding hardware further according to the positional value, updates the object element of corresponding position, reads Take updated object element value as search result.By this method, the number of hardware access can be greatly reduced, and It does not need to access the hardware that non-targeted element is directed toward, reduces the occupancy of memory, mitigate hardware burden.
In one embodiment, as shown in figure 3, step S202 can specifically include following steps:
Step S302, creates tableau format body, and the tableau format body is the citation form frame of table objects.
In embodiments of the present invention, tableau format body is the citation form frame of table objects, wherein and not including corresponding Data.
Step S304 fills the Index value in the tableau format body in order.
In the present embodiment, the process for actually establishing table is only included in the base for the tableau format body that previous step obtains Corresponding Index value is filled on plinth, and Index value is corresponding with the line number of table, can be obtained by the specific location of table, realizes It is easy, quick.
The embodiment of the invention provides a kind of table objects search methods, and cleaning and the table of memory are realized by initialization The foundation of lattice structural body, since tableau format body does not include corresponding data, establishment process is quick and easy, EMS memory occupation It is few.
In one embodiment, as shown in figure 4, step S204 can specifically include following steps:
Step S402 obtains the searching value for object element of user's input.
In the present embodiment, the searching value for object element of user's input is obtained, acquisition here can be from generation Manage and read in the input equipment at end, be also possible to obtain from management equipment, for example, user by corresponding data from management equipment One end input, and agent equipment one end in retrieving generation, this will be understood by.
Step S404 is retrieved since the first row of table objects using iterator.
In the present embodiment, iterative process is retrieving, and iterator can usually be called to carry out realizing the process.Repeatedly It is retrieved since the first row of table objects for process.
Step S406 exports object element in the table when the Index value of the table is matched with the searching value Positional value in object.
In the present embodiment, object element is exported in the table when the value of Index is matched with the searching value of request Positional value.
The embodiment of the invention provides a kind of table objects search method, retrieving only exports the position of object element Value does not include the process for reading all hardware and all being updated to table before retrieval, reduces the occupancy of memory, improve Recall precision.
In one embodiment, it may include: to send Response frame to management end after step S206, complete retrieval.
In the present embodiment, after retrieval obtains the analog value of object element, by sending return value, notice inspection to management end One retrieving of rope management end has been completed.
It in one embodiment, may include: the search instruction of receiver management terminal transmission before step S202.
In the present embodiment, retrieving is started by the search instruction that receiver management terminal is sent, it is possible to reduce without retrieval Useless retrieving when instruction, reduces the loss of hardware.
As shown in figure 5, in one embodiment it is proposed that a kind of table objects search method, the present embodiment is mainly with this Method is applied to the agent equipment 120 in above-mentioned Fig. 1 to illustrate.A kind of table objects search method, can specifically include Following steps:
Table establishes module 501, for establishing table objects.
In the present embodiment, it is to be understood that, establish table objects foundation is only table itself, does not include number in table According to filling;And what table objects search method proposed by the present invention was obviously retrieved is the data for including in table objects.
Retrieval module 502, for obtaining the searching value for object element of user's input, according to the searching value to institute It states table objects and is iterated processing, export positional value of the object element in the table objects.
In the present embodiment, the searching value for object element of user's input is obtained, acquisition here can be from generation Manage and read in the input equipment at end, be also possible to obtain from management equipment, for example, user by corresponding data from management equipment One end input, and agent equipment one end in retrieving generation, this will be understood by.In the present embodiment, searching value is directed toward All cells of the either entire table of some cell, certain a line in table, this is set as needed, the present embodiment With no restriction to this.
Update module 503 updates the value of the object element, reads for accessing corresponding hardware according to institute's location value Take updated object element value as search result.
In the present embodiment, corresponding hardware is accessed according to positional value, obtains corresponding hardware attributes, and updated In the corresponding unit lattice of table, then respective cells are read, to obtain corresponding search result.
The embodiment of the invention provides a kind of table objects search methods, first defeated according to user by establishing table objects The corresponding position in object element enquiry form entered, obtains its positional value, accesses corresponding hardware further according to the positional value, The object element for updating corresponding position, reads updated object element value as search result.By this method, Ke Yiji The earth reduces the number of hardware access, and does not need to access the hardware that non-targeted element is directed toward, and reduces the occupancy of memory, mitigates Hardware burden.
In one embodiment, as shown in fig. 6, table establishes module 501 can specifically include:
Creating unit 601, for creating tableau format body, the tableau format body is the citation form frame of table objects Frame.
In embodiments of the present invention, tableau format body is the citation form frame of table objects, wherein and not including corresponding Data.
Fills unit 602, for filling the Index value in the tableau format body in order.
In the present embodiment, the process for actually establishing table is only included in the base for the tableau format body that previous step obtains Corresponding Index value is filled on plinth, and Index value is corresponding with the line number of table, can be obtained by the specific location of table, realizes It is easy, quick.
The embodiment of the invention provides a kind of table objects search methods, and cleaning and the table of memory are realized by initialization The foundation of lattice structural body, since tableau format body does not include corresponding data, establishment process is quick and easy, EMS memory occupation It is few.
In one embodiment, as shown in fig. 7, retrieval module 503 can specifically include:
Acquiring unit 701, for obtaining the searching value for object element of user's input.
In the present embodiment, the searching value for object element of user's input is obtained, acquisition here can be from generation Manage and read in the input equipment at end, be also possible to obtain from management equipment, for example, user by corresponding data from management equipment One end input, and agent equipment one end in retrieving generation, this will be understood by.
Iteration unit 702, for being retrieved since the first row of table objects using iterator.
In the present embodiment, iterative process is retrieving, and iterator can usually be called to carry out realizing the process.Repeatedly It is retrieved since the first row of table objects for process.
Output unit 703, for when the Index value of the table is matched with the searching value, output object element to exist Positional value in the table objects.
In the present embodiment, object element is exported in the table when the value of Index is matched with the searching value of request Positional value.
The embodiment of the invention provides a kind of table objects search method, retrieving only exports the position of object element Value does not include the process for reading all hardware and all being updated to table before retrieval, reduces the occupancy of memory, improve Recall precision.
It in one embodiment, can also include feedback module after update module 503, for being sent to management end Response frame completes retrieval.
In the present embodiment, after retrieval obtains the analog value of object element, by sending return value, notice inspection to management end One retrieving of rope management end has been completed.
In one embodiment, it may include command reception module before table establishes module 501, be used for receiver management terminal The search instruction of transmission.
In the present embodiment, retrieving is started by the search instruction that receiver management terminal is sent, it is possible to reduce without retrieval Useless retrieving when instruction, reduces the loss of hardware.
In one embodiment, table objects searching system is provided, the system comprises:
Management end, the management for the table objects searching system;
Agent side is communicated with the management end, including the device as described in any above embodiment, for according to The search instruction of management end carries out search operaqtion;
Business end is communicated with the agent side, for receiving the request of the agent side and returning to corresponding device attribute Value.
In the present embodiment, management end and agent equipment end can be independent physical server or terminal, can also be with It is the server cluster that multiple physical servers are constituted, the bases such as Cloud Server, cloud database, cloud storage and CDN can be to provide The Cloud Server of plinth cloud computing service.Management end and agent side are by network connection, and wherein management end is generally disposed at public network, just In long-range management.
In the present embodiment, business end can be smart phone, tablet computer, laptop, desktop computer, intelligence Speaker, smartwatch etc., however, it is not limited to this.Agent side and business end can be attached by network, needle of the present invention Pair be situation that agent side and business end use SNMP to be connected to the network.
Fig. 8 a is tradition SNMP table objects retrieval flow schematic diagram, and Fig. 8 b is table objects retrieval stream provided by the invention Journey schematic diagram.Table 1 is the comparison that hardware number is accessed under two kinds of retrieval modes.As shown in Table 1, the number of table entire for acquisition According to when, either original search method or the present invention require to carry out hardware m × n times access;Obtain individual data with And when single line of data, the present invention only needs to establish the table with Index, when inquiring data, starts to query from table the first row, when When Index is matched, row number is exported, hardware access number is greatly reduced.
Table 1
The embodiment of the invention provides a kind of table objects searching systems, first defeated according to user by establishing table objects The corresponding position in object element enquiry form entered, obtains its positional value, accesses corresponding hardware further according to the positional value, The object element for updating corresponding position, reads updated object element value as search result.By this method, Ke Yiji The earth reduces the number of hardware access, and does not need to access the hardware that non-targeted element is directed toward, and reduces the occupancy of memory, mitigates Hardware burden.
Fig. 9 shows the internal structure chart of computer equipment in one embodiment.The computer equipment specifically can be Fig. 1 In agent equipment 120.As shown in figure 9, it includes being connected by system bus that the computer equipment, which includes the computer equipment, Processor, memory, network interface.Wherein, memory includes non-volatile memory medium and built-in storage.The computer equipment Non-volatile memory medium be stored with operating system, can also be stored with computer program, which is held by processor When row, processor may make to realize table objects search method provided by the invention.Calculating can also be stored in the built-in storage Machine program when the computer program is executed by processor, may make processor to execute table objects retrieval side provided by the invention Method.
It will be understood by those skilled in the art that structure shown in Fig. 9, only part relevant to application scheme is tied The block diagram of structure does not constitute the restriction for the computer equipment being applied thereon to application scheme, specific computer equipment It may include perhaps combining certain components or with different component layouts than more or fewer components as shown in the figure.
In one embodiment, table objects provided by the present application retrieval device can be implemented as a kind of computer program Form, computer program can be run in computer equipment as shown in Figure 9.Composition can be stored in the memory of computer equipment The table objects retrieve each program module of device, for example, module shown in fig. 5 501, module 502 and module 503.It is each The computer program that program module is constituted makes processor execute the table of each embodiment of the application described in this specification Step in object search method.
For example, computer equipment shown in Fig. 9 can retrieve the computer in device by table objects as shown in Figure 5 Equipment can be established module by table and execute step S202;Computer equipment can execute step S204 by retrieval module;It calculates Machine equipment can execute step S206 by update module.
In one embodiment it is proposed that a kind of computer equipment, the computer equipment include memory, processor and It is stored in the computer program that can be run on the memory and on the processor, the processor executes the computer It is performed the steps of when program
Establish table objects;
The searching value for object element for obtaining user's input, changes to the table objects according to the searching value Generation processing exports positional value of the object element in the table objects;
Corresponding hardware is accessed according to institute's location value, the object element is updated, reads updated object element value As search result.
In one embodiment, a kind of computer readable storage medium is provided, is stored on computer readable storage medium Computer program, when computer program is executed by processor, so that processor executes following steps:
Establish table objects;
The searching value for object element for obtaining user's input, changes to the table objects according to the searching value Generation processing exports positional value of the object element in the table objects;
Corresponding hardware is accessed according to institute's location value, the object element is updated, reads updated object element value As search result.
Although should be understood that various embodiments of the present invention flow chart in each step according to arrow instruction successively It has been shown that, but these steps are not that the inevitable sequence according to arrow instruction successively executes.Unless expressly state otherwise herein, There is no stringent sequences to limit for the execution of these steps, these steps can execute in other order.Moreover, each embodiment In at least part step may include that perhaps these sub-steps of multiple stages or stage are not necessarily multiple sub-steps Completion is executed in synchronization, but can be executed at different times, the execution in these sub-steps or stage sequence is not yet Necessarily successively carry out, but can be at least part of the sub-step or stage of other steps or other steps in turn Or it alternately executes.
Those of ordinary skill in the art will appreciate that realizing all or part of the process in above-described embodiment method, being can be with Relevant hardware is instructed to complete by computer program, the program can be stored in a non-volatile computer and can be read In storage medium, the program is when being executed, it may include such as the process of the embodiment of above-mentioned each method.Wherein, provided herein Each embodiment used in any reference to memory, storage, database or other media, may each comprise non-volatile And/or volatile memory.Nonvolatile memory may include that read-only memory (ROM), programming ROM (PROM), electricity can be compiled Journey ROM (EPROM), electrically erasable ROM (EEPROM) or flash memory.Volatile memory may include random access memory (RAM) or external cache.By way of illustration and not limitation, RAM is available in many forms, such as static state RAM (SRAM), dynamic ram (DRAM), synchronous dram (SDRAM), double data rate sdram (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronization link (Synchlink) DRAM (SLDRAM), memory bus (Rambus) directly RAM (RDRAM), straight Connect memory bus dynamic ram (DRDRAM) and memory bus dynamic ram (RDRAM) etc..
Each technical characteristic of embodiment described above can be combined arbitrarily, for simplicity of description, not to above-mentioned reality It applies all possible combination of each technical characteristic in example to be all described, as long as however, the combination of these technical characteristics is not deposited In contradiction, all should be considered as described in this specification.
The embodiments described above only express several embodiments of the present invention, and the description thereof is more specific and detailed, but simultaneously Limitations on the scope of the patent of the present invention therefore cannot be interpreted as.It should be pointed out that for those of ordinary skill in the art For, without departing from the inventive concept of the premise, various modifications and improvements can be made, these belong to guarantor of the invention Protect range.Therefore, the scope of protection of the patent of the invention shall be subject to the appended claims.
The foregoing is merely illustrative of the preferred embodiments of the present invention, is not intended to limit the invention, all in essence of the invention Made any modifications, equivalent replacements, and improvements etc., should all be included in the protection scope of the present invention within mind and principle.

Claims (9)

1. a kind of table objects search method, which is characterized in that the described method includes:
Establish table objects;
The table objects are iterated place according to the searching value by the searching value for object element for obtaining user's input Reason exports positional value of the object element in the table objects;
Corresponding hardware is accessed according to institute's location value, the value of the object element is updated, reads updated object element value As search result.
2. table objects search method according to claim 1, which is characterized in that it is described to establish table objects, including with Lower step:
Tableau format body is created, the tableau format body is the citation form frame of table objects;
The Index value in the tableau format body is filled in order.
3. table objects search method according to claim 1, which is characterized in that the acquisition user input is directed to mesh The searching value for marking element is iterated processing to the table objects according to the searching value, exports object element in the table Positional value in lattice object, comprising the following steps:
Obtain the searching value for object element of user's input;
It is retrieved since the first row of table objects using iterator;
When the Index value of the table is matched with the searching value, position of the object element in the table objects is exported Value.
4. table objects search method according to claim 1, which is characterized in that described according to the access pair of institute's location value The hardware answered updates the object element, reads updated object element value as search result, later further include:
Response frame is sent to management end, completes retrieval.
5. table objects search method according to claim 1, which is characterized in that it is described to establish table objects, before also Include:
The search instruction that receiver management terminal is sent.
6. a kind of table objects retrieve device, which is characterized in that described device includes:
Table establishes module, for establishing table objects;
Retrieval module, for obtaining the searching value for object element of user's input, according to the searching value to the table Object is iterated processing, exports positional value of the object element in the table objects;
Update module updates the value of the object element, reads after updating for accessing corresponding hardware according to institute's location value Object element value as search result.
7. a kind of table objects searching system, which is characterized in that the system comprises:
Management end, the management for the table objects searching system;
Agent side is communicated with the management end, including device as claimed in claim 7, for the inspection according to the management end Suo Zhiling carries out search operaqtion;
Business end is communicated with the agent side, for receiving the request of the agent side and returning to corresponding device attribute value.
8. a kind of computer equipment, which is characterized in that including memory and processor, computer journey is stored in the memory Sequence, when the computer program is executed by the processor, so that the processor perform claim requires any one of 1 to 5 power Benefit requires the step of table objects search method.
9. a kind of computer readable storage medium, which is characterized in that be stored with computer on the computer readable storage medium Program, when the computer program is executed by processor, so that the processor perform claim requires any one of 1 to 5 right It is required that the step of table objects search method.
CN201910256590.7A 2019-04-01 2019-04-01 Table objects search method, device, system, computer equipment and storage medium Pending CN109977122A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910256590.7A CN109977122A (en) 2019-04-01 2019-04-01 Table objects search method, device, system, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910256590.7A CN109977122A (en) 2019-04-01 2019-04-01 Table objects search method, device, system, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN109977122A true CN109977122A (en) 2019-07-05

Family

ID=67082119

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910256590.7A Pending CN109977122A (en) 2019-04-01 2019-04-01 Table objects search method, device, system, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN109977122A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104346458A (en) * 2014-10-31 2015-02-11 易准科技发展(上海)有限公司 Data storage method and device
CN104520851A (en) * 2012-08-10 2015-04-15 微软公司 Generating queries based upon data points in a spreadsheet application
CN104715039A (en) * 2015-03-23 2015-06-17 星环信息科技(上海)有限公司 Column-based storage and research method and equipment based on hard disk and internal storage
CN106681995A (en) * 2015-11-05 2017-05-17 阿里巴巴集团控股有限公司 Data caching method and data query method and device
US10095680B1 (en) * 2016-04-26 2018-10-09 Servicenow, Inc. Systems and methods for reduced memory usage when processing spreadsheet files

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104520851A (en) * 2012-08-10 2015-04-15 微软公司 Generating queries based upon data points in a spreadsheet application
CN104346458A (en) * 2014-10-31 2015-02-11 易准科技发展(上海)有限公司 Data storage method and device
CN104715039A (en) * 2015-03-23 2015-06-17 星环信息科技(上海)有限公司 Column-based storage and research method and equipment based on hard disk and internal storage
CN106681995A (en) * 2015-11-05 2017-05-17 阿里巴巴集团控股有限公司 Data caching method and data query method and device
US10095680B1 (en) * 2016-04-26 2018-10-09 Servicenow, Inc. Systems and methods for reduced memory usage when processing spreadsheet files

Similar Documents

Publication Publication Date Title
CN101316226B (en) Method, device and system for acquiring resources
CN102136933B (en) Equipment management method, middleware and machine communication platform, equipment and system
CN105138592A (en) Distributed framework-based log data storing and retrieving method
US9020983B2 (en) Address list system and method of implementing an address list
CN112367684B (en) Flow control method, device, storage medium and computer equipment
CN104539681A (en) Distributed GIS accelerating system and GIS service processing method
CN112398936B (en) Kubernetes-based multi-network card container implementation method and system
CN108228628A (en) Wide table generating method and its device in a kind of structured query language database
CN110413845A (en) Resource storage method and device based on Internet of Things operating system
CN111585786A (en) Realization of secret-free building method of big data cluster
JP2017503422A (en) Network element data access method and apparatus, and network management system
CN101707597B (en) Method, server and terminal for processing user information
CN109977122A (en) Table objects search method, device, system, computer equipment and storage medium
CN101552695B (en) A unified network management method and system for multi-disciplinary networks
CN103561113A (en) Web Service interface generating method and device
CN107733767B (en) Method, device and system for establishing social relationship network
CN114629951A (en) Address service switching method and device, computer equipment and storage medium
CN114281889A (en) SMG-VME-DSSS data sharing slicing service
CN103166967B (en) No central switching communication system and communication means thereof
CN111045928A (en) Interface data testing method, device, terminal and storage medium
CN110569456B (en) WEB end data offline caching method and device and electronic equipment
CN116501926B (en) Main network public information topology model construction method and device based on graph database
CN102917029B (en) The implementation method that cloud stores and cloud storage system
Aspiazu et al. Middleware Design for application integration in IoT networks
CN106685965B (en) A kind of flexible CENTREX business realizing system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20190705