CN106301819B - Parameter checking method and checking system - Google Patents

Parameter checking method and checking system Download PDF

Info

Publication number
CN106301819B
CN106301819B CN201510243919.8A CN201510243919A CN106301819B CN 106301819 B CN106301819 B CN 106301819B CN 201510243919 A CN201510243919 A CN 201510243919A CN 106301819 B CN106301819 B CN 106301819B
Authority
CN
China
Prior art keywords
parameter
parameters
code
verification
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.)
Active
Application number
CN201510243919.8A
Other languages
Chinese (zh)
Other versions
CN106301819A (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201510243919.8A priority Critical patent/CN106301819B/en
Publication of CN106301819A publication Critical patent/CN106301819A/en
Application granted granted Critical
Publication of CN106301819B publication Critical patent/CN106301819B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0823Configuration setting characterised by the purposes of a change of settings, e.g. optimising configuration for enhancing reliability
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0823Configuration setting characterised by the purposes of a change of settings, e.g. optimising configuration for enhancing reliability
    • H04L41/0826Configuration setting characterised by the purposes of a change of settings, e.g. optimising configuration for enhancing reliability for reduction of network costs

Abstract

The invention provides a parameter checking method and a checking system, comprising the following steps: creating a parameter configuration file, and defining three types of parameters with different checking priorities, including a first type of parameter, a second type of parameter and a third type of parameter; according to the checking priority, syntax conversion is carried out on the parameter configuration file to generate a parameter checking code; and recording the generation process of the parameter check code to generate a corresponding description document. The parameter verification method and the verification system define different verification priorities in the parameter configuration file to automatically generate the corresponding parameter codes and the description document, and have low development cost and no need of extra maintenance time.

Description

Parameter checking method and checking system
Technical Field
The invention belongs to the field of Internet of things, and particularly relates to a parameter calibration method and a parameter calibration system.
Background
Common Gateway Interface (CGI) is an important internet technology for supporting a client to request data from a program executed on a web server through a web browser. The essence of CGI is that the CGI parameters describe a standard for transferring data between the client and server programs.
The current CGI parameter verification is a verification logic for manually adding various parameters, and the development cost is quite high. Moreover, the parameter description document of the CGI must be written manually, and the description document must be manually modified whenever the parameters are changed, so that the maintenance process takes a long time, and not only is the processing efficiency low, but also the misoperation is easy to occur.
Disclosure of Invention
In view of the above, the present invention provides a parameter checking method and a parameter checking system, which can solve the technical problems of high development cost and long maintenance time in the prior art.
In order to solve the above technical problem, an embodiment of the present invention provides a parameter checking method, including:
creating a parameter configuration file, and defining three types of parameters with different checking priorities, wherein the parameters comprise: a first type parameter, a second type parameter, and a third type parameter;
according to the checking priority, syntax conversion is carried out on the parameter configuration file to generate a parameter checking code; and
and recording the generation process of the parameter check code to generate a corresponding description document.
In order to solve the above technical problem, an embodiment of the present invention provides a parameter checking system, including:
the configuration file creating module is used for creating a parameter configuration file and defining three types of parameters with different checking priorities, and comprises the following steps: a first type parameter, a second type parameter, and a third type parameter;
the code generation module is used for carrying out syntax conversion on the parameter configuration file according to the verification priority so as to generate a parameter verification code; and
and the document generation module is used for recording the generation process of the parameter verification code so as to generate a corresponding description document.
Compared with the prior art, the parameter verification method and the verification system define different verification priorities in the parameter configuration file to automatically generate the corresponding parameter codes and the description document, and are low in development cost and free of extra maintenance time.
Drawings
Fig. 1 is a schematic application environment diagram of a parameter verification method and a verification system according to an embodiment of the present invention;
fig. 2 is a schematic workflow diagram of a parameter verification method according to an embodiment of the present invention;
fig. 3 is a schematic workflow diagram of a parameter verification method according to a second embodiment of the present invention;
fig. 4 is a schematic block diagram of a parameter verification system according to a third embodiment of the present invention;
fig. 5 is a timing diagram of a parameter verification method and a verification system according to a fourth embodiment of the present invention.
Detailed Description
Referring to the drawings, wherein like reference numbers refer to like elements throughout, the principles of the present invention are illustrated in a suitable computing environment. The following description is based on illustrated embodiments of the invention and should not be taken as limiting the invention with regard to other embodiments that are not detailed herein.
While the principles of the invention have been described in the foregoing text, which is not intended to be limiting, those of skill in the art will appreciate that various of the steps and operations described below may be implemented in hardware. The principles of the present invention are operational with numerous other general purpose or special purpose computing, communication environments or configurations.
Please refer to fig. 1, which is a schematic diagram of an application environment of a parameter verification method and a verification system provided in the present invention. The application environment includes a web server 10, a user terminal device 20, a database server 30, and a communication network 30.
It can be understood that a browser is disposed in the user terminal device 20, and the parameters are obtained through a web page of the browser and are transmitted to the web server 10 through a HyperText Transfer Protocol (HTTP) or a Transmission Control Protocol/Internet Protocol (TCP/IP) Protocol.
The user terminal device 20 includes various types of mobile terminals, such as a notebook, a desktop computer, or a smart phone.
The web server 10 is provided with a parameter verification system to perform a parameter verification method. And specifically, the method is used for receiving the parameters and carrying out verification and analysis of the parameters. If the parameter passes the verification, the parameter is analyzed and converted into a Structured Query Language (SQL) command, and the SQL command is sent to the database server 30; if the verification is not passed, the verification result is returned to the user terminal device 20 for prompting or modification.
And the database server 30 is used for receiving the SQL command from the web page server 10 and returning the query result to the web page server 20.
It is understood that, after receiving the query result, the web server 10 forwards the query result to the user terminal device 20, and displays the query result in the web page of its browser.
The communication network 40 includes a wireless network and a wired network. Wherein the wireless network comprises a combination of one or more of a wireless wide area network, a wireless local area network, a wireless metropolitan area network, and a wireless personal network.
The parameter verification of the CGI is taken as an example for explanation, and it is understood that the present invention can also be used for parameter verification in other devices or application environments. Referring to the following embodiments, one side of the embodiments is focused on the basic steps of the parameter verification method, two sides of the embodiments are focused on the optimization steps of the parameter verification method, three sides of the embodiments are focused on the parameter verification system, and four sides of the embodiments are focused on the working timing of the parameter verification method and the verification system during execution. It can be understood that: although the emphasis of each embodiment is different, the design concept is consistent. Moreover, for parts that are not described in detail in a certain embodiment, reference may be made to the detailed description throughout the specification, and further description is omitted.
Example one
Referring to fig. 2, a schematic diagram of a workflow of a parameter verification method according to an embodiment of the present invention is shown. The parameter checking method can be executed in a browser or a web server. In the present embodiment, the description will be made by taking the implementation in a web server as an example.
In step S201, a parameter configuration file is created, and three types of parameters with different verification priorities are defined, including: a first class parameter, a second class parameter, and a third class parameter.
It is understood that the first type of parameter is defined to have a higher priority for checking than the second type of parameter, which is higher than the third type of parameter, wherein the first type of parameter is checked as necessary, the second type of parameter is selectable for checking, and the third type of parameter is checked as unnecessary. For example:
(1) defining a first type of parameter as CGI _ DEF _ REQUIRED _ INPUT _ PARAM (name, desc, type, attr _ id, err _ code), indicating that the defined parameter is mandatory and the type of the parameter is strongly checked;
(2) defining a second type of parameter as CGI _ DEF _ OPTIONAL _ INPUT _ PARAM (name, desc, type, attr _ id, err _ code) to indicate whether the defined parameter can be filled or not, but the type of the parameter is checked when filling; and
(3) a third type of parameter is defined as CGI _ DEF _ INPUT _ PARAM (name, desc), which means that the defined parameter can be filled or unfilled, and the parameter type is not checked.
The name is an English name of the parameter, desc is a Chinese description of the parameter, type is a type of the parameter, attr _ id is a monitor alarm id, and err _ code is an error code returned to the front end when an error is checked.
In step S202, according to the check priority, syntax conversion is performed on the parameter configuration file to generate a parameter check code.
It will be understood that the syntax transformation is a transformation of a particular input (usually a character string) into another predetermined output (usually a character string) by using parameters in a configuration file according to a predetermined rule or pattern. For example, the syntax transformation is performed using macro definitions in C + +.
And performing syntax conversion on the first type of parameters and the second type of parameters in the parameter configuration file to generate parameter check codes.
In step S203, the generation process of the parameter check code is recorded to generate a corresponding description document.
The description document is used for recording the names of various parameters, the checking priority, the code generation time, the code modification time, the code path and the compiling time.
The parameter verification method of the invention defines different verification priorities in the parameter configuration file to automatically generate the corresponding parameter codes and the description document, and has low development cost and no need of extra maintenance time.
Example two
Referring to fig. 3, a schematic diagram of a workflow of a parameter verification method according to an embodiment of the present invention is shown.
In step S201, a parameter configuration file is created, and three types of parameters with different verification priorities are defined, including: a first class parameter, a second class parameter, and a third class parameter.
It is understood that the first type of parameter is checked necessarily, the second type of parameter is checked optionally, and the third type of parameter is checked unnecessarily.
In step S202, according to the check priority, syntax conversion is performed on the parameter configuration file to generate a parameter check code.
For example, the syntax transformation is performed using macro definitions in C + +. And performing syntax conversion on the first type of parameters and the second type of parameters in the parameter configuration file to generate parameter check codes.
In step S203, the generation process of the parameter check code is recorded to generate a corresponding description document.
It is to be understood that the description document is used to record names of various types of parameters, the check priority, the code generation time, the code modification time, the code path, and the compilation time.
In step S204, receiving the modification parameters of the parameter configuration file, and recording the modification location.
For example, the english Name of the parameter is modified from the original ID to the Name, or the parameter 002 is modified from the first type to the second type.
In step S205, a new parameter code is generated from the modified parameter according to the verification priority, and the original parameter verification code corresponding to the modified position is replaced.
It will be appreciated that if the modified parameter belongs to a first class of parameters or a second class of parameters, the corresponding code is generated, and if it belongs to a third class of parameters, the modification is ignored and the code need not be modified.
In step S206, the replacement process is recorded to generate a new specification document.
It is understood that, in this step, a part of the original description document may be inserted, replaced, or deleted according to the modification position to generate a new description document, or a log may be generated at the beginning or end of the original description document as a patch of the original description document, and the time of this code modification is recorded.
In step S207, the check code is compiled and executed.
It is to be understood that the compiling refers to a process of generating a source program of the code into an executable object program.
In step S208, the result of execution of parameter verification is acquired.
Specifically, the method comprises the steps of receiving parameters of a browser page from a user terminal, substituting the parameters into the target program to execute, and obtaining an execution result of parameter verification
In step S209, it is determined whether the execution result passes the check. If the verification is not passed, step S210 is executed, and if the verification is passed, step S211 is executed.
In step S210, the parameter that fails the verification is subjected to exception processing.
It is understood that the exception handling is to return the parameter that fails to pass the verification to an input end of the parameter, that is, a browser page of the user terminal device.
In step S211, the verified parameters are analyzed, and an SQL command is generated for execution.
It can be understood that the executing refers to sending the SQL command to a data server for querying, and forwarding a query result to a browser page of the user terminal device.
The parameter verification method of the invention defines different verification priorities in the parameter configuration file to automatically generate the corresponding parameter codes and the description document, and has low development cost and no need of extra maintenance time.
EXAMPLE III
Referring to fig. 4, a module schematic diagram of a parameter verification system according to an embodiment of the present invention is shown.
The parameter verification system 100 may be applied to a browser or a web server. In the present embodiment, the description will be made by taking the application to a web server as an example.
The parameter verification system 100 includes: a configuration file creation module 11, a code generation module 12, a document generation module 13, a configuration file modification module 14, a code modification module 15, a document modification module 16, a code execution module 17, a result acquisition module 18, and a processing module 19.
The configuration file creating module 11 is configured to create a parameter configuration file, and define three types of parameters with different checking priorities, including: a first class parameter, a second class parameter, and a third class parameter.
Specifically, the configuration file creating module 11 defines that the checking priority of the first type of parameter is higher than that of the second type of parameter, and the priority of the second type of parameter is higher than that of the third type of parameter, that is, the first type of parameter is checked necessarily, the second type of parameter is selectable to check or not, and the third type of parameter is not checked necessarily.
And a code generating module 12, configured to perform syntax conversion on the parameter configuration file according to the verification priority in the configuration file creating module 11 to generate a parameter verification code.
Specifically, the code generation module 12 performs syntax transformation on the first type of parameters and the second type of parameters in the parameter configuration file by using macro definitions in C + +, so as to generate parameter check codes.
And the document generating module 13 is used for recording the generating process of the parameter checking code so as to generate a corresponding description document.
It is to be understood that the description document in the document generation module 13 is used for recording names of various types of parameters, the check priority, code generation time, code modification time, code path, and compilation time.
And the configuration file modification module 14 is used for receiving modification parameters of the parameter configuration file and recording modification positions.
And the code modification module 15 is configured to generate a new parameter code for the modified parameter according to the verification priority, and replace the original parameter verification code corresponding to the modified position.
It will be appreciated that if the modified parameter belongs to a first class of parameters or a second class of parameters, the corresponding code is generated, and if it belongs to a third class of parameters, the modification is ignored and the code need not be modified.
And a document modification module 16 for recording the replacement process to generate a new description document.
It is understood that the document modification module 16 may insert, replace or delete a part of the original description document according to the modification position to generate a new description document, or generate a log at the beginning or end of the document as a patch for describing the document, and record the code modification time.
And the code execution module 17 is used for compiling and executing the check code.
It is to be understood that the compiling refers to a process of generating a source program of the code into an executable object program.
And a result obtaining module 18, configured to obtain a result of performing parameter verification.
Specifically, the result obtaining module is configured to receive a parameter from a browser page of the user terminal, and substitute the parameter into the target program for execution, so as to obtain an execution result of the parameter verification.
And the processing module 19 is configured to determine whether the execution result passes the verification, and perform exception processing on the parameter that does not pass the verification.
Specifically, the processing module 19 is configured to return the parameter that fails to be verified to an input end of the parameter, that is, a browser page of the user terminal device. The processing module 19 is further configured to analyze the verified parameter, generate an SQL command, send the SQL command to the data server for querying, and forward a query result to the browser page of the user terminal device.
The parameter verification system of the invention defines different verification priorities in the parameter configuration file to automatically generate corresponding parameter codes and description documents, and has low development cost and no need of extra maintenance time.
Example four
Referring to fig. 5, a schematic operation timing diagram of a parameter verification method and a verification system according to an embodiment of the present invention is shown.
In step a, the user terminal device obtains the parameters through the page of the browser.
In step B, the user terminal device transmits the parameters to the web server through a transmission protocol (Http or TCP/IP).
In step C, the web server generates a code for parameter verification according to a built-in parameter verification method or parameter verification system, and verifies the parameter by compiling and executing the code. And D, if the verification is not passed, executing step D, and if the verification is passed, executing step F.
In step D, when the verification fails, the web server performs exception handling, that is, sends exception information to the user terminal device.
In step E, after receiving the exception information, the user terminal further performs exception handling on the parameter, including correcting or abandoning execution, and the like.
In step F, after passing the verification, the web server analyzes the parameters and generates an SQL command.
In step G, the web server sends the SQL command to the database server.
In step H, the database service receives the SQL command, performs a query, and sends a query result to the web server.
In step I, the web server forwards the query result to the user terminal device.
The parameter verification method and the verification system define different verification priorities in the parameter configuration file to automatically generate the corresponding parameter codes and the description document, and have low development cost and no need of extra maintenance time.
The parameter verification method and the parameter verification system provided by the embodiment of the invention belong to the same concept, and the specific implementation process is described in the full text of the specification and is not described herein again.
In summary, although the present invention has been described with reference to the preferred embodiments, the above-described preferred embodiments are not intended to limit the present invention, and various changes and modifications can be made by one skilled in the art without departing from the spirit and scope of the present invention.

Claims (16)

1. A method for parameter verification, comprising:
creating a parameter configuration file, and defining three types of parameters with different checking priorities, wherein the parameters comprise: the method comprises the following steps of firstly, checking first-class parameters, secondly, and thirdly, wherein the first-class parameters are required to be checked, the secondly are selectable to check or not, and the thirdly are not required to be checked;
according to the checking priority, syntax conversion is carried out on the parameter configuration file to generate a parameter checking code; and
recording the generation process of the parameter check code to generate a corresponding description document;
the syntax conversion of the parameter configuration file to generate a parameter check code includes: and performing syntax conversion on the first type of parameters and the second type of parameters in the parameter configuration file to generate parameter check codes.
2. The parameter verification method according to claim 1, further comprising, after recording a generation process of the parameter verification code to generate a corresponding specification document:
receiving modification parameters of the parameter configuration file and recording modification positions;
generating a new parameter code for the modified parameter according to the verification priority, and replacing the original parameter verification code corresponding to the modified position; and
the replacement process is recorded to generate a new description document.
3. The parameter verification method according to claim 1 or 2, further comprising, after generating the corresponding specification document:
compiling and executing the check code; and
and acquiring an execution result of parameter verification.
4. The parameter verification method according to claim 3, after obtaining the result of performing the parameter verification, further comprising:
and judging whether the execution result passes the verification or not, and performing exception processing on the parameters which do not pass the verification.
5. The parameter verification method according to claim 3, wherein in the step of recording the generation process of the parameter verification code to generate the corresponding specification document:
the description document is used for recording the names of various parameters, the checking priority, the code generation time, the code modification time, the code path and the compiling time.
6. The method for checking parameters of claim 1, wherein defining three types of parameters with different checking priorities comprises: the first type parameter, the second type parameter and the third type parameter are as follows:
the checking priority of the first type of parameters is defined to be higher than that of the second type of parameters, and the priority of the second type of parameters is defined to be higher than that of the third type of parameters.
7. The parameter checking method of claim 6, wherein in the step of syntactically transforming the parameter configuration file to generate a parameter checking code according to the checking priority:
and carrying out syntax conversion on the first type of parameters and the second type of parameters in the parameter configuration file by using macro definition in C + + so as to generate parameter check codes.
8. A parameter verification system, comprising:
the configuration file creating module is used for creating a parameter configuration file and defining three types of parameters with different checking priorities, and comprises the following steps: the method comprises the following steps of firstly, checking first-class parameters, secondly, and thirdly, wherein the first-class parameters are required to be checked, the secondly are selectable to check or not, and the thirdly are not required to be checked;
the code generation module is used for carrying out syntax conversion on the parameter configuration file according to the verification priority so as to generate a parameter verification code; and
the document generation module is used for recording the generation process of the parameter check code so as to generate a corresponding description document;
the code generation module is specifically configured to: and performing syntax conversion on the first type of parameters and the second type of parameters in the parameter configuration file to generate parameter check codes.
9. The parameter verification system of claim 8, further comprising:
the configuration file modification module is used for receiving modification parameters of the parameter configuration file and recording modification positions;
the code modification module is used for generating a new parameter code for the modified parameter according to the verification priority and replacing the original parameter verification code corresponding to the modified position; and
and the document modification module is used for recording the replacement process to generate a new description document.
10. The parameter verification system according to claim 8 or 9, further comprising:
the code execution module is used for compiling and executing the check code; and
and the result acquisition module is used for acquiring the execution result of the parameter verification.
11. The parameter verification system of claim 10, further comprising:
and the processing module is used for judging whether the execution result passes the verification or not and carrying out exception processing on the parameters which do not pass the verification.
12. The parameter checking system according to claim 10, wherein said description document in said document generating module is for recording names of various types of parameters, said checking priority, code generation time, code modification time, code path, and compilation time.
13. The parameter verification system of claim 8, wherein the configuration file creation module is specifically configured to: the checking priority of the first type of parameters is defined to be higher than that of the second type of parameters, and the priority of the second type of parameters is defined to be higher than that of the third type of parameters.
14. The parameter verification system of claim 13, wherein the code generation module is specifically configured to: and carrying out syntax conversion on the first type of parameters and the second type of parameters in the parameter configuration file by using macro definition in C + + so as to generate parameter check codes.
15. A web server comprising a memory and a processor, the memory having stored thereon a computer program that, when executed by the processor, causes the processor to perform the steps of:
creating a parameter configuration file, and defining three types of parameters with different checking priorities, wherein the parameters comprise: the method comprises the following steps of firstly, checking first-class parameters, secondly, and thirdly, wherein the first-class parameters are required to be checked, the secondly are selectable to check or not, and the thirdly are not required to be checked;
according to the checking priority, syntax conversion is carried out on the parameter configuration file to generate a parameter checking code; and
and recording the generation process of the parameter check code to generate a corresponding description document.
16. A computer-readable storage medium, in which a computer program is stored, which, when run on a computer, causes the computer to carry out the parameter checking method according to claim 1.
CN201510243919.8A 2015-05-13 2015-05-13 Parameter checking method and checking system Active CN106301819B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510243919.8A CN106301819B (en) 2015-05-13 2015-05-13 Parameter checking method and checking system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510243919.8A CN106301819B (en) 2015-05-13 2015-05-13 Parameter checking method and checking system

Publications (2)

Publication Number Publication Date
CN106301819A CN106301819A (en) 2017-01-04
CN106301819B true CN106301819B (en) 2020-03-17

Family

ID=57631700

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510243919.8A Active CN106301819B (en) 2015-05-13 2015-05-13 Parameter checking method and checking system

Country Status (1)

Country Link
CN (1) CN106301819B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110020381A (en) * 2018-02-23 2019-07-16 中国平安财产保险股份有限公司 Method of calibration, device, equipment and computer storage medium based on configuration file

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104270395A (en) * 2014-10-24 2015-01-07 中国建设银行股份有限公司 Method, device and system for checking input data
CN104461873A (en) * 2014-11-19 2015-03-25 青岛海信电器股份有限公司 Testing method and device of application programs

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8824382B2 (en) * 2009-10-02 2014-09-02 Nokia Corporation Reservation of spectrum resources in white spaces

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104270395A (en) * 2014-10-24 2015-01-07 中国建设银行股份有限公司 Method, device and system for checking input data
CN104461873A (en) * 2014-11-19 2015-03-25 青岛海信电器股份有限公司 Testing method and device of application programs

Also Published As

Publication number Publication date
CN106301819A (en) 2017-01-04

Similar Documents

Publication Publication Date Title
US11086766B1 (en) Web services comparison tool
US10140103B2 (en) POS application development method and cloud server
CN103092581B (en) The building method of a kind of web front end this locality development environment and device
CN109766082B (en) Method and device for application program page jump
CN106815031B (en) Kernel module loading method and device
CN104731589A (en) Automatic generation method and device of user interface (UI)
US10171608B2 (en) Method, apparatus and computer program for modifying messages in a communications network
CN109062925B (en) Method, device, computer equipment and storage medium for automatically generating insert sentences
CN112559354A (en) Front-end code specification detection method and device, computer equipment and storage medium
CN110858172A (en) Automatic test code generation method and device
CN108984202B (en) Electronic resource sharing method and device and storage medium
CN111858376A (en) Request message generation method and interface test method
CN111061464A (en) Analysis code generation method, device, equipment and storage medium
CN110807002A (en) Report generation method, system and equipment based on workflow and storage medium
CN112130830A (en) Interface generation method and device and electronic equipment
CN105094787B (en) Method and device for processing enterprise internet application
US9633062B1 (en) Document fingerprints and templates
CN106301819B (en) Parameter checking method and checking system
CN111831536A (en) Automatic testing method and device
CN103324567A (en) App engine debugging method and debugging system
CN109901934B (en) Method and device for generating interface help document
CN111061627B (en) Webpage embedding method and device, electronic equipment and storage medium
CN114817794A (en) Webpage content control method, device, equipment and medium
CN111880778A (en) Interface document generation method and device, electronic equipment and storage medium
US10079739B2 (en) Computer-implemented method for handling log file

Legal Events

Date Code Title Description
C06 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