CN111694843B - Missing number detection method and device, electronic equipment and storage medium - Google Patents

Missing number detection method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111694843B
CN111694843B CN202010470715.9A CN202010470715A CN111694843B CN 111694843 B CN111694843 B CN 111694843B CN 202010470715 A CN202010470715 A CN 202010470715A CN 111694843 B CN111694843 B CN 111694843B
Authority
CN
China
Prior art keywords
missing
missing number
value
certificate
variable value
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
CN202010470715.9A
Other languages
Chinese (zh)
Other versions
CN111694843A (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN202010470715.9A priority Critical patent/CN111694843B/en
Publication of CN111694843A publication Critical patent/CN111694843A/en
Priority to PCT/CN2020/122282 priority patent/WO2021114877A1/en
Application granted granted Critical
Publication of CN111694843B publication Critical patent/CN111694843B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor

Abstract

The invention relates to the technical field of artificial intelligence, and provides a missing number detection method, device, electronic equipment and storage medium, which can determine an execution state according to a state identifier of a current task so as to timely execute missing number detection when a trigger condition is met, acquire all certificate numbers in the current task when the current task is executed, avoid false detection, determine a maximum certificate number and the total number of all certificate numbers, assign the maximum certificate number to a preset variable as a variable value when the maximum certificate number is unequal to the total number, utilize a missing number detection model constructed by a reverse insertion method, continuously adjust the variable value based on all certificate numbers to obtain a missing number, automatically perform data processing, improve the accuracy of missing number detection, record the missing number to a missing number table, and realize automatic detection of the missing number based on artificial intelligence. The invention also relates to a block chain technology, and a missing number detection model can be deployed in the block chain.

Description

Missing number detection method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of artificial intelligence technologies, and in particular, to a missing number detection method, device, electronic apparatus, and storage medium.
Background
In actual operation, there are many scenes that need to be processed in sequence order. In these scenarios, the sequence numbers are rearranged once they are reversed, otherwise the sequential execution of the tasks will be adversely affected.
However, for various reasons, a broken number or a missing number is often generated. In the prior art, the situations of broken numbers and missing numbers often need to be checked manually, and sequence numbers are rearranged after the problems are found, so that missing number detection cannot be automatically executed through a machine, and the communication cost is high and the processing efficiency is low.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a missing number detection method, apparatus, electronic device, and storage medium that can implement automatic and rapid detection of missing numbers based on artificial intelligence.
A missing number detection method, the missing number detection method comprising:
detecting the state identification of the current task at fixed time, and determining the execution state of the current task according to the state identification;
when the current task is executed, acquiring all certificate numbers in the current task;
determining a maximum credential number from the all credential numbers, and determining a total number of the all credential numbers;
Performing a comparison operation on the numerical value of the maximum credential number and the numerical value of the total number;
when the numerical value of the maximum certificate number is not equal to the numerical value of the total number, assigning the maximum certificate number to a preset variable as a variable value of the preset variable;
adjusting the variable value based on all the certificate numbers by using a missing number detection model constructed by a reverse insertion method until the value of the variable value is zero, stopping adjustment and obtaining a missing number;
and recording the missing number to a missing number table.
According to a preferred embodiment of the present invention, the missing number detection method further includes:
and when the maximum credential number is equal to the total number, determining that the missing number does not exist in the current task, and stopping missing number detection of the current task.
According to a preferred embodiment of the present invention, the adjusting the variable value based on the all credential numbers by using the missing number detection model constructed by the reverse insertion method until the variable value is zero, stopping the adjustment and obtaining the missing number includes:
A. acquiring a voucher with the largest value from the vouchers which are not assigned to the preset variable;
B. Performing contrast operation on the obtained numerical value of the certificate number and the current variable value;
C. when the obtained value of the certificate number is not equal to the current variable value, the missing number is obtained by taking the size of the current variable value as the number of the certificate number, and a subtracting operation is carried out on the current variable value so as to update the current variable value; or alternatively
When the obtained value of the certificate number is equal to the current variable value, performing one subtracting operation on the current variable value to update the current variable value;
and stopping execution when the current variable value is updated to zero.
According to a preferred embodiment of the present invention, the missing number detection method further includes:
when the missing number is detected to be stored in the missing number list, the missing number is forbidden to be written into the missing number list; or alternatively
And when the missing number is detected to be not stored in the missing number list, writing the missing number into the missing number list.
According to a preferred embodiment of the present invention, the missing number detection method further includes:
responding to a use request of the certificate number, and acquiring any certificate number from the missing number list;
when the acquired certificate number is detected to be used, deleting the acquired certificate number from the missing number table.
According to a preferred embodiment of the present invention, the missing number detection method further includes:
in response to a request for use of a credential number, when no credential number exists in the missing number table, a new credential number is requested from a designated server.
According to a preferred embodiment of the present invention, the missing number detection method further includes:
determining the number of the missing numbers;
when the number of the missing numbers is greater than or equal to a preset threshold value, acquiring an execution log of the current task;
identifying an error identification in the execution log to locate a failure point;
judging the type of the fault point;
retrieving a solution corresponding to the type of the fault point from a database;
and generating alarm information by the fault point and the solution to alarm.
A missing number detection apparatus, the missing number detection apparatus comprising:
the detection unit is used for detecting the state identification of the current task at fixed time and determining the execution state of the current task according to the state identification;
the acquisition unit is used for acquiring all the certificate numbers in the current task when the current task is executed;
a determining unit configured to determine a maximum credential number from among the all credential numbers, and determine a total number of the all credential numbers;
A comparison unit, configured to perform a comparison operation on the numerical value of the maximum credential number and the numerical value of the total number;
the assignment unit is used for assigning the maximum certificate number to a preset variable as a variable value of the preset variable when the value of the maximum certificate number is unequal to the value of the total number;
the adjusting unit is used for adjusting the variable value based on the all certificate numbers by utilizing a missing number detection model constructed by a reverse insertion method until the value of the variable value is zero, stopping adjustment and obtaining a missing number;
and the recording unit is used for recording the missing number to a missing number list.
According to a preferred embodiment of the present invention, the missing number detection apparatus further includes:
and the stopping unit is used for determining that the missing number does not exist in the current task when the maximum certificate number is equal to the total number, and stopping missing number detection of the current task.
According to a preferred embodiment of the invention, the adjustment unit is specifically configured to:
A. acquiring a voucher with the largest value from the vouchers which are not assigned to the preset variable;
B. performing contrast operation on the obtained numerical value of the certificate number and the current variable value;
C. When the obtained value of the certificate number is not equal to the current variable value, the missing number is obtained by taking the size of the current variable value as the number of the certificate number, and a subtracting operation is carried out on the current variable value so as to update the current variable value; or alternatively
When the obtained value of the certificate number is equal to the current variable value, performing one subtracting operation on the current variable value to update the current variable value;
and stopping execution when the current variable value is updated to zero.
According to a preferred embodiment of the present invention, the recording unit is further configured to prohibit writing of the missing number into the missing number table when it is detected that the missing number is stored in the missing number table; or alternatively
The recording unit is further configured to write the missing number into the missing number table when it is detected that the missing number is not stored in the missing number table.
According to a preferred embodiment of the present invention, the obtaining unit is further configured to obtain, in response to a request for use of a credential number, an arbitrary credential number from the missing number table;
the missing number detection device further includes:
and the deleting unit is used for deleting the acquired certificate number from the missing number list when the acquired certificate number is detected to be used.
According to a preferred embodiment of the present invention, the missing number detection apparatus further includes:
and the request unit is used for responding to the use request of the certificate number, and requesting a new certificate number to a designated server when the certificate number does not exist in the missing number list.
According to a preferred embodiment of the present invention, the determining unit is further configured to determine the number of missing numbers;
the acquisition unit is further used for acquiring an execution log of the current task when the number of the missing numbers is greater than or equal to a preset threshold value;
the missing number detection device further includes:
the identification unit is used for identifying error identification in the execution log so as to locate a fault point;
the judging unit is used for judging the type of the fault point;
a calling unit, configured to call a solution corresponding to the type of the fault point from a database;
and the alarm unit is used for generating alarm information to alarm according to the fault point and the solution.
An electronic device, the electronic device comprising:
a memory storing at least one instruction; a kind of electronic device with high-pressure air-conditioning system
And the processor executes the instructions stored in the memory to realize the missing number detection method.
A computer-readable storage medium having stored therein at least one instruction for execution by a processor in an electronic device to implement the missing number detection method.
According to the technical scheme, the state identification of the current task can be detected at fixed time, the execution state of the current task is determined according to the state identification, so that when the execution state of the current task is detected to meet the condition for triggering missing number detection, missing number detection is executed in time, when the execution of the current task is finished, all the certificate numbers in the current task are obtained, false detection caused by the fact that the task is being executed is avoided, the largest certificate number is further determined from all the certificate numbers, the total number of all the certificate numbers is further determined, comparison operation is carried out on the numerical value of the largest certificate number and the numerical value of the total number, when the numerical value of the largest certificate number is not equal to the numerical value of the total number, the largest certificate number is assigned to a preset variable to serve as the variable value of the preset variable, a missing number detection model constructed by a reverse insertion method is utilized, the variable value is adjusted based on all the certificate numbers until the variable value is zero, the missing number is accurately adjusted and obtained, the missing number detection is further improved, and the missing number detection is further achieved.
Drawings
FIG. 1 is a flow chart of a missing number detection method according to a preferred embodiment of the present invention.
Fig. 2 is a functional block diagram of a missing number detection device according to a preferred embodiment of the present invention.
Fig. 3 is a schematic structural diagram of an electronic device according to a preferred embodiment of the present invention for implementing the missing number detection method.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in detail with reference to the accompanying drawings and specific embodiments.
Fig. 1 is a flowchart of a missing number detection method according to a preferred embodiment of the present invention. The order of the steps in the flowchart may be changed and some steps may be omitted according to various needs.
The missing number detection method is applied to one or more electronic devices, wherein the electronic devices are devices capable of automatically performing numerical calculation and/or information processing according to preset or stored instructions, and the hardware of the electronic devices comprises, but is not limited to, microprocessors, application specific integrated circuits (Application Specific Integrated Circuit, ASICs), programmable gate arrays (Field-Programmable Gate Array, FPGA), digital processors (Digital Signal Processor, DSP), embedded devices and the like.
The electronic device may be any electronic product that can interact with a user in a human-computer manner, such as a personal computer, tablet computer, smart phone, personal digital assistant (Personal Digital Assistant, PDA), game console, interactive internet protocol television (Internet Protocol Television, IPTV), smart wearable device, etc.
The electronic device may also include a network device and/or a user device. Wherein the network device includes, but is not limited to, a single network server, a server group composed of a plurality of network servers, or a Cloud based Cloud Computing (Cloud Computing) composed of a large number of hosts or network servers.
The network in which the electronic device is located includes, but is not limited to, the internet, a wide area network, a metropolitan area network, a local area network, a virtual private network (Virtual Private Network, VPN), and the like.
S10, detecting the state identification of the current task at fixed time, and determining the execution state of the current task according to the state identification.
In this embodiment, the status identifier may be configured in a self-defined manner, which is not limited by the present invention.
For example: when the status flag is 0, indicating that the current task is being executed; and when the state mark is 1, indicating that the current task is completed.
Further, the electronic device detects the state identification of the current task at regular time, so that missing number detection is timely executed when the fact that the execution state of the current task meets the condition of triggering missing number detection is detected.
Specifically, the electronic device acquires execution data of a historical task, determines the execution state as the time when the execution is completed from the execution data, and performs big data analysis on all the determined time to obtain a target time.
At the target time, the corresponding task is considered to be in a completed state.
Furthermore, the electronic device can be configured to detect the state identifier of each task at the target time at fixed time, so that detection can be implemented according to the rule of task processing, the detection times are reduced, the detection efficiency is improved, and meanwhile, the influence on the normal operation of the system caused by continuous detection is effectively avoided.
S11, when the current task is executed, acquiring all the certificate numbers in the current task.
It can be understood that when the current task is not executed, it is likely that the used credential numbers are not recorded and submitted due to the fact that the current task is not executed, and that the used credential numbers are not recorded and submitted, which would cause the credential numbers to be misdetected as missing numbers although being used, affecting the accuracy of the missing number detection result of the current task.
Therefore, the electronic equipment detects the missing number of the current task after determining that the current task is executed, so that the accuracy of a detection result is ensured.
In at least one embodiment of the present invention, the missing number detection method further includes:
and when the fact that the current task is not executed is detected, the electronic equipment delays the execution of missing number detection.
Specifically, the electronic device may delay the missing number detection by a preset time to be performed again.
For example: in the accounting document, firstly, whether the accounting is completed on the same day is confirmed, if the accounting procedure is not completed, the missing number detection task is dormant for 1 hour, after 1 hour, the electronic equipment scans the accounting state again, and if the accounting state is completed, the missing number detection is executed.
S12, determining the largest credential number from all the credential numbers, and determining the total number of all the credential numbers.
In this embodiment, the electronic device traverses all the credential numbers, and finally determines the maximum credential number by pairwise comparison.
Further, the electronic device counts the number of all the credential numbers.
For example: when the number of the certificates of the current task is 1, 2, 4 and 5, the electronic equipment can determine that the maximum number of certificates is 5 in a pairwise comparison mode, and meanwhile, the electronic equipment counts the number of the maximum numbers of certificates to determine that the number of all the numbers of certificates is 4.
S13, performing comparison operation on the numerical value of the maximum certificate number and the numerical value of the total number.
Specifically, the electronic device compares the number value of the maximum credential number with the total number.
For example: when the maximum credential number is 5 and the number of all credential numbers is 4, the electronic device compares 5 with 4.
And S14, when the numerical value of the maximum certificate number is not equal to the numerical value of the total number, assigning the maximum certificate number to a preset variable as a variable value of the preset variable.
It will be appreciated that since the credential numbers are used sequentially, progressively one by one, the maximum credential number should be equal to the total number when there is no missing number.
Specifically, the missing number detection method further includes:
and when the maximum credential number is equal to the total number, determining that the missing number does not exist in the current task, and stopping missing number detection of the current task.
For example: when the number of the certificates is sequentially 1, 2, 3, 4 and 5, the maximum number of the certificates is 5, and the number of the certificates is 5, namely, if no missing number is generated, the number of the maximum number of the certificates is the same as the number of the certificates.
By the above embodiment, when the missing number does not exist, it is not necessary to execute missing number detection any more, so that unnecessary consumption of system resources caused by operation burden of the system caused by executing missing number detection is avoided.
In this embodiment, the electronic device will perform missing number detection when the value of the maximum credential number is not equal to the value of the total number.
Specifically, the electronic device may first define a preset variable, such as jump_sign_sequence, and assign the maximum credential number to the preset variable jump_sign_sequence, where the variable value of the preset variable jump_sign_sequence is the maximum credential number.
For example: when the maximum credential number is 5, the variable value of the preset variable jump_sign_sequence is 5.
S15, adjusting the variable value based on all the certificate numbers by using a missing number detection model constructed by a reverse insertion method until the value of the variable value is zero, and stopping adjusting to obtain the missing number.
In this embodiment, the electronic device uses a missing number detection model constructed by a reverse insertion method to array all the credential numbers in a description manner, then compares each credential number with the current variable value of the preset variable according to the description, sequentially adjusts the variable value of the preset variable according to the comparison result, and determines the variable value meeting the condition in the adjustment process as the missing number.
The missing number detection model is constructed based on a reverse insertion method, and any intelligent model constructed based on the reverse insertion method and realizing the same principle is sufficient, and is not described herein.
Specifically, the step of using the missing number detection model constructed by the reverse insertion method to adjust the variable value based on the all credential numbers until the variable value is zero, and stopping adjustment and obtaining the missing number includes:
A. acquiring a voucher with the largest value from the vouchers which are not assigned to the preset variable;
B. performing contrast operation on the obtained numerical value of the certificate number and the current variable value;
C. when the obtained value of the certificate number is not equal to the current variable value, the missing number is obtained by taking the size of the current variable value as the number of the certificate number, and a subtracting operation is carried out on the current variable value so as to update the current variable value; or alternatively
When the obtained value of the certificate number is equal to the current variable value, performing one subtracting operation on the current variable value to update the current variable value;
and stopping execution when the current variable value is updated to zero.
For example: when the voucher numbers are sequentially 1, 2, 4 and 5, the maximum voucher number is 5, and the initial variable of the preset variable jump_sign_sequence is 5.
Before the comparison is performed, if all the credential numbers are in a state of not performing the comparison, the electronic device obtains a credential number with the largest value from all the credential numbers as 5, further, the electronic device compares the obtained credential number 5 with the current variable value 5 of the preset variable jump_sign_sequence, and if the comparison result is 5=5, the electronic device performs a subtracting operation on the variable value 5 of the preset variable jump_sign_sequence to obtain 4, namely, the current variable value of the preset variable jump_sign_sequence is updated as 4.
Further, the electronic device obtains the voucher number with the largest value from the voucher numbers which are not assigned to the preset variables, compares the obtained voucher number 4 with the current variable value 4 of the preset variable jump_sign_sequence, and performs a subtracting operation on the variable value 4 of the preset variable jump_sign_sequence to obtain 3, namely the current variable value of the preset variable jump_sign_sequence is updated to be 3 if the comparison result is 4=4.
Further, the electronic device obtains the voucher number with the largest value from the voucher numbers which are not assigned to the preset variables, the electronic device compares the obtained voucher number 2 with the current variable value 3 of the preset variable Jump Sign Sequence, the comparison result is 2<3, and the electronic device obtains the missing number 3 by taking the size 3 of the current variable value as the number of the voucher number due to the fact that the two values are different, namely, the electronic device determines that one missing number is 3 in the voucher number, and further, the electronic device performs a subtraction operation on the variable value 3 of the preset variable Jump Sign Sequence to obtain 2, namely, the current variable value of the preset variable Jump Sign Sequence is updated to be 2.
Repeating the operation by using the missing number detection model until the variable value of the preset variable jump_sign_sequence is 0, and stopping executing missing number detection.
Through the implementation mode, all the certificate numbers are traversed by using the missing number detection model, and the electronic equipment can replace manual and automatic detection of missing numbers in all the certificate numbers by using an artificial intelligence means.
S16, recording the missing number to a missing number table.
In this embodiment, the missing number table stores therein missing numbers due to various reasons during execution of the current task.
For example: when the voucher numbers are 1, 2, 4 and 5 in sequence, the missing number is 3, i.e. the voucher number 3 is recorded in the missing number table.
In at least one embodiment of the present invention, the missing number detection method further comprises:
(1) And when the missing number is detected to be stored in the missing number list, the missing number is forbidden to be written into the missing number list.
For example: when the last missing number detection is executed on the current task, the electronic equipment records the missing number 3 in the missing number table, and in order to avoid the data redundancy caused by repeated recording, the electronic equipment prohibits writing the missing number 3 in the missing number table.
(2) And when the missing number is detected to be not stored in the missing number list, writing the missing number into the missing number list.
For example: when the missing number table is detected to not store the missing number 3 detected at the time, the electronic equipment writes the missing number 3 into the missing number table for later priority use.
In at least one embodiment of the present invention, the missing number detection method further includes:
and responding to a use request of the credential numbers, acquiring any credential number from the missing number list, and deleting the acquired credential number from the missing number list when the acquired credential number is detected to be used.
Through the embodiment, when the use request of the certificate number is received, the certificate number in the missing number list is preferentially used, so that the certificate number can be orderly used. In addition, after the certificate number in the missing number list is used, the used missing number is deleted in time, so that the phenomenon of repeated use of the certificate number is avoided.
In at least one embodiment of the present invention, the missing number detection method further includes:
in response to a request for use of a credential number, when no credential number exists in the missing number table, a new credential number is requested from a designated server.
The appointed server is used for issuing a certificate number to the electronic equipment.
By the implementation mode, when no number missing phenomenon exists, a new certificate number can be timely requested to the designated server, and task execution is prevented from being influenced.
In at least one embodiment of the present invention, the missing number detection method further includes:
determining the number of missing numbers, when the number of missing numbers is greater than or equal to a preset threshold value, acquiring an execution log of the current task, identifying an error mark in the execution log to locate a fault point, judging the type of the fault point, calling a solution corresponding to the type of the fault point from a database, and generating alarm information for alarming according to the fault point and the solution.
The preset threshold may be configured according to different task requirements, for example: the preset threshold may be 100.
Further, the alarm mode may include mail reminding, information reminding, and the like, and the invention is not limited.
According to the embodiment, when the number of the missing numbers reaches a certain value, the system is indicated to be possibly abnormal, the electronic equipment automatically retrieves the execution log to determine the fault point, determines the solution according to the historical data, generates alarm information according to the fault point and the solution to alarm, and further assists relevant staff to solve the fault in time, and the missing numbers are fundamentally avoided.
According to the technical scheme, the state identification of the current task can be detected at fixed time, the execution state of the current task is determined according to the state identification, so that when the execution state of the current task is detected to meet the condition for triggering missing number detection, missing number detection is executed in time, when the execution of the current task is finished, all the certificate numbers in the current task are obtained, false detection caused by the fact that the task is being executed is avoided, the largest certificate number is further determined from all the certificate numbers, the total number of all the certificate numbers is further determined, comparison operation is carried out on the numerical value of the largest certificate number and the numerical value of the total number, when the numerical value of the largest certificate number is not equal to the numerical value of the total number, the largest certificate number is assigned to a preset variable to serve as the variable value of the preset variable, a missing number detection model constructed by a reverse insertion method is utilized, the variable value is adjusted based on all the certificate numbers until the variable value is zero, the missing number is accurately adjusted and obtained, the missing number detection is further improved, and the missing number detection is further achieved.
Fig. 2 is a functional block diagram of a missing number detection device according to a preferred embodiment of the present invention. The missing number detection device 11 comprises a detection unit 110, an acquisition unit 111, a determination unit 112, a comparison unit 113, an assignment unit 114, an adjustment unit 115, a recording unit 116, a stopping unit 117, a deletion unit 118, a request unit 119, an identification unit 120, a judgment unit 121, a retrieval unit 122, and an alarm unit 123. The module/unit referred to in the present invention refers to a series of computer program segments capable of being executed by the processor 13 and of performing a fixed function, which are stored in the memory 12. In the present embodiment, the functions of the respective modules/units will be described in detail in the following embodiments.
The detecting unit 110 detects the status identifier of the current task at regular time, and determines the execution status of the current task according to the status identifier.
In this embodiment, the status identifier may be configured in a self-defined manner, which is not limited by the present invention.
For example: when the status flag is 0, indicating that the current task is being executed; and when the state mark is 1, indicating that the current task is completed.
Further, the detecting unit 110 detects the status identifier of the current task at regular time, so as to execute missing number detection in time when detecting that the execution status of the current task meets the condition of triggering missing number detection.
Specifically, the detecting unit 110 obtains execution data of the historical task, determines that the execution state is the time when the execution is completed from the execution data, and performs big data analysis on all the determined time to obtain the target time.
At the target time, the corresponding task is considered to be in a completed state.
Furthermore, the detecting unit 110 may be configured to detect the status identifier of each task at the target time, so as to implement detection according to the rule of task processing, thereby reducing the detection times, improving the detection efficiency, and effectively avoiding the influence of continuous detection on the normal operation of the system.
When the current task is completed, the acquiring unit 111 acquires all the credential numbers in the current task.
It can be understood that when the current task is not executed, it is likely that the used credential numbers are not recorded and submitted due to the fact that the current task is not executed, and that the used credential numbers are not recorded and submitted, which would cause the credential numbers to be misdetected as missing numbers although being used, affecting the accuracy of the missing number detection result of the current task.
Therefore, the acquiring unit 111 performs missing number detection on the current task after determining that the current task is executed, so as to ensure accuracy of a detection result.
In at least one embodiment of the present invention, the detecting unit 110 delays the execution of missing number detection when it is detected that the current task is not completed.
Specifically, the detection unit 110 may delay the missing number detection by a preset time to be performed again.
For example: in the accounting document, firstly, it is confirmed whether the accounting is completed on the same day, if the accounting procedure is not completed, the missing number detection task is dormant for 1 hour, after 1 hour, the detection unit 110 scans the accounting state again, and if the accounting state is completed, the missing number detection is executed.
The determination unit 112 determines the largest credential number from among the all credential numbers, and determines the total number of all credential numbers.
In this embodiment, the determining unit 112 traverses all the credential numbers, and finally determines the maximum credential number by pairwise comparison.
Further, the determining unit 112 counts the number of all the credential numbers.
For example: when the number of the current task is 1, 2, 4, 5, the determining unit 112 may determine that the maximum number of credentials is 5 by comparing the number of the current task with each other, and the determining unit 112 counts the number of the maximum number of credentials to determine that the number of all the number of credentials is 4.
The comparing unit 113 performs a comparison operation on the numerical value of the maximum credential number and the numerical value of the total number.
Specifically, the comparing unit 113 compares the number value of the maximum credential number with the total number.
For example: when the maximum credential number is 5 and the number of all credential numbers is 4, the comparing unit 113 compares 5 and 4.
When the value of the maximum credential number is not equal to the value of the total number, the assigning unit 114 assigns the maximum credential number to a preset variable as a variable value of the preset variable.
It will be appreciated that since the credential numbers are used sequentially, progressively one by one, the maximum credential number should be equal to the total number when there is no missing number.
Specifically, when the maximum credential number is equal to the total number, the stopping unit 117 determines that there is no missing number for the current task, and stops missing number detection for the current task.
For example: when the number of the certificates is sequentially 1, 2, 3, 4 and 5, the maximum number of the certificates is 5, and the number of the certificates is 5, namely, if no missing number is generated, the number of the maximum number of the certificates is the same as the number of the certificates.
By the above embodiment, when the missing number does not exist, it is not necessary to execute missing number detection any more, so that unnecessary consumption of system resources caused by operation burden of the system caused by executing missing number detection is avoided.
In this embodiment, missing number detection will be performed when the value of the maximum credential number is not equal to the value of the total number.
Specifically, a preset variable, such as jump_sign_sequence, may be defined first, and the maximum credential number is assigned to the preset variable jump_sign_sequence, where the variable value of the preset variable jump_sign_sequence is the maximum credential number.
For example: when the maximum credential number is 5, the variable value of the preset variable jump_sign_sequence is 5.
The adjusting unit 115 adjusts the variable value based on the all credential numbers by using the missing number detection model constructed by the reverse insertion method until the value of the variable value is zero, and stops the adjustment and obtains the missing number.
In this embodiment, the adjusting unit 115 uses a missing number detection model constructed by a reverse insertion method to arrange all the credential numbers in a description, then compares each credential number with the current variable value of the preset variable according to the description, sequentially adjusts the variable value of the preset variable according to the comparison result, and determines the variable value satisfying the condition in the adjustment process as the missing number.
The missing number detection model is constructed based on a reverse insertion method, and any intelligent model constructed based on the reverse insertion method and realizing the same principle is sufficient, and is not described herein.
Specifically, the step of using the missing number detection model constructed by the reverse insertion method to adjust the variable value based on the all credential numbers until the variable value is zero, and stopping adjustment and obtaining the missing number includes:
A. acquiring a voucher with the largest value from the vouchers which are not assigned to the preset variable;
B. performing contrast operation on the obtained numerical value of the certificate number and the current variable value;
C. when the obtained value of the certificate number is not equal to the current variable value, the missing number is obtained by taking the size of the current variable value as the number of the certificate number, and a subtracting operation is carried out on the current variable value so as to update the current variable value; or alternatively
When the obtained value of the certificate number is equal to the current variable value, performing one subtracting operation on the current variable value to update the current variable value;
and stopping execution when the current variable value is updated to zero.
For example: when the voucher numbers are sequentially 1, 2, 4 and 5, the maximum voucher number is 5, and the initial variable of the preset variable jump_sign_sequence is 5.
Before performing the comparison, the adjusting unit 115 obtains the credential number with the largest value from all credential numbers as 5 if all credential numbers are in a state of not performing the comparison, further, the adjusting unit 115 compares the obtained credential number 5 with the current variable value 5 of the preset variable jump_sign_sequence, and if the comparison result is 5=5, the adjusting unit 115 performs a subtracting operation on the variable value 5 of the preset variable jump_sign_sequence to obtain 4, that is, the current variable value of the preset variable jump_sign_sequence is updated to 4.
Further, the adjusting unit 115 obtains the credential number with the largest value from the credential numbers that have not been assigned to the preset variables as 4, the adjusting unit 115 compares the obtained credential number 4 with the current variable value 4 of the preset variable jump_sign_sequence, and if the comparison result is 4=4, the adjusting unit 115 performs a subtraction operation on the variable value 4 of the preset variable jump_sign_sequence to obtain 3, that is, the current variable value of the preset variable jump_sign_sequence is updated to 3.
Further, the adjusting unit 115 obtains a credential number with the largest value from the credential numbers that have not been assigned to the preset variables, the adjusting unit 115 compares the obtained credential number 2 with the current variable value 3 of the preset variable jump_sign_sequence, the comparison result is 2<3, and the adjusting unit 115 obtains the missing number 3 by taking the size 3 of the current variable value as the number of the credential number because the two values are different, that is, the adjusting unit 115 determines that one missing number is 3 in the credential number, and further, the adjusting unit 115 performs a subtraction operation on the variable value 3 of the preset variable jump_sign_sequence to obtain 2, that is, the current variable value of the preset variable jump_sign_sequence is updated to 2.
Repeating the operation by using the missing number detection model until the variable value of the preset variable jump_sign_sequence is 0, and stopping executing missing number detection.
Through the implementation mode, all the certificate numbers are traversed by using the missing number detection model, and the manual intelligent means can be used for replacing manual automatic execution to comprehensively detect the missing numbers in all the certificate numbers.
The recording unit 116 records the missing number to a missing number table.
In this embodiment, the missing number table stores therein missing numbers due to various reasons during execution of the current task.
For example: when the voucher numbers are 1, 2, 4 and 5 in sequence, the missing number is 3, i.e. the voucher number 3 is recorded in the missing number table.
In at least one embodiment of the invention:
(1) When it is detected that the missing number is stored in the missing number table, the recording unit 116 prohibits writing the missing number into the missing number table.
For example: when the last missing number detection is performed on the current task, the recording unit 116 already records the missing number 3 in the missing number table, and in order to avoid the redundancy of data caused by repeated recording, the recording unit 116 prohibits writing the missing number 3 in the missing number table.
(2) When it is detected that the missing number is not stored in the missing number table, the recording unit 116 writes the missing number in the missing number table.
For example: when it is detected that the missing number 3 detected at this time is not stored in the missing number table, the recording unit 116 writes the missing number 3 in the missing number table for use by the subsequent priority.
In at least one embodiment of the present invention, the obtaining unit 111 obtains any credential number from the missing-number table in response to a request for use of the credential number, and when detecting that the obtained credential number is used, the deleting unit 118 deletes the obtained credential number from the missing-number table.
Through the embodiment, when the use request of the certificate number is received, the certificate number in the missing number list is preferentially used, so that the certificate number can be orderly used. In addition, after the certificate number in the missing number list is used, the used missing number is deleted in time, so that the phenomenon of repeated use of the certificate number is avoided.
In at least one embodiment of the present invention, in response to a request for use of a credential number, the requesting unit 119 requests a new credential number from a designated server when no credential number is present in the missing number table.
Wherein the specified server is configured to issue a credential number to the requesting unit 119.
By the implementation mode, when no number missing phenomenon exists, a new certificate number can be timely requested to the designated server, and task execution is prevented from being influenced.
In at least one embodiment of the present invention, the determining unit 112 determines the number of missing numbers, when the number of missing numbers is greater than or equal to a preset threshold, the obtaining unit 111 obtains an execution log of the current task, the identifying unit 120 identifies an error identifier in the execution log to locate a fault point, the judging unit 121 judges the type of the fault point, the retrieving unit 122 retrieves a solution corresponding to the type of the fault point from a database, and the alarm unit 123 generates alarm information to alarm with the fault point and the solution.
The preset threshold may be configured according to different task requirements, for example: the preset threshold may be 100.
Further, the alarm mode may include mail reminding, information reminding, and the like, and the invention is not limited.
According to the embodiment, when the number of the missing numbers reaches a certain value, the system is indicated to be possibly abnormal, the execution log is automatically called to determine the fault point, the solution is determined according to the historical data, the alarm information is generated by the fault point and the solution to give an alarm, and further relevant staff is assisted to solve the fault in time, so that the missing numbers are prevented from being generated from the root.
According to the technical scheme, the state identification of the current task can be detected at fixed time, the execution state of the current task is determined according to the state identification, so that when the execution state of the current task is detected to meet the condition for triggering missing number detection, missing number detection is executed in time, when the execution of the current task is finished, all the certificate numbers in the current task are obtained, false detection caused by the fact that the task is being executed is avoided, the largest certificate number is further determined from all the certificate numbers, the total number of all the certificate numbers is further determined, comparison operation is carried out on the numerical value of the largest certificate number and the numerical value of the total number, when the numerical value of the largest certificate number is not equal to the numerical value of the total number, the largest certificate number is assigned to a preset variable to serve as the variable value of the preset variable, a missing number detection model constructed by a reverse insertion method is utilized, the variable value is adjusted based on all the certificate numbers until the variable value is zero, the missing number is accurately adjusted and obtained, the missing number detection is further improved, and the missing number detection is further achieved.
Fig. 3 is a schematic structural diagram of an electronic device according to a preferred embodiment of the present invention for implementing the missing number detection method.
The electronic device 1 may comprise a memory 12, a processor 13 and a bus, and may further comprise a computer program, such as a missing number detection program, stored in the memory 12 and executable on the processor 13.
It will be appreciated by those skilled in the art that the schematic diagram is merely an example of the electronic device 1 and does not constitute a limitation of the electronic device 1, the electronic device 1 may be a bus type structure, a star type structure, the electronic device 1 may further comprise more or less other hardware or software than illustrated, or a different arrangement of components, for example, the electronic device 1 may further comprise an input-output device, a network access device, etc.
It should be noted that the electronic device 1 is only used as an example, and other electronic products that may be present in the present invention or may be present in the future are also included in the scope of the present invention by way of reference.
The memory 12 includes at least one type of readable storage medium including flash memory, a removable hard disk, a multimedia card, a card memory (e.g., SD or DX memory, etc.), a magnetic memory, a magnetic disk, an optical disk, etc. The memory 12 may in some embodiments be an internal storage unit of the electronic device 1, such as a mobile hard disk of the electronic device 1. The memory 12 may in other embodiments also be an external storage device of the electronic device 1, such as a plug-in mobile hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card) or the like, which are provided on the electronic device 1. Further, the memory 12 may also include both an internal storage unit and an external storage device of the electronic device 1. The memory 12 may be used not only for storing application software installed in the electronic device 1 and various types of data, such as codes of missing number detection programs, but also for temporarily storing data that has been output or is to be output.
The processor 13 may be comprised of integrated circuits in some embodiments, for example, a single packaged integrated circuit, or may be comprised of multiple integrated circuits packaged with the same or different functions, including one or more central processing units (Central Processing unit, CPU), microprocessors, digital processing chips, graphics processors, a combination of various control chips, and the like. The processor 13 is a Control Unit (Control Unit) of the electronic device 1, connects the respective components of the entire electronic device 1 using various interfaces and lines, and executes various functions of the electronic device 1 and processes data by running or executing programs or modules stored in the memory 12 (for example, executing a missing number detection program or the like), and calling data stored in the memory 12.
The processor 13 executes the operating system of the electronic device 1 and various types of applications installed. The processor 13 executes the application program to implement the steps in the above-described respective missing number detection method embodiments, such as steps S10, S11, S12, S13, S14, S15, S16 shown in fig. 1.
Alternatively, the processor 13 may implement the functions of the modules/units in the above-described device embodiments when executing the computer program, for example:
Detecting the state identification of the current task at fixed time, and determining the execution state of the current task according to the state identification;
when the current task is executed, acquiring all certificate numbers in the current task;
determining a maximum credential number from the all credential numbers, and determining a total number of the all credential numbers;
performing a comparison operation on the numerical value of the maximum credential number and the numerical value of the total number;
when the numerical value of the maximum certificate number is not equal to the numerical value of the total number, assigning the maximum certificate number to a preset variable as a variable value of the preset variable;
adjusting the variable value based on all the certificate numbers by using a missing number detection model constructed by a reverse insertion method until the value of the variable value is zero, stopping adjustment and obtaining a missing number;
and recording the missing number to a missing number table.
Illustratively, the computer program may be partitioned into one or more modules/units that are stored in the memory 12 and executed by the processor 13 to complete the present invention. The one or more modules/units may be a series of instruction segments of a computer program capable of performing a specific function for describing the execution of the computer program in the electronic device 1. For example, the computer program may be divided into a detection unit 110, an acquisition unit 111, a determination unit 112, a comparison unit 113, an assignment unit 114, an adjustment unit 115, a recording unit 116, a stop unit 117, a deletion unit 118, a request unit 119, an identification unit 120, a judgment unit 121, a retrieval unit 122, an alarm unit 123.
The integrated units implemented in the form of software functional modules described above may be stored in a computer readable storage medium. The software functional module is stored in a storage medium, and includes several instructions for causing a computer device (which may be a personal computer, a computer device, or a network device, etc.) or a processor (processor) to execute portions of the missing number detection method according to the embodiments of the present invention.
The integrated modules/units of the electronic device 1 may be stored in a computer readable storage medium if implemented in the form of software functional units and sold or used as separate products. Based on this understanding, the present invention may also be implemented by a computer program for instructing a relevant hardware device to implement all or part of the procedures of the above-mentioned embodiment method, where the computer program may be stored in a computer readable storage medium and the computer program may be executed by a processor to implement the steps of each of the above-mentioned method embodiments.
Wherein the computer program comprises computer program code which may be in source code form, object code form, executable file or some intermediate form etc. The computer readable medium may include: any entity or device capable of carrying the computer program code, a recording medium, a U disk, a removable hard disk, a magnetic disk, an optical disk, a computer Memory, a Read-Only Memory (ROM).
Further, the computer-usable storage medium may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function, and the like; the storage data area may store data created from the use of blockchain nodes, and the like.
The blockchain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, consensus mechanism, encryption algorithm and the like. The Blockchain (Blockchain), which is essentially a decentralised database, is a string of data blocks that are generated by cryptographic means in association, each data block containing a batch of information of network transactions for verifying the validity of the information (anti-counterfeiting) and generating the next block. The blockchain may include a blockchain underlying platform, a platform product services layer, an application services layer, and the like.
The bus may be a peripheral component interconnect standard (peripheral component interconnect, PCI) bus or an extended industry standard architecture (extended industry standard architecture, EISA) bus, among others. The bus may be classified as an address bus, a data bus, a control bus, etc. For ease of illustration, only one arrow is shown in FIG. 3, but only one bus or one type of bus is not shown. The bus is arranged to enable a connection communication between the memory 12 and at least one processor 13 or the like.
Although not shown, the electronic device 1 may further comprise a power source (such as a battery) for powering the various components, which may preferably be logically connected to the at least one processor 13 via a power management means, so as to perform functions such as charge management, discharge management, and power consumption management via the power management means. The power supply may also include one or more of any of a direct current or alternating current power supply, recharging device, power failure detection circuit, power converter or inverter, power status indicator, etc. The electronic device 1 may further include various sensors, bluetooth modules, wi-Fi modules, etc., which will not be described herein.
Further, the electronic device 1 may also comprise a network interface, optionally the network interface may comprise a wired interface and/or a wireless interface (e.g. WI-FI interface, bluetooth interface, etc.), typically used for establishing a communication connection between the electronic device 1 and other electronic devices.
The electronic device 1 may optionally further comprise a user interface, which may be a Display, an input unit, such as a Keyboard (Keyboard), or a standard wired interface, a wireless interface. Alternatively, in some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch, or the like. The display may also be referred to as a display screen or display unit, as appropriate, for displaying information processed in the electronic device 1 and for displaying a visual user interface.
It should be understood that the embodiments described are for illustrative purposes only and are not limited to this configuration in the scope of the patent application.
Fig. 3 shows only an electronic device 1 with components 12-13, it being understood by a person skilled in the art that the structure shown in fig. 3 does not constitute a limitation of the electronic device 1, and may comprise fewer or more components than shown, or may combine certain components, or a different arrangement of components.
In connection with fig. 1, the memory 12 in the electronic device 1 stores a plurality of instructions to implement a missing number detection method, the processor 13 being executable to implement:
detecting the state identification of the current task at fixed time, and determining the execution state of the current task according to the state identification;
when the current task is executed, acquiring all certificate numbers in the current task;
determining a maximum credential number from the all credential numbers, and determining a total number of the all credential numbers;
performing a comparison operation on the numerical value of the maximum credential number and the numerical value of the total number;
when the numerical value of the maximum certificate number is not equal to the numerical value of the total number, assigning the maximum certificate number to a preset variable as a variable value of the preset variable;
Adjusting the variable value based on all the certificate numbers by using a missing number detection model constructed by a reverse insertion method until the value of the variable value is zero, stopping adjustment and obtaining a missing number;
and recording the missing number to a missing number table.
Specifically, the specific implementation method of the above instructions by the processor 13 may refer to the description of the relevant steps in the corresponding embodiment of fig. 1, which is not repeated herein.
In the several embodiments provided in the present invention, it should be understood that the disclosed systems, devices, and methods may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is merely a logical function division, and there may be other manners of division when actually implemented.
The modules described as separate components may or may not be physically separate, and components shown as modules may or may not be physical units, may be located in one place, or may be distributed over multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional module in the embodiments of the present invention may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units can be realized in a form of hardware or a form of hardware and a form of software functional modules.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential characteristics thereof.
The present embodiments are, therefore, to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference signs in the claims shall not be construed as limiting the claim concerned.
Furthermore, it is evident that the word "comprising" does not exclude other elements or steps, and that the singular does not exclude a plurality. A plurality of units or means recited in the system claims can also be implemented by means of software or hardware by means of one unit or means. The terms second, etc. are used to denote a name, but not any particular order.
Finally, it should be noted that the above-mentioned embodiments are merely for illustrating the technical solution of the present invention and not for limiting the same, and although the present invention has been described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications and equivalents may be made to the technical solution of the present invention without departing from the spirit and scope of the technical solution of the present invention.

Claims (9)

1. A missing number detection method, characterized in that the missing number detection method comprises:
detecting the state identification of the current task at fixed time, and determining the execution state of the current task according to the state identification;
delaying the execution of missing number detection when the current task is not executed, and acquiring all certificate numbers in the current task when the current task is executed;
determining a maximum credential number from the all credential numbers, and determining a total number of the all credential numbers;
performing a comparison operation on the numerical value of the maximum credential number and the numerical value of the total number;
when the numerical value of the maximum certificate number is not equal to the numerical value of the total number, assigning the maximum certificate number to a preset variable as a variable value of the preset variable;
And adjusting the variable value based on the all certificate numbers by using a missing number detection model constructed by a reverse insertion method until the value of the variable value is zero, stopping adjusting and obtaining the missing number, wherein the method comprises the following steps of: A. acquiring a voucher with the largest value from the vouchers which are not assigned to the preset variable; B. performing contrast operation on the obtained numerical value of the certificate number and the current variable value; C. when the obtained value of the certificate number is not equal to the current variable value, the missing number is obtained by taking the size of the current variable value as the number of the certificate number, and a subtracting operation is carried out on the current variable value so as to update the current variable value; or when the obtained value of the certificate number is equal to the current variable value, performing one subtracting operation on the current variable value to update the current variable value; stopping execution when the current variable value is updated to zero;
and recording the missing number to a missing number table.
2. The missing number detection method of claim 1, wherein the missing number detection method further includes:
and when the maximum credential number is equal to the total number, determining that the missing number does not exist in the current task, and stopping missing number detection of the current task.
3. The missing number detection method of claim 1, wherein the missing number detection method further includes:
when the missing number is detected to be stored in the missing number list, the missing number is forbidden to be written into the missing number list; or alternatively
And when the missing number is detected to be not stored in the missing number list, writing the missing number into the missing number list.
4. The missing number detection method of claim 1, wherein the missing number detection method further includes:
responding to a use request of the certificate number, and acquiring any certificate number from the missing number list;
when the acquired certificate number is detected to be used, deleting the acquired certificate number from the missing number table.
5. The missing number detection method of claim 1, wherein the missing number detection method further includes:
in response to a request for use of a credential number, when no credential number exists in the missing number table, a new credential number is requested from a designated server.
6. The missing number detection method of claim 1, wherein the missing number detection method further includes:
Determining the number of the missing numbers;
when the number of the missing numbers is greater than or equal to a preset threshold value, acquiring an execution log of the current task;
identifying an error identification in the execution log to locate a failure point;
judging the type of the fault point;
retrieving a solution corresponding to the type of the fault point from a database;
and generating alarm information by the fault point and the solution to alarm.
7. A missing number detection device, characterized in that the missing number detection device comprises:
the detection unit is used for detecting the state identification of the current task at fixed time and determining the execution state of the current task according to the state identification;
the acquisition unit is used for delaying the execution of missing number detection when the current task is not executed, and acquiring all the certificate numbers in the current task when the current task is executed;
a determining unit configured to determine a maximum credential number from among the all credential numbers, and determine a total number of the all credential numbers;
a comparison unit, configured to perform a comparison operation on the numerical value of the maximum credential number and the numerical value of the total number;
The assignment unit is used for assigning the maximum certificate number to a preset variable as a variable value of the preset variable when the value of the maximum certificate number is unequal to the value of the total number;
the adjusting unit is configured to adjust the variable value based on the all credential numbers by using a missing number detection model constructed by a reverse insertion method until the variable value is zero, stop the adjustment and obtain a missing number, and includes: A. acquiring a voucher with the largest value from the vouchers which are not assigned to the preset variable; B. performing contrast operation on the obtained numerical value of the certificate number and the current variable value; C. when the obtained value of the certificate number is not equal to the current variable value, the missing number is obtained by taking the size of the current variable value as the number of the certificate number, and a subtracting operation is carried out on the current variable value so as to update the current variable value; or when the obtained value of the certificate number is equal to the current variable value, performing one subtracting operation on the current variable value to update the current variable value; stopping execution when the current variable value is updated to zero;
and the recording unit is used for recording the missing number to a missing number list.
8. An electronic device, the electronic device comprising:
a memory storing at least one instruction; a kind of electronic device with high-pressure air-conditioning system
A processor executing instructions stored in the memory to implement the missing number detection method of any of claims 1 to 6.
9. A computer-readable storage medium, characterized by: the computer-readable storage medium has stored therein at least one instruction that is executed by a processor in an electronic device to implement the missing number detection method of any of claims 1 to 6.
CN202010470715.9A 2020-05-28 2020-05-28 Missing number detection method and device, electronic equipment and storage medium Active CN111694843B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202010470715.9A CN111694843B (en) 2020-05-28 2020-05-28 Missing number detection method and device, electronic equipment and storage medium
PCT/CN2020/122282 WO2021114877A1 (en) 2020-05-28 2020-10-20 Missing-number detection method, apparatus, electronic device, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010470715.9A CN111694843B (en) 2020-05-28 2020-05-28 Missing number detection method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111694843A CN111694843A (en) 2020-09-22
CN111694843B true CN111694843B (en) 2023-09-22

Family

ID=72478508

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010470715.9A Active CN111694843B (en) 2020-05-28 2020-05-28 Missing number detection method and device, electronic equipment and storage medium

Country Status (2)

Country Link
CN (1) CN111694843B (en)
WO (1) WO2021114877A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111694843B (en) * 2020-05-28 2023-09-22 平安科技(深圳)有限公司 Missing number detection method and device, electronic equipment and storage medium
CN112633251A (en) * 2021-01-07 2021-04-09 南方电网深圳数字电网研究院有限公司 Text recognition-based target document acquisition method and device and storage medium
CN116362816B (en) * 2023-05-30 2023-09-26 浙江爱信诺航天信息技术有限公司 Voucher information omission recognition and processing method, system and medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5912630A (en) * 1997-01-17 1999-06-15 Mccullough; Robert K. Skipped number display for customer service control system
CN108776759A (en) * 2018-04-16 2018-11-09 江苏大学 A kind of automatic queuing's form number management system and method based on mandate

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5729744A (en) * 1996-06-10 1998-03-17 International Business Machine Corp. Method and system of enhanced versioning control of objects in a data processing system using change control information which includes reasons for changes
US9852167B2 (en) * 2014-07-25 2017-12-26 Sap Se Efficient allocation of numbers in a non-contiguous list using gap values
CN107992870A (en) * 2017-12-08 2018-05-04 中电智能卡有限责任公司 A kind of card number detection method and system
CN111026755B (en) * 2019-12-06 2023-05-02 中国银行股份有限公司 Transaction sequence number acquisition method and device based on full sequence number generator
CN111694843B (en) * 2020-05-28 2023-09-22 平安科技(深圳)有限公司 Missing number detection method and device, electronic equipment and storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5912630A (en) * 1997-01-17 1999-06-15 Mccullough; Robert K. Skipped number display for customer service control system
CN108776759A (en) * 2018-04-16 2018-11-09 江苏大学 A kind of automatic queuing's form number management system and method based on mandate

Also Published As

Publication number Publication date
CN111694843A (en) 2020-09-22
WO2021114877A1 (en) 2021-06-17

Similar Documents

Publication Publication Date Title
CN111694843B (en) Missing number detection method and device, electronic equipment and storage medium
CN111767268B (en) Database table partitioning method and device, electronic equipment and storage medium
CN103294752B (en) Online verification method and system of a standby database in log shipping physical replication environment
CN112015663B (en) Test data recording method, device, equipment and medium
WO2021189855A1 (en) Image recognition method and apparatus based on ct sequence, and electronic device and medium
CN111950621A (en) Target data detection method, device, equipment and medium based on artificial intelligence
CN111949708A (en) Multi-task prediction method, device, equipment and medium based on time sequence feature extraction
WO2021248656A1 (en) Blockchain-based electronic ticket handling method and apparatus, device, and storage medium
WO2022095519A1 (en) Customs clearance inspection method, apparatus, electronic device, and computer-readable storage medium
CN111985545A (en) Target data detection method, device, equipment and medium based on artificial intelligence
CN113032543B (en) Dialogue diagnosis method, device, equipment and medium based on stack structure
CN112560721B (en) Non-perception model switching method and device, electronic equipment and storage medium
CN113419718A (en) Data transmission method, device, equipment and medium
CN116483747B (en) Quotation snapshot issuing method, device, equipment and medium
CN111857883A (en) Page data checking method and device, electronic equipment and storage medium
CN113297228B (en) MySQL writing method, device, equipment and medium based on multiple live instances
CN115086047B (en) Interface authentication method and device, electronic equipment and storage medium
CN114185622B (en) Page loading method, device, equipment and storage medium
CN112631998B (en) Folder display method and related equipment
CN110716939B (en) Data management method, electronic device, system and medium
CN116225789B (en) Transaction system backup capability detection method, device, equipment and medium
CN112000945B (en) Authorization method, device, equipment and medium based on artificial intelligence
CN116340295B (en) Data migration method and device based on multi-type data sources
CN116860508B (en) Distributed system software defect continuous self-healing method, device, equipment and medium
CN116306591B (en) Flow form generation method, device, equipment and medium

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
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 40029441

Country of ref document: HK

GR01 Patent grant
GR01 Patent grant