CN112379942A - Configuration method and device of scanning and checking software and scanning and checking method thereof - Google Patents

Configuration method and device of scanning and checking software and scanning and checking method thereof Download PDF

Info

Publication number
CN112379942A
CN112379942A CN202011278322.4A CN202011278322A CN112379942A CN 112379942 A CN112379942 A CN 112379942A CN 202011278322 A CN202011278322 A CN 202011278322A CN 112379942 A CN112379942 A CN 112379942A
Authority
CN
China
Prior art keywords
module
scanning
format
data
checking
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.)
Pending
Application number
CN202011278322.4A
Other languages
Chinese (zh)
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.)
Eastcompeace Technology Co Ltd
Original Assignee
Eastcompeace Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Eastcompeace Technology Co Ltd filed Critical Eastcompeace Technology Co Ltd
Priority to CN202011278322.4A priority Critical patent/CN112379942A/en
Publication of CN112379942A publication Critical patent/CN112379942A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a configuration method and a device of scanning and checking software and a scanning and checking method thereof, wherein the configuration method is applied to the configuration device of the scanning and checking software, and the configuration device comprises the following steps: the method comprises a plurality of data import modules, a plurality of scanning check modules and a plurality of data export modules, and comprises the following steps: acquiring configuration requirements of scanning and checking software; after the configuration requirement is analyzed, a target data import module, a target scanning check module and a target data export module corresponding to the configuration requirement are obtained; the scanning and checking software is configured based on the target data import module, the target scanning and checking module and the target data export module, and the technical problem that a new piece of software needs to be newly developed and the consumed time is long due to the requirement of each piece of scanning and checking software in the prior art is solved.

Description

Configuration method and device of scanning and checking software and scanning and checking method thereof
Technical Field
The application relates to the technical field of software configuration, in particular to a configuration method and a device of scanning and checking software and a scanning and checking method thereof, and is more particularly applied to the configuration of the scanning and checking software for checking card mailing information.
Background
In order to facilitate self-service management, banks may provide various types of bank cards, credit cards or customized cards (hereinafter, simply referred to as cards) for users to select. The production of these cards is often done by the card supplier and mailed after production is complete. To ensure mailing accuracy, card suppliers need to verify mailing information, and many types of scanning verification software are in force.
In the prior art, each piece of scanning and checking software requirement needs to be newly developed with a new piece of software, but in essence, many pieces of scanning and checking software have very similar functions, and each time a new piece of scanning and checking software is newly developed, the time is long.
Therefore, it is an urgent technical problem to be solved by those skilled in the art to provide a configuration method of scan verification software with short time consumption.
Disclosure of Invention
The application provides a configuration method and a configuration device of scanning and checking software and a scanning and checking method thereof, and solves the technical problems that a new piece of software needs to be newly developed and the consumed time is long due to the requirement of each piece of scanning and checking software in the prior art.
In view of this, the first aspect of the present application provides a configuration method of scan check software, which is applied to a configuration device of scan check software, where the configuration device includes: a plurality of data import modules, a plurality of scan collation modules, and a plurality of data export modules, the method comprising the steps of:
acquiring configuration requirements of scanning and checking software;
after the configuration requirement is analyzed, a target data import module, a target scanning check module and a target data export module corresponding to the configuration requirement are obtained;
configuring the scan reconciliation software based on the target data import module, the target scan reconciliation module and the target data export module.
Alternatively,
after the configuration requirement is analyzed, a target data import module, a target scanning check module and a target data export module corresponding to the configuration requirement are obtained, and the method specifically comprises the following steps:
after the configuration requirement is analyzed, determining a data import format, a scanning check flow format and a data export format carried in the configuration requirement;
and determining a corresponding target data import module based on the data import format, determining a corresponding target scanning check module based on the scanning check flow format, and determining a corresponding target data export module based on the data export format.
Alternatively,
determining a corresponding target data import module based on the data import format, determining a corresponding target scanning check module based on the scanning check flow format, and determining a corresponding target data export module based on the data export format, specifically comprising:
judging whether a data import module in various data import modules is matched with the data import format, if so, taking the data import module matched with the data import format as a target data import module, and if not, adding a new data import module based on the data import format and taking the new data import module as the target data import module;
judging whether a scanning checking module in a plurality of scanning checking modules is matched with the scanning checking flow format, if so, taking the scanning checking module matched with the scanning checking flow format as a target scanning checking module, if not, adding a new scanning checking module based on the scanning checking flow format, and taking the new scanning checking module as the target scanning checking module;
and judging whether a data export module in the multiple data export modules is matched with the data export format, if so, taking the data export module matched with the data export format as a target data export module, if not, adding a new data export module based on the data export format, and taking the new data export module as the target data export module.
The second invention of the present application provides a scan collation method, which performs collation by scan collation software configured by the configuration method of scan collation software according to the first aspect, comprising:
acquiring check data to be scanned;
and scanning and checking the check data to be scanned.
A third aspect of the present application provides a configuration apparatus for scan checking software, in which a plurality of data import modules, a plurality of scan checking modules, and a plurality of data export modules are integrated, and the configuration apparatus includes:
the first acquisition module is used for acquiring the configuration requirement of the scanning and checking software;
the second acquisition module is used for acquiring a target data import module, a target scanning check module and a target data export module which correspond to the configuration requirements after analyzing the configuration requirements;
and the third acquisition module is used for configuring the scanning and checking software based on the target data import module, the target scanning and checking module and the target data export module.
Alternatively,
the second obtaining module specifically includes:
the analysis submodule is used for determining a data import format, a scanning check flow format and a data export format carried in the configuration requirement after analyzing the configuration requirement;
and the determining submodule is used for determining a corresponding target data import module based on the data import format, determining a corresponding target scanning check module based on the scanning check flow format and determining a corresponding target data export module based on the data export format.
Alternatively,
the determining of the sub-modules specifically comprises:
the first determining sub-module is used for judging whether a data import module in various data import modules is matched with the data import format, if so, taking the data import module matched with the data import format as a target data import module, and if not, adding a new data import module based on the data import format and taking the new data import module as the target data import module;
a second determining sub-module, configured to determine whether a scan check module of the multiple scan check modules matches the scan check flow format, if so, use the scan check module matching the scan check flow format as a target scan check module, and if not, add a new scan check module based on the scan check flow format, and use the new scan check module as the target scan check module;
and the third determining sub-module is used for judging whether a data export module in the multiple data export modules is matched with the data export format, if so, taking the data export module matched with the data export format as a target data export module, if not, adding a new data export module based on the data export format, and taking the new data export module as the target data export module.
According to the technical scheme, the embodiment of the application has the following advantages:
the application provides a configuration method of scanning and checking software, which is applied to a configuration device of the scanning and checking software, wherein the configuration device comprises the following steps: the method comprises a plurality of data import modules, a plurality of scanning check modules and a plurality of data export modules, and comprises the following steps: acquiring configuration requirements of scanning and checking software; after the configuration requirement is analyzed, a target data import module, a target scanning check module and a target data export module corresponding to the configuration requirement are obtained; and configuring scanning and checking software based on the target data importing module, the target scanning and checking module and the target data exporting module. After the configuration requirement of new scanning software is met, relevant information can be configured according to the configuration requirement, a line of codes is not needed to be written in the middle, data import can be dynamically generated, data scanning is dynamically generated, report output is dynamically generated, scanning and checking software is achieved in a configuration mode, the needed functions can be achieved without writing the codes, the development efficiency is greatly improved, labor cost is saved, and the technical problem that the time consumed is long because a new piece of software needs to be redeveloped when each piece of scanning and checking software is needed in the prior art is solved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise.
Fig. 1 is a schematic flowchart illustrating a configuration method of scan verification software according to a first embodiment of the present disclosure;
fig. 2 is a schematic flowchart of a second embodiment of a configuration method of scan checking software in an embodiment of the present application;
FIG. 3 is a schematic structural diagram of an embodiment of a configuration apparatus for scanning and collating software according to an embodiment of the present application;
FIG. 4 is a code framework diagram of a configuration device of scan verification software according to an embodiment of the present application;
fig. 5 is a functional introduction diagram of a configuration device of scan checking software according to an embodiment of the present application.
Detailed Description
The embodiment of the application provides a configuration method and device of scanning and checking software and a scanning and checking method thereof, and solves the technical problems that each piece of scanning and checking software in the prior art needs to be newly developed and consumes longer time.
In order to make the technical solutions of the present application better understood, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, a flowchart of a first embodiment of a configuration method of scan and check software according to an embodiment of the present application is shown.
In this embodiment, a configuration method of scan verification software is applied to a configuration device of scan verification software, where the configuration device includes: the method comprises a plurality of data import modules, a plurality of scanning check modules and a plurality of data export modules, and comprises the following steps:
step 101, acquiring configuration requirements of scanning and checking software.
It should be noted that the configuration requirement of the scan check software may be initiated based on a change of the scan check service, or may be in another manner.
Step 102, after the configuration requirement is analyzed, a target data import module, a target scanning check module and a target data export module corresponding to the configuration requirement are obtained.
And 103, configuring scanning and checking software based on the target data importing module, the target scanning and checking module and the target data exporting module.
In the configuration device of the scanning and checking software in this embodiment, a plurality of data import modules, a plurality of scanning and checking modules, and a plurality of data export modules are integrated, and the modules are independent from each other, so that different scanning and checking software can be realized by different combinations of the modules when different configuration requirements are met.
The configuration method of the scanning verification software in this embodiment is applied to a configuration device of the scanning verification software, and the configuration device includes: the method comprises a plurality of data import modules, a plurality of scanning check modules and a plurality of data export modules, and comprises the following steps: acquiring configuration requirements of scanning and checking software; after the configuration requirement is analyzed, a target data import module, a target scanning check module and a target data export module corresponding to the configuration requirement are obtained; and configuring scanning and checking software based on the target data importing module, the target scanning and checking module and the target data exporting module. After the configuration requirement of new scanning software is met, relevant information can be configured according to the configuration requirement, a line of codes is not needed to be written in the middle, data import can be dynamically generated, data scanning is dynamically generated, report output is dynamically generated, scanning and checking software is achieved in a configuration mode, the needed functions can be achieved without writing the codes, the development efficiency is greatly improved, labor cost is saved, and the technical problem that the time consumed is long because a new piece of software needs to be redeveloped when each piece of scanning and checking software is needed in the prior art is solved.
The above is a first embodiment of a configuration method of scan check software provided in the embodiments of the present application, and the following is a second embodiment of the configuration method of scan check software provided in the embodiments of the present application.
Referring to fig. 2, a flowchart of a second embodiment of a configuration method of scan checking software in the embodiment of the present application is shown.
In this embodiment, a configuration method of scan verification software is applied to a configuration device of scan verification software, where the configuration device includes: the method comprises a plurality of data import modules, a plurality of scanning check modules and a plurality of data export modules, and comprises the following steps:
step 201, acquiring configuration requirements of scanning and checking software.
Step 202, after the configuration requirement is analyzed, determining a data import format, a scan check flow format and a data export format carried in the configuration requirement.
Step 203, determining a corresponding target data import module based on the data import format, determining a corresponding target scanning check module based on the scanning check flow format, and determining a corresponding target data export module based on the data export format.
It should be noted that determining a corresponding target data import module based on the data import format, determining a corresponding target scan check module based on the scan check flow format, and determining a corresponding target data export module based on the data export format specifically includes:
judging whether a data import module in the multiple data import modules is matched with a data import format, if so, taking the data import module matched with the data import format as a target data import module, and if not, adding a new data import module based on the data import format and taking the new data import module as the target data import module;
judging whether a scanning checking module in the multiple scanning checking modules is matched with a scanning checking flow format or not, if so, taking the scanning checking module matched with the scanning checking flow format as a target scanning checking module, and if not, adding a new scanning checking module based on the scanning checking flow format and taking the new scanning checking module as a target scanning checking module;
and judging whether a data export module in the multiple data export modules is matched with the data export format, if so, taking the data export module matched with the data export format as a target data export module, otherwise, adding a new data export module based on the data export format, and taking the new data export module as the target data export module.
And the newly added new data import module, the data export module and the scanning check module are updated to various module types corresponding to the new data import module, the data export module and the scanning check module respectively so as to meet the configuration requirements of subsequent scanning check software.
And step 204, configuring scanning and checking software based on the target data importing module, the target scanning and checking module and the target data exporting module.
The configuration method of the scanning verification software in this embodiment is applied to a configuration device of the scanning verification software, and the configuration device includes: the method comprises a plurality of data import modules, a plurality of scanning check modules and a plurality of data export modules, and comprises the following steps: acquiring configuration requirements of scanning and checking software; after the configuration requirement is analyzed, a target data import module, a target scanning check module and a target data export module corresponding to the configuration requirement are obtained; and configuring scanning and checking software based on the target data importing module, the target scanning and checking module and the target data exporting module. After the configuration requirement of new scanning software is met, relevant information can be configured according to the configuration requirement, a line of codes is not needed to be written in the middle, data import can be dynamically generated, data scanning is dynamically generated, report output is dynamically generated, scanning and checking software is achieved in a configuration mode, the needed functions can be achieved without writing the codes, the development efficiency is greatly improved, labor cost is saved, and the technical problem that the time consumed is long because a new piece of software needs to be redeveloped when each piece of scanning and checking software is needed in the prior art is solved.
The second embodiment of the configuration method of scan checking software provided in the embodiments of the present application is as follows.
In this embodiment, a scan verification method is performed by scan verification software configured by the configuration method of the scan verification software according to the first embodiment or the second embodiment, and the scan verification method includes:
acquiring check data to be scanned;
and scanning and checking the data to be scanned and checked.
In the embodiment, most of the check data to be scanned can be scanned and checked through the configured scanning and checking software, software is not required to be developed again, time consumption is short, and configuration is convenient.
The above is an embodiment of a scan verification method provided in the embodiments of the present application, and the following is an embodiment of a configuration apparatus of scan verification software provided in the embodiments of the present application.
Referring to fig. 3, a schematic structural diagram of an embodiment of a configuration apparatus for scan checking software according to an embodiment of the present application is shown.
The configuration device of scan check software in this embodiment is characterized in that the configuration device is integrated with a plurality of data import modules, a plurality of scan check modules and a plurality of data export modules, and the configuration device includes:
a first obtaining module 301, configured to obtain configuration requirements of the scanning and checking software;
a second obtaining module 302, configured to obtain, after the configuration requirement is analyzed, a target data importing module, a target scanning checking module, and a target data exporting module corresponding to the configuration requirement;
and a third obtaining module 303, configured to configure the scan and check software based on the target data importing module, the target scan and check module, and the target data exporting module.
Further, the second obtaining module 302 specifically includes:
the analysis submodule is used for determining a data import format, a scanning check flow format and a data export format carried in the configuration requirement after analyzing the configuration requirement;
and the determining submodule is used for determining a corresponding target data import module based on the data import format, determining a corresponding target scanning check module based on the scanning check flow format and determining a corresponding target data export module based on the data export format.
Further, the determining the sub-module specifically includes:
the first determining sub-module is used for judging whether a data import module in the multiple data import modules is matched with the data import format, if so, taking the data import module matched with the data import format as a target data import module, and if not, adding a new data import module based on the data import format and taking the new data import module as the target data import module;
the second determining sub-module is used for judging whether a scanning checking module is matched with the scanning checking flow format or not in the multiple scanning checking modules, if so, the scanning checking module matched with the scanning checking flow format is used as a target scanning checking module, if not, a new scanning checking module is added based on the scanning checking flow format, and the new scanning checking module is used as a target scanning checking module;
and the third determining submodule is used for judging whether a data export module in the multiple data export modules is matched with the data export format, if so, taking the data export module matched with the data export format as a target data export module, if not, adding a new data export module based on the data export format, and taking the new data export module as the target data export module.
As shown in fig. 4, the configuration device of the scan verification software in the present embodiment mainly includes the following components:
1) a service module: based on the universal module, the system provides business functions of bank customer management, data import, scanning check, report output and the like.
2) A general module: based on the bottom layer framework and the control, the universal functions of plug-in management (namely adding a data new import module, a new data export module and a new scanning check module), data table creation management, log management, interface management, event binding, rule binding, program updating and the like are provided.
3) EastComace bottom layer framework: based on IDE, the system and the Eastcom control are jointly used as a basic development library to provide basic development components for the general module and the business module, wherein the basic development components comprise a database, an FTP (file transfer protocol), a report form, a thread, Sockets, equipment communication, a file framework and the like.
4) Eastmatch control: based on IDE, together with the Eastcom bottom layer framework as the basic development library, provide basic development components for general module and business module, including: control, Dialog, Form, and Animation.
As shown in fig. 5, the functions of the configuration device of the scan verification software in this embodiment mainly include:
1. and (5) managing by bank customers. The bank client checking and scanning business is managed in a unified mode, and the scanning and checking business of each bank client is clear.
2. Data table creation management
1. And (4) manually creating. The data table creation can be performed by manually adding required fields to the data table one by one.
2. Template creation
1) And an MDB template. And through importing the MDB file, intelligently analyzing the MDB table field, and automatically generating a data table structure for table creation.
2) And Excel template. And (4) intelligently analyzing the title by importing an Excel file, and automatically generating a data table structure for table creation.
3) Txt template. By importing Txt files, the title is intelligently analyzed, and a data table structure is automatically generated for table creation.
3. Bank client plug-in information management
1. Add single file add on. The plug-in files can be saved to the database one by one in a single file manner.
2. The add-in folder can put the add-in file into the folder in a folder mode, and automatically traverse and store all files of the folder into the database.
4. Interface management
1. And (6) introducing into an interface. And dynamically configuring an import interface, binding click or refreshing events for the related controls, and binding import data behaviors.
1) And importing the MDB file. And configuring an MDB file import rule and setting a data table name.
2) And importing the Excel file. Configuring an Excel file import rule, setting a table name, starting a row and starting a column.
3) And Txt file is imported. Txt file import rules are configured, and encoding formats and separators are set.
2. And exporting the interface. And configuring a exporting interface for the dynamic library, binding a click or refreshing event for the related control, and binding data to export behaviors.
1) And deriving the MDB. Configuring MDB export rules, setting template files, outputting file names and MDB data table names.
2) And exporting the Excel. Configuring an Excel export rule, setting a template file, outputting a file name, an Excel page name, starting a line and starting a column.
3) And a lead-out Txt. Configuration Txt exports rules, sets template file, output file name, file coding format, and separators.
5. Log management
1. And logging in a log by the user. The method is used for recording user login information and can derive EXCEL or TXT files.
2. And importing the data into a log. For logging data import log information, EXCEL or TXT files can be exported.
3. The audit log is scanned. For recording scan verification information, EXCEL or TXT files can be derived.
4. And (6) exporting the log by the report. The method is used for recording report output information and can derive EXCEL or TXT files.
5. A software operation log. For software operational information, EXCEL or TXT files may be exported.
6. Scanning verification
1. And (6) importing data. And dynamically generating an import interface through the import interface configuration information to import data.
2. And (6) scanning and checking. And selecting a checking process according to each banking business.
3. And (6) data export. And dynamically generating a exporting interface through exporting the interface configuration information, and outputting data.
The configuration device of the scanning verification software in this embodiment includes: after the configuration requirement of new scanning software is met, relevant information can be configured according to the configuration requirement, one line of codes is not needed to be compiled in the middle, data import can be dynamically generated, data scanning is dynamically generated, report output is dynamically generated, the scanning and checking software is realized in a configuration mode, the needed functions can be realized without compiling the codes, the development efficiency is greatly improved, the labor cost is saved, the technical problem that the time consumed is long because a new piece of software needs to be redeveloped when each piece of scanning and checking software needs to be solved.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical functional division, and other divisions may be implemented, for example, a plurality of units or components may be combined or integrated into another grid network to be installed, or some features may be omitted or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to the needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions in the embodiments of the present application.

Claims (7)

1. A configuration method of scanning check software is characterized in that the configuration method is applied to a configuration device of the scanning check software, and the configuration device comprises the following steps: a plurality of data import modules, a plurality of scan collation modules, and a plurality of data export modules, the method comprising the steps of:
acquiring configuration requirements of scanning and checking software;
after the configuration requirement is analyzed, a target data import module, a target scanning check module and a target data export module corresponding to the configuration requirement are obtained;
configuring the scan reconciliation software based on the target data import module, the target scan reconciliation module and the target data export module.
2. The configuration method of scanning and collating software according to claim 1, wherein after analyzing the configuration requirement, acquiring a target data import module, a target scanning and collating module, and a target data export module corresponding to the configuration requirement specifically include:
after the configuration requirement is analyzed, determining a data import format, a scanning check flow format and a data export format carried in the configuration requirement;
and determining a corresponding target data import module based on the data import format, determining a corresponding target scanning check module based on the scanning check flow format, and determining a corresponding target data export module based on the data export format.
3. The configuration method of scan collation software according to claim 2, wherein determining a corresponding target data import module based on the data import format, determining a corresponding target scan collation module based on the scan collation flow format, and determining a corresponding target data export module based on the data export format specifically includes:
judging whether a data import module in various data import modules is matched with the data import format, if so, taking the data import module matched with the data import format as a target data import module, and if not, adding a new data import module based on the data import format and taking the new data import module as the target data import module;
judging whether a scanning checking module in a plurality of scanning checking modules is matched with the scanning checking flow format, if so, taking the scanning checking module matched with the scanning checking flow format as a target scanning checking module, if not, adding a new scanning checking module based on the scanning checking flow format, and taking the new scanning checking module as the target scanning checking module;
and judging whether a data export module in the multiple data export modules is matched with the data export format, if so, taking the data export module matched with the data export format as a target data export module, if not, adding a new data export module based on the data export format, and taking the new data export module as the target data export module.
4. A scan collation method characterized in that collation is performed by scan collation software configured by the configuration method of scan collation software according to any one of claims 1 to 3, comprising:
acquiring check data to be scanned;
and scanning and checking the check data to be scanned.
5. A configuration device of scanning and checking software is characterized in that a plurality of data import modules, a plurality of scanning and checking modules and a plurality of data export modules are integrated in the configuration device, and the configuration device comprises:
the first acquisition module is used for acquiring the configuration requirement of the scanning and checking software;
the second acquisition module is used for acquiring a target data import module, a target scanning check module and a target data export module which correspond to the configuration requirements after analyzing the configuration requirements;
and the third acquisition module is used for configuring the scanning and checking software based on the target data import module, the target scanning and checking module and the target data export module.
6. The configuration device of scan verification software according to claim 5, wherein the second obtaining module specifically includes:
the analysis submodule is used for determining a data import format, a scanning check flow format and a data export format carried in the configuration requirement after analyzing the configuration requirement;
and the determining submodule is used for determining a corresponding target data import module based on the data import format, determining a corresponding target scanning check module based on the scanning check flow format and determining a corresponding target data export module based on the data export format.
7. The configuration device of scan verification software according to claim 6, wherein the determining sub-module specifically comprises:
the first determining sub-module is used for judging whether a data import module in various data import modules is matched with the data import format, if so, taking the data import module matched with the data import format as a target data import module, and if not, adding a new data import module based on the data import format and taking the new data import module as the target data import module;
a second determining sub-module, configured to determine whether a scan check module of the multiple scan check modules matches the scan check flow format, if so, use the scan check module matching the scan check flow format as a target scan check module, and if not, add a new scan check module based on the scan check flow format, and use the new scan check module as the target scan check module;
and the third determining sub-module is used for judging whether a data export module in the multiple data export modules is matched with the data export format, if so, taking the data export module matched with the data export format as a target data export module, if not, adding a new data export module based on the data export format, and taking the new data export module as the target data export module.
CN202011278322.4A 2020-11-16 2020-11-16 Configuration method and device of scanning and checking software and scanning and checking method thereof Pending CN112379942A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011278322.4A CN112379942A (en) 2020-11-16 2020-11-16 Configuration method and device of scanning and checking software and scanning and checking method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011278322.4A CN112379942A (en) 2020-11-16 2020-11-16 Configuration method and device of scanning and checking software and scanning and checking method thereof

Publications (1)

Publication Number Publication Date
CN112379942A true CN112379942A (en) 2021-02-19

Family

ID=74585329

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011278322.4A Pending CN112379942A (en) 2020-11-16 2020-11-16 Configuration method and device of scanning and checking software and scanning and checking method thereof

Country Status (1)

Country Link
CN (1) CN112379942A (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110161936A1 (en) * 2009-12-28 2011-06-30 International Business Machines Method and apparatus for regression testing selection for a framework-based application
CN202600726U (en) * 2012-05-14 2012-12-12 章旭伟 Portable bar code scanning verification instrument
US20150007169A1 (en) * 2013-06-26 2015-01-01 International Business Machines Corporation Deploying an application in a cloud computing environment
CN106254337A (en) * 2016-07-29 2016-12-21 北京北信源软件股份有限公司 A kind of network scanning method and network scanning system
US20180053132A1 (en) * 2016-08-22 2018-02-22 Nswc Crane Plan of Action and Milestones (POA&M) Automated Generation Engine (PAGE) System and Related Methods
CN107733708A (en) * 2017-10-16 2018-02-23 平安科技(深圳)有限公司 Device parameter collocation method, device, computer equipment and storage medium
CN109542399A (en) * 2018-10-25 2019-03-29 深圳市金证科技股份有限公司 Software development methodology, device, terminal device and computer readable storage medium
CN109857629A (en) * 2017-11-30 2019-06-07 贵州白山云科技股份有限公司 A kind of scanning detection method and device
CN110213071A (en) * 2018-04-16 2019-09-06 腾讯科技(深圳)有限公司 Verification of data method, apparatus, system, computer equipment and storage medium
CN110321108A (en) * 2018-03-29 2019-10-11 松下神视株式会社 For the program creation apparatus of image inspection program, program creation method and creation program

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110161936A1 (en) * 2009-12-28 2011-06-30 International Business Machines Method and apparatus for regression testing selection for a framework-based application
CN202600726U (en) * 2012-05-14 2012-12-12 章旭伟 Portable bar code scanning verification instrument
US20150007169A1 (en) * 2013-06-26 2015-01-01 International Business Machines Corporation Deploying an application in a cloud computing environment
CN106254337A (en) * 2016-07-29 2016-12-21 北京北信源软件股份有限公司 A kind of network scanning method and network scanning system
US20180053132A1 (en) * 2016-08-22 2018-02-22 Nswc Crane Plan of Action and Milestones (POA&M) Automated Generation Engine (PAGE) System and Related Methods
CN107733708A (en) * 2017-10-16 2018-02-23 平安科技(深圳)有限公司 Device parameter collocation method, device, computer equipment and storage medium
CN109857629A (en) * 2017-11-30 2019-06-07 贵州白山云科技股份有限公司 A kind of scanning detection method and device
CN110321108A (en) * 2018-03-29 2019-10-11 松下神视株式会社 For the program creation apparatus of image inspection program, program creation method and creation program
CN110213071A (en) * 2018-04-16 2019-09-06 腾讯科技(深圳)有限公司 Verification of data method, apparatus, system, computer equipment and storage medium
CN109542399A (en) * 2018-10-25 2019-03-29 深圳市金证科技股份有限公司 Software development methodology, device, terminal device and computer readable storage medium

Similar Documents

Publication Publication Date Title
JP4226171B2 (en) Accounting system for processing transaction data, method thereof, and storage medium storing program therefor
Rockart et al. The rise of managerial computing: the best of the Center for Information Systems Research
CN104461863A (en) Service system testing method, device and system
CN110286974A (en) Application configuration method, apparatus, equipment and storage medium based on the H5 page
JPWO2008078366A1 (en) Data verification apparatus, data verification method, and data verification program
CN111562965B (en) Page data verification method and device based on decision tree
CN111414740A (en) Electronic experiment record book report generation system
CN111522817A (en) Table content mapping system, method and non-transitory storage medium
CN110992207A (en) Business object determination method and device
CN116860856A (en) Financial data processing method and device, computer equipment and storage medium
CN109324963B (en) Method for automatically testing profit result and terminal equipment
CN112379942A (en) Configuration method and device of scanning and checking software and scanning and checking method thereof
CN111523298A (en) Generation method and device of accounting voucher
CN114722789A (en) Data report integration method and device, electronic equipment and storage medium
CN111027302B (en) Electricity selling contract generation method and system based on settlement model
WO2021073264A1 (en) Negotiable instrument information acquisition method and device, computer apparatus, and readable storage medium
CN112685456A (en) User access data processing method and device and computer system
CN103793486A (en) Method and system for performing storage and seal verification on seal combined data
CN113792048B (en) Form verification rule generation method and system for non-relational database
CN111273966B (en) Welfare data processing method, device and computer readable medium
CN114416805B (en) Data checking method and device, computer equipment and storage medium
CN112131258B (en) Data splicing method, device and equipment and computer storage medium
US20230267557A1 (en) Generic configuration platform for generating electronic reports
CN106547832A (en) A kind of information Compilation Method and device
CN115482028A (en) User behavior identification method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210219