WO2020258655A1 - 数据校验方法、装置、计算机设备和存储介质 - Google Patents

数据校验方法、装置、计算机设备和存储介质 Download PDF

Info

Publication number
WO2020258655A1
WO2020258655A1 PCT/CN2019/117560 CN2019117560W WO2020258655A1 WO 2020258655 A1 WO2020258655 A1 WO 2020258655A1 CN 2019117560 W CN2019117560 W CN 2019117560W WO 2020258655 A1 WO2020258655 A1 WO 2020258655A1
Authority
WO
WIPO (PCT)
Prior art keywords
string
verification
character string
matched
data
Prior art date
Application number
PCT/CN2019/117560
Other languages
English (en)
French (fr)
Inventor
王旭
戚强
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2020258655A1 publication Critical patent/WO2020258655A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/90335Query processing
    • G06F16/90344Query processing by using string matching techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication

Definitions

  • This application relates to a data verification method, device, computer equipment and storage medium.
  • the stored user information may be distributed in different storage locations in the form of multiple sets. At present, it is only possible to load the stored information distributed in each storage location one by one, and then match the information entered by the user separately.
  • This method requires a separate verification code for each stored information, especially when the information to be verified is relatively When it is complicated, if there are multiple user information that needs to be verified, step-by-step verification is required, and when the data distribution of the stored information corresponding to each user information is too large, using this method makes the code repetitive and the verification step It is complicated and the verification efficiency is low.
  • a data verification method, device, computer equipment, and storage medium are provided.
  • a data verification method including:
  • the data verification result is returned to the terminal.
  • a data verification device includes:
  • the request receiving module is used to receive the data verification request sent by the terminal;
  • the target data extraction module is used to extract the character string to be verified and the service node identifier from the data verification request;
  • a pre-stored data search module which is used to search the pre-stored character string and check type corresponding to the service node identifier
  • the target data processing module is used to standardize the character string to be verified according to the verification type to generate the character string to be matched, and to standardize the pre-stored character string according to the verification type to generate a target String array
  • the verification module is configured to input the string to be matched and the target string array into a preset matching verification model to obtain a data verification result;
  • the result feedback module is used to return the data verification result to the terminal.
  • a computer device includes a memory and one or more processors.
  • the memory stores computer-readable instructions.
  • the computer-readable instructions are executed by the one or more processors, the one or more Each processor performs the following steps:
  • the data verification result is returned to the terminal.
  • One or more non-volatile computer-readable storage media storing computer-readable instructions, which when executed by one or more processors, cause the one or more processors to perform the following steps:
  • the data verification result is returned to the terminal.
  • Fig. 1 is an application scenario diagram of a data verification method according to one or more embodiments.
  • Fig. 2 is a schematic flowchart of a data verification method according to one or more embodiments.
  • Fig. 3 is a schematic flowchart of target data processing steps according to one or more embodiments.
  • Fig. 4 is a schematic flowchart of a target data processing step according to another or more embodiments.
  • Fig. 5 is a block diagram of a data verification device according to one or more embodiments.
  • Figure 6 is a block diagram of a computer device according to one or more embodiments.
  • the data verification method provided in this application can be applied to the application environment as shown in FIG. 1.
  • the terminal 102 and the server 104 communicate through the network.
  • the terminal 102 sends a data verification request carrying the information to be verified to the server 104.
  • the server 104 extracts the character string to be verified and the service node identifier from the data verification request; finds the pre-stored corresponding to the service node identifier String and verification type; standardize the string to be verified according to the verification type to generate the string to be matched, and standardize the pre-stored string according to the verification type to generate the target string array; the string to be matched Input the preset matching verification model with the target string array to obtain the data verification result; the server 104 returns the obtained data verification result to the terminal 102.
  • the terminal 102 may be, but is not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices.
  • the server 104 may be implemented by an independent server or a server cluster composed of multiple servers.
  • a data verification method is provided.
  • the method is applied to the server 104 in FIG. 1 as an example for description.
  • the method includes the following steps:
  • Step 210 Receive a data verification request sent by the terminal.
  • the terminal When the operation performed by the user on the terminal requires data verification, the terminal obtains the service node identifier of the service node currently operated by the user, and obtains the data to be verified input, entered or selected by the user, and the terminal generates the service node identifier and the waiting data.
  • the data verification request of the verification data sends the generated data verification request to the server, and the server receives the data verification request sent by the terminal,
  • Step 220 Extract the character string to be verified and the service node identifier from the data verification request.
  • the server extracts the character string to be verified and the business node identifier from the received data verification request.
  • the character string to be verified is the required and optional information entered or selected by the user in the current operational business node.
  • the business node identification is used To uniquely identify the business node.
  • the string to be verified may include numbers, English characters, Chinese characters, special symbols, etc.
  • Step 230 Search for a pre-stored character string and verification type corresponding to the service node identifier.
  • the pre-stored character string is the pre-stored business information corresponding to the business node, and the number of pre-stored character strings is multiple.
  • the business node is a user registration node
  • the user name needs to be verified to verify whether the user is a registered user.
  • the character string to be verified is the user name character string entered by the user, and the corresponding pre-stored character string is all user name character strings that have been registered stored on the server.
  • the verification type is set according to the data type that the business node needs to verify. For example, it can be an independent data verification type, and the data to be verified is a separate string, such as a separate verification user name; it can also be a combined data verification Type. For example, when the service node is a user login node, both the user name and password need to be verified.
  • the verification type can also be other verification types. Different verification types correspond to different data processing and verification rules.
  • the mapping relationship between the service node identifier, the pre-stored character string and the verification information of the verification type is stored in the server in advance.
  • the verification information mapping relationship can be maintained through the verification information table.
  • the mapping relationship between the business node identifier and the verification type, and the mapping relationship between the business node identifier and the data set identifier to which the pre-stored character string belongs are all stored in the school.
  • the server can obtain the pre-stored verification information table, find the verification type and the data combination identifier that have a mapping relationship with the business node identifier from the verification information table, and obtain the pre-stored data set in the data set corresponding to the data set identifier String.
  • Step 240 Perform standardization processing on the string to be verified according to the verification type to generate a string to be matched, and perform standardization processing on the pre-stored string according to the verification type to generate a target string array.
  • the server obtains the data processing logic corresponding to the verification type, processes the string to be verified according to the data processing rules, and generates the string to be matched after processing.
  • the server obtains the single data verification
  • Data processing logic can include format standardization processing, processing steps such as removing spaces and removing garbled characters for the string to be verified;
  • the verification type is multiple data verification, that is, when the number of strings to be verified is multiple .
  • the server obtains the data processing logic for multiple data verification, which may include processing steps such as combining or splitting them.
  • the server uses pre-stored character strings as array elements, or generates array elements based on pre-stored character strings, and combines the array elements to generate a target string array. Different check types may correspond to different array element processing methods, element arrangements, combination methods, etc. .
  • Step 250 Input the string to be matched and the target string array into a preset matching verification model to obtain a data verification result.
  • the preset matching verification model is a loop verification program, which can be written by loop codes such as for loops.
  • the verification logic is set in the preset matching verification model, and different verification types correspond to different verification logics, and the server obtains the preset matching verification model that matches the verification type.
  • the server inputs the string to be matched and the target string array into the preset matching verification model, automatically compares the string to be matched with the string of the target string array, and obtains the data verification result according to the verification logic. For example, some verification logic is that if one of the strings to be matched successfully matches a string in the target string array, the verification is successful, and some verification logic is that all strings to be matched are in the target string array. If the strings are successfully matched, the verification is successful.
  • Step 260 Return the data verification result to the terminal.
  • the server returns the generated data verification result to the terminal, so that the terminal can determine whether to continue the processing of the next service node according to the data verification result.
  • the server when the server receives the data verification request, it determines the data verification type according to the service node corresponding to the data to be verified, and processes the data to be verified and the corresponding pre-stored data according to the verification type, so that the data to be verified And pre-stored data both form a unified and standardized format to be verified matching data.
  • the data processing according to the verification type makes the data processing process more in line with the characteristics of the business node data, more targeted, and directly load the string array and pass the pre- Set the matching verification model to perform batch matching verification between the data to be verified and all the data contained in the target string array, so as to realize the unified verification of the data to be verified and all pre-stored target data, eliminating the need for multiple pre-stored target data. Search and compare, thereby simplifying the data verification steps and effectively improving the efficiency of information verification.
  • the string to be verified is standardized according to the verification type to generate the string to be matched, and the pre-stored string is standardized according to the verification type to generate the target string array
  • Target data processing steps can include:
  • Step 241 When the verification type is an independent verification type, standardize the string to be verified to obtain the string to be matched.
  • the independent verification type is a case where the information to be verified contained in the character string to be verified is single.
  • the server determines that the verification type of the current operating node is an independent verification type, the server performs standardized processing on the string to be verified, such as data format processing on the string to be verified, such as removing spaces and removing garbled characters.
  • the server judges the format of the string to be verified, such as verifying whether the number of string to be verified is one, whether the string to be verified is empty, etc. If the format verification fails, a prompt of input information error is generated and returned to the terminal; if the format verification succeeds, the step of standardizing the string to be verified is continued.
  • Step 243 Combine the pre-stored character strings to obtain a target character string array.
  • the pre-stored character string found by the server can be one or more character string sets. When there are multiple character string sets, the multiple character string sets are combined to generate an array.
  • the arrangement position of multiple string sets in the target string array can be set randomly, and can be set according to the arrangement sequence of the sets.
  • the content of the current business node verification is whether the employee number entered by the user belongs to department A, and the employee number data of department A is divided according to the group in the department, so the pre-stored string found by the server can be the employee number of group A1 Set, A2 group employee number set and A3 group employee number set, the server combines these three sets to generate a target string array.
  • the string to be verified is standardized according to the verification type to generate the string to be matched, and the pre-stored string is standardized according to the verification type to generate the target string array
  • Target data processing steps can include:
  • Step 242 When the verification type is the combined verification type, extract the element string from the string to be verified, and generate the string to be matched according to the element string.
  • the combined verification type is the case where there are multiple information to be verified contained in the string to be verified. For example, when a user logs in to a service node, the user name and login password need to be verified. At this time, the checksum corresponding to the service node
  • the verification type is the combined verification type.
  • the multiple information is usually separated by a separator.
  • the server determines that the verification type of the current operating node is a combined verification type, the server can use the separator in the string to be verified. Divide the string to be verified, and extract the strings before and after the separation as element strings. Further, before extracting the element string, the server may first perform standardization processing on the string to be verified.
  • the server processes the extracted element string, and the specific processing method is determined according to the verification logic in the preset matching verification model. If the verification logic is to match each verification information separately, there is no need to match the element characters
  • the string is processed separately, the element string is the string to be matched, and some verification logic is to merge and match all the verification information, then all the element strings are spliced to generate the string to be matched, or other methods can be used to match
  • the element string is processed to obtain the string to be matched.
  • Step 244 Extract a string set corresponding to each element string from the pre-stored string, and generate a target string array based on the string set.
  • the server extracts a string set corresponding to each element string from the pre-stored string, and the number of string sets corresponding to each element string can be one or more.
  • the server's processing method of string collection is consistent with the processing method of element characters, that is, it is determined according to the verification logic in the preset matching verification model. If any, no special processing is required, and the string corresponding to each element string is collected Permutation and combination are sufficient, and some may require operations such as splicing and merging elements at corresponding positions in the string set corresponding to multiple element strings.
  • the step of generating the character string to be matched according to the element string may include: when the combined check type is the AND operator subclass, obtaining a preset connector; connecting the element string through the preset connector to generate The string to be matched.
  • the combined verification Types can be divided into multiple sub-types.
  • the subclass of AND operation in the combined check type means that all information needs to be checked, and the check result is a successful check only when all the information is checked successfully.
  • the server determines that the subtype of the combined verification type corresponding to the business node identifier is the AND operator subtype, the server obtains a preset connector, which is a standardized string that will not appear in the string to be verified Characters or symbols, the number of characters of the preset connector can be one or more, for example, the preset connector can be &, *, ⁇ , or Greek letters, etc.
  • the server connects all the extracted element strings through a preset connector to generate a string to be matched, thereby processing multiple element strings into a string to be matched containing multiple verification information.
  • generating the target string array according to the string set may include: obtaining the splicing order of the element strings in the string to be matched; sorting the string sets according to the splicing order; and sorting the sorted characters
  • the substrings at corresponding positions in the string set are connected by a preset connector to generate a spliced string; and a target string array is generated according to the spliced string.
  • the server obtains the splicing order of each element string in the generated string to be matched, and sorts the string set corresponding to the element string according to the obtained splicing order. The arrangement positions of the substrings in the string set correspond to each other. If the user name and the corresponding password are in the same position in the respective string sets, the server connects the substrings at the corresponding positions in all the string sets into a splicing string through a preset connector, and splices all the strings The strings are combined into a target string array.
  • the server finds whether there is a spliced string that is exactly the same as the string to be matched in the target string array, if it finds the exact match If the spliced string is matched successfully, otherwise the match fails. Therefore, the verification problem of multiple verification information can be solved through only one matching process, which can effectively improve the efficiency of data verification.
  • the received string to be verified is username; password, the string to be matched after processing is username and password, the default connector in the server is &, and the concatenated string to be matched is username&password ;
  • the target string array array formed by splicing the substrings at corresponding positions in the pre-stored string set is [wang&304;li&890;user&pass;uname&pword].
  • the step of inputting the string to be matched and the target string array into the preset matching verification model to obtain the data verification result may include: when the combined verification type is an OR operation subclass, according to each element character String and the corresponding string set to generate an element check group, and input the element check group one by one into the preset matching check model; when the model output result of the first element check group is that the match fails, continue to the next element
  • the verification group inputs the preset matching verification model until the output result of the successfully matched model is obtained, the data verification is ended, and the data verification result that the data verification is successful is generated.
  • the subclass of OR operation in the combined check type means that it is not necessary to check all the information successfully, as long as one of the information check succeeds, the data check succeeds.
  • the server determines that the subtype of the combined check type corresponding to the service node identifier is the OR operation subtype, the server sets each element string and its corresponding string to generate an element check group, and divides each element check group one by one Enter the preset matching verification model for data verification.
  • the element verification group is successfully verified, otherwise, the element verification group verification fails .
  • the server's verification result of the first element verification group is a match failure, it continues to input the second element verification group into the preset matching verification model, if the verification result of the second element verification group is When the matching fails, continue to input the next element check group into the preset matching check model, until the output result of the matching model is obtained, the data check ends, and the data check result that the data check succeeds is generated. If the output results of all element check groups are matching failures, a data check result that fails the data check is generated.
  • the step of inputting the string to be matched and the target string array into the preset matching verification model to obtain the data verification result may include: when the combined verification type is the AND operation subclass, according to each element string Generate element verification groups with the corresponding string set, and input the element verification groups one by one into the preset matching verification model; when the model output results of all element verification groups are matched successfully, then generate data with successful data verification Check the result.
  • the server determines that the subtype of the combined check type corresponding to the service node identifier is the AND operation subtype, the server generates an element check group by combining each element character string and its corresponding character string, and each element check group is one by one Enter the preset matching verification model for data verification.
  • the element verification group is successfully verified, otherwise, the element verification group verification fails .
  • the server inputs the element verification groups into the preset matching verification model one by one.
  • the element verification group has a failed model output result, it ends the data verification process and generates a data verification result that fails the data verification.
  • the model output results of all element verification groups are matched successfully, a data verification result that fails the data verification is generated.
  • the checksum in the checksum subclass of the AND operation can set a priority level, which is set in advance and mapped and stored with the service node identifier.
  • the server inputs the element check group corresponding to each information into the preset matching check model according to the order of priority from high to low, and the element check groups of the same level can be randomly arranged. Therefore, the verification can be terminated immediately when the verification of the higher-level information fails, and there is no need to verify the lower-level information, which can effectively save the verification time.
  • the obtained information to be matched is the department name of the department and the names of the group members in it.
  • the department names need to be checked to determine whether they exist, and then the group member names are checked.
  • a data verification device including: a request receiving module 510, a target data extraction module 520, a pre-stored data search module 530, a target data processing module 540, and a verification module 550 And result feedback module 560, where:
  • the request receiving module 510 is configured to receive a data verification request sent by the terminal.
  • the target data extraction module 520 is configured to extract the character string to be verified and the service node identifier from the data verification request.
  • the pre-stored data search module 530 is used to search for the pre-stored character string and check type corresponding to the service node identifier;
  • the target data processing module 540 is configured to standardize the string to be verified according to the verification type to generate the string to be matched, and to standardize the pre-stored string according to the verification type to generate a target string array.
  • the verification module 550 is configured to input the string to be matched and the target string array into a preset matching verification model to obtain a data verification result.
  • the result feedback module 560 is used to return the data verification result to the terminal.
  • the target data processing module 540 may include:
  • the standard processing unit is used for standardizing the string to be verified to obtain the string to be matched when the verification type is an independent verification type.
  • the first array generating unit is used for data combination of the pre-stored character strings to obtain the target character string array.
  • the target data processing module 540 may include:
  • the element processing unit is used to extract the element string from the string to be verified when the verification type is the combined verification type, and generate the string to be matched according to the element string.
  • the second array generating unit is used to extract a string set corresponding to each element string from the pre-stored string, and generate a target string array according to the string set.
  • the element processing unit may include:
  • the connector obtaining subunit is used to obtain the preset connector when the combined check type is the AND operator subclass.
  • connection subunit is used to connect the element strings through the preset connector to generate the string to be matched.
  • the second array generating unit may include:
  • the sequence acquisition subunit is used to acquire the splicing sequence of the string of elements in the string to be matched.
  • the sorting subunit is used to sort the collections of strings according to the splicing order.
  • the splicing subunit is used to connect the substrings at corresponding positions in the sorted character string sets through a preset connector to generate spliced character strings.
  • the generation processing subunit is used to generate the target string array according to the spliced string.
  • the verification module 550 may include:
  • the verification group generation unit is used to generate an element verification group according to each element string and the corresponding string set when the combined verification type is an OR operation subclass, and input the element verification groups one by one into the preset matching verification model .
  • the first matching unit is used for when the model output result of the first element verification group is a matching failure, then continue to input the next element verification group into the preset matching verification model until the successful matching model output result is obtained , End data verification, and generate data verification result with successful data verification.
  • the verification module 550 may include:
  • the verification group generation unit is used to generate an element verification group according to each element string and the corresponding string set when the combined verification type is the AND operation subclass, and input the element verification groups one by one into the preset matching verification model .
  • the second matching unit is used to generate a data verification result that the data verification succeeds when the model output results of all element verification groups are matched successfully.
  • a computer device is provided.
  • the computer device may be a server, and its internal structure diagram may be as shown in FIG. 6.
  • the computer equipment includes a processor, a memory, a network interface and a database connected through a system bus. Among them, the processor of the computer device is used to provide calculation and control capabilities.
  • the memory of the computer device includes a non-volatile storage medium and an internal memory.
  • the non-volatile storage medium stores an operating system, computer readable instructions, and a database.
  • the internal memory provides an environment for the operation of the operating system and computer-readable instructions in the non-volatile storage medium.
  • the database of the computer equipment is used to store data related to data verification.
  • the network interface of the computer device is used to communicate with an external terminal through a network connection.
  • the computer readable instruction is executed by the processor to realize a data verification method.
  • FIG. 6 is only a block diagram of part of the structure related to the solution of the present application, and does not constitute a limitation on the computer device to which the solution of the present application is applied.
  • the specific computer device may Including more or fewer parts than shown in the figure, or combining some parts, or having a different arrangement of parts.
  • a computer device including a memory and one or more processors.
  • the memory stores computer-readable instructions.
  • the one or more processors perform the following steps: receiving data sent by a terminal Verification request; extract the character string to be verified and the business node identifier from the data verification request; find the pre-stored character string and verification type corresponding to the business node identifier; standardize the string to be verified according to the verification type, and generate Match the string and standardize the pre-stored string according to the verification type to generate a target string array; input the string to be matched and the target string array into the preset matching verification model to obtain the data verification result; verify the data The result is returned to the terminal.
  • the processor when the processor executes the computer-readable instructions, the processor performs standardization processing on the character string to be checked according to the check type, generates the character string to be matched, and standardizes the pre-stored character string according to the check type to generate the target character
  • the step of string array is also used for: when the verification type is an independent verification type, the string to be verified is standardized to obtain the string to be matched; the pre-stored string is combined with data to obtain the target string array.
  • the processor when the processor executes the computer-readable instruction, it implements standardization processing of the character string to be verified according to the verification type to generate the character string to be matched, and standardizes the pre-stored character string according to the verification type to generate the target character
  • the step of string array is also used: when the verification type is a combined verification type, extract the element string from the string to be verified, and generate the string to be matched according to the element string; extract the string from the prestored string
  • the string collection corresponding to each element string, and the target string array is generated according to the string collection.
  • the processor when the processor executes the computer-readable instruction to realize the step of generating the character string to be matched according to the element character string, it is also used to: when the combined check type is the AND operator subclass, obtain the preset connector; The element strings are connected by a preset connector to generate a string to be matched.
  • the processor when the processor executes the computer-readable instruction to realize the step of generating the target string array according to the string set, it is also used to: obtain the splicing order of each element string in the string to be matched; The string collection is sorted; the substrings at the corresponding positions in the sorted string collections are connected through a preset connector to generate a spliced string; the target string array is generated according to the spliced string.
  • the processor when the processor executes the computer-readable instruction, it is also used when the processor executes the step of inputting the string to be matched and the target string array into the preset matching verification model to obtain the data verification result: when the combined verification type is Or when operating subclasses, generate element check groups based on each element string and the corresponding string set, and input the element check groups one by one into the preset matching check model; when the model output result of the first element check group is When the matching fails, continue to input the next element check group into the preset matching check model, until the output result of the matching model is obtained, the data check ends, and the data check result that the data check succeeds is generated.
  • the processor when the processor executes the computer-readable instruction, it is also used when the processor executes the step of inputting the string to be matched and the target string array into the preset matching verification model to obtain the data verification result: when the combined verification type is When the AND operation subclass is used, the element verification group is generated according to each element string and the corresponding string set, and the element verification group is input into the preset matching verification model one by one; when the model output results of all element verification groups are matching When successful, a data verification result indicating successful data verification is generated.
  • One or more non-volatile computer-readable storage media storing computer-readable instructions.
  • the one or more processors perform the following steps: Data verification request; extract the character string to be verified and the business node identifier from the data verification request; search for the pre-stored character string and verification type corresponding to the business node identifier; standardize the string to be verified according to the verification type, and generate The string to be matched is standardized and the pre-stored string is processed according to the verification type to generate a target string array; the string to be matched and the target string array are input into the preset matching verification model to obtain the data verification result; the data is verified The test result is returned to the terminal.
  • the character string to be checked is standardized according to the check type to generate the string to be matched
  • the pre-stored character string is standardized according to the check type to generate the target
  • the step of the string array is also used for: when the verification type is an independent verification type, the string to be verified is standardized to obtain the string to be matched; the pre-stored string is combined with data to obtain the target string array.
  • the string to be checked is standardized according to the check type to generate the string to be matched, and the pre-stored string is standardized according to the check type to generate the target
  • the step of string array is also used: when the verification type is a combined verification type, extract the element string from the string to be verified, and generate the string to be matched according to the element string; extract from the pre-stored string
  • the string collection corresponding to each element string generates a target string array based on the string collection.
  • the computer-readable instruction when executed by the processor to realize the step of generating the character string to be matched according to the element character string, it is also used to: when the combined check type is the AND operator subclass, obtain the preset connector; The element string is connected through the preset connector to generate the string to be matched.
  • the following steps are further implemented: when the step of generating the target string array according to the string set is implemented, it is also used to: obtain the splicing sequence of the element strings in the string to be matched ; Sort the sets of strings according to the splicing order; connect the substrings at the corresponding positions in the sorted string sets through a preset connector to generate a spliced string; generate a target string array according to the spliced string.
  • the computer-readable instruction when executed by the processor to realize the step of inputting the string to be matched and the target string array into the preset matching verification model to obtain the data verification result, it is also used for: when the combined verification type When it is the subclass of the OR operation, the element verification group is generated according to each element string and the corresponding string set, and the element verification group is input into the preset matching verification model one by one; when the model of the first element verification group outputs the result When the matching fails, continue to input the next element check group into the preset matching check model, until the output result of the matching model is obtained, the data check ends, and the data check result that the data check succeeds is generated.
  • the computer-readable instruction when executed by the processor to realize the step of inputting the string to be matched and the target string array into the preset matching verification model to obtain the data verification result, it is also used for: when the combined verification type When it is the AND operator subclass, the element verification group is generated according to each element string and the corresponding string set, and the element verification group is input into the preset matching verification model one by one; when the model output results of all element verification groups are When the matching is successful, a data verification result indicating successful data verification is generated.
  • Non-volatile memory may include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
  • ROM read only memory
  • PROM programmable ROM
  • EPROM electrically programmable ROM
  • EEPROM electrically erasable programmable ROM
  • Volatile memory may include random access memory (RAM) or external cache memory.
  • RAM is available in many forms, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous chain Channel (Synchlink) DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

一种数据校验方法,包括:接收终端发送的数据校验请求;从数据校验请求中提取待校验字符串和业务节点标识;查找业务节点标识对应的预存字符串和校验类型;根据校验类型对待校验字符串进行标准化处理,生成待匹配字符串,并根据校验类型对预存字符串进行标准化处理,生成目标字符串数组;将待匹配字符串和目标字符串数组输入预设匹配校验模型得到数据校验结果;将数据校验结果返回给终端。

Description

数据校验方法、装置、计算机设备和存储介质
相关申请的交叉引用
本申请要求于2019年6月27日提交中国专利局,申请号为2019105672116,申请名称为“数据校验方法、装置、计算机设备和存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及一种数据校验方法、装置、计算机设备和存储介质。
背景技术
随着计算机技术的迅猛发展,人们日常生活中接触到的网络平台或者应用程序越来越多,在许多网络场景如登陆电子邮箱、登陆社交账号、移动支付下,都需要对用户名、支付口令等信息进行验证,以保证用户使用的安全性。
但是,发明人意识到,在对用户输入的信息进行校验时,一般需要与已存的用户信息进行比对匹配,已存的用户信息可能以多个集合的形式分布在不同的存储位置,目前,只能将逐个加载分布在各存储位置的已存信息,再分别与用户输入的信息进行匹配,这种方式需要针对各已存信息单独编写校验代码,,尤其是当验证的信息较为复杂时,如需要校验的用户信息包含多个,需要分步校验,且每个用户信息对应的已存信息的数据分布又较多时,采用这种方法使得代码的重复度高,验证步骤复杂,验证效率也较低。
发明内容
根据本申请公开的各种实施例,提供一种数据校验方法、装置、计算机设备和存储介质。
一种数据校验方法,包括:
接收终端发送的数据校验请求;
从所述数据校验请求中提取待校验字符串和业务节点标识;
查找所述业务节点标识对应的预存字符串和校验类型;
根据所述校验类型对所述待校验字符串进行标准化处理,生成待匹配字符串,并根据所述校验类型对所述预存字符串进行标准化处理,生成目标字符串数组;
将所述待匹配字符串和所述目标字符串数组输入预设匹配校验模型得到数据校验结果;及
将所述数据校验结果返回给所述终端。
一种数据校验装置,包括:
请求接收模块,用于接收终端发送的数据校验请求;
目标数据提取模块,用于从所述数据校验请求中提取待校验字符串和业务节点标识;
预存数据查找模块,用于查找所述业务节点标识对应的预存字符串和校验类型;
目标数据处理模块,用于根据所述校验类型对所述待校验字符串进行标准化处理,生成待匹配字符串,并根据所述校验类型对所述预存字符串进行标准化处理,生成目标字符串数组;
校验模块,用于将所述待匹配字符串和所述目标字符串数组输入预设匹配校验模型得到数据校验结果;及
结果反馈模块,用于将所述数据校验结果返回给所述终端。
一种计算机设备,包括存储器及一个或多个处理器,所述存储器中储存有计算机可读指令,所述计算机可读指令被所述一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:
接收终端发送的数据校验请求;
从所述数据校验请求中提取待校验字符串和业务节点标识;
查找所述业务节点标识对应的预存字符串和校验类型;
根据所述校验类型对所述待校验字符串进行标准化处理,生成待匹配字符串,并根据所述校验类型对所述预存字符串进行标准化处理,生成目标字符串数组;
将所述待匹配字符串和所述目标字符串数组输入预设匹配校验模型得到数据校验结果;及
将所述数据校验结果返回给所述终端。
一个或多个存储有计算机可读指令的非易失性计算机可读存储介质,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:
接收终端发送的数据校验请求;
从所述数据校验请求中提取待校验字符串和业务节点标识;
查找所述业务节点标识对应的预存字符串和校验类型;
根据所述校验类型对所述待校验字符串进行标准化处理,生成待匹配字符串,并根据所述校验类型对所述预存字符串进行标准化处理,生成目标字符串数组;
将所述待匹配字符串和所述目标字符串数组输入预设匹配校验模型得到数据校验结果;及
将所述数据校验结果返回给所述终端。
本申请的一个或多个实施例的细节在下面的附图和描述中提出。本申请的其它特征和优点将从说明书、附图以及权利要求书变得明显。
附图说明
为了更清楚地说明本申请实施例中的技术方案,下面将对实施例中所需要使用的附图 作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其它的附图。
图1为根据一个或多个实施例中数据校验方法的应用场景图。
图2为根据一个或多个实施例中数据校验方法的流程示意图。
图3为根据一个或多个实施例中目标数据处理步骤的流程示意图。
图4为根据另一个或多个实施例中目标数据处理步骤的流程示意图。
图5为根据一个或多个实施例中数据校验装置的框图。
图6为根据一个或多个实施例中计算机设备的框图。
具体实施方式
为了使本申请的技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。
本申请提供的数据校验方法,可以应用于如图1所示的应用环境中。终端102与服务器104通过网络进行通信。终端102向服务器104发送携带待校验信息的数据校验请求,服务器104接收数据校验请求后,从数据校验请求中提取待校验字符串和业务节点标识;查找业务节点标识对应的预存字符串和校验类型;根据校验类型对待校验字符串进行标准化处理,生成待匹配字符串,并根据校验类型对预存字符串进行标准化处理,生成目标字符串数组;将待匹配字符串和目标字符串数组输入预设匹配校验模型得到数据校验结果;服务器104将得到的数据校验结果返回给终端102。
终端102可以但不限于是各种个人计算机、笔记本电脑、智能手机、平板电脑和便携式可穿戴设备,服务器104可以用独立的服务器或者是多个服务器组成的服务器集群来实现。
在其中一个实施例中,如图2所示,提供了一种数据校验方法,以该方法应用于图1中的服务器104为例进行说明,方法包括以下步骤:
步骤210,接收终端发送的数据校验请求。
当用户在终端上进行的操作需要进行数据验证时,终端获取用户当前操作的业务节点的业务节点标识,并获取用户输入、录入或选择的待校验数据,终端生成携带有业务节点标识和待校验数据的数据校验请求,将生成的数据校验请求发送给服务器,服务器接收终端发送的数据校验请求,
步骤220,从数据校验请求中提取待校验字符串和业务节点标识。
服务器从接收的数据校验请求中提取出待校验字符串和业务节点标识,待校验字符串为用户在当前操作业务节点中输入或选择的必填、选填等信息,业务节点标识用于对业务节点进行唯一标识。待校验字符串可以包括数字、英文字符、中文字符、特殊符号等。
步骤230,查找业务节点标识对应的预存字符串和校验类型。
预存字符串为与业务节点对应的预存业务信息,预存字符串的数量为多个,如业务节点为用户注册节点时,需要对用户名进行校验,校验该用户是否为已经注册的用户,则待校验字符串为用户录入的用户名字符串,对应的预存字符串为服务器上存储的已经注册的所有用户名字符串。
校验类型根据业务节点需要校验的数据类型进行设定,如可以为独立数据校验类型,需要校验的数据为单独的字符串,例如单独校验用户名;也可以为组合数据校验类型,如业务节点为用户登录节点时,需要对用户名和密码两个信息均进行校验,校验类型也可以为其他校验类型。不同的校验类型对应于不同的数据处理、校验规则。
业务节点标识与预存字符串及校验类型的校验信息映射关系事先存储在服务器中。在一个实施例中,校验信息映射关系可以通过校验信息表进行维护,业务节点标识与校验类型的映射关系,业务节点标识与预存字符串所属的数据集合标识的映射关系均存储于校验信息表中,服务器可以获取预存的校验信息表,从校验信息表中查找与业务节点标识具有映射关系的校验类型和数据结合标识,并获取数据集合标识对应的数据集合中的预存字符串。
步骤240,根据校验类型对待校验字符串进行标准化处理,生成待匹配字符串,并根据校验类型对预存字符串进行标准化处理,生成目标字符串数组。
服务器获取校验类型对应的数据处理逻辑,根据数据处理规则对待校验字符串进行处理,处理后生成待匹配字符串,如当校验类型为单数据校验时,服务器获取单数据校验的数据处理逻辑,可以包括格式标准化处理,对待校验字符串进行去空格处理、去乱码处理等处理步骤;当校验类型为多数据校验时,即待校验字符串的数量为多个时,服务器获取多数据校验的数据处理逻辑,其可以包括对其进行组合或拆分等处理步骤。服务器将预存字符串作为数组元素,或根据预存字符串生成数组元素,并将数组元素进行组合生成目标字符串数组,不同校验类型可能对应于不同的数组元素处理方法、元素排列、组合方法等。
步骤250,将待匹配字符串和目标字符串数组输入预设匹配校验模型得到数据校验结果。
预设匹配校验模型为一个循环校验程序,可以由循环代码如for循环编写而成。预设匹配校验模型中设定了校验逻辑,不同的校验类型对应的校验逻辑不同,服务器获取与校验类型相匹配的预设匹配校验模型。服务器将待匹配字符串和目标字符串数组输入预设匹配校验模型中,自动将待匹配字符串中与目标字符串数组的字符串进行比较,根据校验逻辑得到数据校验结果。例如,有的校验逻辑为其中一个待匹配字符串与目标字符串数组中的某个字符串成功匹配则校验成功,有的校验逻辑为所有的待匹配字符串与目标字符串数组中的字符串均成功匹配则校验成功。
步骤260,将数据校验结果返回给终端。
服务器将生成的数据校验结果返回给终端,以供终端根据数据校验结果判断是否继续进行下一业务节点的处理。
上述方法,当服务器接收到数据校验请求时,根据待校验数据对应的业务节点确定数据的校验类型,根据校验类型对待校验数据和对应的预存数据进行处理,使得待校验数据和预存数据均形成统一标准化格式的待校验匹配数据,根据校验类型对进行数据处理使得数据处理过程更加符合业务节点数据的特点,更具针对性,且直接加载字符串数组,并通过预设匹配校验模型将待校验数据与目标字符串数组包含的所有数据进行批量匹配校验,实现待校验数据与所有预存目标数据的统一校验,无需再对多个预存目标数据分步查找和比较,从而简化数据校验步骤,能够有效提高信息校验效率。
在一个实施例中,如图3所示,根据校验类型对待校验字符串进行标准化处理,生成待匹配字符串,并根据校验类型对预存字符串进行标准化处理,生成目标字符串数组的目标数据处理步骤可以包括:
步骤241,当校验类型为独立校验类型时,对待校验字符串进行标准化处理得到待匹配字符串。
独立校验类型为待校验字符串中包含的待校验信息为单个的情况。当服务器判定出当前操作节点的校验类型为独立校验类型时,服务器对待校验字符串进行标准化处理,如对待校验字符串进行数据格式处理,如去空格处理、去乱码处理等。
进一步地,服务器在对待校验字符串进行标准化处理之前,判断待校验字符串进行格式校验,如校验待校验字符串的个数是否为一个,待校验字符串是否为空等,若格式校验失败,则生成输入信息错误的提示返回给终端;若格式校验成功,则继续进行对待校验字符串进行标准化处理的步骤。
步骤243,将预存字符串进行数据组合得到目标字符串数组。
服务器查找到的预存字符串可以为一个或多个字符串集合,当字符串集合为多个时,将多个字符串集合进行组合生成数组。多个字符串集合在目标字符串数组中的排列位置可以随机设置,可以根据集合的排列先后顺序进行设置。
例如,当前业务节点校验的内容为用户输入的员工编号是否属于A部门,而A部门的员工编号数据根据部门中的组别进行划分,所以服务器查找到的预存字符串可以为A1组员工编号集合、A2组员工编号集合和A3组员工编号集合,服务器将这三个集合进行组合生成目标字符串数组。
在一个实施例中,如图4所示,根据校验类型对待校验字符串进行标准化处理,生成待匹配字符串,并根据校验类型对预存字符串进行标准化处理,生成目标字符串数组的目标数据处理步骤可以包括:
步骤242,当校验类型为组合校验类型时,从待校验字符串中提取元素字符串,根据元素字符串生成待匹配字符串。
组合校验类型为待校验字符串中包含的待校验信息为多个的情况,如用户登录业务节点中,需要对用户名和登录密码两个信息进行校验,这时业务节点对应的校验类型即为组合校验类型。
终端获取到多个验证信息时,通常以分隔符将多个信息进行分隔,当服务器判定出当前操作节点的校验类型为组合校验类型时,服务器可以根据待校验字符串中的分隔符对待校验字符串进行划分,并将分隔前后的字符串提取为元素字符串。进一步地,服务器在提取元素字符串之前,可以先对待校验字符串进行标准化处理。
服务器对提取出的元素字符串进行处理,具体的处理方法根据预设匹配校验模型中的校验逻辑进行确定,如有的校验逻辑为各校验信息各自单独匹配,则无需对元素字符串另行处理,元素字符串即为待匹配字符串,有的校验逻辑为对所有的校验信息合并匹配,则将所有的元素字符串进行拼接生成待匹配字符串,也可以采用其他方法对元素字符串进行处理的得到待匹配字符串。
步骤244,从预存字符串中提取出与各元素字符串对应的字符串集合,根据字符串集合生成目标字符串数组。
服务器从预存字符串中提取出与各元素字符串相对应的字符串集合,各元素字符串对应的字符串集合的数量可以为一个或多个。服务器对字符串集合的处理方式与对元素字符的处理方式一致,即根据预设匹配校验模型中的校验逻辑进行确定,如有的无需特别处理,将各元素字符串对应的字符串集合之间排列组合即可,而有的可能需要将多个元素字符串对应的字符串集合中对应位置出的元素进行拼接、合并等操作。
在一个实施例中,根据元素字符串生成待匹配字符串的步骤可以包括:当组合校验类型为与运算子类时,获取预设连接符;将元素字符串通过预设连接符进行连接生成待匹配字符串。
由于组合校验类型需要校验的信息数量为多个,多个信息之间有的可以相互替代,而有的不能相互替代,在不同情况下对信息的校验规则不同,因此,组合校验类型又可以分为多个子类型。组合校验类型中的与运算子类是指需要对所有的信息均进行校验,且对所有信息均校验成功时校验结果才为校验成功。
当服务器判定出该业务节点标识对应的组合校验类型的子类型为与运算子类时,服务器获取预设连接符,预设连接符为经过标准化处理的待校验字符串中不会出现的字符或符号,预设连接符的字符个数可以为一个或多个,例如,预设连接符可以为&、*、^或希腊字母等。服务器将提取出的所有元素字符串通过预设连接符进行连接生成待匹配字符串,从而将多个元素字符串处理为一个包含多个验证信息的待匹配字符串。
在其中一个实施例中,根据字符串集合生成目标字符串数组可以包括:获取待匹配字符串中各元素字符串的拼接顺序;根据拼接顺序对各字符串集合进行排序;将排序后的各字符串集合中对应位置的子字符串通过预设连接符进行连接生成拼接字符串;根据拼接字符串生成目标字符串数组。
服务器获取生成的待匹配字符串中各元素字符串的拼接顺序,根据获取的拼接顺序对元素字符串对应的字符串集合进行排序,字符串集合中各子字符串的排列位置是相互对应的,如用户名和对应的密码在各自字符串集合中的位置是一致的,服务器将所有字符串 集合中对应位置处的子字符串通过预设连接符进行连接成一个拼接字符串,并将所有的拼接字符串组合成一个目标字符串数组。
在将待匹配字符串和目标字符串数组输入预设匹配校验模型进行数据匹配时,服务器查找目标字符串数组中是否存在与待匹配字符串完全一致的拼接字符串时,若查找到完全一致的拼接字符串则匹配成功,否则匹配失败。从而就可以只通过一次匹配过程解决多个验证信息的验证问题,能够有效提高数据校验效率。
例如,接收到的的待校验字符串为username;password,对其处理后得到的待匹配字符串为username和password,服务器中的预设连接符为&,拼接成的待匹配字符串为username&password;对预存字符串集合中对应位置的子字符串拼接后形成的目标字符串数组数组为[wang&304;li&890;user&pass;uname&pword]。
在其中一个实施例中,将待匹配字符串和目标字符串数组输入预设匹配校验模型得到数据校验结果的步骤可以包括:当组合校验类型为或运算子类时,根据各元素字符串和对应的字符串集合生成元素校验组,将元素校验组逐个输入预设匹配校验模型;当第一个元素校验组的模型输出结果为匹配失败时,则继续将下一个元素校验组输入预设匹配校验模型,直至得到匹配成功的模型输出结果时,结束数据校验,并生成数据校验成功的数据校验结果。
组合校验类型中的或运算子类是指无需对所有的信息均校验成功,只要其中一个信息校验成功则数据校验成功。当服务器判定出该业务节点标识对应的组合校验类型的子类型为或运算子类时,服务器将各元素字符串和其对应的字符串集合生成元素校验组,将各元素校验组逐个输入预设匹配校验模型进行数据校验,当字符串集合中存在与元素字符串一致的字符串集合时对该元素校验组校验成功,反之,则对该元素校验组校验失败。
当服务器对第一个元素校验组的校验结果为匹配失败时,则继续将第二个元素校验组输入预设匹配校验模型,若第二个元素校验组的校验结果为匹配失败时,则继续将下一个元素校验组输入预设匹配校验模型,直至得到匹配成功的模型输出结果时,结束数据校验,并生成数据校验成功的数据校验结果。若所有的元素校验组的输出结果均为匹配失败时,则生成数据校验失败的数据校验结果。
例如,如用户同时输入了身份证号和口令密码,但只要其中一个信息校验通过即可进入下一业务节点。这时不需要验证所有的元素字符串,逐对输入逐对验证即可,只要有验证通过的结果就终止验证,从而可以节约资源和时间。
在一个实施例中,将待匹配字符串和目标字符串数组输入预设匹配校验模型得到数据校验结果的步骤可以包括:当组合校验类型为与运算子类时,根据各元素字符串和对应的字符串集合生成元素校验组,将元素校验组逐个输入预设匹配校验模型;当所有元素校验组的模型输出结果均为匹配成功时,则生成数据校验成功的数据校验结果。
当服务器判定出该业务节点标识对应的组合校验类型的子类型为与运算子类时,服务器将各元素字符串和其对应的字符串集合生成元素校验组,将各元素校验组逐个输入预设 匹配校验模型进行数据校验,当字符串集合中存在与元素字符串一致的字符串集合时对该元素校验组校验成功,反之,则对该元素校验组校验失败。
服务器将元素校验组逐个输入预设匹配校验模型,当元素校验组出现匹配失败的模型输出结果时,则结束数据校验过程,并生成数据校验失败的数据校验结果。当所有的元素校验组的模型输出结果均为匹配成功时,则生成数据校验失败的数据校验结果。
进一步地,与运算校验子类中的校验新可以设置优先等级,优先等级事先设定并与业务节点标识映射存储。服务器根据优先等级又高到低的顺序对各信息对应的元素校验组输入预设匹配校验模型中,同等级的元素检验组可以随机排列。从而当较高等级的信息校验失败时可以即时终止校验,无需再对较低等级的信息进行校验,从而可以有效节约校验时间。
例如,获取到的待匹配信息为所在部的部门名称及其中的组员名称,需要对部们名称先进行校验判断是否存在,再对组员名称进行校验。
应该理解的是,虽然图2-4的流程图中的各个步骤按照箭头的指示依次显示,但是这些步骤并不是必然按照箭头指示的顺序依次执行。除非本文中有明确的说明,这些步骤的执行并没有严格的顺序限制,这些步骤可以以其它的顺序执行。而且,图2-4中的至少一部分步骤可以包括多个子步骤或者多个阶段,这些子步骤或者阶段并不必然是在同一时刻执行完成,而是可以在不同的时刻执行,这些子步骤或者阶段的执行顺序也不必然是依次进行,而是可以与其它步骤或者其它步骤的子步骤或者阶段的至少一部分轮流或者交替地执行。
在一个实施例中,如图5所示,提供了一种数据校验装置,包括:请求接收模块510、目标数据提取模块520、预存数据查找模块530、目标数据处理模块540、校验模块550和结果反馈模块560,其中:
请求接收模块510,用于接收终端发送的数据校验请求。
目标数据提取模块520,用于从数据校验请求中提取待校验字符串和业务节点标识。
预存数据查找模块530,用于查找业务节点标识对应的预存字符串和校验类型;
目标数据处理模块540,用于根据校验类型对待校验字符串进行标准化处理,生成待匹配字符串,并根据校验类型对预存字符串进行标准化处理,生成目标字符串数组。
校验模块550,用于将待匹配字符串和目标字符串数组输入预设匹配校验模型得到数据校验结果。
结果反馈模块560,用于将数据校验结果返回给终端。
在其中一个实施例中,目标数据处理模块540可以包括:
标准处理单元,用于当校验类型为独立校验类型时,对待校验字符串进行标准化处理得到待匹配字符串。
第一数组生成单元,用于将预存字符串进行数据组合得到目标字符串数组。
在其中一个实施例中,目标数据处理模块540可以包括:
元素处理单元,用于当校验类型为组合校验类型时,从待校验字符串中提取元素字符串,根据元素字符串生成待匹配字符串。
第二数组生成单元,用于从预存字符串中提取出与各元素字符串对应的字符串集合,根据字符串集合生成目标字符串数组。
在其中一个实施例中,元素处理单元可以包括:
连接符获取子单元,用于当组合校验类型为与运算子类时,获取预设连接符。
连接子单元,用于将元素字符串通过预设连接符进行连接生成待匹配字符串。
在其中一个实施例中,第二数组生成单元可以包括:
顺序获取子单元,用于获取待匹配字符串中各元素字符串的拼接顺序。
排序子单元,用于根据拼接顺序对各字符串集合进行排序。
拼接子单元,用于将排序后的各字符串集合中对应位置的子字符串通过预设连接符进行连接生成拼接字符串。
生成处理子单元,用于根据拼接字符串生成目标字符串数组。
在其中一个实施例中,校验模块550可以包括:
校验组生成单元,用于当组合校验类型为或运算子类时,根据各元素字符串和对应的字符串集合生成元素校验组,将元素校验组逐个输入预设匹配校验模型。
第一匹配单元,用于当第一个元素校验组的模型输出结果为匹配失败时,则继续将下一个元素校验组输入预设匹配校验模型,直至得到匹配成功的模型输出结果时,结束数据校验,并生成数据校验成功的数据校验结果。
在其中一个实施例中,校验模块550可以包括:
校验组生成单元,用于当组合校验类型为与运算子类时,根据各元素字符串和对应的字符串集合生成元素校验组,将元素校验组逐个输入预设匹配校验模型。
第二匹配单元,用于当所有元素校验组的模型输出结果均为匹配成功时,则生成数据校验成功的数据校验结果。
在其中一个实施例中,提供了一种计算机设备,该计算机设备可以是服务器,其内部结构图可以如图6所示。该计算机设备包括通过系统总线连接的处理器、存储器、网络接口和数据库。其中,该计算机设备的处理器用于提供计算和控制能力。该计算机设备的存储器包括非易失性存储介质、内存储器。该非易失性存储介质存储有操作系统、计算机可读指令和数据库。该内存储器为非易失性存储介质中的操作系统和计算机可读指令的运行提供环境。该计算机设备的数据库用于存储数据校验相关的数据。该计算机设备的网络接口用于与外部的终端通过网络连接通信。该计算机可读指令被处理器执行时以实现一种数据校验方法。
本领域技术人员可以理解,图6中示出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的计算机设备的限定,具体的计算机设备可 以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。
一种计算机设备,包括存储器和一个或多个处理器,存储器中储存有计算机可读指令,计算机可读指令被处理器执行时,使得一个或多个处理器执行以下步骤:接收终端发送的数据校验请求;从数据校验请求中提取待校验字符串和业务节点标识;查找业务节点标识对应的预存字符串和校验类型;根据校验类型对待校验字符串进行标准化处理,生成待匹配字符串,并根据校验类型对预存字符串进行标准化处理,生成目标字符串数组;将待匹配字符串和目标字符串数组输入预设匹配校验模型得到数据校验结果;将数据校验结果返回给终端。
在一个实施例中,处理器执行计算机可读指令时实现根据校验类型对待校验字符串进行标准化处理,生成待匹配字符串,并根据校验类型对预存字符串进行标准化处理,生成目标字符串数组的步骤时还用于:当校验类型为独立校验类型时,对待校验字符串进行标准化处理得到待匹配字符串;将预存字符串进行数据组合得到目标字符串数组。
在一个实施例中,处理器执行计算机可读指令时实现根据校验类型对待校验字符串进行标准化处理,生成待匹配字符串,并根据校验类型对预存字符串进行标准化处理,生成目标字符串数组的步骤时还用于:当校验类型为组合校验类型时,从待校验字符串中提取元素字符串,根据元素字符串生成待匹配字符串;从预存字符串中提取出与各元素字符串对应的字符串集合,根据字符串集合生成目标字符串数组。
在一个实施例中,处理器执行计算机可读指令时实现根据元素字符串生成待匹配字符串的步骤时还用于:当组合校验类型为与运算子类时,获取预设连接符;将元素字符串通过预设连接符进行连接生成待匹配字符串。
在一个实施例中,处理器执行计算机可读指令时实现根据字符串集合生成目标字符串数组的步骤时还用于:获取待匹配字符串中各元素字符串的拼接顺序;根据拼接顺序对各字符串集合进行排序;将排序后的各字符串集合中对应位置的子字符串通过预设连接符进行连接生成拼接字符串;根据拼接字符串生成目标字符串数组。
在一个实施例中,处理器执行计算机可读指令时实现将待匹配字符串和目标字符串数组输入预设匹配校验模型得到数据校验结果的步骤时还用于:当组合校验类型为或运算子类时,根据各元素字符串和对应的字符串集合生成元素校验组,将元素校验组逐个输入预设匹配校验模型;当第一个元素校验组的模型输出结果为匹配失败时,则继续将下一个元素校验组输入预设匹配校验模型,直至得到匹配成功的模型输出结果时,结束数据校验,并生成数据校验成功的数据校验结果。
在一个实施例中,处理器执行计算机可读指令时实现将待匹配字符串和目标字符串数组输入预设匹配校验模型得到数据校验结果的步骤时还用于:当组合校验类型为与运算子类时,根据各元素字符串和对应的字符串集合生成元素校验组,将元素校验组逐个输入预设匹配校验模型;当所有元素校验组的模型输出结果均为匹配成功时,则生成数据校验成功的数据校验结果。
一个或多个存储有计算机可读指令的非易失性计算机可读存储介质,计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行以下步骤:接收终端发送的数据校验请求;从数据校验请求中提取待校验字符串和业务节点标识;查找业务节点标识对应的预存字符串和校验类型;根据校验类型对待校验字符串进行标准化处理,生成待匹配字符串,并根据校验类型对预存字符串进行标准化处理,生成目标字符串数组;将待匹配字符串和目标字符串数组输入预设匹配校验模型得到数据校验结果;将数据校验结果返回给终端。
在一个实施例中,计算机可读指令被处理器执行时实现根据校验类型对待校验字符串进行标准化处理,生成待匹配字符串,并根据校验类型对预存字符串进行标准化处理,生成目标字符串数组的步骤时还用于:当校验类型为独立校验类型时,对待校验字符串进行标准化处理得到待匹配字符串;将预存字符串进行数据组合得到目标字符串数组。
在一个实施例中,计算机可读指令被处理器执行时实现根据校验类型对待校验字符串进行标准化处理,生成待匹配字符串,并根据校验类型对预存字符串进行标准化处理,生成目标字符串数组的步骤时还用于:当校验类型为组合校验类型时,从待校验字符串中提取元素字符串,根据元素字符串生成待匹配字符串;从预存字符串中提取出与各元素字符串对应的字符串集合,根据字符串集合生成目标字符串数组。
在一个实施例中,计算机可读指令被处理器执行时实现根据元素字符串生成待匹配字符串的步骤时还用于:当组合校验类型为与运算子类时,获取预设连接符;将元素字符串通过预设连接符进行连接生成待匹配字符串。
在一个实施例中,计算机可读指令被处理器执行时还实现以下步骤:实现根据字符串集合生成目标字符串数组的步骤时还用于:获取待匹配字符串中各元素字符串的拼接顺序;根据拼接顺序对各字符串集合进行排序;将排序后的各字符串集合中对应位置的子字符串通过预设连接符进行连接生成拼接字符串;根据拼接字符串生成目标字符串数组。
在一个实施例中,计算机可读指令被处理器执行时实现将待匹配字符串和目标字符串数组输入预设匹配校验模型得到数据校验结果的步骤时还用于:当组合校验类型为或运算子类时,根据各元素字符串和对应的字符串集合生成元素校验组,将元素校验组逐个输入预设匹配校验模型;当第一个元素校验组的模型输出结果为匹配失败时,则继续将下一个元素校验组输入预设匹配校验模型,直至得到匹配成功的模型输出结果时,结束数据校验,并生成数据校验成功的数据校验结果。
在一个实施例中,计算机可读指令被处理器执行时实现将待匹配字符串和目标字符串数组输入预设匹配校验模型得到数据校验结果的步骤时还用于:当组合校验类型为与运算子类时,根据各元素字符串和对应的字符串集合生成元素校验组,将元素校验组逐个输入预设匹配校验模型;当所有元素校验组的模型输出结果均为匹配成功时,则生成数据校验成功的数据校验结果。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机可读指令来指令相关的硬件来完成,所述的计算机可读指令可存储于一非易失性计算机可读取存储介质中,该计算机可读指令在执行时,可包括如上述各方法的实施例的流程。其中,本申请所提供的各实施例中所使用的对存储器、存储、数据库或其它介质的任何引用,均可包括非易失性和/或易失性存储器。非易失性存储器可包括只读存储器(ROM)、可编程ROM(PROM)、电可编程ROM(EPROM)、电可擦除可编程ROM(EEPROM)或闪存。易失性存储器可包括随机存取存储器(RAM)或者外部高速缓冲存储器。作为说明而非局限,RAM以多种形式可得,诸如静态RAM(SRAM)、动态RAM(DRAM)、同步DRAM(SDRAM)、双数据率SDRAM(DDRSDRAM)、增强型SDRAM(ESDRAM)、同步链路(Synchlink)DRAM(SLDRAM)、存储器总线(Rambus)直接RAM(RDRAM)、直接存储器总线动态RAM(DRDRAM)、以及存储器总线动态RAM(RDRAM)等。
以上实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特征的组合不存在矛盾,都应当认为是本说明书记载的范围。
以上所述实施例仅表达了本申请的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对发明专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本申请构思的前提下,还可以做出若干变形和改进,这些都属于本申请的保护范围。因此,本申请专利的保护范围应以所附权利要求为准。

Claims (20)

  1. 一种数据校验方法,所述方法包括:
    接收终端发送的数据校验请求;
    从所述数据校验请求中提取待校验字符串和业务节点标识;
    查找所述业务节点标识对应的预存字符串和校验类型;
    根据所述校验类型对所述待校验字符串进行标准化处理,生成待匹配字符串,并根据所述校验类型对所述预存字符串进行标准化处理,生成目标字符串数组;
    将所述待匹配字符串和所述目标字符串数组输入预设匹配校验模型得到数据校验结果;及
    将所述数据校验结果返回给所述终端。
  2. 根据权利要求1所述的方法,其特征在于,所述根据所述校验类型对所述待校验字符串进行标准化处理,生成待匹配字符串,并根据所述校验类型对所述预存字符串进行标准化处理,生成目标字符串数组,包括:
    当所述校验类型为独立校验类型时,对所述待校验字符串进行标准化处理得到待匹配字符串;及
    将所述预存字符串进行数据组合得到目标字符串数组。
  3. 根据权利要求1所述的方法,其特征在于,所述根据所述校验类型对所述待校验字符串进行标准化处理,生成待匹配字符串,并根据所述校验类型对所述预存字符串进行标准化处理,生成目标字符串数组,包括:
    当所述校验类型为组合校验类型时,从所述待校验字符串中提取元素字符串,根据所述元素字符串生成待匹配字符串;及
    从所述预存字符串中提取出与各所述元素字符串对应的字符串集合,根据所述字符串集合生成目标字符串数组。
  4. 根据权利要求3所述的方法,其特征在于,所述根据所述元素字符串生成待匹配字符串,包括:
    当所述组合校验类型为与运算子类时,获取预设连接符;及
    将所述元素字符串通过所述预设连接符进行连接生成待匹配字符串。
  5. 所根据权利要求4所述的方法,其特征在于,所述根据所述字符串集合生成目标字符串数组,包括:
    获取所述待匹配字符串中各所述元素字符串的拼接顺序;
    根据所述拼接顺序对各所述字符串集合进行排序;
    将排序后的各所述字符串集合中对应位置的子字符串,通过所述预设连接符进行连接生成拼接字符串;及
    根据所述拼接字符串生成目标字符串数组。
  6. 根据权利要求3所述的方法,其特征在于,所述将所述待匹配字符串和所述目标 字符串数组输入预设匹配校验模型得到数据校验结果,包括:
    当所述组合校验类型为或运算子类时,根据各所述元素字符串和对应的所述字符串集合生成元素校验组,将所述元素校验组逐个输入所述预设匹配校验模型;及
    当第一个所述元素校验组的模型输出结果为匹配失败时,则继续将下一个所述元素校验组输入所述预设匹配校验模型,直至得到匹配成功的模型输出结果时,结束数据校验,并生成数据校验成功的数据校验结果。
  7. 根据权利要求3所述的方法,其特征在于,所述将所述待匹配字符串和所述目标字符串数组输入预设匹配校验模型得到数据校验结果,包括:
    当所述组合校验类型为与运算子类时,根据各所述元素字符串和对应的所述字符串集合生成元素校验组,将所述元素校验组逐个输入所述预设匹配校验模型;及
    当所欲所述元素校验组的模型输出结果均为匹配成功时,则生成数据校验成功的数据校验结果。
  8. 一种数据校验装置,其特征在于,所述装置包括:
    请求接收模块,用于接收终端发送的数据校验请求;
    目标数据提取模块,用于从所述数据校验请求中提取待校验字符串和业务节点标识;
    预存数据查找模块,用于查找所述业务节点标识对应的预存字符串和校验类型;
    目标数据处理模块,用于根据所述校验类型对所述待校验字符串进行标准化处理,生成待匹配字符串,并根据所述校验类型对所述预存字符串进行标准化处理,生成目标字符串数组;
    校验模块,用于将所述待匹配字符串和所述目标字符串数组输入预设匹配校验模型得到数据校验结果;及
    结果反馈模块,用于将所述数据校验结果返回给所述终端。
  9. 根据权利要求8所述的装置,其特征在于,所述目标数据处理模块包括:
    标准化处理单元,用于当所述校验类型为独立校验类型时,对所述待校验字符串进行标准化处理得到待匹配字符串;及
    第一数组生成单元,用于将所述预存字符串进行数据组合得到目标字符串数组。
  10. 一种计算机设备,包括存储器及一个或多个处理器,所述存储器中储存有计算机可读指令,所述计算机可读指令被所述一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:
    接收终端发送的数据校验请求;
    从所述数据校验请求中提取待校验字符串和业务节点标识;
    查找所述业务节点标识对应的预存字符串和校验类型;
    根据所述校验类型对所述待校验字符串进行标准化处理,生成待匹配字符串,并根据所述校验类型对所述预存字符串进行标准化处理,生成目标字符串数组;
    将所述待匹配字符串和所述目标字符串数组输入预设匹配校验模型得到数据校验结 果;及
    将所述数据校验结果返回给所述终端。
  11. 根据权利要求10所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时所实现的所述根据所述校验类型对所述待校验字符串进行标准化处理,生成待匹配字符串,并根据所述校验类型对所述预存字符串进行标准化处理,生成目标字符串数组,包括:
    当所述校验类型为独立校验类型时,对所述待校验字符串进行标准化处理得到待匹配字符串;及
    将所述预存字符串进行数据组合得到目标字符串数组。
  12. 根据权利要求10所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时所实现的所述根据所述校验类型对所述待校验字符串进行标准化处理,生成待匹配字符串,并根据所述校验类型对所述预存字符串进行标准化处理,生成目标字符串数组,包括:
    当所述校验类型为组合校验类型时,从所述待校验字符串中提取元素字符串,根据所述元素字符串生成待匹配字符串;及
    从所述预存字符串中提取出与各所述元素字符串对应的字符串集合,根据所述字符串集合生成目标字符串数组。
  13. 根据权利要求12所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时所实现的所述根据所述元素字符串生成待匹配字符串,包括:
    当所述组合校验类型为与运算子类时,获取预设连接符;及
    将所述元素字符串通过所述预设连接符进行连接生成待匹配字符串。
  14. 根据权利要求13所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时所实现的所述根据所述字符串集合生成目标字符串数组,包括:
    获取所述待匹配字符串中各所述元素字符串的拼接顺序;
    根据所述拼接顺序对各所述字符串集合进行排序;
    将排序后的各所述字符串集合中对应位置的子字符串,通过所述预设连接符进行连接生成拼接字符串;及
    根据所述拼接字符串生成目标字符串数组。
  15. 根据权利要求12所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时所实现的所述将所述待匹配字符串和所述目标字符串数组输入预设匹配校验模型得到数据校验结果,包括:
    当所述组合校验类型为或运算子类时,根据各所述元素字符串和对应的所述字符串集合生成元素校验组,将所述元素校验组逐个输入所述预设匹配校验模型;及
    当第一个所述元素校验组的模型输出结果为匹配失败时,则继续将下一个所述元素校验组输入所述预设匹配校验模型,直至得到匹配成功的模型输出结果时,结束数据校验, 并生成数据校验成功的数据校验结果。
  16. 根据权利要求12所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时所实现的所述将所述待匹配字符串和所述目标字符串数组输入预设匹配校验模型得到数据校验结果,包括:
    当所述组合校验类型为与运算子类时,根据各所述元素字符串和对应的所述字符串集合生成元素校验组,将所述元素校验组逐个输入所述预设匹配校验模型;及
    当所欲所述元素校验组的模型输出结果均为匹配成功时,则生成数据校验成功的数据校验结果。
  17. 一个或多个存储有计算机可读指令的非易失性计算机可读存储介质,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:
    接收终端发送的数据校验请求;
    从所述数据校验请求中提取待校验字符串和业务节点标识;
    查找所述业务节点标识对应的预存字符串和校验类型;
    根据所述校验类型对所述待校验字符串进行标准化处理,生成待匹配字符串,并根据所述校验类型对所述预存字符串进行标准化处理,生成目标字符串数组;
    将所述待匹配字符串和所述目标字符串数组输入预设匹配校验模型得到数据校验结果;及
    将所述数据校验结果返回给所述终端。
  18. 根据权利要求17所述的存储介质,其特征在于,所述计算机可读指令被所述处理器执行时所实现的所述根据所述校验类型对所述待校验字符串进行标准化处理,生成待匹配字符串,并根据所述校验类型对所述预存字符串进行标准化处理,生成目标字符串数组,包括:
    当所述校验类型为独立校验类型时,对所述待校验字符串进行标准化处理得到待匹配字符串;及
    将所述预存字符串进行数据组合得到目标字符串数组。
  19. 根据权利要求17所述的存储介质,其特征在于,所述计算机可读指令被所述处理器执行时所实现的所述根据所述校验类型对所述待校验字符串进行标准化处理,生成待匹配字符串,并根据所述校验类型对所述预存字符串进行标准化处理,生成目标字符串数组,包括:
    当所述校验类型为组合校验类型时,从所述待校验字符串中提取元素字符串,根据所述元素字符串生成待匹配字符串;及
    从所述预存字符串中提取出与各所述元素字符串对应的字符串集合,根据所述字符串集合生成目标字符串数组。
  20. 根据权利要求19所述的存储介质,其特征在于,所述计算机可读指令被所述处理器执行时所实现的所述根据所述元素字符串生成待匹配字符串,包括:
    当所述组合校验类型为与运算子类时,获取预设连接符;及
    将所述元素字符串通过所述预设连接符进行连接生成待匹配字符串。
PCT/CN2019/117560 2019-06-27 2019-11-12 数据校验方法、装置、计算机设备和存储介质 WO2020258655A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910567211.6 2019-06-27
CN201910567211.6A CN110442756A (zh) 2019-06-27 2019-06-27 数据校验方法、装置、计算机设备和存储介质

Publications (1)

Publication Number Publication Date
WO2020258655A1 true WO2020258655A1 (zh) 2020-12-30

Family

ID=68429298

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/117560 WO2020258655A1 (zh) 2019-06-27 2019-11-12 数据校验方法、装置、计算机设备和存储介质

Country Status (2)

Country Link
CN (1) CN110442756A (zh)
WO (1) WO2020258655A1 (zh)

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111159482A (zh) * 2019-12-19 2020-05-15 贝壳技术有限公司 数据校验方法及系统
CN111444224B (zh) * 2020-03-24 2023-08-15 政采云有限公司 一种业务数据校验方法及装置
CN111814441A (zh) * 2020-06-30 2020-10-23 平安科技(深圳)有限公司 报表生成方法、装置、电子设备及存储介质
CN112085601A (zh) * 2020-09-04 2020-12-15 泰康保险集团股份有限公司 年金数据处理方法、装置、介质及电子设备
CN112364667B (zh) * 2020-11-10 2023-03-24 成都安易迅科技有限公司 字符校验方法、装置、计算机设备及计算机可读存储介质
CN112463206A (zh) * 2020-11-25 2021-03-09 上海哔哩哔哩科技有限公司 配置中心中配置信息处理方法及装置
CN112506900A (zh) * 2020-11-27 2021-03-16 中广核工程有限公司 核电厂通风管三维数据检查方法、装置、设备及存储介质
CN112668667B (zh) * 2021-01-22 2024-05-14 上海华虹宏力半导体制造有限公司 版图文件的扫描方法
CN113419790A (zh) * 2021-06-22 2021-09-21 杭州安恒信息技术股份有限公司 业务数据处理方法、装置、设备及计算机可读存储介质
CN113626103A (zh) * 2021-08-09 2021-11-09 平安医疗健康管理股份有限公司 Web页面的业务数据处理方法、装置、设备及存储介质
CN115048430B (zh) * 2022-06-28 2024-04-16 北京龙智数科科技服务有限公司 数据核验方法、系统、装置及存储介质
CN116627664B (zh) * 2023-07-26 2024-03-29 中信证券股份有限公司 业务校验方法、装置、电子设备和计算机可读介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130055362A1 (en) * 2011-08-22 2013-02-28 Verizon Patent And Licensing Inc. Authenticating via mobile device
CN107395634A (zh) * 2017-08-25 2017-11-24 中南大学 一种可穿戴设备的无口令身份认证方法
CN109543942A (zh) * 2018-10-16 2019-03-29 平安普惠企业管理有限公司 数据校验方法、装置、计算机设备和存储介质
CN109711145A (zh) * 2018-11-09 2019-05-03 深圳壹账通智能科技有限公司 数据校验方法及装置、存储介质、计算机设备

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109635550B (zh) * 2018-12-12 2021-08-17 苏州思必驰信息科技有限公司 集群数据的权限校验方法、网关及系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130055362A1 (en) * 2011-08-22 2013-02-28 Verizon Patent And Licensing Inc. Authenticating via mobile device
CN107395634A (zh) * 2017-08-25 2017-11-24 中南大学 一种可穿戴设备的无口令身份认证方法
CN109543942A (zh) * 2018-10-16 2019-03-29 平安普惠企业管理有限公司 数据校验方法、装置、计算机设备和存储介质
CN109711145A (zh) * 2018-11-09 2019-05-03 深圳壹账通智能科技有限公司 数据校验方法及装置、存储介质、计算机设备

Also Published As

Publication number Publication date
CN110442756A (zh) 2019-11-12

Similar Documents

Publication Publication Date Title
WO2020258655A1 (zh) 数据校验方法、装置、计算机设备和存储介质
CN109710677B (zh) 实验数据处理方法、装置、计算机设备和存储介质
CN111177005B (zh) 业务应用的测试方法、装置、服务器和存储介质
CN107665233B (zh) 数据库数据处理方法、装置、计算机设备和存储介质
CN110941546A (zh) Web页面用例的自动化测试方法、装置、设备及存储介质
CN110135129B (zh) 代码段保护方法、装置、计算机设备和存储介质
CN111090788B (zh) json文件的比对方法、装置、存储介质及计算机设备
CN107612692B (zh) 一种信息处理方法、装置及存储介质
CN112039900B (zh) 网络安全风险检测方法、系统、计算机设备和存储介质
CN109766483B (zh) 正则表达式生成方法、装置、计算机设备和存储介质
CN113495902A (zh) 数据处理方法及数据标准管理系统
CN114253848A (zh) 一种参数化接口测试方法、装置、电子设备及存储介质
CN112328486A (zh) 接口自动化测试方法、装置、计算机设备及存储介质
CN114006749B (zh) 安全验证方法、装置、设备及存储介质
CN111339551A (zh) 数据的验证方法及相关装置、设备
CN111125748A (zh) 越权查询的判断方法、装置、计算机设备和存储介质
CN110908801B (zh) 基于区块链的数据处理方法、装置、计算机设备和存储介质
CN116680304A (zh) 一种数据校验方法、装置、电子设备及存储介质
CN107784548B (zh) 订单处理方法和装置
CN113704123B (zh) 接口测试方法、装置、设备以及存储介质
WO2021129849A1 (zh) 日志处理方法、装置、设备和存储介质
CN111538481B (zh) 应用程序定制化方法及系统
CN110855526B (zh) 检测数据源连接的方法、装置、存储介质及电子设备
CN114371884A (zh) Flink计算任务的处理方法、装置、设备和存储介质
CN110460585B (zh) 设备身份识别方法、装置、计算机设备以及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19934694

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19934694

Country of ref document: EP

Kind code of ref document: A1