CN111078677B - Data entry method and device - Google Patents

Data entry method and device Download PDF

Info

Publication number
CN111078677B
CN111078677B CN201911189310.1A CN201911189310A CN111078677B CN 111078677 B CN111078677 B CN 111078677B CN 201911189310 A CN201911189310 A CN 201911189310A CN 111078677 B CN111078677 B CN 111078677B
Authority
CN
China
Prior art keywords
data
recorded
error
background server
end database
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
CN201911189310.1A
Other languages
Chinese (zh)
Other versions
CN111078677A (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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN201911189310.1A priority Critical patent/CN111078677B/en
Publication of CN111078677A publication Critical patent/CN111078677A/en
Application granted granted Critical
Publication of CN111078677B publication Critical patent/CN111078677B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/21Design, administration or maintenance of databases
    • G06F16/215Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors
    • 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/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Finance (AREA)
  • Data Mining & Analysis (AREA)
  • Accounting & Taxation (AREA)
  • General Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The invention discloses a data input method and a device, wherein the method comprises the following steps: inputting first data to be input into a preset column; checking whether the first data to be input is error data or not through a background server, and if so, storing error data information in a front-end database; and inputting the second data to be recorded into a preset column, detecting whether the second data to be recorded exists in the front-end database, if not, checking the second data to be recorded through a background server, otherwise, reminding a teller to reconfirm and process the second data to be recorded. The invention uses the comparison of the error data stored in the front-end database and the second data to be recorded, and performs one-time interaction with the background server according to the comparison result, thereby reducing the interaction times of the front-end and the background server, not only reducing the load of the network, but also reducing the pressure of the background server.

Description

Data entry method and device
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a data entry method and apparatus.
Background
In banking systems, since a teller always goes through a business, a number of fields are often input by experience and memory. Therefore, the error data input by the teller tends to be repeatable. When the front end of a teller inputs data, in order to ensure the accuracy of the input data, some columns need to be checked for the data to be filled in.
When the prior art is used for data logging, the data filled in the columns are generally transmitted to a background server for data verification (namely, the data is compared with the data stored in the background server), if the data is wrong, the background server returns wrong data to the front end to remind a teller to modify, and the data is transmitted to the background server for re-verification after the teller modifies the data.
The inventors found that the prior art has at least the following problems:
in the prior art, each inspection needs to be queried in a back-end server, so that the load of a network is increased, and the pressure of a back-end server is increased.
Disclosure of Invention
The embodiment of the invention provides a data entry method, which is used for reducing the load of a network and reducing the pressure of a background server, and comprises the following steps:
inputting first data to be input into a preset column;
checking whether the first data to be input is error data or not through a background server, and if so, storing error data information in a front-end database;
and inputting the second data to be recorded into a preset column, detecting whether the second data to be recorded exists in the front-end database, if not, checking the second data to be recorded through a background server, otherwise, reminding a teller to reconfirm and process the second data to be recorded.
Optionally, the method further comprises: after checking the second data to be recorded by the background server, judging whether the second data to be recorded is correct or not;
if the second data to be recorded is correct, judging whether the second data to be recorded is determined to be error data, if so, updating the second data to be recorded in the front-end database, otherwise, matching the second data to be recorded with the error data in the front-end database, and obtaining a matching result.
Optionally, the method further comprises: and if the second data to be recorded is wrong, storing the second data to be recorded into the second data to be recorded as wrong data.
Optionally, matching the second data to be input with the error data in the front-end database to obtain a matching result, including:
matching the second data to be recorded with error data in the front-end database, and judging whether the front-end database has error data similar to the second data to be recorded;
if so, marking the second data to be recorded as correct data corresponding to error data similar to the second data to be recorded.
Optionally, reminding the teller to reconfirm and process the second data to be entered includes:
reminding a teller whether the second data to be recorded is error data or not;
if not, checking the second data to be input through the background server;
otherwise, the error data is modified according to the correct data, or a teller manually modifies the second data to be input, and the modified data is checked through a background server.
The embodiment of the invention also provides a data input device for reducing the load of a network and reducing the pressure of a background server, which comprises the following components:
the data input module is used for inputting first data to be input into a preset column;
the data checking module is used for checking whether the first data to be input is error data or not through the background server, and if so, the error data information is stored in the front-end database;
the data processing module is used for inputting the second data to be recorded into a preset column, detecting whether the second data to be recorded exists in the front-end database, if the second data to be recorded does not exist, checking the second data to be recorded through the background server, otherwise, reminding a teller to reconfirm and process the second data to be recorded.
Optionally, the apparatus further includes: the judging module is used for judging whether the second data to be recorded is correct or not after the background server is used for checking the second data to be recorded;
if the second data to be recorded is correct, judging whether the second data to be recorded is determined to be error data, if so, updating the second data to be recorded in the front-end database, otherwise, matching the second data to be recorded with the error data in the front-end database, and obtaining a matching result.
Optionally, the judging module is further configured to:
and if the second data to be recorded is wrong, storing the second data to be recorded into the second data to be recorded as wrong data.
Optionally, the data processing module is further configured to:
matching the second data to be recorded with error data in the front-end database, and judging whether the front-end database has error data similar to the second data to be recorded;
if so, marking the second data to be recorded as correct data corresponding to error data similar to the second data to be recorded.
Optionally, the data processing module is further configured to:
reminding a teller whether the second data to be recorded is error data or not;
if not, checking the second data to be input through the background server;
otherwise, the error data is modified according to the correct data, or a teller manually modifies the second data to be input, and the modified data is checked through a background server.
The embodiment of the invention also provides computer equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the method when executing the computer program.
Embodiments of the present invention also provide a computer-readable storage medium storing a computer program for executing the above method.
In the embodiment of the invention, the first data to be input is input into the preset column, and the background server is used for checking whether the first data to be input is error data, if so, the error data information is stored in the front-end database, so that the error data is stored in the front-end database. The second data to be recorded is input into the preset column, whether the second data to be recorded exists in the front-end database is detected, if the second data to be recorded does not exist, the second data to be recorded is checked through the background server, otherwise, a teller is reminded to reconfirm and process the second data to be recorded, error data stored in the front-end database is compared with the second data to be recorded, and one-time interaction is carried out with the background server according to a comparison result, so that the interaction times of the front-end and the background server are reduced, the load of a network is reduced, and the pressure of the background server is reduced.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art. In the drawings:
FIG. 1 is a first flowchart of a data entry method in an embodiment of the present invention;
FIG. 2 is a second flowchart of a data entry method in an embodiment of the invention;
FIG. 3 is a flowchart of determining that the second data to be entered is correct according to an embodiment of the present invention;
FIG. 4 is a third flowchart of a data entry method in an embodiment of the present invention;
FIG. 5 is a flow chart of reminding a teller to reconfirm and process second data to be entered in an embodiment of the invention;
FIG. 6 is a diagram showing a specific example of a data entry method in an embodiment of the present invention;
FIG. 7 is a schematic diagram of a data entry device according to an embodiment of the present invention;
fig. 8 is a specific exemplary diagram of a data entry device according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention will be described in further detail with reference to the accompanying drawings. The exemplary embodiments of the present invention and their descriptions herein are for the purpose of explaining the present invention, but are not to be construed as limiting the invention.
It should be noted that, in the embodiment of the present invention, "the first data to be entered" refers to: data entered into the field for the first time. "second data to be entered" refers to: the next data entered into the field.
The embodiment of the invention provides a data input method, as shown in figure 1, which comprises the following steps:
step 101, inputting first data to be input into a preset column.
Step 102, checking whether the first data to be input is error data or not through a background server, and if so, storing error data information in a front-end database.
In the embodiment of the present invention, "error data information" includes: error data, number of errors for the teller to fill in the data, error time, etc. In addition, in order to be able to evaluate the operation level of the teller later, the present embodiment may store information such as the field name and teller number in the front-end database. The "front-end database" may be: a network database, such as an error list stored in a web page, etc.
Step 103, inputting the second data to be recorded into a preset column, detecting whether the second data to be recorded exists in the front-end database, if not, checking the second data to be recorded through a background server, otherwise, reminding a teller to reconfirm and process the second data to be recorded.
As can be seen from fig. 1, in the data entry method provided by the embodiment of the present invention, by inputting the first data to be entered into the preset column, and checking whether the first data to be entered is error data through the background server, if so, storing the error data information in the front-end database, thereby realizing the storage of the error data in the front-end database. The second data to be recorded is input into the preset column, whether the second data to be recorded exists in the front-end database is detected, if the second data to be recorded does not exist, the second data to be recorded is checked through the background server, otherwise, a teller is reminded to reconfirm and process the second data to be recorded, error data stored in the front-end database is compared with the second data to be recorded, and one-time interaction is carried out with the background server according to a comparison result, so that the interaction times of the front-end and the background server are reduced, the load of a network is reduced, and the pressure of the background server is reduced.
In an embodiment of the present invention, as shown in fig. 2, the method further includes: and 104, after checking the second data to be recorded through the background server, judging whether the second data to be recorded is correct or not.
If the second data to be recorded is correct, judging whether the second data to be recorded is determined to be error data, if so, updating the second data to be recorded in the front-end database, otherwise, matching the second data to be recorded with the error data in the front-end database, and obtaining a matching result.
In this embodiment, updating the second data to be entered in the front-end database refers to: and deleting the second data to be recorded stored in the original front-end database.
Fig. 3 is a flowchart of determining that the second data to be entered is correct in the embodiment of the present invention, as shown in fig. 3, the step 104 includes:
step 201, matching the second data to be recorded with the error data in the front-end database, and judging whether the front-end database has error data similar to the second data to be recorded.
And 202, if the data to be recorded exist, marking the second data to be recorded as correct data corresponding to error data similar to the second data to be recorded.
Further, as shown in fig. 4, the method further includes: step 105, if the second data to be recorded is wrong, the second data to be recorded is stored as wrong data into the second data to be recorded.
In this embodiment, in order to count the number of errors of the teller, so as to facilitate the subsequent evaluation thereof, step 105 includes:
if the second data to be recorded is wrong, judging whether the second data to be recorded is wrong data or not, if so, recording information such as a teller number, a column number, wrong data, wrong times and the like, otherwise, directly storing the second data to be recorded in a front-end database as wrong data.
FIG. 5 is a flowchart of reminding a teller to reconfirm and process second data to be entered according to an embodiment of the present invention, and as shown in FIG. 5, the steps include:
step 301, reminding a teller whether the second data to be input is error data or not.
And 302, if not, checking the second data to be input through the background server, otherwise, modifying the error data according to the correct data, or manually modifying the second data to be input by a teller, and checking the modified data through the background server.
In the specific implementation, a teller inputs first data to be input in the front-end column, a background server is used for checking whether the first data to be input is error data, if so, error data information is stored in a front-end database (the step can be understood as that the error data information is cached for the front-end database).
When the teller inputs the second data to be input in the column next time, detecting whether the second data to be input exists in the front-end database, if the second data to be input does not exist, checking the second data to be input through the background server, otherwise reminding the teller whether to modify the second data to be input according to 'correct data corresponding to error data similar to the second data to be input'.
If the teller chooses not to modify, the second data to be entered is checked by the background server. If the teller chooses to modify, the teller is prompted whether to modify the error data according to the correct data, if yes, the modification result is sent to the background server for inspection, if not, the teller manually modifies the second data to be input, and the modified data is inspected again through the background server according to the steps, and a specific flow chart can be seen in fig. 6.
In addition, in order to facilitate the operation, the experience of the user is improved, and before the operation, the user can select whether to automatically correct when the user encounters an error prompt or whether to search in the front-end database in advance for the data input into the column.
Based on the same inventive concept, a data entry device is also provided in the embodiments of the present invention, as described in the following embodiments. Because the principle of the data input device for solving the problem is similar to that of the data input method, the implementation of the data input device can refer to the implementation of the data input method, and the repetition is not repeated. As used below, the term "unit" or "module" may be a combination of software and/or hardware that implements the intended function. While the means described in the following embodiments are preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
An embodiment of the present invention provides a data entry device, as shown in fig. 7, including:
the data input module 401 is configured to input first data to be input into a preset column;
the data checking module 402 is configured to check, by using the background server, whether the first data to be input is error data, and if so, store the error data information in the front-end database;
the data processing module 403 is configured to input the second data to be input into a preset column, detect whether the second data to be input exists in the front-end database, and if not, check the second data to be input through the background server, otherwise, remind the teller to reconfirm and process the second data to be input.
In an embodiment of the present invention, as shown in fig. 8, the apparatus further includes: the judging module 501 is configured to judge whether the second data to be recorded is correct after the second data to be recorded is checked by the background server;
if the second data to be recorded is correct, judging whether the second data to be recorded is determined to be error data, if so, updating the second data to be recorded in the front-end database, otherwise, matching the second data to be recorded with the error data in the front-end database, and obtaining a matching result.
In the embodiment of the present invention, the judging module 501 is further configured to:
and if the second data to be recorded is wrong, storing the second data to be recorded into the second data to be recorded as wrong data.
In an embodiment of the present invention, the data processing module 403 is further configured to:
matching the second data to be recorded with error data in the front-end database, and judging whether the front-end database has error data similar to the second data to be recorded;
if so, marking the second data to be recorded as correct data corresponding to error data similar to the second data to be recorded.
In an embodiment of the present invention, the data processing module 403 is further configured to:
reminding a teller whether the second data to be recorded is error data or not;
if not, checking the second data to be input through the background server;
otherwise, the error data is modified according to the correct data, or a teller manually modifies the second data to be input, and the modified data is checked through a background server.
The embodiment of the invention also provides computer equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the method when executing the computer program.
Embodiments of the present invention also provide a computer-readable storage medium storing a computer program for executing the above method.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The foregoing description of the embodiments has been provided for the purpose of illustrating the general principles of the invention, and is not meant to limit the scope of the invention, but to limit the invention to the particular embodiments, and any modifications, equivalents, improvements, etc. that fall within the spirit and principles of the invention are intended to be included within the scope of the invention.

Claims (12)

1. A method of data entry, comprising:
inputting first data to be input into a preset column;
checking whether the first data to be input is error data or not through a background server, and if so, storing error data information in a front-end database;
and inputting the second data to be recorded into a preset column, detecting whether the second data to be recorded exists in the front-end database, if not, checking the second data to be recorded through a background server, otherwise, reminding a teller to reconfirm and process the second data to be recorded.
2. The method as recited in claim 1, further comprising: after checking the second data to be recorded by the background server, judging whether the second data to be recorded is correct or not;
if the second data to be recorded is correct, judging whether the second data to be recorded is determined to be error data, if so, updating the second data to be recorded in the front-end database, otherwise, matching the second data to be recorded with the error data in the front-end database, and obtaining a matching result.
3. The method as recited in claim 2, further comprising: and if the second data to be recorded is wrong, storing the second data to be recorded into the second data to be recorded as wrong data.
4. The method of claim 2, wherein matching the second data to be entered with the error data in the front-end database, and obtaining the matching result, comprises:
matching the second data to be recorded with error data in the front-end database, and judging whether the front-end database has error data similar to the second data to be recorded;
if so, marking the second data to be recorded as correct data corresponding to error data similar to the second data to be recorded.
5. The method of claim 4, wherein prompting the teller to reconfirm and process the second data to be entered comprises:
reminding a teller whether the second data to be recorded is error data or not;
if not, checking the second data to be input through the background server;
otherwise, the error data is modified according to the correct data, or a teller manually modifies the second data to be input, and the modified data is checked through a background server.
6. A data entry device, comprising:
the data input module is used for inputting first data to be input into a preset column;
the data checking module is used for checking whether the first data to be input is error data or not through the background server, and if so, the error data information is stored in the front-end database;
the data processing module is used for inputting the second data to be recorded into a preset column, detecting whether the second data to be recorded exists in the front-end database, if the second data to be recorded does not exist, checking the second data to be recorded through the background server, otherwise, reminding a teller to reconfirm and process the second data to be recorded.
7. The apparatus as recited in claim 6, further comprising: the judging module is used for judging whether the second data to be recorded is correct or not after the background server is used for checking the second data to be recorded;
if the second data to be recorded is correct, judging whether the second data to be recorded is determined to be error data, if so, updating the second data to be recorded in the front-end database, otherwise, matching the second data to be recorded with the error data in the front-end database, and obtaining a matching result.
8. The apparatus of claim 7, wherein the determination module is further to:
and if the second data to be recorded is wrong, storing the second data to be recorded into the second data to be recorded as wrong data.
9. The apparatus of claim 7, wherein the data processing module is further to:
matching the second data to be recorded with error data in the front-end database, and judging whether the front-end database has error data similar to the second data to be recorded;
if so, marking the second data to be recorded as correct data corresponding to error data similar to the second data to be recorded.
10. The apparatus of claim 9, wherein the data processing module is further to:
reminding a teller whether the second data to be recorded is error data or not;
if not, checking the second data to be input through the background server;
otherwise, the error data is modified according to the correct data, or a teller manually modifies the second data to be input, and the modified data is checked through a background server.
11. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1 to 5 when executing the computer program.
12. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program for executing the method of any one of claims 1 to 5.
CN201911189310.1A 2019-11-28 2019-11-28 Data entry method and device Active CN111078677B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911189310.1A CN111078677B (en) 2019-11-28 2019-11-28 Data entry method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911189310.1A CN111078677B (en) 2019-11-28 2019-11-28 Data entry method and device

Publications (2)

Publication Number Publication Date
CN111078677A CN111078677A (en) 2020-04-28
CN111078677B true CN111078677B (en) 2023-05-05

Family

ID=70312015

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911189310.1A Active CN111078677B (en) 2019-11-28 2019-11-28 Data entry method and device

Country Status (1)

Country Link
CN (1) CN111078677B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113836208A (en) * 2021-08-16 2021-12-24 深圳希施玛数据科技有限公司 Data processing method and device and terminal equipment
CN114781194B (en) * 2022-06-20 2022-09-09 航天晨光股份有限公司 Construction method of database based on metal hose
CN115130440B (en) * 2022-08-23 2023-04-07 三一融资租赁有限公司 Business data entry processing system suitable for equipment financing

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106940640A (en) * 2016-01-04 2017-07-11 阿里巴巴集团控股有限公司 A kind of page positioning method and device for mistake input information
CN108664984A (en) * 2017-03-28 2018-10-16 深圳市凯立德科技股份有限公司 A kind of method and device of data inspection
CN109840803A (en) * 2019-01-04 2019-06-04 平安科技(深圳)有限公司 Data entry method, user terminal, background server and storage medium
CN110187993A (en) * 2019-05-14 2019-08-30 广州欧科信息技术股份有限公司 A kind of processing method of misoperation, system, electronic equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106940640A (en) * 2016-01-04 2017-07-11 阿里巴巴集团控股有限公司 A kind of page positioning method and device for mistake input information
CN108664984A (en) * 2017-03-28 2018-10-16 深圳市凯立德科技股份有限公司 A kind of method and device of data inspection
CN109840803A (en) * 2019-01-04 2019-06-04 平安科技(深圳)有限公司 Data entry method, user terminal, background server and storage medium
CN110187993A (en) * 2019-05-14 2019-08-30 广州欧科信息技术股份有限公司 A kind of processing method of misoperation, system, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN111078677A (en) 2020-04-28

Similar Documents

Publication Publication Date Title
CN111078677B (en) Data entry method and device
KR102151326B1 (en) Data processing method and device
US9471470B2 (en) Automatically recommending test suite from historical data based on randomized evolutionary techniques
CN107122258A (en) Method and apparatus for the state code check of test interface
WO2016040445A1 (en) Conditional validation rules
CN107797889B (en) Method and device for checking system file backup integrity
CN111191250B (en) Verification method and device, verification device, server and terminal
CN108959374B (en) Data storage method and device and electronic equipment
CN107223257B (en) Test method, test server and test system
CN109933534B (en) Method and device for determining financial test object
US9026612B2 (en) Generating a custom parameter rule based on a comparison of a run-time value to a request URL
US20170004188A1 (en) Apparatus and Method for Graphically Displaying Transaction Logs
CN111125067B (en) Data maintenance method and device
CN106919431B (en) Code comparison method, equipment and system in continuous integration
CN105117499A (en) File display method and device based on cloud disk
US11899770B2 (en) Verification method and apparatus, and computer readable storage medium
CN115391230A (en) Test script generation method, test script penetration method, test script generation device, test penetration device, test equipment and test medium
CN116860997A (en) Knowledge graph construction method, device, equipment and storage medium
CN104239801B (en) The recognition methods of 0day leaks and device
CN117763024A (en) Data fragment extraction method and device
CN110688823A (en) XML file verification method and device
CN115907400A (en) Work order processing method and device
CN112883372B (en) Cross-site scripting attack detection method and device
CN107704484B (en) Webpage error information processing method and device, computer equipment and storage medium
CN111046236A (en) Personalized data checking method, device and medium applied to IC card

Legal Events

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