CN112286712A - Fault-tolerant repair method based on unique ID - Google Patents
Fault-tolerant repair method based on unique ID Download PDFInfo
- Publication number
- CN112286712A CN112286712A CN202011561492.3A CN202011561492A CN112286712A CN 112286712 A CN112286712 A CN 112286712A CN 202011561492 A CN202011561492 A CN 202011561492A CN 112286712 A CN112286712 A CN 112286712A
- Authority
- CN
- China
- Prior art keywords
- unique
- original
- library
- repair
- related data
- 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.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/0703—Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
- G06F11/0793—Remedial or corrective actions
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The invention relates to a fault-tolerant repair method based on a unique ID, which comprises the following steps: constructing a unique ID mapping relation table according to a unique ID library, wherein the unique ID mapping relation table comprises unique repair nid, unique original ID and ID related data; and matching the unique original ID in the unique ID library according to the unique ID mapping relation table, and if the unique original ID marks an error, repairing the unique original ID of the error so as to form a repaired unique ID library. According to the scheme, the original unique ID library is repaired, the unique ID marked by the error is modified to form the repaired unique ID library, and meanwhile, the used error data in the service library is modified, so that the corresponding unique ID is correct and unique when the data is processed, the problem of error marking is solved, and the disorder of data processing is avoided.
Description
Technical Field
The invention relates to the technical field of data repair, in particular to a fault-tolerant repair method based on a unique ID.
Background
Data in the service library is complicated, for example, the data volume of an industrial and commercial is large, and in a long-time data processing process, the unique ID of some data is wrongly marked, which may cause confusion of data application in the service library, so that service development is wrong or cannot be smoothly developed. Because the data is related and marked by the unique ID, namely a group of related data corresponds to a unique ID, the corresponding related data can be known by searching or marking the unique ID. Therefore, when data is processed, the corresponding unique ID is very important, and error marking cannot occur, otherwise data error processing can be caused.
Disclosure of Invention
The invention aims to repair the unique ID in the existing unique ID library, ensure that the related data can mark the correct unique ID and provide a fault-tolerant repair method based on the unique ID. It should be noted that the "unique original ID" and the "unique repair nid" described in this embodiment are all an expression form of the unique ID, and ultimately, it is ensured that the unique ID in the unique ID library is correct.
In order to achieve the above object, the embodiments of the present invention provide the following technical solutions:
the fault-tolerant repair method based on the unique ID comprises the following steps:
constructing a unique ID mapping relation table according to a unique ID library, wherein the unique ID mapping relation table comprises unique repair nid, unique original ID and ID related data;
and matching the unique original ID in the unique ID library according to the unique ID mapping relation table, and if the unique original ID marks an error, replacing the unique original ID with the unique repairing nid to form a repaired unique ID library.
In the scheme, a unique ID mapping relation table is established based on the existing unique ID library, the existing unique ID library comprises a unique original ID and ID related data corresponding to the unique original ID, the existing unique ID library is checked at first to establish the unique ID mapping relation table, the unique ID mapping table not only comprises the unique original ID and the ID related data corresponding to the unique original ID, but also comprises a unique repair ID, whether the unique original ID in the original unique ID library is correct can be known by checking the unique repair nid, if the unique original ID is incorrect, the unique ID of the related data is determined according to the unique repair nid, the wrong unique original ID is replaced, and the repair of the unique ID library can be realized.
The step of constructing the unique ID mapping relation table according to the unique ID library comprises the following steps:
scanning a plurality of ID related data in the unique ID database and the unique original ID corresponding to the ID related data, calculating a similarity coefficient among the plurality of ID related data, if the similarity coefficient is larger than a preset threshold value, judging whether the unique original IDs corresponding to the ID related data of which the similarity coefficient is larger than the threshold value are consistent, and if not, correspondingly setting a same unique repair nid for the ID related data; if the data are consistent, setting a same unique repair nid for the id related data correspondingly; thereby forming a unique ID mapping relationship table comprising unique repair nids, unique original IDs and ID related data.
As an implementation manner, when the unique ID mapping relation table is constructed, the ID related data in the unique ID library is scanned on the whole disk, the similarity coefficients of the ID related data are calculated first, if the similarity coefficients are greater than a preset threshold value, it is indicated that the two pieces of ID related data express the same event, and since the two pieces of ID related data are the same event, the unique ID of the mark should also be the same; therefore, after the similarity coefficient of the id-related data is calculated, when the similarity coefficient is larger than a preset threshold value, whether the corresponding unique original ids are consistent or not is further judged, and if the corresponding unique original ids are not consistent, the marked unique ids of the two same events are wrong; this event is marked with a unique repair nid to form a unique ID mapping table.
The step of constructing the unique ID mapping relation table according to the unique ID library further comprises the following steps: when the similarity coefficient among a plurality of id related data is calculated to be smaller than a preset threshold value, respectively and correspondingly setting a different unique repair nid for the id related data; the non-identical unique repair nid may be identical to the unique original id corresponding to the id-related data.
In the scheme, if the similarity coefficient of two pieces of id related data is calculated to be smaller than a preset threshold, it indicates that the two pieces of id related data are two different events, and the corresponding unique original ids are different, and different unique repair nids are marked for the two pieces of id related data. If the similarity coefficient of the two pieces of id-related data is smaller than a preset threshold value, the content of the next implementation mode in the scheme is found when the unique original ids corresponding to the two pieces of id-related data are the same during the inspection; the two implementation modes can be carried out sequentially or simultaneously, but only one of the two implementation modes cannot be implemented, otherwise, all data in the unique ID library cannot be ensured to be checked.
The step of constructing the unique ID mapping relation table according to the unique ID library comprises the following steps:
scanning a plurality of unique original IDs and ID related data corresponding to the unique original IDs in the unique ID library, judging whether the unique original IDs are repeated, if so, calculating a similarity coefficient of the ID related data corresponding to the repeated unique original IDs, and if the similarity coefficient is smaller than a preset threshold value, respectively and correspondingly setting a different unique repair nid for the unique original IDs; if the similarity coefficient is larger than a preset threshold value, correspondingly setting a same unique repair id for the unique original ids; thereby forming a unique ID mapping relationship table comprising unique repair nids, unique original IDs and ID related data.
As another possible implementation manner, when constructing the unique ID mapping relationship table, scanning the unique original IDs in the unique ID library on the whole disk, firstly judging whether the unique original IDs are repeated, if so, further judging the similarity coefficients of the ID-related data corresponding to the unique original IDs, and if the similarity coefficients are greater than a threshold value, indicating that the unique original IDs are two different events, but the unique original IDs are the same, indicating that the unique IDs of the ID-related data are marked incorrectly; then the unique repair nid is used to mark this event, forming a unique ID mapping table.
The step of constructing the unique ID mapping relation table according to the unique ID library further comprises the following steps: when the plurality of unique original ids are judged not to be repeated, respectively and correspondingly setting a different unique repairing nid for the unique original ids; the non-identical unique repair nid may be identical to the unique original id.
In this scheme, if it is determined that two unique original ids are not repeated, it is determined that the two unique original ids are two different events, and then the corresponding id-related data are also different, different unique repair nids are marked for the two unique original ids, which corresponds to a case where a similarity coefficient of the two id-related data is smaller than a preset threshold value but the unique original ids corresponding to the two id-related data are also different in the previous embodiment.
The step of matching the unique original ID in the unique ID library according to the unique ID mapping relation table comprises the following steps: and scanning all the unique repairing nids in the unique ID mapping relation table, if a plurality of identical unique repairing nids exist, combining the unique repairing nids into one unique repairing nid, simultaneously establishing an operation log, and recording the deleted unique original ID in the operation log.
If the unique original ID in the unique ID library marks an error, replacing the unique original ID of the error by using a unique repair nid so as to form a repaired unique ID library, wherein the step comprises the following steps of: and replacing the deleted unique original ID in the unique ID library with the corresponding unique repairing nid according to the deleted unique original ID recorded in the operation log, thereby forming a repaired unique ID library.
Further comprising the steps of: and repairing the data in the service library according to the repaired unique ID library.
Compared with the prior art, the invention has the beneficial effects that:
according to the scheme, the original unique ID library is repaired, the unique ID marked by the error is modified to form the repaired unique ID library, and meanwhile, the used error data in the service library is modified, so that the corresponding unique ID is correct and unique when the data is processed, the problem of error marking is solved, and the disorder of data processing is avoided.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained according to the drawings without inventive efforts.
FIG. 1 is a flow chart of the repairing method of the present invention.
Detailed Description
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 only a part of the embodiments of the present invention, and not all of the embodiments. The components of embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present invention without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
The invention is realized by the following technical scheme, as shown in figure 1, the fault-tolerant repair method based on the unique ID comprises the following steps:
step S1: and constructing a unique ID mapping relation table according to the unique ID library, wherein the unique ID mapping relation table comprises unique repair nid, unique original ID and ID related data.
As an implementation manner, a plurality of ID-related data in the unique ID library and the unique original ID corresponding to the ID-related data are scanned, a similarity coefficient between the ID-related data is calculated, and if the similarity coefficient is greater than a preset threshold, whether the unique original IDs corresponding to the ID-related data with the similarity coefficient greater than the threshold are consistent or not is judged. For example, see table 1:
TABLE 1
When the similarity coefficient of the id-related data is calculated, if the similarity coefficient is larger than a preset threshold value, it is indicated that the two id-related data express the same event. As can be seen from table 1, assuming that the similarity coefficient of the two existing id-related data is greater than the preset threshold value, and the represented events are all company a, it is further determined whether the unique original ids corresponding to the two id-related data are consistent; it can be seen that the unique original ids corresponding to the two id-related data are id _ a and id _ b, respectively, which are inconsistent, and therefore, an identical unique repair nid, i.e., nid _ a, is set for both id-related data. Preferably, the unique repair nid _ a can be the same as the unique original id _ a or the unique original id _ b.
Please continue to refer to table 1, assuming that the similarity coefficient of the two existing id-related data is greater than the preset threshold value, and the represented event is "name a", further determining whether the unique original d corresponding to the two id-related data is consistent; it can be seen that the unique original id corresponding to the two id-related data is id _ c, which is consistent, and therefore, an identical unique repair nid, i.e., nid _ c, is also set for the two id-related data. Preferably, the unique repair nid _ c can be the same as the unique original id _ c.
When the similarity coefficient among a plurality of id related data is calculated to be smaller than a preset threshold value, a different unique repairing nid is correspondingly set for the id related data respectively, and the different unique repairing nid can be the same as the unique original id corresponding to the id related data. Referring to table 1, assuming that the similarity coefficients of the two existing id-related data are smaller than the preset threshold, the indicated times are "company B" and "name B", respectively, and the corresponding unique original ids are id _ d and id _ e, respectively, then a different unique repair nid, i.e., nid _ d and nid _ e, is correspondingly set for the two id-related data, respectively. Preferably, the unique repair nid _ d can be the same as the unique original id _ d, and the unique repair nid _ e can be the same as the unique original id _ e.
It should be noted that the id-related data may include various types of data, such as name, gender, and identification number, or may include company name, organization code, registration address, and the like. When calculating the similarity coefficient from the id-related data, calculation is performed from all types of data contained in the id-related data.
As another possible implementation manner, a plurality of unique original IDs in the unique ID library and ID related data corresponding to the unique original IDs are scanned, whether the plurality of unique original IDs are duplicated or not is judged, and if the unique original IDs are duplicated, a similarity coefficient of the ID related data corresponding to the duplicated unique original IDs is calculated. For example, see table 2:
TABLE 2
As can be seen from table 2, assuming that two unique original ids exist repeatedly, i.e. id _ f, and then similarity coefficients are calculated for id-related data corresponding to the two unique original ids, it can be seen that the two similarity coefficients are smaller than a preset threshold, and the represented events are "company C" and "company D", respectively, a different unique repair nid, i.e. nid _ f and nid _ h, is set for the two unique original ids respectively. Preferably, the unique repair nid _ f may be the same as the unique original id _ f but the unique repair nid _ h may not be the same as the unique original id _ f, or the unique repair nid _ h may be the same as the unique original id _ f but the unique repair nid _ f may not be the same as the unique original id _ f.
With continued reference to table 2, assuming that two unique original ids exist repeatedly, i.e., id _ h, then similarity coefficients are calculated for id-related data corresponding to the two unique original ids, and it can be seen that the two similarity coefficients are greater than a preset threshold, and the represented event is "name C", an identical unique repair nid, i.e., nid _ j, is set for the two unique original ids. Preferably, the unique repair nid _ j can be the same as the unique original id _ h.
And when the plurality of unique original ids are not repeated, respectively and correspondingly setting a different unique repairing nid for the unique original ids, wherein the different unique repairing nid can be the same as the unique original id. Referring to table 2, assuming that two unique original ids are not duplicated, i.e., id _ i and id _ g, and the corresponding id-related data are "company E" and "name E", respectively, a different unique repair id, i.e., nid _ k and nid _ l, is correspondingly set for the two unique original ids, respectively. Preferably, the unique repair nid _ k here can be identical to id _ i, and the unique repair nid _ l can be identical to the unique original id _ g.
It should be noted that the above two embodiments may be performed simultaneously or sequentially, but not only one of the embodiments is performed. Thus, a unique ID mapping table including the unique repair nid, the unique original ID and the ID related data is formed, and as shown in table 3, the unique ID mapping table synthesized from table 1 and table 2 is:
TABLE 3
Step S2: and matching the unique original ID in the unique ID library according to the unique ID mapping relation table, and if the unique original ID marks an error, replacing the unique original ID with the unique repairing nid to form a repaired unique ID library.
Scanning all the unique repair nids in the unique ID mapping relationship table, and if there are multiple identical unique repair nids, merging the unique repair nids into one unique repair nid, for example, merging two unique repair nids _ a, two unique repair nids _ c, and two unique repair nids _ j repeated in table 3 into one unique repair nid, where the merged unique ID mapping relationship table is shown in table 4:
TABLE 4
During the merging, i.e. the repairing process, the unique original ID which is mistaken in the original unique ID library is modified, so as to form a repaired unique ID library, wherein the unique repairing nid is the unique ID of the relevant data. Before repairing, an operation log needs to be established, and the deleted unique original ID is recorded in the operation log, that is, the repaired unique original ID needs to be recorded in the process from the original unique ID library to the repaired unique ID library.
For example, in table 1, the original unique ID library corresponds to two different unique original IDs, and after the repair, the company a corresponds to only one unique repair nid, which is nid _ a, i.e., another unique original ID that is deleted needs to be recorded in the operation log to avoid being called again.
Step S3: and repairing the data in the service library according to the repaired unique ID library.
Since many services in the service library need to call data in the unique ID library, it is very likely that wrong data in the original unique ID library is used, for example, wrong ID is used for the same company, and therefore, after the repaired unique ID library is obtained, data in the service library also needs to be repaired.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.
Claims (8)
1. The fault-tolerant repair method based on the unique ID is characterized in that: the method comprises the following steps:
constructing a unique ID mapping relation table according to a unique ID library, wherein the unique ID mapping relation table comprises unique repair nid, unique original ID and ID related data;
and matching the unique original ID in the unique ID library according to the unique ID mapping relation table, and if the unique original ID marks an error, replacing the unique original ID with the unique repairing nid to form a repaired unique ID library.
2. The unique ID based fault tolerant repair method of claim 1, wherein: the step of constructing the unique ID mapping relation table according to the unique ID library comprises the following steps:
scanning a plurality of ID related data in the unique ID database and the unique original ID corresponding to the ID related data, calculating a similarity coefficient among the plurality of ID related data, if the similarity coefficient is larger than a preset threshold value, judging whether the unique original IDs corresponding to the ID related data of which the similarity coefficient is larger than the threshold value are consistent, and if not, correspondingly setting a same unique repair nid for the ID related data; if the data are consistent, setting a same unique repair nid for the id related data correspondingly; thereby forming a unique ID mapping relationship table comprising unique repair nids, unique original IDs and ID related data.
3. The unique ID based fault tolerant repair method of claim 2, wherein: the step of constructing the unique ID mapping relation table according to the unique ID library further comprises the following steps: when the similarity coefficient among a plurality of id related data is calculated to be smaller than a preset threshold value, respectively and correspondingly setting a different unique repair nid for the id related data; the non-identical unique repair nid may be identical to the unique original id corresponding to the id-related data.
4. The unique ID based fault tolerant repair method of claim 1, wherein: the step of constructing the unique ID mapping relation table according to the unique ID library comprises the following steps:
scanning a plurality of unique original IDs and ID related data corresponding to the unique original IDs in the unique ID library, judging whether the unique original IDs are repeated, if so, calculating a similarity coefficient of the ID related data corresponding to the repeated unique original IDs, and if the similarity coefficient is smaller than a preset threshold value, respectively and correspondingly setting a different unique repair nid for the unique original IDs; if the similarity coefficient is larger than a preset threshold value, correspondingly setting a same unique repair id for the unique original ids; thereby forming a unique ID mapping relationship table comprising unique repair nids, unique original IDs and ID related data.
5. The unique ID based fault tolerant repair method of claim 4, wherein: the step of constructing the unique ID mapping relation table according to the unique ID library further comprises the following steps: when the plurality of unique original ids are judged not to be repeated, respectively and correspondingly setting a different unique repairing nid for the unique original ids; the non-identical unique repair nid may be identical to the unique original id.
6. The unique ID based fault tolerant repair method of claim 1, wherein: the step of matching the unique original ID in the unique ID library according to the unique ID mapping relation table comprises the following steps: and scanning all the unique repairing nids in the unique ID mapping relation table, if a plurality of identical unique repairing nids exist, combining the unique repairing nids into one unique repairing nid, simultaneously establishing an operation log, and recording the deleted unique original ID in the operation log.
7. The unique ID based fault tolerant repair method of claim 6, wherein: if the unique original ID in the unique ID library marks an error, replacing the unique original ID of the error by using a unique repair nid so as to form a repaired unique ID library, wherein the step comprises the following steps of: and replacing the deleted unique original ID in the unique ID library with the corresponding unique repairing nid according to the deleted unique original ID recorded in the operation log, thereby forming a repaired unique ID library.
8. The unique ID based fault tolerant repair method according to any of claims 1 to 7, characterized in that: further comprising the steps of: and repairing the data in the service library according to the repaired unique ID library.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011561492.3A CN112286712B (en) | 2020-12-25 | 2020-12-25 | Fault-tolerant repair method based on unique ID |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011561492.3A CN112286712B (en) | 2020-12-25 | 2020-12-25 | Fault-tolerant repair method based on unique ID |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112286712A true CN112286712A (en) | 2021-01-29 |
CN112286712B CN112286712B (en) | 2021-04-02 |
Family
ID=74426366
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011561492.3A Active CN112286712B (en) | 2020-12-25 | 2020-12-25 | Fault-tolerant repair method based on unique ID |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112286712B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113033728A (en) * | 2021-03-02 | 2021-06-25 | 岭东核电有限公司 | Method and device for determining test equipment in nuclear power periodic test and computer equipment |
Citations (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20060219782A1 (en) * | 2005-03-31 | 2006-10-05 | Inventec Corporation | Packaging inspection and verification system and method |
CN101086757A (en) * | 2006-06-05 | 2007-12-12 | 株式会社瑞萨科技 | Semiconductor device, unique ID of semiconductor device and method for verifying unique ID |
CN101877620A (en) * | 2009-04-30 | 2010-11-03 | 华为技术有限公司 | Method, apparatus and system for forward error correction |
US20130305030A1 (en) * | 2012-05-10 | 2013-11-14 | International Business Machines Corporation | Testing a configuration change |
CN103577551A (en) * | 2013-10-16 | 2014-02-12 | 青岛海信传媒网络技术有限公司 | Method and device for submitting data to database in batch |
CN103684860A (en) * | 2013-12-04 | 2014-03-26 | 杭州华三通信技术有限公司 | System ID managing method and device |
CN105630991A (en) * | 2015-12-25 | 2016-06-01 | 北京奇虎科技有限公司 | Method and device for automatically generating ID |
CN105740085A (en) * | 2014-12-11 | 2016-07-06 | 华为技术有限公司 | Fault tolerance processing method and device |
CN106202117A (en) * | 2015-05-07 | 2016-12-07 | 深圳市腾讯计算机系统有限公司 | Data processing method, device and server |
CN107122254A (en) * | 2016-02-25 | 2017-09-01 | 阿里巴巴集团控股有限公司 | A kind of computer repairs control method and system, restorative procedure and system |
CN107360037A (en) * | 2017-08-08 | 2017-11-17 | 京信通信系统(中国)有限公司 | A kind of error message acquisition methods and network management device |
CN108595292A (en) * | 2018-04-26 | 2018-09-28 | Oppo广东移动通信有限公司 | A kind of optimization method of system, mobile terminal and computer storage media |
CN110119400A (en) * | 2019-04-04 | 2019-08-13 | 上海易点时空网络有限公司 | Unique identification generation method and device suitable for logical operation |
CN111915368A (en) * | 2020-07-30 | 2020-11-10 | 上海数策软件股份有限公司 | Automobile industry customer ID identification system, method and medium |
-
2020
- 2020-12-25 CN CN202011561492.3A patent/CN112286712B/en active Active
Patent Citations (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20060219782A1 (en) * | 2005-03-31 | 2006-10-05 | Inventec Corporation | Packaging inspection and verification system and method |
CN101086757A (en) * | 2006-06-05 | 2007-12-12 | 株式会社瑞萨科技 | Semiconductor device, unique ID of semiconductor device and method for verifying unique ID |
CN101877620A (en) * | 2009-04-30 | 2010-11-03 | 华为技术有限公司 | Method, apparatus and system for forward error correction |
US20130305030A1 (en) * | 2012-05-10 | 2013-11-14 | International Business Machines Corporation | Testing a configuration change |
CN103577551A (en) * | 2013-10-16 | 2014-02-12 | 青岛海信传媒网络技术有限公司 | Method and device for submitting data to database in batch |
CN103684860A (en) * | 2013-12-04 | 2014-03-26 | 杭州华三通信技术有限公司 | System ID managing method and device |
CN105740085A (en) * | 2014-12-11 | 2016-07-06 | 华为技术有限公司 | Fault tolerance processing method and device |
CN106202117A (en) * | 2015-05-07 | 2016-12-07 | 深圳市腾讯计算机系统有限公司 | Data processing method, device and server |
CN105630991A (en) * | 2015-12-25 | 2016-06-01 | 北京奇虎科技有限公司 | Method and device for automatically generating ID |
CN107122254A (en) * | 2016-02-25 | 2017-09-01 | 阿里巴巴集团控股有限公司 | A kind of computer repairs control method and system, restorative procedure and system |
CN107360037A (en) * | 2017-08-08 | 2017-11-17 | 京信通信系统(中国)有限公司 | A kind of error message acquisition methods and network management device |
CN108595292A (en) * | 2018-04-26 | 2018-09-28 | Oppo广东移动通信有限公司 | A kind of optimization method of system, mobile terminal and computer storage media |
CN110119400A (en) * | 2019-04-04 | 2019-08-13 | 上海易点时空网络有限公司 | Unique identification generation method and device suitable for logical operation |
CN111915368A (en) * | 2020-07-30 | 2020-11-10 | 上海数策软件股份有限公司 | Automobile industry customer ID identification system, method and medium |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113033728A (en) * | 2021-03-02 | 2021-06-25 | 岭东核电有限公司 | Method and device for determining test equipment in nuclear power periodic test and computer equipment |
CN113033728B (en) * | 2021-03-02 | 2024-03-08 | 岭东核电有限公司 | Test equipment determination method and device in nuclear power periodic test and computer equipment |
Also Published As
Publication number | Publication date |
---|---|
CN112286712B (en) | 2021-04-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7020804B2 (en) | Test data generation system for evaluating data cleansing applications | |
US20050071032A1 (en) | Quality control sytem, method, and program | |
CN112152852A (en) | Root cause analysis method, device, equipment and computer storage medium | |
CN109740457B (en) | Face recognition algorithm evaluation method | |
CN110674396A (en) | Text information processing method and device, electronic equipment and readable storage medium | |
CN112286712B (en) | Fault-tolerant repair method based on unique ID | |
CN104756113A (en) | Method, apparatus and computer program for detecting deviations in data sources | |
CN114936158A (en) | Software defect positioning method based on graph convolution neural network | |
CN111428095A (en) | Graph data quality verification method and graph data quality verification device | |
JPWO2018069950A1 (en) | Log analysis method, system and program | |
CN113841156B (en) | Control method and device based on image recognition | |
JP2011013720A (en) | Method and device for creating category determination rule, and computer program | |
JP2008502961A (en) | Method for automatic detection of performance data of reading system | |
CN108804561B (en) | Data synchronization method and device | |
US7310791B2 (en) | Method for correcting layout errors | |
US6681347B1 (en) | Method for testing keyboard complied with language code | |
CN117171030A (en) | Method, device, equipment and storage medium for detecting software running environment | |
CN116303402A (en) | Data cleaning method based on data warehouse | |
JP4160206B2 (en) | Database registration method using character recognition device | |
CN105740114B (en) | Fault tolerance test method and device for mobile terminal | |
CN113312269A (en) | Software defect grading method, device, equipment and storage medium | |
CN111241082A (en) | Data correction method and device | |
JPH11282895A (en) | Electric system cad net data verifying method and medium in which electric system cad net data verification program is recorded | |
JP2007058415A (en) | Text mining device, text mining method, and program for text mining | |
CN114677681A (en) | Method and device for data annotation and electronic equipment |
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 |