CN109284323B - Management method and device for detection data - Google Patents

Management method and device for detection data Download PDF

Info

Publication number
CN109284323B
CN109284323B CN201811089300.6A CN201811089300A CN109284323B CN 109284323 B CN109284323 B CN 109284323B CN 201811089300 A CN201811089300 A CN 201811089300A CN 109284323 B CN109284323 B CN 109284323B
Authority
CN
China
Prior art keywords
detection
item
information
detection data
item information
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
CN201811089300.6A
Other languages
Chinese (zh)
Other versions
CN109284323A (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.)
Wuhan Yuliang Information Technology Co ltd
Original Assignee
Wuhan Yuliang 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 Wuhan Yuliang Information Technology Co ltd filed Critical Wuhan Yuliang Information Technology Co ltd
Priority to CN201811089300.6A priority Critical patent/CN109284323B/en
Publication of CN109284323A publication Critical patent/CN109284323A/en
Application granted granted Critical
Publication of CN109284323B publication Critical patent/CN109284323B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the invention provides a management method and a device for detection data, wherein the method comprises the following steps: responding to a detection item created by a user, and generating a unique identifier corresponding to the detection item; creating an item information table, and importing the unique identifier and the item information of the detection item into the item information table; creating a detection data table, and importing detection data generated when the detection items are executed and unique identifications corresponding to the detection items into the detection data table; the creation and information import process of the project information table and the detection data table are realized by SQL statements. The embodiment of the invention enables the data distributed in different tables to have an internal association, facilitates subsequent users to retrieve corresponding detection data according to project information, and overcomes the defect of low efficiency in the prior art when the detection information is stored or managed.

Description

Management method and device for detection data
Technical Field
The embodiment of the invention relates to the technical field of digital laboratories, in particular to a method and a device for managing detection data.
Background
In the existing electromagnetic detection laboratory, professional test software is generally needed to be used for automation of detection, so that the detection efficiency is improved, and therefore, some companies at home and abroad develop various detection software for selective purchase in the laboratory.
The current detection software saves all information of a detection item into a file when establishing the detection item and saving detection data of the detection item. Obviously, when a plurality of detection items exist, the detection items are saved into a plurality of files. When a user wants to view information of a detection item stored before, the background of each detection item needs to read files one by one to see the information of the item, and most importantly, because the files are independent and do not generate associated information, statistics and analysis are inconvenient to carry out. Therefore, the existing detection software has the defect of low efficiency in both storage and management of detection information.
Disclosure of Invention
The present invention provides a method and apparatus for managing sensed data that overcomes, or at least partially solves, the above mentioned problems.
In a first aspect, an embodiment of the present invention provides a management method for detection data, including:
responding to a detection item created by a user, and generating a unique identifier corresponding to the detection item;
creating an item information table, and importing the unique identifier and the item information of the detection item into the item information table;
creating a detection data table, and importing detection data generated when the detection items are executed and unique identifications corresponding to the detection items into the detection data table;
the creation and information import process of the project information table and the detection data table are realized by SQL statements.
In a second aspect, an embodiment of the present invention provides a management apparatus for detecting data, including:
the identification generation module is used for responding to a detection item created by a user and generating a unique identification corresponding to the detection item;
the project information module is used for creating a project information table and importing the unique identifier and the project information of the detection project into the project information table;
the detection data module is used for creating a detection data table and importing detection data generated when the detection items are executed and unique identifications corresponding to the detection items into the detection data table;
the creation and information import process of the project information table and the detection data table are realized by SQL statements.
In a third aspect, an embodiment of the present invention provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the steps of the method provided in the first aspect when executing the program.
In a fourth aspect, an embodiment of the present invention provides a non-transitory computer readable storage medium, on which a computer program is stored, which when executed by a processor, implements the steps of the method as provided in the first aspect.
According to the management method and device for the detection data, the unique identification corresponding to the detection item is generated through the detection item created by the corresponding user, the item information table is constructed according to the item information and the unique identification of the detection item, the detection data table is constructed according to the detection data and the unique identification of the detection item, and the item information and the detection data of the detection item are associated through the unique identification, so that the data distributed in different tables have an internal association, the subsequent user can conveniently retrieve the corresponding detection data according to the item information, and the defect that the efficiency is low when the detection information is stored or managed in the prior art is overcome.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
Fig. 1 is a schematic flowchart of a method for managing detection data according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a page where a user creates a detection item according to an embodiment of the present invention;
FIG. 3 is a schematic flow chart of querying for detection items according to an embodiment of the present invention;
FIG. 4 is a schematic structural diagram of a management apparatus for detecting data according to an embodiment of the present invention;
fig. 5 is a schematic physical structure diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
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.
To facilitate understanding of the embodiments of the present invention, before describing the embodiments of the present invention, names and concepts that may appear below are first described.
SQL statement: SQL is a short for Structured Query Language, where the name is Structured Query Language, and SQL statements are a database Query and programming Language for accessing data and querying, updating, and associating with a relational database system.
In order to overcome the above problems in the prior art, an embodiment of the present invention provides a method for managing detection data, and the inventive concept is as follows: the method comprises the steps of generating a unique identifier for each detection item created by a user, creating an item information table for storing item information and a detection data table for storing detection data by adopting SQL grammar, wherein the item information in the item information table and the detection data in the detection data table are both associated with the unique identifier of the detection item, so that the item information and the corresponding detection data can be conveniently found out through the unique identifier in the follow-up process.
Fig. 1 is a schematic flowchart of a method for managing detection data according to an embodiment of the present invention, where as shown in the figure, the method includes:
s101, responding to the detection items created by the user, and generating unique identifications corresponding to the detection items.
It should be noted that, the embodiment of the present invention may provide a page for a user to create a detection project, where a plurality of project information items to be filled in are displayed on the detection project, and the user only needs to complete filling in the project information items to be filled in, to trigger creating the detection project. Fig. 2 is a schematic diagram of a page where a user creates detection items according to an embodiment of the present invention, and as shown in fig. 2, a current detection item and a historical detection item are provided in the page, where the current detection item is used by the user to create a new detection item, and the historical detection item is used by the user to query a history. Providing project information items such as project names, sample signals, unit names, contact phones, unit addresses and the like which need to be manually filled by a user in a current detection project page; the detection content, the limit line (QP), and the limit line (AV), which are straight lines or broken lines characterizing a certain detection standard, are common detection conditions in the electrical measurement interference test. The embodiment of the invention presets the detection content and the limit line which can be selected by the user, so that the user can conveniently carry out the detection test.
The unique identification of the detection item in the embodiment of the invention is generated after the detection item is triggered to be created and is not input by a user. The unique identifier is used for facilitating subsequent retrieval of the detection item.
And S102, creating an item information table, and importing the unique identifier and the item information of the detection item into the item information table.
It should be noted that, in the embodiment of the present invention, creating the item information table and importing the unique identifier and the item information of the detected item into the item information table are both implemented by SQL statements.
Table 1 is a table of item information provided according to an embodiment of the present invention, as shown in table 1, each item information has a corresponding data type, and the difference of the data type is determined according to the content and specific use of the item information. The project information is generated from various sources, such as project names, entrustment units, detection contents and the like which need to be input by a user, automatically generated unique identification, detection time, detection results and the like which are generated during detection and even after detection.
Figure GDA0001809695110000041
Figure GDA0001809695110000051
Table 1 item information table
S103, creating a detection data table, and importing detection data generated when the detection items are executed and unique identifications of the corresponding detection items into the detection data table.
It should be noted that the detection data in the embodiment of the present invention is data read from the detection apparatus during the detection process, and the data cannot be tampered, and the read data is stored in the detection data table, specifically, after responding to the detection item created by the user, if the execution of the detection item is started, after reading the detection data of the detection apparatus, the unique identifier of the detection item is obtained, and the detection data and the unique identifier are stored in the detection data table together. Therefore, when information of a certain detection item is searched subsequently, the item information and the corresponding detection data can be found out through the unique identification, and the method is very convenient.
According to the method for managing the detection data, the unique identification corresponding to the detection item is generated through the detection item created by the corresponding user, the item information table is constructed according to the item information and the unique identification of the detection item, the detection data table is constructed according to the detection data and the unique identification of the detection item, and the item information of the detection item is associated with the detection data through the unique identification, so that the data distributed in different tables have an internal association, the subsequent user can conveniently retrieve the corresponding detection data according to the item information, and the defect that the efficiency is low when the detection information is stored or managed in the prior art is overcome.
On the basis of the foregoing embodiment, as an optional embodiment, importing, into a detection data table, detection data generated when a detection item is executed and a unique identifier of a corresponding detection item, and then further including:
responding to a query request for detecting the items, which is initiated by a user, wherein keywords in the query request are item information;
and inquiring the detection items matched with the keywords in the item information table, and taking all item information of the detection items as inquiry results.
It should be noted that the embodiment of the present invention may provide a page for a user to query a detection item, and display a plurality of item information items to be filled on the detection page, where the user only needs to complete filling of the item information items to be filled, to trigger query of the detection item. The page for querying the detected items may be similar to the page for the currently detected items in FIG. 2.
In the embodiment of the present invention, for example, after the user inputs the item name, a query request is generated, the keyword in the query request is the item name, and all item information of the detected item of the item name is queried in the item information table, that is, the query result. For example, when the user selects to conduct content during detection, a query request with a keyword as conducting is generated, and all detection items with the content being conducted are queried in the item information table. Table 2 is a query result table for querying a sample model according to an embodiment of the present invention. As shown in table 2, by looking for a certain sample type: XF-01202, get the project information of 6 detection projects.
Figure GDA0001809695110000061
The embodiment of the invention realizes the effect of quick search by responding to the query request for the search item initiated by the user and in a keyword search mode.
The method for searching for the detection item in the embodiment of the present invention may be implemented by an SQL statement, and specifically, fig. 3 is a schematic flow diagram of querying the detection item provided in the embodiment of the present invention, and as shown in the figure, the method includes:
step S300, responding to a query request for detecting an item initiated by a user, and calling an SQL template corresponding to item information in a preset configuration file;
it should be noted that, in the embodiment of the present invention, a corresponding SQL template is written for each item of information in advance, and a query parameter in the SQL template is a variable. And storing the written SQL template in a configuration file. The SQL template can be regarded as the precursor of the SQL statement, and the SQL template can be converted into the SQL statement only by determining the query parameters in the SQL template.
The query request initiated by the user can be a query for a detection item with certain item information or a statistical result of a plurality of item information. When the number of the item information is multiple, the SQL template corresponding to each item information needs to be called, that is, multiple SQL templates need to be called.
Further, embodiments of the present invention may provide a user query page on which a plurality of items of project information are displayed. A user need only select/fill in one or more item information items to trigger a query.
Step S310, converting the SQL template into an SQL statement according to the query parameters initiated by the user;
specifically, the query parameter initiated by the user is carried in the query request, i.e., the keyword in the query request. The SQL sentence can be obtained by determining the query parameter serving as the variable in the SQL template as the query parameter initiated by the user.
Step S320, using SQL statements to query the item information table for detection items corresponding to the item information.
For example, a user may want to query the test records for each month of a certain year. The background sampling SQL statement queries the number of detection items in each month:
"select count from item information table where detection time is 1 month'", and workload of 1 month is found
"select count from item information table where detection time is 2 month'", and workload of 2 months is found
………
"select count from item information table where detection time is" 12 months' ", and workload of 12 months is found
count is a systematic function in SQL that represents the total number of satisfied conditions for the computation.
The 12-month data is processed to form a report to be provided to the user.
The embodiment of the invention writes SQL templates corresponding to all item information in advance, wherein the query parameters of all the SQL templates are variables, so that when a user queries certain item information, the user only needs to input the query parameters, the embodiment of the invention can find the SQL template corresponding to the item information, convert the SQL template into a specific SQL statement by using the query parameters, and query the checked item in the item information table by using the SQL statement. When the user uses the method of the embodiment of the invention to query the detection items, only the query parameters need to be input, and the process of compiling SQL sentences in the prior art is omitted, so that the workload of the user is reduced, and the query efficiency is greatly improved.
On the basis of the foregoing embodiments, as an optional embodiment, all item information of the detection item is used as a search result, and then the method further includes:
responding to a query request for detection data initiated by a user, and querying a unique identifier matched with the item name in the item information table to serve as a target identifier;
and inquiring the detection data matched with the target identification in the detection data table, and taking the detection data as an inquiry result.
It should be noted that, in the embodiment of the present invention, a display page may be generated after all item information of the detection item is used as a retrieval result, all item information of the detection item searched by the user is displayed in the display page, an item information item available for clicking, such as an item name, is further provided to the user in the display page, and when the user clicks the item name, a query request of the user for the detection data is triggered. Since the item information of each detected item in the item information table is stored together with the unique identifier, the unique identifier matching the item name can be searched in the item information table as the target identifier. And then according to the obtained target identification, inquiring the detection data matched with the target identification in the detection data table, and taking the detection data as an inquiry result.
On the basis of the foregoing embodiments, as an optional embodiment, the detection data table in the embodiment of the present invention includes an initial measurement data table for storing initial measurement data generated when the detection item is initially measured and a unique identifier corresponding to the detection item, and a final measurement data table for storing final measurement data generated when the detection item is finally measured and a unique identifier corresponding to the detection item. The initial test and the final test are defined according to the EMC (Electro Magnetic Compatibility) industry test requirements, an approximate data range is obtained through the initial test, and then the more refined final test is carried out according to some characteristic points in the range.
Correspondingly, the detection data matched with the target identifier is inquired in the detection data table, and the specific steps are as follows:
and inquiring initial measurement data matched with the target identifier in an initial measurement data table, inquiring final measurement data matched with the target identifier in a final measurement data table, and taking the initial measurement data and the final measurement data as the inquiry result.
Specifically, the information of the same item to be queried in the two tables can be implemented by the following SQL statement: the "select from the initial measurement data table and the final measurement data table where the unique identifier is 1", so that the information of all the "unique identifiers are 1" can be found from table 1 and table 2.
The embodiment of the invention provides a method for searching detection data of a detection item according to an item name, which realizes the purpose of associating and applying two tables through unique identification.
Fig. 4 is a schematic structural diagram of a management apparatus for detecting data according to an embodiment of the present invention, as shown in fig. 4, the management apparatus includes: an identifier generation module 401, an item information module 402, and a detection data module 403, wherein:
the identifier generating module 401 is configured to generate a unique identifier corresponding to a detection item in response to the detection item created by a user.
Specifically, the identifier generation module of the embodiment of the present invention may provide a page for a user to create a detection project, and display a plurality of project information items to be filled in on the detection project, where the user only needs to complete filling in the project information items to be filled in, that is, to trigger creation of the detection project. The unique identification of the detection item is generated by the identification generation module after the detection item is triggered to be created, and is not input by a user. The unique identifier is used for facilitating subsequent retrieval of the detection item.
An item information module 402, configured to create an item information table, and import the unique identifier and the item information of the detection item into the item information table.
Specifically, the project information module of the embodiment of the present invention creates the project information table and imports the unique identifier and the project information of the detected project into the project information table through the SQL statement.
A detection data module 403, configured to create a detection data table, and import the detection data generated when the detection item is executed and the unique identifier corresponding to the detection item into the detection data table.
Specifically, the detection data in the embodiment of the present invention is data read from the detection instrument during the detection process, and the data cannot be tampered, and the read data is stored in the detection data table by the detection data module. Therefore, when information of a certain detection item is searched subsequently, the item information and the corresponding detection data can be found out through the unique identification, and the method is very convenient.
The management device provided in the embodiment of the present invention specifically executes the flows of the management method embodiments, and please refer to the contents of the management method embodiments in detail, which are not described herein again. The management device provided by the embodiment of the invention enables the data distributed in different tables to have an internal association, facilitates subsequent users to retrieve corresponding detection data according to project information, and overcomes the defect of low efficiency in the prior art when the detection information is stored or managed.
Fig. 5 is a schematic entity structure diagram of an electronic device according to an embodiment of the present invention, and as shown in fig. 5, the electronic device may include: a processor (processor)510, a communication Interface (Communications Interface)520, a memory (memory)530 and a communication bus 540, wherein the processor 510, the communication Interface 520 and the memory 530 communicate with each other via the communication bus 540. Processor 510 may invoke a computer program stored on memory 530 and executable on processor 510 to perform the management methods provided by the various embodiments described above, including, for example: responding to a detection item created by a user, and generating a unique identifier corresponding to the detection item; creating an item information table, and importing the unique identifier and the item information of the detection item into the item information table; creating a detection data table, and importing detection data generated when the detection items are executed and unique identifications corresponding to the detection items into the detection data table; the creation and information import process of the project information table and the detection data table are realized by SQL statements.
Furthermore, the logic instructions in the memory 530 may be implemented in the form of software functional units and stored in a computer readable storage medium when the software functional units are sold or used as independent products. Based on such understanding, the technical solutions of the embodiments of the present invention may be essentially implemented or make a contribution to the prior art, or may be implemented in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the methods of the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Embodiments of the present invention further provide a non-transitory computer-readable storage medium, on which a computer program is stored, where the computer program is implemented to perform the transmission method provided in the foregoing embodiments when executed by a processor, and the method includes: responding to a detection item created by a user, and generating a unique identifier corresponding to the detection item; creating an item information table, and importing the unique identifier and the item information of the detection item into the item information table; creating a detection data table, and importing detection data generated when the detection items are executed and unique identifications corresponding to the detection items into the detection data table; the creation and information import process of the project information table and the detection data table are realized by SQL statements.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods of the various embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (7)

1. A method for managing inspection data, comprising:
responding to a detection item created by a user, and generating a unique identifier corresponding to the detection item; the unique identification of the detection item is generated after the detection item is triggered and created;
creating an item information table, and importing the unique identifier and the item information of the detection item into the item information table;
creating a detection data table, and importing detection data generated when the detection items are executed and unique identifications corresponding to the detection items into the detection data table;
the creating and information importing processes of the project information table and the detection data table are realized by SQL statements;
wherein, the importing the detection data generated when the detection item is executed and the unique identifier corresponding to the detection item into the detection data table further comprises:
responding to a query request for the detection item initiated by a user, wherein a keyword in the query request is the item information;
and inquiring the detection items matched with the keywords in the item information table, and taking all item information of the detection items as inquiry results.
2. The management method according to claim 1, wherein the item information further includes an item name;
correspondingly, the taking all item information of the detection item as a retrieval result further comprises:
responding to a query request for the detection data initiated by a user, and querying a unique identifier matched with the item name in the item information table to serve as a target identifier;
and inquiring the detection data matched with the target identification in the detection data table, and taking the detection data as an inquiry result.
3. The management method according to claim 2, wherein the inspection data table includes an initial inspection data table for storing initial inspection data generated at initial inspection of the inspection item and a unique identifier corresponding to the inspection item, and a final inspection data table for storing final inspection data generated at final inspection of the inspection item and a unique identifier corresponding to the inspection item;
correspondingly, the querying the detection data matched with the target identifier in the detection data table specifically includes:
and inquiring initial measurement data matched with the target identification in the initial measurement data table, inquiring final measurement data matched with the target identification in the final measurement data table, and taking the initial measurement data and the final measurement data as the inquiry result.
4. The management method according to claim 1, wherein the querying, in response to the query request for the detection item initiated by the user, the item information table is queried for the detection item matching the keyword, specifically:
responding to a query request for detecting an item initiated by a user, and calling an SQL template corresponding to item information in a preset configuration file;
converting the SQL template into an SQL statement according to query parameters in the query request, wherein the query parameters are keywords in the query request;
and inquiring a detection item corresponding to the item information in an item information table according to the SQL statement.
5. A management apparatus for detecting data, comprising:
the identification generation module is used for responding to a detection item created by a user and generating a unique identification corresponding to the detection item; the unique identification of the detection item is generated after the detection item is triggered and created;
the project information module is used for creating a project information table and importing the unique identifier and the project information of the detection project into the project information table;
the detection data module is used for creating a detection data table and importing detection data generated when the detection items are executed and unique identifications corresponding to the detection items into the detection data table;
the creating and information importing processes of the project information table and the detection data table are realized by SQL statements;
the management apparatus further includes:
the response module is used for responding to a query request for the detection item initiated by a user, and keywords in the query request are the item information;
and the query module is used for querying the detection items matched with the keywords in the item information table and taking all item information of the detection items as query results.
6. An electronic device, comprising:
at least one processor; and
at least one memory communicatively coupled to the processor, wherein:
the memory stores program instructions executable by the processor, the processor invoking the program instructions to enable execution of the management method of any one of claims 1 to 4.
7. A non-transitory computer-readable storage medium storing computer instructions for causing a computer to execute the management method according to any one of claims 1 to 4.
CN201811089300.6A 2018-09-18 2018-09-18 Management method and device for detection data Active CN109284323B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811089300.6A CN109284323B (en) 2018-09-18 2018-09-18 Management method and device for detection data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811089300.6A CN109284323B (en) 2018-09-18 2018-09-18 Management method and device for detection data

Publications (2)

Publication Number Publication Date
CN109284323A CN109284323A (en) 2019-01-29
CN109284323B true CN109284323B (en) 2021-02-12

Family

ID=65181688

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811089300.6A Active CN109284323B (en) 2018-09-18 2018-09-18 Management method and device for detection data

Country Status (1)

Country Link
CN (1) CN109284323B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109885571A (en) * 2019-02-19 2019-06-14 山东浪潮通软信息科技有限公司 A kind of material data duplicate checking method and system based on configurable rule
CN109918388B (en) * 2019-02-27 2021-10-19 山东赛蒙斯生物技术有限公司 Detection equipment management system and management method
CN110867246B (en) * 2019-11-12 2022-09-09 上海奥普生物医药股份有限公司 Detection equipment life cycle management method and detection equipment kit
CN111381142A (en) * 2020-02-21 2020-07-07 上海御渡半导体科技有限公司 Semiconductor automatic test equipment and test method for improving test flow efficiency
CN112488332A (en) * 2020-12-01 2021-03-12 东营南科电气有限责任公司 Supervision test method, device, system and computer readable storage medium
CN112818002B (en) * 2021-01-10 2022-12-27 温州市特种设备检测科学研究院(温州市特种设备应急处置中心) Detection data management method and device based on anti-falling safety device performance
CN114492361A (en) * 2022-04-06 2022-05-13 普锐斯(北京)科技有限公司 Laboratory detection data structuring method
CN114969657B (en) * 2022-04-06 2024-06-07 普锐斯(北京)科技有限公司 Custom computing processing method and system for detection data

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104809254A (en) * 2015-05-19 2015-07-29 郑州悉知信息技术有限公司 Data query method and device
CN107369003A (en) * 2017-07-10 2017-11-21 唐郡 A kind of intelligent laboratory management system method and system
CN108153599A (en) * 2017-12-26 2018-06-12 泰康保险集团股份有限公司 A kind of project management platform, method, storage medium and electronic equipment

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10229152B2 (en) * 2016-06-27 2019-03-12 International Business Machines Corporation Automatically restoring data replication consistency without service interruption during parallel apply

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104809254A (en) * 2015-05-19 2015-07-29 郑州悉知信息技术有限公司 Data query method and device
CN107369003A (en) * 2017-07-10 2017-11-21 唐郡 A kind of intelligent laboratory management system method and system
CN108153599A (en) * 2017-12-26 2018-06-12 泰康保险集团股份有限公司 A kind of project management platform, method, storage medium and electronic equipment

Also Published As

Publication number Publication date
CN109284323A (en) 2019-01-29

Similar Documents

Publication Publication Date Title
CN109284323B (en) Management method and device for detection data
CN108519967B (en) Chart visualization method and device, terminal and storage medium
US9959311B2 (en) Natural language interface to databases
KR20210141640A (en) Natural language-based processing methods for data stored in heterogeneous data sources
CN111177231A (en) Report generation method and report generation device
CN110162544B (en) Heterogeneous data source data acquisition method and device
CN108958959B (en) Method and device for detecting hive data table
CN109144997A (en) Data correlation method, device and storage medium
CN111913954B (en) Intelligent data standard catalog generation method and device
CN111078776A (en) Data table standardization method, device, equipment and storage medium
CN112579610A (en) Multi-data source structure analysis method, system, terminal device and storage medium
CN110737689A (en) Data standard conformance detection method, device, system and storage medium
CN111061733B (en) Data processing method, device, electronic equipment and computer readable storage medium
CN111414410A (en) Data processing method, device, equipment and storage medium
CN114741392A (en) Data query method and device, electronic equipment and storage medium
CN114253995A (en) Data tracing method, device, equipment and computer readable storage medium
US20170177725A1 (en) Developing An Item Data Model For An Item
US11841852B2 (en) Tenant specific and global pretagging for natural language queries
CN112434115B (en) Data processing method and device, electronic equipment and readable storage medium
CN104021216A (en) Message proxy server and information publish subscription method and system
CN113626571A (en) Answer sentence generating method and device, computer equipment and storage medium
CN117194389A (en) SQL-based database compatibility method and device, electronic equipment and storage medium
CN110704635B (en) Method and device for converting triplet data in knowledge graph
EP4053713A1 (en) Question and answer method and apparatus based on knowledge graph
US11475018B2 (en) Determining user and data record relationships based on vector space embeddings

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