CN114970476A - Data processing method, system, electronic device and storage medium - Google Patents

Data processing method, system, electronic device and storage medium Download PDF

Info

Publication number
CN114970476A
CN114970476A CN202210639655.8A CN202210639655A CN114970476A CN 114970476 A CN114970476 A CN 114970476A CN 202210639655 A CN202210639655 A CN 202210639655A CN 114970476 A CN114970476 A CN 114970476A
Authority
CN
China
Prior art keywords
verification
target
data
data processing
target form
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
CN202210639655.8A
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.)
Ctrip Travel Information Service Shanghai Co Ltd
Original Assignee
Ctrip Travel Information Service Shanghai 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 Ctrip Travel Information Service Shanghai Co Ltd filed Critical Ctrip Travel Information Service Shanghai Co Ltd
Priority to CN202210639655.8A priority Critical patent/CN114970476A/en
Publication of CN114970476A publication Critical patent/CN114970476A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/205Parsing
    • G06F40/226Validation
    • 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)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a data processing method, a system, an electronic device and a storage medium, wherein the data processing method comprises the following steps: responding to the form configuration instruction, generating a form verification rule based on the form configuration instruction, and collecting the form verification rule to form a verification configuration switch file, wherein the verification configuration switch file corresponds to a form; acquiring a target form; acquiring a corresponding target verification configuration switch file based on the target form, wherein the target verification configuration switch file is used for verifying the target form; and verifying the target form according to the target verification configuration switch file. By uniformly forming the different form verification rules into a verification configuration switch file, the complex steps of repeatedly developing the verification rules in the data configuration process are reduced, the form verification rules are prevented from being distributed in a scattered manner, and the data configuration efficiency is effectively improved. Different check switch configuration files are generated according to different form check rules, and flexibility in the data configuration process is improved.

Description

Data processing method, system, electronic device and storage medium
Technical Field
The present invention relates to the field of computers, and in particular, to a data processing method, system, electronic device, and storage medium.
Background
In the process of developing a B-side (enterprise user management platform) product, data configuration is generally required for the product. Because a large amount of data generally needs to be uploaded in the configuration process, different data verification rules need to be called to perform data verification in the data verification process, the verification modes of data configuration in the prior art are generally dispersed, and different data verification rules are searched according to different data, so that the data configuration efficiency is low easily.
Disclosure of Invention
The invention provides a data processing method, a system, an electronic device and a storage medium, aiming at overcoming the defect of low data configuration efficiency in the prior art.
The invention solves the technical problems through the following technical scheme:
a data processing method, the data processing method comprising:
responding to a form configuration instruction, generating a form verification rule based on the form configuration instruction, and collecting the form verification rule to form a verification configuration switch file, wherein the verification configuration switch file corresponds to a form;
acquiring a target form;
acquiring a corresponding target verification configuration switch file based on the target form, wherein the target verification configuration switch file is used for verifying the target form;
and verifying the target form according to the target verification configuration switch file.
Optionally, the form verification rule includes: pre-checking rules; the pre-check rule is used for checking the format of the target form;
the verifying the target form according to the target verification configuration switch file specifically comprises:
checking the format of the target form according to the pre-check rule to judge whether the format of the target form passes the check;
if yes, generating a first message element;
and if not, generating a message that the target form is not verified.
Optionally, the target form includes data to be configured;
the form verification rule further comprises: the post-check rule is used for carrying out data check on the data to be configured;
after the generating the first message element, the data processing method further includes:
performing data verification on the data to be configured according to the post-verification rule to judge whether the data to be configured passes the data verification;
if yes, storing the target form, and generating a calling interface of the target form;
and if not, generating a message that the target form is not verified.
Optionally, the data processing method further includes:
responding to the target verification configuration switch file to verify the target form, and recording the verification duration;
judging whether the check time length exceeds a preset time length or not;
if yes, terminating the verification and generating a message that the target form is not verified.
A data processing system, the data processing system comprising:
the switch configuration module is used for responding to a form configuration instruction, generating a form verification rule based on the form configuration instruction, and collecting the form verification rule to form a verification configuration switch file, wherein the verification configuration switch file corresponds to a form;
the form acquisition module is used for acquiring a target form;
a target switch configuration acquisition module, configured to acquire a corresponding target verification configuration switch file based on the target form, where the target verification configuration switch file is used to verify the target form;
and the checking module is used for checking the target form according to the target checking configuration switch file.
Optionally, the form verification rule includes: pre-checking rules; the pre-check rule is used for checking the format of the target form;
the verification module specifically comprises:
the preposed checking unit is used for checking the format of the target form according to the preposed checking rule so as to judge whether the format of the target form passes the checking; if yes, executing a first message unit; if not, executing a verification failure unit;
the first message unit is used for generating a first message element;
and the verification failure unit is used for generating a message that the target form fails to be verified.
Optionally, the target form includes data to be configured;
the form verification rule further comprises: the post-check rule is used for carrying out data check on the data to be configured;
the verification module further comprises:
the post-check unit is used for carrying out data check on the data to be configured according to the post-check rule so as to judge whether the data to be configured passes the data check; if yes, executing the storage unit; if not, executing the verification failure unit;
and the storage unit is used for storing the target form and generating a calling interface of the target form.
Optionally, the data processing system further comprises:
the timing module is used for responding to the verification module and recording the verification duration;
the judging module is used for judging whether the checking time length exceeds a preset time length or not; if yes, executing a termination module;
the termination module is used for terminating the verification and generating a message that the target form is not verified.
An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the data processing method of any one of the above when executing the computer program.
A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the data processing method of any one of the above.
The positive progress effects of the invention are as follows: according to the invention, different form verification rules are unified to form a verification configuration switch file, so that the complicated steps of repeatedly developing the verification rules in the data configuration process are reduced, the scattered distribution of the verification rules is avoided, and the efficiency of data configuration is effectively improved. Meanwhile, different check switch configuration files are generated according to different form check rules, so that the flexibility of the system is greatly improved.
Drawings
Fig. 1 is a first flowchart of a data processing method according to an exemplary embodiment of the present invention;
fig. 2 is a schematic diagram of a data configuration page of a data processing method according to an exemplary embodiment of the present invention;
fig. 3 is a schematic diagram of a target verification configuration switch file of a data processing method according to an exemplary embodiment of the present invention;
FIG. 4 is a second flowchart of a data processing method provided in an exemplary embodiment of the invention;
FIG. 5 is a third flowchart of a data processing method provided in an exemplary embodiment of the invention;
FIG. 6 is a data detail representation of a data processing method according to an exemplary embodiment of the present invention;
fig. 7 is a fourth flowchart of a data processing method according to an exemplary embodiment of the present invention;
fig. 8 is a fifth flowchart of a data processing method according to an exemplary embodiment of the present invention;
fig. 9 is a schematic diagram illustrating a failed form verification in a data processing method according to an exemplary embodiment of the present invention;
FIG. 10 is a diagram illustrating a form verification log of a data processing method according to an exemplary embodiment of the present invention;
FIG. 11 is a block diagram of a data processing system in accordance with an exemplary embodiment of the present invention;
FIG. 12 is a block diagram of a data processing system in accordance with an exemplary embodiment of the present invention;
fig. 13 is an electronic device according to an exemplary embodiment of the invention.
Detailed Description
The invention is further illustrated by the following example, but is not to be construed as being limited thereby.
An exemplary embodiment of the present invention provides a data processing method, which is used in a data configuration page of a B-side product, and specifically referring to fig. 1, the method includes:
s101, responding to the form configuration instruction, generating a form verification rule based on the form configuration instruction, and collecting the form verification rule to form a verification configuration switch file, wherein the verification configuration switch file corresponds to a form.
In this embodiment, in the data configuration page in fig. 2, a plurality of form verification rules are displayed below the "please check the fields to be operated" for the user to select, and a verification configuration switch file is generated according to the form verification rule selected by the user, so that the user can select one or more form verification rules.
And S102, acquiring a target form.
In this embodiment, in the data configuration page in fig. 2, the "upload Excel data" may be uploaded by the user to perform a target form of data configuration.
S103, acquiring a corresponding target verification configuration switch file based on the target form, wherein the target verification configuration switch file is used for verifying the target form.
And S104, verifying the target form according to the target verification configuration switch file.
In the present embodiment, the composition of the target verification configuration switch file is shown in fig. 3.
In one embodiment, the form verification rule includes: pre-checking rules; the preposed verification rule is used for verifying the format of the target form;
step S104 specifically includes:
checking the format of the target form according to a pre-checking rule to judge whether the format of the target form passes the checking;
if yes, generating a first message element;
if not, generating a message that the target form is not verified.
In this embodiment, referring to fig. 4 specifically, after the target form of the user is obtained, pre-verification is performed on the target form according to a pre-verification rule, where the pre-verification rule includes, but is not limited to, a synchronous table format, a verification target form format, and a verification file size.
And if the pre-verification of the target form is successful, generating a history file of the pre-verification for storage, creating a batch number of the target form, and recording the number of files for the pre-verification. After the batch number of the target form is successfully created, the next level batch task is created and the first message element, push qmq (a type of message element) shown in the figure, is generated. And generating a persistence mq (message element) for consuming and retrying the task which cannot successfully create the target form batch number until the batch number is successfully created.
And if the pre-verification of the target form fails, establishing the batch number of the target form, generating an operation record which does not pass the pre-verification, and recording an operator.
In one embodiment, the target form includes data to be configured;
the form verification rules further include: the post-check rule is used for carrying out data check on the data to be configured;
after generating the first message element, the data processing method further comprises:
performing data verification on the data to be configured according to a post-verification rule to judge whether the data to be configured passes the data verification;
if so, storing the target form and generating a calling interface of the target form;
if not, generating a message that the target form is not verified.
In this embodiment, referring to fig. 5 specifically, after receiving the first message element, that is, receiving qmq shown in the figure, the value in the database is locked, and the post-check is performed on the data to be configured according to the post-check rule.
If the data to be configured is successfully verified, judging whether the data to be configured needs to be delayed to take effect, and generating a calling interface to store the target form and the data to be configured. And after the data to be configured is successfully stored, recording a data verification list according to a post-verification rule and releasing the lock. The data verification list is shown in fig. 6.
And if the data to be configured fails to be verified, recording the data verification list according to the post-verification rule, releasing the lock, and generating a message that the data to be configured does not pass the post-verification.
In this embodiment, all the execution steps in the data verification process are recorded in the data verification detail table.
In an embodiment, the data processing method further includes:
responding to the target form to be verified according to the target verification configuration switch file, and recording the verification duration;
judging whether the check time length exceeds a preset time length or not;
if yes, the verification is terminated, and a message that the target form does not pass the verification is generated.
In this embodiment, referring to fig. 7, JOB monitoring (a data monitoring tool) is specifically adopted to monitor the data verification list, that is, the batch list shown in the figure, and when it is monitored that the data monitoring list has no operation for a long time, the form verification is considered to be failed, and the verification is terminated.
In an implementation, referring specifically to fig. 8, after the target form is uploaded, the progress of data verification is shown in the data configuration page. And meanwhile, when the target form starts to perform data verification, the timer calls the status interface at intervals to check the data verification status, and displays the data to be configured required to be executed by the data verification and the data to be configured which is being executed in the data configuration page according to the data verification progress.
In an implementation manner, after the message that the target form is not verified is generated, the location of the last time the target form is verified in the target form before the verification is terminated is returned to the query, so as to return the reason why the form is not verified, as shown in fig. 9 in particular, it is convenient for the user to modify the target form.
In an implementation, as shown in fig. 10, the form verification result is recorded in a log form, and a form verification log is generated for the user to view.
An exemplary embodiment of the present invention further provides a data processing system for use in a data configuration page of a B-side product, which is maintained by both an operator and a system maintenance person, as shown in fig. 11. The operator is responsible for uploading and downloading the target form. And system maintenance personnel are responsible for configuring the form verification rules and the verification configuration switch files, namely the configuration switch rules and the configuration batch switches in the corresponding graph.
As shown in fig. 12, the system specifically includes:
the switch configuration module 21 is configured to respond to the form configuration instruction, generate a form verification rule based on the form configuration instruction, and aggregate the form verification rule to form a verification configuration switch file, where the verification configuration switch file corresponds to a form.
In this embodiment, in the data configuration page in fig. 2, a plurality of form verification rules are displayed below the "please check the fields to be operated" for the user to select, and a verification configuration switch file is generated according to the form verification rule selected by the user, so that the user can select one or more form verification rules.
And the form obtaining module 22 is used for obtaining the target form.
In this embodiment, in the data configuration page in fig. 2, the "upload Excel data" may be uploaded by the user to perform a target form of data configuration.
And the target switch configuration obtaining module 23 is configured to obtain a corresponding target verification configuration switch file based on the target form, where the target verification configuration switch file is used to verify the target form.
And the checking module 24 is used for checking the target form according to the target checking configuration switch file.
In the present embodiment, the composition of the target verification configuration switch file is shown in fig. 3.
In one embodiment, the form verification rule includes: pre-checking rules; the preposed verification rule is used for verifying the format of the target form;
the verification module 24 specifically includes:
the preposed checking unit is used for checking the format of the target form according to a preposed checking rule so as to judge whether the format of the target form passes the checking; if yes, executing a first message unit; if not, executing a verification failure unit;
a first message unit for generating a first message element;
and the verification failure unit is used for generating a message that the target form fails to be verified.
In this embodiment, referring to fig. 4 specifically, after the target form of the user is obtained, pre-verification is performed on the target form according to a pre-verification rule, where the pre-verification rule includes, but is not limited to, a synchronous table format, a verification target form format, and a verification file size.
If the pre-verification of the target form is successful, generating a history file for storage, creating a batch number of the target form, and recording the number of files subjected to the pre-verification. After the batch number of the target form is successfully created, the next level batch task is created and the first message element, push qmq (a type of message element) shown in the figure, is generated. And generating a persistence mq (message element) for consuming and retrying the task which cannot successfully create the target form batch number until the batch number is successfully created.
And if the pre-verification of the target form fails, establishing the batch number of the target form, generating an operation record which does not pass the pre-verification, and recording an operator.
In one embodiment, the target form includes data to be configured;
the form verification rules further include: the post-check rule is used for checking the data to be configured;
after the first message unit, the data processing system further comprises:
the post-check unit is used for carrying out data check on the data to be configured according to the post-check rule so as to judge whether the data to be configured passes the data check; if yes, executing the storage unit; if not, executing a check failure unit.
And the storage unit is used for storing the target form and generating a calling interface of the target form.
In this embodiment, referring to fig. 5 specifically, after receiving the first message element, that is, receiving qmq shown in the figure, the value in the database is locked, and the post-check is performed on the data to be configured according to the post-check rule.
If the data to be configured is successfully verified, judging whether the data to be configured needs to be delayed to take effect, and generating a calling interface to store the target form and the data to be configured. And after the data to be configured is successfully stored, recording a data verification list according to a post-verification rule and releasing the lock. The data verification list is shown in fig. 6.
And if the data to be configured fails to be verified, recording the data verification list according to the post-verification rule, releasing the lock, and generating a message that the data to be configured does not pass the post-verification.
In one embodiment, the data processing system further comprises:
the timing module is used for responding to the verification of the target form according to the target verification configuration switch file and recording the verification duration;
judging whether the check time length exceeds a preset time length or not; if yes, executing a termination module;
and the termination module is used for terminating the verification and generating a message that the target form is not verified.
In this embodiment, referring to fig. 7, a JOB monitoring data verification list is specifically used for monitoring, that is, a batch list shown in the figure, and when it is monitored that the data monitoring list has no operation for a long time, the form verification is considered to be failed, and the verification is terminated.
In one possible embodiment, and with particular reference to FIG. 8, after the target form is uploaded, the data is storedAnd displaying the progress of data verification in the configuration page. And meanwhile, when the target form starts to perform data verification, the timer calls the status interface at intervals to check the data verification status, and displays the data to be configured required to be executed by the data verification and the data to be configured which is being executed in the data configuration page according to the data verification progress.
In an implementation manner, after the message that the target form is not verified is generated, the location of the last time the target form is verified in the target form before the verification is terminated is returned to the query, so as to return the reason why the form is not verified, as shown in fig. 9 in particular, it is convenient for the user to modify the target form.
In an implementation, as shown in fig. 10, the form verification result is recorded in a log form, and a form verification log is generated for the user to view.
In this embodiment, the data processing system adopts a policy mode and an access mode to perform framework design, thereby reducing repeated creation of new objects by form verification rules, reducing system memory, and facilitating management.
An exemplary embodiment of the present invention further provides an electronic device, referring to fig. 13, where the electronic device includes a memory, a processor, and a computer program stored in the memory and running on the processor, and the processor executes the computer program to implement the data processing method in the embodiment of the present invention. The electronic device 30 shown in fig. 13 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiment of the present invention.
The electronic device 30 may be embodied in the form of a general purpose computing device, which may be, for example, a server device. The components of the electronic device 30 may include, but are not limited to: the at least one processor 31, the at least one memory 32, and a bus 33 connecting the various system components (including the memory 32 and the processor 31).
The bus 33 includes a data bus, an address bus, and a control bus.
The memory 32 may include volatile memory, such as Random Access Memory (RAM)321 and/or cache memory 322, and may further include Read Only Memory (ROM) 323.
Memory 32 may also include a program/utility 325 having a set (at least one) of program modules 324, such program modules 324 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
The processor 31 executes various functional applications and data processing, such as a training method of a picture classification model in an embodiment of the present invention, by executing a computer program stored in the memory 32.
The electronic device 30 may also communicate with one or more external devices 34 (e.g., keyboard, pointing device, etc.). Such communication may be through input/output (I/O) interfaces 35. Also, model-generating device 30 may also communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the Internet) via network adapter 36. As shown, network adapter 36 communicates with the other modules of model-generating device 30 via bus 33. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the model-generating device 30, including but not limited to: microcode, device drivers, redundant processors, external disk drive arrays, RAID (disk array) systems, tape drives, and data backup storage systems, etc.
It should be noted that although in the above detailed description several units/modules or sub-units/modules of the electronic device are mentioned, such a division is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the units/modules described above may be embodied in one unit/module according to embodiments of the invention. Conversely, the features and functions of one unit/module described above may be further divided into embodiments by a plurality of units/modules.
An exemplary embodiment of the present invention also provides a computer-readable storage medium on which a computer program is stored, the program implementing a data processing method in an embodiment of the present invention when executed by a processor.
More specific examples, among others, that the readable storage medium may employ may include, but are not limited to: a portable disk, a hard disk, random access memory, read only memory, erasable programmable read only memory, optical storage device, magnetic storage device, or any suitable combination of the foregoing.
In a possible implementation form, the present invention may also be implemented in a form of a program product, which includes program code for causing a terminal device to execute a training method that implements the picture classification model in the embodiment of the present invention when the program product runs on the terminal device.
Where program code for carrying out the invention is written in any combination of one or more programming languages, the program code may execute entirely on the user device, partly on the user device, as a stand-alone software package, partly on the user device and partly on a remote device or entirely on the remote device.
While specific embodiments of the present invention have been described above, it will be appreciated by those skilled in the art thatTo solve the problem that the reaction solution is not stable,this is by way of example only, and the scope of the invention is defined by the appended claims. Various changes and modifications to these embodiments may be made by those skilled in the art without departing from the spirit and scope of the invention, and these changes and modifications are within the scope of the invention.

Claims (10)

1. A data processing method, characterized in that the data processing method comprises:
responding to a form configuration instruction, generating a form verification rule based on the form configuration instruction, and collecting the form verification rule to form a verification configuration switch file, wherein the verification configuration switch file corresponds to a form;
acquiring a target form;
acquiring a corresponding target verification configuration switch file based on the target form, wherein the target verification configuration switch file is used for verifying the target form;
and verifying the target form according to the target verification configuration switch file.
2. The data processing method of claim 1, wherein the form verification rule comprises: pre-checking rules; the pre-check rule is used for checking the format of the target form;
the verifying the target form according to the target verification configuration switch file specifically comprises:
checking the format of the target form according to the pre-checking rule to judge whether the format of the target form passes the checking;
if yes, generating a first message element;
and if not, generating a message that the target form is not verified.
3. The data processing method of claim 2, wherein the target form includes data to be configured;
the form verification rule further comprises: the post-check rule is used for carrying out data check on the data to be configured;
after the generating the first message element, the data processing method further includes:
performing data verification on the data to be configured according to the post-verification rule to judge whether the data to be configured passes the data verification;
if yes, storing the target form, and generating a calling interface of the target form;
and if not, generating a message that the target form is not verified.
4. A data processing method according to claim 1, wherein the data processing method further comprises:
responding to the target verification configuration switch file to verify the target form, and recording the verification duration;
judging whether the check time length exceeds a preset time length or not;
if yes, terminating the verification and generating a message that the target form is not verified.
5. A data processing system, characterized in that the data processing system comprises:
the switch configuration module is used for responding to a form configuration instruction, generating a form verification rule based on the form configuration instruction, and collecting the form verification rule to form a verification configuration switch file, wherein the verification configuration switch file corresponds to a form;
the form acquisition module is used for acquiring a target form;
a target switch configuration acquisition module, configured to acquire a corresponding target verification configuration switch file based on the target form, where the target verification configuration switch file is used to verify the target form;
and the checking module is used for checking the target form according to the target checking configuration switch file.
6. The data processing method of claim 5, wherein the form verification rule comprises: pre-checking rules; the pre-check rule is used for checking the format of the target form;
the verification module specifically comprises:
the preposed checking unit is used for checking the format of the target form according to the preposed checking rule so as to judge whether the format of the target form passes the checking; if yes, executing a first message unit; if not, executing a verification failure unit;
the first message unit is used for generating a first message element;
and the verification failure unit is used for generating a message that the target form fails to be verified.
7. The data processing method of claim 6, wherein the target form includes data to be configured;
the form verification rule further comprises: the post-check rule is used for carrying out data check on the data to be configured;
the verification module further comprises:
the post-check unit is used for carrying out data check on the data to be configured according to the post-check rule so as to judge whether the data to be configured passes the data check; if yes, executing the storage unit; if not, executing the verification failure unit;
and the storage unit is used for storing the target form and generating a calling interface of the target form.
8. The data processing method of claim 5, wherein the data processing method further comprises:
the timing module is used for responding to the verification module and recording verification time length;
the judging module is used for judging whether the checking time length exceeds a preset time length or not; if yes, executing a termination module;
the termination module is used for terminating the verification and generating a message that the target form is not verified.
9. An electronic 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 data processing method of any of claims 1-4 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the data processing method of any one of claims 1 to 4.
CN202210639655.8A 2022-06-07 2022-06-07 Data processing method, system, electronic device and storage medium Pending CN114970476A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210639655.8A CN114970476A (en) 2022-06-07 2022-06-07 Data processing method, system, electronic device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210639655.8A CN114970476A (en) 2022-06-07 2022-06-07 Data processing method, system, electronic device and storage medium

Publications (1)

Publication Number Publication Date
CN114970476A true CN114970476A (en) 2022-08-30

Family

ID=82958743

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210639655.8A Pending CN114970476A (en) 2022-06-07 2022-06-07 Data processing method, system, electronic device and storage medium

Country Status (1)

Country Link
CN (1) CN114970476A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115544417A (en) * 2022-10-10 2022-12-30 中电金信软件有限公司 Webpage form verification method and device, electronic equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115544417A (en) * 2022-10-10 2022-12-30 中电金信软件有限公司 Webpage form verification method and device, electronic equipment and storage medium
CN115544417B (en) * 2022-10-10 2024-05-31 中电金信软件有限公司 Method and device for verifying web form, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN108600029B (en) Configuration file updating method and device, terminal equipment and storage medium
CN109558260B (en) Kubernetes fault elimination system, method, equipment and medium
US20220263710A1 (en) Self-monitoring
CN110555150B (en) Data monitoring method, device, equipment and storage medium
CN111930489A (en) Task scheduling method, device, equipment and storage medium
CN114970476A (en) Data processing method, system, electronic device and storage medium
CN111459629A (en) Azkaban-based project operation method and device and terminal equipment
CN111367982A (en) Method and device for importing TRIRIGA basic data, computer equipment and storage medium
CN114510317A (en) Virtual machine management method, device, equipment and storage medium
CN113065139A (en) Alarm access method and system, electronic device and medium
CN116431731A (en) Data asynchronous export method, device, equipment and storage medium thereof
CN109814911A (en) Method, apparatus, computer equipment and storage medium for Manage Scripts program
CN115757090A (en) Software testing system, method, device and medium
CN114925283A (en) Management method and system of push task, electronic device and medium
CN114416430A (en) Software version management method, system, device and medium
CN114047999A (en) Page configuration method, system, electronic equipment and storage medium
CN112256277A (en) Software compiling method, system, electronic device and storage medium
CN114047976A (en) Plug-in loading method and device, electronic equipment and storage medium
CN113656378A (en) Server management method, device and medium
CN112148712A (en) Data processing method, device, equipment and medium
CN117056175B (en) Data processing method, device, electronic equipment and storage medium
CN112950138B (en) Collaborative development state management method, device and server
CN110704230B (en) Diagnostic method, system, electronic device and medium for distributed multi-module system
CN118195452A (en) Goods positioning method, device, medium and electronic equipment
CN112256775A (en) Method and device for timed data loading of Oracle database

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