CN107168874B - Method, device and system for adding monitoring items - Google Patents

Method, device and system for adding monitoring items Download PDF

Info

Publication number
CN107168874B
CN107168874B CN201710334792.XA CN201710334792A CN107168874B CN 107168874 B CN107168874 B CN 107168874B CN 201710334792 A CN201710334792 A CN 201710334792A CN 107168874 B CN107168874 B CN 107168874B
Authority
CN
China
Prior art keywords
monitoring
item
script
monitoring item
type monitoring
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710334792.XA
Other languages
Chinese (zh)
Other versions
CN107168874A (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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201710334792.XA priority Critical patent/CN107168874B/en
Publication of CN107168874A publication Critical patent/CN107168874A/en
Application granted granted Critical
Publication of CN107168874B publication Critical patent/CN107168874B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The embodiment of the invention discloses a method, a device and a system for adding monitoring items, which comprises the steps of finding each single type monitoring item according to a resource subclass selected by a user; screening out each monitoring script corresponding to each single type monitoring item from all the monitoring scripts, and summarizing each monitoring script to obtain a monitoring script file; running a monitoring script file according to parameter information input by a user, finding out all existing single-type monitoring items, and adding all the existing single-type monitoring items into a database in batches; the parameter information is determined according to the resource subclass. The invention realizes batch addition of a plurality of single type monitoring items in the using process, has simple and convenient operation, reduces the workload and simultaneously reduces the time consumed by script operation.

Description

Method, device and system for adding monitoring items
Technical Field
The embodiment of the invention relates to the technical field of resource management, in particular to a method, a device and a system for adding monitoring items.
Background
With the development of science and technology, the application of the unrestrained sea OS management system is more and more extensive, the detection resources are gradually increased, and more monitoring items are required to be added. Existing monitoring items in the cloud are divided into two types: list type monitoring items and single type monitoring items, wherein the list type monitoring items refer to that a plurality of monitoring items exist in a certain resource, for example, a plurality of disks of an operating system exist; the single-type monitoring item means that only one monitoring item exists in a certain resource, for example, only one CPU of an operating system exists, and for the single-type monitoring item, each single-type monitoring item corresponds to one monitoring script.
In the prior art, when a single-type monitoring item is added, a monitoring script corresponding to each single-type monitoring item needs to be operated as an independent file, a parameter needs to be input before the corresponding monitoring script is operated, and the parameter needs to be input before each monitoring script corresponding to each single-type monitoring item belonging to the same resource subclass is the same parameter.
Therefore, how to provide a method, a device and a system for adding a monitoring item to solve the above technical problems is a problem that needs to be solved by those skilled in the art.
Disclosure of Invention
The embodiment of the invention aims to provide a method, a device and a system for adding monitoring items.
In order to solve the above technical problem, an embodiment of the present invention provides a method for adding a monitoring item, including:
finding each single type monitoring item according to the resource subclass selected by the user;
screening out each monitoring script corresponding to each single type monitoring item from all monitoring scripts, and summarizing each monitoring script to obtain a monitoring script file;
running the monitoring script file according to parameter information input by a user, finding out all existing single-type monitoring items, and adding all the existing single-type monitoring items into a database in batch; and the parameter information is determined according to the resource subclass.
Optionally, the method further includes:
numbering each single-type monitoring item, and storing each number and the name of the corresponding single-type monitoring item in a storage file in a one-to-one correspondence manner;
the process of running the monitoring script file according to the parameter information input by the user and finding out all existing single type monitoring items specifically comprises the following steps:
running the monitoring script file according to parameter information input by a user, and outputting a running result, wherein the running result comprises a serial number;
and matching the number with a stored number in a storage file, wherein if the matching is successful, the single type monitoring item corresponding to the number is the existing single type monitoring item.
Optionally, the storage file is an intro.
Optionally, the process of finding each single-type monitoring item according to the resource subclass selected by the user specifically includes:
finding out all monitoring items corresponding to the resource subclasses according to the resource subclasses selected by the user;
and screening all the monitoring items to find each single type monitoring item.
Optionally, the process of screening out each monitoring script corresponding to each single-type monitoring item from all the monitoring scripts specifically includes:
and finding each monitoring script corresponding to each single type monitoring item from all monitoring scripts according to the resource subclass and the name of each single type monitoring item, and summarizing each monitoring script to obtain a monitoring script file.
In order to solve the above technical problem, an embodiment of the present invention provides an adding apparatus for a monitoring item, including:
the monitoring item screening module is used for finding each single type monitoring item according to the resource subclass selected by the user;
the scanning script summarizing module is used for screening out each monitoring script corresponding to each single type monitoring item from all the monitoring scripts and summarizing the monitoring scripts to obtain a monitoring script file;
the batch adding module is used for running the monitoring script file according to the parameter information input by the user, finding out all existing single-type monitoring items and adding all the existing single-type monitoring items into a database in batch; and the parameter information is determined according to the resource subclass.
Optionally, the apparatus further includes a storage module, configured to number each single-type monitoring item, and store each number and a name of a corresponding single-type monitoring item in a storage file in a one-to-one correspondence manner;
the batch adding module comprises:
the script running unit is used for running the monitoring script file according to the parameter information input by the user and outputting a running result, and the running result comprises a number;
and the matching unit is used for matching the serial number with the serial number stored in the storage file, and if the matching is successful, the single type monitoring item corresponding to the serial number is the existing single type monitoring item.
Optionally, the monitoring item screening module includes:
the monitoring item searching unit is used for finding out all monitoring items corresponding to the resource subclasses according to the resource subclasses selected by the user;
and the single-type monitoring item screening unit is used for screening all the monitoring items to find each single-type monitoring item.
Optionally, the scanning script summarizing module includes:
and the monitoring script scanning unit is used for finding each monitoring script corresponding to each single type monitoring item from all monitoring scripts according to the resource subclass and the name of each single type monitoring item, and summarizing each monitoring script to obtain a monitoring script file.
In order to solve the above technical problem, an embodiment of the present invention provides a system for adding a monitoring item, including the above-mentioned device for adding a monitoring item.
The embodiment of the invention provides a method, a device and a system for adding a monitoring item, which comprise the following steps: finding each single type monitoring item according to the resource subclass selected by the user; screening out each monitoring script corresponding to each single type monitoring item from all the monitoring scripts, and summarizing each monitoring script to obtain a monitoring script file; running a monitoring script file according to parameter information input by a user, finding out all existing single-type monitoring items, and adding all the existing single-type monitoring items into a database in batches; the parameter information is determined according to the resource subclass.
Therefore, the embodiment of the invention assembles each monitoring script corresponding to each single type monitoring item in the resource subclass into one monitoring script file, so that the monitoring script file can be operated only by inputting parameter information once, all existing single type monitoring items can be found out once, and the single type monitoring items are further added into the database in batch. The invention realizes batch addition of a plurality of single type monitoring items in the using process, has simple and convenient operation, reduces the workload and simultaneously reduces the time consumed by script operation.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed in the prior art and the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a schematic flow chart of a method for adding a monitoring item according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a monitoring item adding device according to an embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a method, a device and a system for adding monitoring items, which realize batch addition of a plurality of single monitoring items in the using process, are simple and convenient to operate, reduce the workload and reduce the time consumed by script operation.
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a schematic flow chart illustrating a method for adding a monitoring item according to an embodiment of the present invention. The method comprises the following steps:
s11: finding each single type monitoring item according to the resource subclass selected by the user;
s12: screening out each monitoring script corresponding to each single type monitoring item from all the monitoring scripts, and summarizing each monitoring script to obtain a monitoring script file;
s13: running a monitoring script file according to parameter information input by a user, finding out all existing single-type monitoring items, and adding all the existing single-type monitoring items into a database in batches; the parameter information is determined according to the resource subclass.
It can be understood that when the user wants to add which kind of resource, the corresponding resource subclass can be selected, and the system will find all the single type monitoring items in the monitoring items according to the resource subclass selected by the user. Because each single-type monitoring item corresponds to one monitoring script, each corresponding monitoring script can be screened out from all the monitoring scripts according to each single-type monitoring item screened out, and each screened-out monitoring script is collected and collected into one monitoring script file. The user can determine required parameter information (such as an IP address, a user name, a password, a protocol or a port number) according to the selected resource subclass, after the required parameter information is determined, the parameter information is input into a monitoring script file, the monitoring script file is operated, the monitoring script file analyzes the input parameter information, all existing single-type monitoring items are found, and the single-type monitoring items are added into a database (such as a cloud OS) in a batch mode.
The embodiment of the invention provides a monitoring item adding method, which comprises the following steps: finding each single type monitoring item according to the resource subclass selected by the user; screening out each monitoring script corresponding to each single type monitoring item from all the monitoring scripts, and summarizing each monitoring script to obtain a monitoring script file; running a monitoring script file according to parameter information input by a user, finding out all existing single-type monitoring items, and adding all the existing single-type monitoring items into a database in batches; the parameter information is determined according to the resource subclass.
Therefore, the embodiment of the invention assembles each monitoring script corresponding to each single type monitoring item in the resource subclass into one monitoring script file, so that the monitoring script file can be operated only by inputting parameter information once, all existing single type monitoring items can be found out once, and the single type monitoring items are further added into the database in batch. The invention realizes batch addition of a plurality of single type monitoring items in the using process, has simple and convenient operation, reduces the workload and simultaneously reduces the time consumed by script operation.
The embodiment of the invention discloses a specific method for adding a monitoring item, and compared with the embodiment, the embodiment further explains and optimizes the technical scheme. The method specifically comprises the following steps:
s14: numbering each single-type monitoring item, and storing each number and the name of the corresponding single-type monitoring item in a storage file in a one-to-one correspondence manner;
then, the step S13 in the above embodiment of running the monitoring script file according to the parameter information input by the user, and finding out all existing single-type monitoring items may specifically include:
s130: running the monitoring script file according to the parameter information input by the user and outputting a running result, wherein the running result comprises a serial number;
s131: and matching the serial number with the serial number stored in the storage file, wherein if the matching is successful, the single type monitoring item corresponding to the serial number is the existing single type monitoring item.
Specifically, after each single-type monitoring item is found, the single-type monitoring items may be numbered, for example, in the resource subclass of Windows, the number of the first single-type monitoring item a is 1, the number of the second single-type monitoring item B is 2, the number of the third single-type monitoring item C is 3, the number of the fourth single-type monitoring item D is 4, and the like, where A, B, C and D are names of the first single-type monitoring item, the second single-type monitoring item, the third single-type monitoring item, the fourth single-type monitoring item, and the like, respectively, and then the corresponding relationships of 1-a, 2-B, 3-C, 4-D, and the like are stored in the storage file.
Further, after the monitoring script file is operated according to the parameter information input by the user, an operation result is output, the operation result comprises a series of numbers, after each number in the operation result is obtained, the numbers output by the operation result are matched with the numbers stored in the storage file one by one, if some numbers can be successfully matched, the single type monitoring items corresponding to the numbers are proved to exist, and then the names of the single type monitoring items corresponding to the numbers can be added to the database in batches.
Optionally, the storage file is an intro.
It should be noted that the storage file in the embodiment of the present invention is not limited to the use of an int No. txt file, and may also be a storage file in other formats, specifically which storage file is used.
For S11 in the above embodiment, the process of finding each single-type monitoring item according to the resource subclass selected by the user may specifically include the following S110 to S111:
s110: finding out all monitoring items corresponding to the resource subclasses according to the resource subclasses selected by the user;
s111: and screening all the monitoring items to find each single type monitoring item.
It is understood that all the corresponding monitoring items, which may include the single-type monitoring item and the list-type monitoring item, may be found according to the resource subclass selected by the user, and the single-type monitoring item and the list-type monitoring item are filtered to find all the single-type monitoring items. Of course, all the single-type monitoring items corresponding to the resource subclass can be found directly according to the resource subclass and the screening condition, which manner is specifically adopted can be determined according to the actual situation, and the purpose of the embodiment of the present invention can be achieved without special limitation.
In S12 in the foregoing embodiment, the process of screening out each monitoring script corresponding to each single-type monitoring item from all the monitoring scripts may specifically be:
and finding each monitoring script corresponding to each single type monitoring item from all monitoring scripts according to the resource subclass and the name of each single type monitoring item, and summarizing each monitoring script to obtain a monitoring script file.
Specifically, in a general case, the monitoring script corresponding to a certain single-type monitoring item may be named by the name of the single-type monitoring item and the name of the resource subclass to which the single-type monitoring item belongs, so that each monitoring script corresponding to each single-type monitoring item can be found according to the found name of each single-type monitoring item and the corresponding resource subclass. For example, for the resource subclass Windows and the first single-type monitoring item a therein, the first monitoring script corresponding to the first single-type monitoring item a may be found according to a form of Windows + a, which form of Windows and a is specifically combined may be determined according to an actual situation, and the form of Windows + a in the embodiment of the present invention is only an example.
It should be noted that, each monitoring script corresponding to each single-type monitoring item may also be screened out from all the monitoring scripts in other manners, which manner may be specifically adopted may be determined according to actual situations, and the purpose of the embodiment of the present invention may be achieved without special limitation thereto.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a monitoring item adding device according to an embodiment of the present invention. On the basis of the above-described embodiment:
the device includes:
the monitoring item screening module 1 is used for finding each single type monitoring item according to the resource subclass selected by the user;
the scanning script summarizing module 2 is used for screening out each monitoring script corresponding to each single type monitoring item from all the monitoring scripts and summarizing each monitoring script to obtain a monitoring script file;
the batch adding module 3 is used for monitoring the running of the script file according to the parameter information input by the user, finding out all existing single-type monitoring items and adding all the existing single-type monitoring items into the database in batch; the parameter information is determined according to the resource subclass.
Specifically, the apparatus may further include a storage module 4, where the storage module 4 may be configured to number each single-type monitoring item, and store each number and a name of a corresponding single-type monitoring item in a storage file in a one-to-one correspondence manner;
further, the batch adding module 3 includes:
the script running unit is used for running the monitoring script file according to the parameter information input by the user and outputting a running result, and the running result comprises a number;
and the matching unit is used for matching the serial number with the serial number stored in the storage file, and if the matching is successful, the single type monitoring item corresponding to the serial number is the existing single type monitoring item.
It should be noted that the monitoring item screening module 1 may include:
the monitoring item searching unit is used for searching all monitoring items corresponding to the resource subclasses according to the resource subclasses selected by the user;
and the single-type monitoring item screening unit is used for screening all monitoring items and finding each single-type monitoring item.
In addition, the scan script summarizing module 2 may include:
and the monitoring script scanning unit is used for finding each monitoring script corresponding to each single type monitoring item from all the monitoring scripts according to the resource subclass and the name of each single type monitoring item, and summarizing each monitoring script to obtain a monitoring script file.
It should be noted that in the using process of the embodiment of the present invention, a plurality of single type monitoring items may be added in batch, so that the operation is simple and convenient, the workload is reduced, and the time consumed by the script operation is reduced. In addition, for the specific description of the adding method related to the embodiment of the present invention, please refer to the above method embodiment, which is not described herein again.
On the basis of the above embodiments, the embodiment of the present invention provides a monitoring item adding system, including the above monitoring item adding device.
It should be noted that in the use process, the embodiment of the present invention implements batch addition of multiple single-type monitoring items, is simple and convenient to operate, reduces workload, and reduces time consumed by script operation. In addition, for the specific description of the adding method related to the embodiment of the present invention, please refer to the above method embodiment, which is not described herein again.
It should also be noted that in this specification, terms such as "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (4)

1. A method of adding a monitoring item, comprising:
finding each single type monitoring item according to the resource subclass selected by the user;
screening out each monitoring script corresponding to each single type monitoring item from all monitoring scripts, and summarizing each monitoring script to obtain a monitoring script file;
running the monitoring script file according to the parameter information input by the user, and finding out all existing single type monitoring items; adding each of said existing singleton monitoring items in bulk to a database; the parameter information is determined according to the resource subclass;
the process of finding each single-type monitoring item according to the resource subclass selected by the user specifically comprises the following steps:
finding out all monitoring items corresponding to the resource subclasses according to the resource subclasses selected by the user;
screening all the monitoring items to find each single type monitoring item;
wherein, the process of screening out each monitoring script corresponding to each single type monitoring item from all the monitoring scripts specifically comprises:
finding each monitoring script corresponding to each single type monitoring item from all monitoring scripts according to the resource subclass and the name of each single type monitoring item, and summarizing each monitoring script to obtain a monitoring script file;
wherein, the method further comprises:
numbering each single-type monitoring item, and storing each number and the name of the corresponding single-type monitoring item in a storage file in a one-to-one correspondence manner;
correspondingly, the process of running the monitoring script file according to the parameter information input by the user and finding out all existing single-type monitoring items specifically comprises the following steps:
running the monitoring script file according to parameter information input by a user, and outputting a running result, wherein the running result comprises a serial number;
and matching the number with a stored number in a storage file, wherein if the matching is successful, the single type monitoring item corresponding to the number is the existing single type monitoring item.
2. The method of adding a monitoring item according to claim 1, wherein the storage file is an intemsno.
3. An adding apparatus of a monitoring item, comprising:
the monitoring item screening module is used for finding each single type monitoring item according to the resource subclass selected by the user;
the scanning script summarizing module is used for screening out each monitoring script corresponding to each single type monitoring item from all the monitoring scripts and summarizing the monitoring scripts to obtain a monitoring script file;
the batch adding module is used for running the monitoring script file according to the parameter information input by the user, finding out all existing single-type monitoring items and adding all the existing single-type monitoring items into a database in batch; the parameter information is determined according to the resource subclass;
wherein, the monitoring item screening module comprises:
the monitoring item searching unit is used for finding out all monitoring items corresponding to the resource subclasses according to the resource subclasses selected by the user;
the single-type monitoring item screening unit is used for screening all the monitoring items to find each single-type monitoring item;
wherein, the scanning script summarization module comprises:
the monitoring script scanning unit is used for finding each monitoring script corresponding to each single type monitoring item from all monitoring scripts according to the resource subclass and the name of each single type monitoring item, and summarizing the monitoring scripts to obtain a monitoring script file;
wherein, the device still includes: the storage module is used for numbering each single-type monitoring item and storing each number and the name of the corresponding single-type monitoring item into a storage file in a one-to-one correspondence manner;
accordingly, the batch adding module comprises:
the script running unit is used for running the monitoring script file according to the parameter information input by the user and outputting a running result, and the running result comprises a number;
and the matching unit is used for matching the serial number with the serial number stored in the storage file, and if the matching is successful, the single type monitoring item corresponding to the serial number is the existing single type monitoring item.
4. A monitoring item adding system characterized by comprising the monitoring item adding apparatus according to claim 3.
CN201710334792.XA 2017-05-12 2017-05-12 Method, device and system for adding monitoring items Active CN107168874B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710334792.XA CN107168874B (en) 2017-05-12 2017-05-12 Method, device and system for adding monitoring items

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710334792.XA CN107168874B (en) 2017-05-12 2017-05-12 Method, device and system for adding monitoring items

Publications (2)

Publication Number Publication Date
CN107168874A CN107168874A (en) 2017-09-15
CN107168874B true CN107168874B (en) 2021-05-18

Family

ID=59816669

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710334792.XA Active CN107168874B (en) 2017-05-12 2017-05-12 Method, device and system for adding monitoring items

Country Status (1)

Country Link
CN (1) CN107168874B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109144819A (en) * 2018-08-20 2019-01-04 郑州云海信息技术有限公司 A kind of monitoring method and device of server

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104573115B (en) * 2015-02-04 2019-03-22 北京慧辰资道资讯股份有限公司 Support the realization method and system of the integrated interface of multi-type database operation
CN106656620A (en) * 2016-12-30 2017-05-10 中国银联股份有限公司 Network device monitoring processing method and system

Also Published As

Publication number Publication date
CN107168874A (en) 2017-09-15

Similar Documents

Publication Publication Date Title
CN110688348B (en) File management system
US8145666B2 (en) Real-time attribute processor and syntax schema for directory access protocol services
US20110055768A1 (en) Method and system for providing graphical user interface with contextual view
US10664321B2 (en) Apparatus and method for multitenancy in cloud environments for processing large datasets
US10175954B2 (en) Method of processing big data, including arranging icons in a workflow GUI by a user, checking process availability and syntax, converting the workflow into execution code, monitoring the workflow, and displaying associated information
JP2009266245A (en) Method, system and program for managing devices in network
US11238402B2 (en) Information operation
US10726032B2 (en) Systems and methods for search template generation
EP2704031A1 (en) Improved schema mapping based on data views and database tables
CN109711190B (en) Data table batch authorization method and device
CN106547646B (en) Data backup and recovery method and data backup and recovery device
CN110008173A (en) A kind of method and device of data storage
CN107168874B (en) Method, device and system for adding monitoring items
US20210034574A1 (en) Systems and methods for verifying performance of a modification request in a database system
CN109391658B (en) Account data synchronization method and equipment, storage medium and terminal thereof
CN111339193B (en) Category encoding method and device
CN104639973A (en) Information pushing method and device
CN110059091B (en) Index construction method, device, client, server and system
CN111858617A (en) User searching method and device, computer readable storage medium and electronic equipment
CN111625528A (en) Configuration management database verification method and device and readable storage medium
US20130198103A1 (en) Mapping Between Different Delta Handling Patterns
CN116069725A (en) File migration method, device, apparatus, medium and program product
CN111385375B (en) Method and equipment for generating email address
US20180046656A1 (en) Constructing filterable hierarchy based on multidimensional key
CN107578297B (en) Member information aggregation method and device

Legal Events

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