CN111539198B - Form verification method and device based on Java - Google Patents

Form verification method and device based on Java Download PDF

Info

Publication number
CN111539198B
CN111539198B CN202010296105.1A CN202010296105A CN111539198B CN 111539198 B CN111539198 B CN 111539198B CN 202010296105 A CN202010296105 A CN 202010296105A CN 111539198 B CN111539198 B CN 111539198B
Authority
CN
China
Prior art keywords
verification
container
field
form data
verified
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
CN202010296105.1A
Other languages
Chinese (zh)
Other versions
CN111539198A (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.)
Beijing Baolande Software Co ltd
Original Assignee
Beijing Baolande Software 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 Beijing Baolande Software Co ltd filed Critical Beijing Baolande Software Co ltd
Priority to CN202010296105.1A priority Critical patent/CN111539198B/en
Publication of CN111539198A publication Critical patent/CN111539198A/en
Application granted granted Critical
Publication of CN111539198B publication Critical patent/CN111539198B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging

Abstract

The embodiment of the invention provides a form verification method and device based on Java. The method comprises the steps of obtaining form data, wherein the form data comprise fields to be checked; according to a pre-stored verification container corresponding to the form data, the verifiers corresponding to each field to be verified in the verification container are executed, and the embodiment of the invention comprises the verifiers corresponding to each form data based on Java through pre-writing the verification container corresponding to each field to be verified in a background server, and the general rule is arranged through abstraction, so that repeated writing of codes is reduced, maintainability is improved, general verification rules are unified, the form verification swelling repetition of the server is simplified, the reusability of the codes is improved, verification is extremely clear, development of business logic functions is accelerated, and for complex and individual verification, dynamic addition of the verification rules is supported, so that the system can adapt to more complex situations.

Description

Form verification method and device based on Java
Technical Field
The invention relates to the technical field of data processing, in particular to a form verification method and device based on Java.
Background
With the increasing application of vast small and medium-sized enterprises in electronic commerce, links related to user data interaction become more and more important. In the front-end development process of user data page interaction, verification of user data is most frequently used. Such verification is often performed by submitting data from a client browser to a server through a web form, which typically contains a variety of information. For example, a user name, password, mailbox, etc. of a registration page; information such as the identity card of the insured person, the birth year and month in the form of buying insurance online. The data are not limited in form filling, and theoretically, a user can fill any information according to own wish, but in terms of accuracy of the data, consistency of the data and safety of the data, the user needs to verify the data after filling the form. E.g. the parameters cannot be null, the mailbox email must then conform to the format of the email.
At present, in the conventional back-end verification solution, under the normal condition, verification of a form is divided into two steps, namely, firstly, real-time verification is carried out after a piece of data is input by a user in a client browser, and verification result prompt of the data is carried out; the user can conveniently and quickly input accurate data, and the work is completed by the JavaScript of the client; on the other hand, after the form is submitted to the server, the data needs to be checked again at the server, although the data is checked once at the client, the user can easily bypass the data check of the client by disabling JavaScript or pseudo-form submission and the like, so that the decision link of really ensuring the accuracy of the data is necessary when the data check of the server is performed, and in addition, the server needs to perform some complex service checks which cannot be performed by the client.
However, since one web form contains a plurality of fields to be entered, verification of both aspects needs to be performed on each field, and meanwhile, repeated fields exist in the plurality of web forms, for example, a registration page needs to be input into a mailbox to perform mailbox format verification; and the other one needs to input a mailbox and check the mailbox format when retrieving the password page. If the if judgment is manually carried out or the regular expression judgment is written, the unintentional development efficiency is too slow, the repeatability of the verification work also influences the development efficiency, and the data verification work brings great work expense to developers.
Disclosure of Invention
Because the existing method has the problems, the embodiment of the invention provides a form verification method and device based on Java.
In a first aspect, an embodiment of the present invention provides a Java-based form verification method, including:
form data are obtained, wherein the form data comprise fields to be checked;
and executing the verifier corresponding to each field to be verified in the verification container according to the pre-stored verification container corresponding to the form data.
Further, before the step of obtaining form data, where the form data includes a field to be verified, the Java-based form verification method further includes:
creating metadata corresponding to each field to be checked one by one, wherein the metadata comprises a checker corresponding to the field to be checked;
and creating a verification container corresponding to the form data, wherein the verification container comprises metadata corresponding to each field to be verified contained in the form data.
Further, the verification container further comprises an error container for storing error information.
Further, the verifier comprises a verification algorithm corresponding to a preset business rule of the field to be verified.
In a second aspect, an embodiment of the present invention provides a Java-based form verification apparatus, including:
the data acquisition module is used for acquiring form data, wherein the form data comprises a field to be checked;
and the data verification module is used for executing the verifiers corresponding to the fields to be verified in the verification container according to the pre-stored verification container corresponding to the form data.
Further, the Java-based form verification apparatus further includes: the container editing module is used for:
creating metadata corresponding to each field to be checked one by one, wherein the metadata comprises a checker corresponding to the field to be checked;
and creating a verification container corresponding to the form data, wherein the verification container comprises metadata corresponding to each field to be verified contained in the form data.
Further, the verification container further comprises an error container for storing error information.
Further, the verifier comprises a verification algorithm corresponding to a preset business rule of the field to be verified.
In a third aspect, an embodiment of the present invention further provides an electronic device, including:
a processor, a memory, a communication interface, and a communication bus; wherein, the liquid crystal display device comprises a liquid crystal display device,
the processor, the memory and the communication interface complete communication with each other through the communication bus;
the communication interface is used for information transmission between communication devices of the electronic device;
the memory stores computer program instructions executable by the processor, the processor invoking the program instructions capable of performing the method of:
form data are obtained, wherein the form data comprise fields to be checked;
and executing the verifier corresponding to each field to be verified in the verification container according to the pre-stored verification container corresponding to the form data.
In a fourth aspect, embodiments of the present invention also provide a non-transitory computer readable storage medium having stored thereon a computer program which, when executed by a processor, performs the following method:
form data are obtained, wherein the form data comprise fields to be checked;
and executing the verifier corresponding to each field to be verified in the verification container according to the pre-stored verification container corresponding to the form data.
According to the Java-based form verification method and device provided by the embodiment of the invention, the Java-based verification container corresponding to the form data is pre-written at the background server, and comprises the verifiers corresponding to the fields to be verified, and the general rule is arranged through abstraction, so that repeated code writing is reduced, and maintainability is improved. The universal verification rules are unified, the difference of the verification rules among different technicians is reduced, the code style is unified, the code is more readable, the form verification of the server is simplified to be repeated in a bulked manner, the reusability of the code is improved, the verification is extremely clear, and the development of service logic functions is accelerated. And for complex and individual verification, dynamic addition of verification rules is supported, so that the method can adapt to more complex situations.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions of the prior art, the following description will briefly explain the drawings used in the embodiments or the description of the prior art, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart of a Java-based form verification method according to an embodiment of the present invention;
FIG. 2 is a flowchart of another Java-based form verification method according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a Java-based form verification device according to an embodiment of the present invention;
fig. 4 illustrates a physical structure diagram of an electronic device.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Fig. 1 is a flowchart of a Java-based form verification method according to an embodiment of the present invention, and fig. 2 is a flowchart of another Java-based form verification method according to an embodiment of the present invention, as shown in fig. 1, where the method includes:
and S01, acquiring form data, wherein the form data comprise fields to be checked.
After the user fills in and submits the user according to the actual requirement in the client browser, the client browser extracts each field to be verified filled in by the user and sends the fields to the background server in the form of form data.
And step S02, executing the verifier corresponding to each field to be verified in the verification container according to the pre-stored verification container corresponding to the form data.
And the background server determines a verification container corresponding to the form data according to the received form data. And the verification container comprises verifiers corresponding to each field to be verified in the form data.
Further, before the step S01, the method further includes:
and S001, creating metadata corresponding to each field to be verified, wherein the metadata comprises a verifier corresponding to the field to be verified.
Further, the verifier comprises a verification algorithm corresponding to a preset business rule of the field to be verified.
The invention is a background server based on mvc, based on java language, the design mode uses strategy mode to construct the whole checking frame, defines a series of checking algorithms, and enables them to be replaced with each other, thereby achieving the unification of the checking method and avoiding the difference of checking according to different people.
In the policy mode, a plurality of independent classes are defined to package different verification algorithms, each class packages a specific algorithm, and the packaged algorithm is a verifier. In order to ensure the consistency of the policies, an abstract policy class is generally used to define a verification algorithm, and each specific verification algorithm corresponds to a specific policy class. The policy mode flow is as follows:
defining a group of verification algorithms according to the business rules;
each verification algorithm is packaged;
the verification algorithms of this group may be replaced interchangeably.
And the background server side respectively creates metaData corresponding to the fields to be checked one by one according to the fields to be checked in the form data. And determining the verifier required by each field to be verified from the pre-closed verifiers according to the actual verification requirement of each field to be verified, and adding the verifier to the corresponding metaData.
And step S002, creating a verification container corresponding to the form data, wherein the verification container comprises metadata corresponding to each field to be verified contained in the form data.
And creating a verification container Jform, and adding metaData metaData corresponding to each field to be verified, which is contained in the form data, into the verification container Jform.
When the background server receives form data sent by the client browser, each verifier corresponding to each field to be verified can be executed by running a verification method validata of the verification container JForm and used for verifying each field to be verified.
According to the embodiment of the invention, the Java-based verification container corresponding to the form data is pre-written at the background server, and comprises the verifiers corresponding to the fields to be verified, so that the universal rule is arranged through abstraction, repeated code writing is reduced, and maintainability is improved. The universal verification rules are unified, the difference of the verification rules among different technicians is reduced, the code style is unified, the code is more readable, the form verification of the server is simplified to be repeated in a bulked manner, the reusability of the code is improved, the verification is extremely clear, and the development of service logic functions is accelerated. And for complex and individual verification, dynamic addition of verification rules is supported, so that the method can adapt to more complex situations.
Based on the above embodiment, further, the verification container further includes an error container for storing error information.
And creating an error container error for storing error information, so that after calling a verification method validate of a verification container Jform to carry out calling verification on each verifier in each element metaData, if the verification fails, the error is stored in the error container error and returned to a client browser, and if the error does not exist, normal information is returned.
According to the embodiment of the invention, the error container error is added for storing the error information, so that the error information is returned to the client browser, and a user can know the error information.
Fig. 3 is a schematic structural diagram of a Java-based form verification device according to an embodiment of the present invention, as shown in fig. 3, where the device includes: a data acquisition module 10 and a data verification module 11; wherein, the liquid crystal display device comprises a liquid crystal display device,
the data acquisition module 10 is configured to acquire form data, where the form data includes a field to be checked; the data verification module 11 is configured to execute a verifier corresponding to each field to be verified in a verification container according to a pre-stored verification container corresponding to the form data. Specifically:
after the user completes filling and submits the user in the client browser according to the actual requirement, the client browser extracts each field to be verified filled in by the user and sends the fields to the data acquisition module 10 in the form of form data.
The data acquisition module 10 sends the received form data to the data verification module 11, and the data verification module 11 determines a verification container corresponding to the form data. And the verification container comprises verifiers corresponding to each field to be verified in the form data.
Further, the Java-based form verification apparatus further includes: the container editing module 12 is configured to:
creating metadata corresponding to each field to be checked one by one, wherein the metadata comprises a checker corresponding to the field to be checked;
and creating a verification container corresponding to the form data, wherein the verification container comprises metadata corresponding to each field to be verified contained in the form data.
Further, the verifier comprises a verification algorithm corresponding to a preset business rule of the field to be verified.
In the embodiment of the invention, the mvc-based architecture is adopted, the container editing module 12 is based on java language, the design mode uses a strategy mode to construct the whole verification framework, a series of verification algorithms are defined, and the verification algorithms can be replaced with each other, so that the uniformity of the verification method is achieved, and verification differences different from person to person can not be generated.
In the policy mode, a plurality of independent classes are defined to package different verification algorithms, each class packages a specific algorithm, and the packaged algorithm is a verifier. In order to ensure the consistency of the policies, an abstract policy class is generally used to define a verification algorithm, and each specific verification algorithm corresponds to a specific policy class. The policy mode flow is as follows:
defining a group of verification algorithms according to the business rules;
each verification algorithm is packaged;
the verification algorithms of this group may be replaced interchangeably.
The container editing module 12 creates metaData corresponding to the fields to be verified one by one according to the fields to be verified in the form data. And determining the verifier required by each field to be verified from the pre-closed verifiers according to the actual verification requirement of each field to be verified, and adding the verifier to the corresponding metaData.
The container editing module 12 creates a verification container JForm, and adds metaData corresponding to each field to be verified contained in the form data to the verification container JForm.
When the data verification module 11 receives the form data, each verifier corresponding to each field to be verified may be executed by running the verification method validata of the verification container JForm, for verification of each field to be verified.
The device provided in the embodiment of the present invention is used for executing the above method, and the function of the device specifically refers to the above method embodiment, and the specific method flow is not repeated herein.
According to the embodiment of the invention, the Java-based verification container corresponding to the form data is pre-written in the container editing module 12, and comprises the verifiers corresponding to the fields to be verified, so that the universal rule is arranged through abstraction, repeated code writing is reduced, and maintainability is improved. The universal verification rules are unified, the difference of the verification rules among different technicians is reduced, the code style is unified, the code is more readable, the form verification of the server is simplified to be repeated in a bulked manner, the reusability of the code is improved, the verification is extremely clear, and the development of service logic functions is accelerated. And for complex and individual verification, dynamic addition of verification rules is supported, so that the method can adapt to more complex situations.
Based on the above embodiment, further, the verifier includes a verification algorithm corresponding to a preset business rule of the field to be verified.
The container editing module 12 creates an error container error for storing error information, so that after calling the verification method validate of the verification container JForm to carry out calling verification on each verifier in each element metaData, if the verification fails, the error is stored in the error container error and returned to the client browser, and if no error exists, normal information is returned.
The device provided in the embodiment of the present invention is used for executing the above method, and the function of the device specifically refers to the above method embodiment, and the specific method flow is not repeated herein.
According to the embodiment of the invention, the error container error is added for storing the error information, so that the error information is returned to the client browser, and a user can know the error information.
Fig. 4 illustrates a physical schematic diagram of an electronic device, as shown in fig. 4, which may include: processor 401, communication interface (Communications Interface) 403, memory 402 and communication bus 404, wherein processor 401, communication interface 403, memory 402 accomplish the communication between each other through communication bus 404. The processor 401 may call logic instructions in the memory 402 to perform the above-described method.
Further, embodiments of the present invention disclose a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions which, when executed by a computer, are capable of performing the methods provided by the above-described method embodiments.
Further, embodiments of the present invention provide a non-transitory computer readable storage medium storing computer instructions that cause a computer to perform the methods provided by the above-described method embodiments.
Those of ordinary skill in the art will appreciate that: further, the logic instructions in memory 402 described above may be implemented in the form of software functional units and stored in a computer readable storage medium when sold or used as a stand alone product. Based on this understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The apparatus embodiments described above are merely illustrative, wherein the elements illustrated as separate elements may or may not be physically separate, and the elements shown as elements may or may not be physical elements, may be located in one place, or may be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present invention without undue burden.
From the above description of the embodiments, it will be apparent to those skilled in the art that the embodiments may be implemented by means of software plus necessary general hardware platforms, or of course may be implemented by means of hardware. Based on this understanding, the foregoing technical solution may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method described in the respective embodiments or some parts of the embodiments.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and are not limiting; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims (6)

1. A Java-based form verification method, comprising:
form data are obtained, wherein the form data comprise fields to be checked;
executing a checker corresponding to each field to be checked in the check container according to a pre-stored check container corresponding to the form data; the verifier comprises a verification algorithm corresponding to a preset business rule according to the field to be verified; the verification framework of the verification container is constructed by using a strategy mode, wherein the strategy mode comprises the following steps: defining a checking algorithm group according to a preset service rule, and packaging each checking algorithm in the checking algorithm group to form a checker, wherein the checking algorithms in the checking algorithm group can be replaced with each other;
before the step of obtaining form data, where the form data includes a field to be verified, the Java-based form verification method further includes:
creating metadata corresponding to each field to be checked one by one, wherein the metadata comprises a checker corresponding to the field to be checked;
and creating a verification container corresponding to the form data, wherein the verification container comprises metadata corresponding to each field to be verified contained in the form data.
2. The Java based form verification method of claim 1, wherein the verification container further comprises an error container for storing error information.
3. A Java-based form verification apparatus, comprising:
the data acquisition module is used for acquiring form data, wherein the form data comprises a field to be checked;
the data verification module is used for executing the verifiers corresponding to the fields to be verified in the verification container according to the pre-stored verification container corresponding to the form data; the verifier comprises a verification algorithm corresponding to the business rule of the field to be verified; the verification framework of the verification container is constructed by using a strategy mode, wherein the strategy mode comprises the following steps: defining a checking algorithm group according to a preset service rule, and packaging each checking algorithm in the checking algorithm group to form a checker, wherein the checking algorithms in the checking algorithm group can be replaced with each other;
the Java-based form verification device further comprises:
the container editing module is used for creating metadata corresponding to each field to be verified one by one, and the metadata comprises verifiers corresponding to the fields to be verified;
and creating a verification container corresponding to the form data, wherein the verification container comprises metadata corresponding to each field to be verified contained in the form data.
4. The Java based form verification apparatus of claim 3, wherein said verification container further comprises an error container for holding error information.
5. 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 steps of the Java based form verification method according to claim 1 or 2 when the program is executed.
6. A non-transitory computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the Java based form verification method according to claim 1 or 2.
CN202010296105.1A 2020-04-15 2020-04-15 Form verification method and device based on Java Active CN111539198B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010296105.1A CN111539198B (en) 2020-04-15 2020-04-15 Form verification method and device based on Java

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010296105.1A CN111539198B (en) 2020-04-15 2020-04-15 Form verification method and device based on Java

Publications (2)

Publication Number Publication Date
CN111539198A CN111539198A (en) 2020-08-14
CN111539198B true CN111539198B (en) 2023-07-04

Family

ID=71978645

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010296105.1A Active CN111539198B (en) 2020-04-15 2020-04-15 Form verification method and device based on Java

Country Status (1)

Country Link
CN (1) CN111539198B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115544994B (en) * 2022-12-01 2023-05-05 爱集微咨询(厦门)有限公司 Data pushing method, device, electronic equipment and readable storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010142622A1 (en) * 2009-06-08 2010-12-16 Nagravision S.A. Method for monitoring execution of data processing program instructions in a security module
CN102426549A (en) * 2011-09-08 2012-04-25 新一站保险代理有限公司 Efficient Web form validation method and framework thereof
CN103259787A (en) * 2013-04-18 2013-08-21 银江股份有限公司 Safety interactive method of cloud and terminal based on JSON protocol packet in medical field
CN104111828A (en) * 2013-04-22 2014-10-22 易保网络技术(上海)有限公司 Automatic generation method and system of human-computer interaction interface
CN104581807A (en) * 2014-12-19 2015-04-29 上海物联网有限公司 Routing protocol networking performance verification device for wireless sensor network
CN107111519A (en) * 2014-11-11 2017-08-29 亚马逊技术股份有限公司 For managing the system with scheduling container
CN107896207A (en) * 2017-09-28 2018-04-10 努比亚技术有限公司 A kind of data migration method, terminal and computer-readable recording medium
CN110362313A (en) * 2019-07-02 2019-10-22 威富通科技有限公司 A kind of form validation method, client and server

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8347405B2 (en) * 2007-12-27 2013-01-01 International Business Machines Corporation Asynchronous java script and XML (AJAX) form-based authentication using java 2 platform enterprise edition (J2EE)
CN101359290A (en) * 2008-09-11 2009-02-04 中兴通讯股份有限公司 Method for customizing service document based on metadata and apparatus
CN103370692B (en) * 2012-11-21 2016-06-29 华为技术有限公司 A kind of method of repair data and device
CN103886098B (en) * 2014-04-04 2017-05-17 浙江大学城市学院 Word document format checking method
CN104360937A (en) * 2014-10-21 2015-02-18 福建富士通信息软件有限公司 Intelligent parameter checking device
CN108959218A (en) * 2018-04-26 2018-12-07 北京五八信息技术有限公司 Form validation method and device, electronic equipment and computer readable storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010142622A1 (en) * 2009-06-08 2010-12-16 Nagravision S.A. Method for monitoring execution of data processing program instructions in a security module
CN102426549A (en) * 2011-09-08 2012-04-25 新一站保险代理有限公司 Efficient Web form validation method and framework thereof
CN103259787A (en) * 2013-04-18 2013-08-21 银江股份有限公司 Safety interactive method of cloud and terminal based on JSON protocol packet in medical field
CN104111828A (en) * 2013-04-22 2014-10-22 易保网络技术(上海)有限公司 Automatic generation method and system of human-computer interaction interface
CN107111519A (en) * 2014-11-11 2017-08-29 亚马逊技术股份有限公司 For managing the system with scheduling container
CN104581807A (en) * 2014-12-19 2015-04-29 上海物联网有限公司 Routing protocol networking performance verification device for wireless sensor network
CN107896207A (en) * 2017-09-28 2018-04-10 努比亚技术有限公司 A kind of data migration method, terminal and computer-readable recording medium
CN110362313A (en) * 2019-07-02 2019-10-22 威富通科技有限公司 A kind of form validation method, client and server

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Wei-Cheng Lien ; Kuen-Jong Lee ; Tong-Yu Hsieh.A Test-Per-Clock LFSR Reseeding Algorithm for Concurrent Reduction on Test Sequence Length and Test Data Volume.《2012 IEEE 21st Asian Test Symposium》.2012,全文. *
高效可验证的隐私保护推荐系统;宋春芝,董晓蕾,曹珍富;《华东师范大学学报(自然科学版)》;全文 *

Also Published As

Publication number Publication date
CN111539198A (en) 2020-08-14

Similar Documents

Publication Publication Date Title
CN108415832A (en) Automatic interface testing method, device, equipment and storage medium
US10560484B2 (en) Managing access in one or more computing systems
US11556924B2 (en) Blockchain-based payment withholding and agreement signing method, apparatus, and electronic device
CN105095970B (en) The execution method and system of third-party application
CN107274023A (en) Flow of insuring generation method, insure request processing method and device and electronic equipment
CN107632869B (en) Method and equipment for loading user interface of POS application
CA3081671A1 (en) Systems and methods of electronic form management
US10692087B2 (en) Electronic financial service risk evaluation
US20210392144A1 (en) Automated and adaptive validation of a user interface
US20120030223A1 (en) Extensibility of business process and application logic
CN107995153A (en) Form data verification method and form data verification device
CN107102908A (en) Data verification method, data fault tolerance method and device
CN111539198B (en) Form verification method and device based on Java
US20230205764A1 (en) Blockchain smart contract method, electronic device, blockchain system, and computer-readable storage medium
CN106681854A (en) Information checking method, device and system
CN110414989A (en) Method for detecting abnormality and device, electronic equipment and computer readable storage medium
CN107038025B (en) SOA architecture-based system calling method and device
CN110516258B (en) Data verification method and device, storage medium and electronic device
CN109857450A (en) A kind of verification service orchestration method and device
CN111680023B (en) Migration data checking method and device
CN113608995A (en) Number making method and device, computer equipment and storage medium
CN109491896A (en) A kind of the wechat small routine form validation method and electronic equipment of educational system
CN112784561B (en) Business transaction certificate printing method and system
US20140279511A1 (en) Systems and Methods for Management of Local Devices
CN117762380A (en) Method and device for checking software component interface and readable 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
GR01 Patent grant
GR01 Patent grant