CN101021890A - Method, system and server for checking page data - Google Patents

Method, system and server for checking page data Download PDF

Info

Publication number
CN101021890A
CN101021890A CNA2007100869089A CN200710086908A CN101021890A CN 101021890 A CN101021890 A CN 101021890A CN A2007100869089 A CNA2007100869089 A CN A2007100869089A CN 200710086908 A CN200710086908 A CN 200710086908A CN 101021890 A CN101021890 A CN 101021890A
Authority
CN
China
Prior art keywords
data
verification
configuration file
unit
page
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.)
Granted
Application number
CNA2007100869089A
Other languages
Chinese (zh)
Other versions
CN100489879C (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.)
Yuncheng perfect network technology Co.,Ltd.
Original Assignee
Huawei Technologies 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CNB2007100869089A priority Critical patent/CN100489879C/en
Publication of CN101021890A publication Critical patent/CN101021890A/en
Application granted granted Critical
Publication of CN100489879C publication Critical patent/CN100489879C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

This invention discloses a method, a system and a server for checking web page data, which first of all sets corresponding matched files for data to be tested including a check rule of its corresponding data object, when the provided web pages include data objects needing check, the corresponding matched file of the data object necessary to be checked is provided and the data received on the page are checked based on the check rule, in which, servers check data received on the page legally according to the matched files including object check rules, since matched files can be set and modified easily, servers can modify them timely according to the check requirement of actual services.

Description

A kind of method, system and server that page data is carried out verification
Technical field
The present invention relates to the data check technology, particularly relate to a kind of method, system and server that page data is carried out verification.
Background technology
Along with development of Communication Technique, operator is more and more for the type of service that the user provides.In the business of many types, the user must import corresponding data on the display page that server provides, and server just can be carried out corresponding service and handle.Such as, when the user signs in to a website, server can provide a Web page to the user, the user imports the title of the program that need download in this website on the Web page that server provides, server is carried out the processing that the program of correspondence is sent to the user according to the title of the program of user's input.For another example, when the user need sign in to financial system, server can provide a customer information page to the user, the user imports username and password respectively in the input frame of this page correspondence, server is after definite username and password is legal, execution is given the user with the financial interface display of correspondence, thereby provides finance service to the user.
In needing the business of user input data, often need carry out the legitimacy verification on display page to the data that the user imports.Such as, when the user logins financial system and banking system, need carry out the legitimacy verification on the page to the username and password that the user imports, if verification is passed through, server just can provide finance and banking service to the user.
At present, the process that the user is carried out verification in the data of importing on the page comprises: write the check code at each data object that needs verification in advance on server; When comprising the data object that needs verification on the page that provides to the user, judge according to this data object corresponding check code whether the data that the user imports are legal on the page.Wherein, data object is the data acquisition that has particular community such as customer information and business information etc.
By above description as can be seen, in the prior art, server is to carry out the legitimacy verification according to the data that the check code of writing in advance comes the user is imported on the page.Because code is difficult for writing and revising, therefore after writing check code on the server, this check code is just write in the dust, be difficult to carry out the modification of code, like this, server then can only carry out the verification of fixed form, and can't carry out the verification of multiple mode according to the multiple demand of practical business when carrying out the legitimacy verification of page data according to this check code.Such as, on server, write in the dead check code in advance, only stipulate that password must be more than 6, and financial system requires password not only more than 6, but also must be the combination of letter and number, banking system requirement password must be more than 8, like this, when the user need sign in to financial system or banking system, the user inputs password on the page, whether the check code that the server basis is write the in advance only password of verified users input is more than 6, and can't require carry out verification according to the actual verification of financial system or banking system, greatly reduce the dirigibility of page data verification, can't satisfy professional multiple demand.
Summary of the invention
In view of this, one embodiment of the invention provides a kind of method that page data is carried out verification, so that improve the dirigibility of page data verification.
Another embodiment of the present invention provides a kind of system that page data is carried out verification, so that improve the dirigibility of page data verification.
Yet another embodiment of the invention provides a kind of server that page data is carried out verification, so that improve the dirigibility of page data verification.
The technical scheme of the embodiment of the invention is achieved in that
A kind of method that page data is carried out verification, this method comprises:
For the data object that needs verification is provided with corresponding configuration file, comprise the verification rule of its corresponding data objects in this configuration file;
When comprising the data object that needs verification on the page that provides, search the pairing configuration file of the data object that needs verification on this page, according to the verification rule of data object in the finding configuration file, the data that receive on the page are carried out verification.
A kind of system that page data is carried out verification, this system comprises: configuration file generation unit, configuration file are preserved unit, interactive unit and checking treatment unit, wherein,
The configuration file generation unit is used to the data object that needs verification to generate corresponding configuration file, comprises the verification rule of its corresponding data objects in this configuration file, the configuration file that generates is sent to configuration file preserves the unit;
Configuration file is preserved the unit, is used to preserve the configuration file that receives;
Interactive unit is used to provide the page that includes the data object that needs verification, and the data that receive on the page are sent to the checking treatment unit;
The checking treatment unit is used for preserving the unit at configuration file and searches the pairing configuration file of the data object that needs verification on the page, according to the verification rule of data object in the finding configuration file, the data that interactive unit is sent is carried out verification.
A kind of server that page data is carried out verification, this server comprises: configuration file is preserved unit, interactive unit and checking treatment unit, wherein,
Configuration file is preserved the unit, is used to preserve the configuration file that receives;
Interactive unit is used to provide the page that includes the data object that needs verification, and the data that receive on the page are sent to the checking treatment unit;
The checking treatment unit is used for preserving the unit at configuration file and searches the pairing configuration file of the data object that needs verification on the page, according to the verification rule of data object in the finding configuration file, the data that interactive unit is sent is carried out verification.
This shows that in embodiments of the present invention, server is according to having comprised that the configuration file of data object verification rule comes the data that receive on the page are carried out the legitimacy verification.Because configuration file is easy to be provided with and revise, therefore, after preserving configuration file on the server, can also make amendment to configuration file according to the verification requirement of practical business at any time, thereby improved the dirigibility of page data verification greatly, satisfied professional multiple demand.
Description of drawings
Fig. 1 is the process flow diagram that in embodiments of the present invention page data is carried out verification.
Fig. 2 A is the structural representation of the configuration file of data object 1 correspondence in embodiments of the present invention.
Fig. 2 B is the synoptic diagram of each data field of the data object 1 that demonstrates on the page 1 in embodiments of the present invention.
Fig. 3 is the basic structure synoptic diagram that in embodiments of the present invention page data is carried out the system of verification.
Fig. 4 is the basic structure synoptic diagram of configuration file generation unit inside in the system of the embodiment of the invention.
Fig. 5 is the basic structure synoptic diagram that in embodiments of the present invention page data is carried out the server of verification.
Fig. 6 is a kind of basic structure synoptic diagram of verification processing unit inside in the server of the embodiment of the invention.
Fig. 7 is the another kind of basic structure synoptic diagram of verification processing unit inside in the server of the embodiment of the invention.
Embodiment
For the technical scheme and the advantage that make the embodiment of the invention is clearer, the embodiment of the invention is described in detail below in conjunction with accompanying drawing.
The embodiment of the invention has proposed a kind of method of page data being carried out verification.In the method, for the data object that needs verification is provided with corresponding configuration file, comprise the verification rule of its corresponding data objects in this configuration file; When comprising the data object that needs verification on the page that provides, search the pairing configuration file of the data object that needs verification on this page, according to the verification rule of data object in the finding configuration file, the data that receive on the page are carried out verification.
Fig. 1 is the process flow diagram that in embodiments of the present invention page data is carried out verification.Referring to Fig. 1, in embodiments of the present invention, the detailed process of page data being carried out verification may further comprise the steps:
Step 101: the verification rule template is set.
Because in the business realizing of reality, need the page data of verification a lot, that is to say, follow-uply need the set configuration file of the page of verification can be a lot of at each, therefore, in order to simplify the follow-up operation that particular content in the configuration file is set, in embodiments of the present invention, can at first carry out the process that the verification rule template is set in this step, make in subsequent process, only need in this verification rule template, to fill in corresponding information and just can set out configuration file.
In this step, comprise data object mark, above data field mark and data field verification rule mark in the set verification rule template.
And, in this step, preferably, can utilize extend markup language (XML) that the verification rule template is set.Such as, can be provided with by the XML of Schema or DTD definition format.When the XML that utilizes the Schema definition format is provided with the verification rule template, can adopt definition mode as follows to set out the verification rule template:
<?xml?version=″1.0″encoding=″UTF-8″?>
-<xs:schema?xmlns:xs″=″http://www.w3.org/2001/XMLSchema″elementFormDefault=″qualified″attributeForrnDefault=″unqualified″>
-<xs:element?name=″Object″>
-<xs:complexType>
-<xs:sequence>
-<xs:element?name=″DataFileds″>
-<xs:complexType>
-<xs:sequence?maxOccurs=″unbounded″>
-<xs:elament?name=″DataFiled″>
-<xs:complexType>
-<xs:sequence>
<xs:element?name=″dataType″type=″xs:string″minOccurs=″0″/>
<xs:element?name=″lenqth″minOccurs=″0″/>
<xs:element?name=″isNull″type=″xs:string″minOccurs=″0″/>
-<xs:element?name=″ranqe″minOccurs=″0″>
-<xs:complexType>
<xs:attribute?name=″min″type=″xs:string″use=″required″/>
<xs:attribute?name=″max″type=″xs:string″use=″required″/>
</xs:complexType>
</xs:element>
<xs:element?name=″regex″type=″xs:string″minOccurs=″0″/>
</xs:sequence>
<xs:attribute?name=″Name″type=″xs:string″use=″required″/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute?name=″name″type=″xs:string″use=″required″/>
</xs:complexType>
</xs:element>
</xs:schema>
Step 102: according to the verification rule template, for each data object that needs verification is provided with corresponding configuration file.
In this step, when the data object that needs verification at any one, such as data object 1, when configuration file is set, this specific implementation process comprises: at the data object 1 that needs verification, fill in the title of this data object 1 in the data object mark of verification rule template, in the verification rule that the data field mark of verification rule template and data field verification rule mark are filled in data field title that this data object 1 comprises and corresponding data field thereof respectively, obtain the configuration file of this data object that needs verification 1 correspondence.The structural representation of the configuration file of data object 1 correspondence can be referring to shown in Figure 2.
Need to prove, in above-mentioned steps 101 and step 102, be by the verification rule template at first being set, filling in corresponding data information then and finish the process that configuration file is set in the verification rule template.In the business realizing of reality, also can utilize other mode that configuration file is set, such as, the verification rule template is not set, directly need the data object of verification that its corresponding configuration file is set at each.No matter adopt which kind of mode, all comprise the data field verification rule of title, data field title and the data field title correspondence of corresponding data objects in the configuration file that finally sets out.
Step 103: need the pairing configuration file of data object of verification to be kept in the server each.
Preferably, in this step, can be that each configuration file is kept in the internal memory of server.
Step 104: after receiving the instruction of opening the page 1, server provides this page 1 to the user, and comprises the data object 1 that needs verification on this page 1.
In this step and follow-up each step, the content that is shown on user's the page 1 can be referring to Fig. 2 B.
Step 105: server finds the configuration file of data object 1 correspondence on the page 1 from all configuration files of preserving.
In this step, be from all configuration files of preserving, search the configuration file that includes data object 1 sign on the page 1.
Step 106: after having imported data in the data field of user's data object 1 on the page 1, server carries out verification according to the title and the corresponding data field verification rule thereof of this data field in the finding configuration file to the data that receive.
Step 107: server judges whether the data of verification are legal, if then execution in step 109, otherwise, execution in step 108.
Step 108: server shows the verification failure information on the page 1, no longer carry out subsequent check, finishes current flow process.
Step 109: server judge the data imported in all data fields of data object 1 on the page 1 whether all verification finish, if, then finish current flow process, otherwise, return step 106.
In above-mentioned steps 106 to step 109, execution be the individual data process of verification one by one, that is to say, server is the data of importing in whenever receiving a data field after, just carry out a verification at the data of this data field input.Such as, referring to Fig. 2 B, 3 data fields are arranged in the data object 1 of the page 1, the user has imported data in data field 1 after, server just carries out verification to the data of input in this data field 1, the user has imported data in data field 2 after, server just carries out verification to the data of input in this data field 2, again the data of input in the data field 3 is carried out verification at last.Wherein, server can lose focus determine that the data that the user imports finish in this data field by detecting data control in the data field, such as, when cursor moves to next data field from current data field, the data control that then can determine the current data field loses focus, thereby the data that definite user imports in the current data field are finished.
In the business realizing of reality, also can carry out the page data checking procedure, that is to say, above-mentioned steps 106 is replaceable to the process of step 109 to be: after having imported data respectively in all data fields of user's data object 1 on the page 1, server according in the finding configuration file corresponding to the data field verification rule of each data field title, respectively the data that receive are carried out verification, in checking procedure, if verification go out the data of importing in the data field legal after, then carry out the verification of input data in the next data field, if verification go out the data of importing in the data field illegal after, then on the page 1, show the verification failure information, no longer carry out subsequent check, and finish.
The process of above-mentioned steps 101 and step 102 can be finished by provider, and step 103 to the process of step 109 then can be finished by operator.
Need to prove, server can also be according to the verification requirement of practical business, at any time revise the verification rule of a data field in the configuration file, its implementation procedure comprises: server receives the order that a data object is made amendment such as the data field verification rule of data field 1 correspondence such as a data field in the data object 1, according to this order, find configuration file, revise the verification rule of the data field of data field 1 correspondence in this configuration file corresponding to data object 1.Like this, in follow-up business, server then can carry out verification according to amended data field verification rule.
In the specific implementation of the embodiment of the invention, described verification rule comprises: any one in the length of data, span, type, regular expression and the non-NULL legitimacy verification rule or a plurality of combinations.
Correspondingly, the embodiment of the invention has also proposed a kind of system that page data is carried out verification.Fig. 3 is the basic structure synoptic diagram that in embodiments of the present invention page data is carried out the system of verification.Referring to Fig. 3, the basic structure of the system that the embodiment of the invention proposed comprises: configuration file generation unit, configuration file are preserved unit, interactive unit and checking treatment unit, wherein,
The configuration file generation unit is used to the data object that needs verification to generate corresponding configuration file, comprises the verification rule of its corresponding data objects in this configuration file, the configuration file that generates is sent to configuration file preserves the unit;
Configuration file is preserved the unit, is used to preserve the configuration file that receives;
Interactive unit is used to provide the page that includes the data object that needs verification, and the data that receive on the page are sent to the checking treatment unit;
The checking treatment unit is used for preserving the unit at configuration file and searches the pairing configuration file of the data object that needs verification on the page, according to the verification rule of data object in the finding configuration file, the data that interactive unit is sent is carried out verification.
Fig. 4 is the basic structure synoptic diagram of configuration file generation unit inside in the system of the embodiment of the invention.Referring to Fig. 4, in the system that the embodiment of the invention proposed, described configuration file generation unit can comprise that specifically the verification rule template generates subelement and configuration file is provided with subelement, wherein,
The verification rule template generates subelement, is used to generate the verification rule template, comprises data object mark, data field mark and data field verification rule mark in this verification rule template, the verification rule template that generates is sent to configuration file generates subelement;
Configuration file is provided with subelement, at the data object that needs verification, data object mark at the verification rule template is filled in the title that this needs the data object of verification, fill in the verification rule of data field title that this data object that needs verification comprises and corresponding data field thereof respectively in the data field mark of verification rule template and data field verification rule mark, obtain the configuration file that this needs the data object correspondence of verification, the configuration file that generates is sent to configuration file preserves the unit.
Need to prove, in the system that the embodiment of the invention proposed, described configuration file is preserved unit, interactive unit and checking treatment unit and is arranged in the equipment, in the server that all is arranged on carrier side, and the configuration file generation unit is arranged in another equipment, in a server that is arranged on provider's side.
Correspondingly, the embodiment of the invention has also proposed a kind of server that page data is carried out verification.Fig. 5 is the basic structure synoptic diagram that in embodiments of the present invention page data is carried out the server of verification.Referring to Fig. 5, this server comprises: configuration file is preserved unit, interactive unit and checking treatment unit, wherein,
Configuration file is preserved the unit, is used to preserve the configuration file that receives;
Interactive unit is used to provide the page that includes the data object that needs verification, and the data that receive on the page are sent to the checking treatment unit;
The checking treatment unit is used for preserving the unit at configuration file and searches the pairing configuration file of the data object that needs verification on the page, according to the verification rule of data object in the finding configuration file, the data that interactive unit is sent is carried out verification.
Fig. 6 is a kind of basic structure synoptic diagram of verification processing unit inside in the server of the embodiment of the invention.Referring to Fig. 6, in server shown in Figure 5, described checking treatment unit can be made up of input detection sub-unit and individual data syndrome unit, wherein,
Whether the input detection sub-unit detects the data of importing by interactive unit and finishes in a data field of the above data object of the page, detect finish after, the verification trigger notice is sent to individual data syndrome unit;
Individual data syndrome unit, be used for preserving the unit and search the pairing configuration file of the data object that needs verification on the page at configuration file, after receiving the verification trigger notice, according to the title and the corresponding data field verification rule thereof of this data field in the finding configuration file, the data that interactive unit is sent are carried out verification.
Fig. 7 is the another kind of basic structure synoptic diagram of verification processing unit inside in the server of the embodiment of the invention.Referring to Fig. 7, in server shown in Figure 5, described checking treatment unit further is made up of input detection sub-unit and page data syndrome unit, wherein,
Whether the input detection sub-unit detects the data that the user imports in all data fields of the above data object of the page by interactive unit and finishes, detect finish after, the verification trigger notice is sent to individual data syndrome unit;
Page data syndrome unit, be used for preserving the unit and search the pairing configuration file of the data object that needs verification on the page at configuration file, after receiving the verification trigger notice, according in the finding configuration file corresponding to the data field verification rule of each data field title, all data that interactive unit is sent are carried out verification respectively.
Referring to Fig. 5, in the server that the embodiment of the invention proposed, described interactive unit is further used for receiving the order that the data field verification rule of the first data field correspondence in first data object is made amendment, and should revise order and be sent to the checking treatment unit;
The checking treatment unit is further used for according to the modification order that receives, and preserves the configuration file that finds in the unit corresponding to first data object at configuration file, revises the verification rule of the data field of the first data field title correspondence in this configuration file.
In a word, the above is preferred embodiment of the present invention only, is not to be used to limit protection scope of the present invention.Within the spirit and principles in the present invention all, any modification of being done, be equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (14)

1, a kind of method that page data is carried out verification is characterized in that, this method comprises:
For the data object that needs verification is provided with corresponding configuration file, comprise the verification rule of its corresponding data objects in this configuration file;
When comprising the data object that needs verification on the page that provides, search the pairing configuration file of the data object that needs verification on this page, according to the verification rule of data object in the finding configuration file, the data that receive on the page are carried out verification.
2, method according to claim 1 is characterized in that, comprises the data field verification rule of title, data field title and the data field title correspondence of corresponding data objects in the described configuration file.
3, method according to claim 2 is characterized in that, the described step that corresponding configuration file is set for the data object that needs verification comprises:
The verification rule template is set, comprises data object mark, data field mark and data field verification rule mark in this verification rule template; At the data object that needs verification, data object mark at the verification rule template is filled in the title that this needs the data object of verification, verification rule in that the data field mark of verification rule template and data field verification rule mark are filled in data field title that this data object that needs verification comprises and corresponding data field thereof respectively obtains the configuration file that this needs the data object correspondence of verification.
According to claim 2 or 3 described methods, it is characterized in that 4, described searching needs the step of the pairing configuration file of the data object of verification to comprise on this page: search and include the configuration file that needs the data object of verification title on this page.
5, according to claim 2 or 3 described methods, it is characterized in that, the described step that the data that receive on the page are carried out verification comprises: receive data in a data field of described the above data object of the page after, according to the title and the corresponding data field verification rule thereof of this data field in the finding configuration file, the data that receive are carried out verification.
6, according to claim 2 or 3 described methods, it is characterized in that, the described step that the data that receive on the page are carried out verification comprises: receive data in all data fields of described the above data object of the page after, according in the finding configuration file corresponding to the data field verification rule of each data field title, respectively the data that receive are carried out verification.
7, according to claim 1,2 or 3 described methods, it is characterized in that, this method further comprises: receive the order that the data field verification rule of the first data field correspondence in first data object is made amendment, according to this order, find configuration file, revise the verification rule of the data field of the first data field title correspondence in this configuration file corresponding to first data object.
8, a kind of system that page data is carried out verification is characterized in that, this system comprises: configuration file generation unit, configuration file are preserved unit, interactive unit and checking treatment unit, wherein,
The configuration file generation unit is used to the data object that needs verification to generate corresponding configuration file, comprises the verification rule of its corresponding data objects in this configuration file, the configuration file that generates is sent to configuration file preserves the unit;
Configuration file is preserved the unit, is used to preserve the configuration file that receives;
Interactive unit is used to provide the page that includes the data object that needs verification, and the data that receive on the page are sent to the checking treatment unit;
The checking treatment unit is used for preserving the unit at configuration file and searches the pairing configuration file of the data object that needs verification on the page, according to the verification rule of data object in the finding configuration file, the data that interactive unit is sent is carried out verification.
9, system according to claim 8 is characterized in that, described configuration file generation unit comprises that the verification rule template generates subelement and configuration file is provided with subelement, wherein,
The verification rule template generates subelement, is used to generate the verification rule template, comprises data object mark, data field mark and data field verification rule mark in this verification rule template, the verification rule template that generates is sent to configuration file generates subelement;
Configuration file is provided with subelement, at the data object that needs verification, data object mark at the verification rule template is filled in the title that this needs the data object of verification, fill in the verification rule of data field title that this data object that needs verification comprises and corresponding data field thereof respectively in the data field mark of verification rule template and data field verification rule mark, obtain the configuration file that this needs the data object correspondence of verification, the configuration file that generates is sent to configuration file preserves the unit.
10, according to Claim 8 or 9 described systems, it is characterized in that described configuration file is preserved unit, interactive unit and checking treatment unit and is arranged in the equipment, the configuration file generation unit is arranged in another equipment.
11, a kind of server that page data is carried out verification is characterized in that, this server comprises: configuration file is preserved unit, interactive unit and checking treatment unit, wherein,
Configuration file is preserved the unit, is used to preserve the configuration file that receives;
Interactive unit is used to provide the page that includes the data object that needs verification, and the data that receive on the page are sent to the checking treatment unit;
The checking treatment unit is used for preserving the unit at configuration file and searches the pairing configuration file of the data object that needs verification on the page, according to the verification rule of data object in the finding configuration file, the data that interactive unit is sent is carried out verification.
12, server according to claim 11 is characterized in that, described checking treatment unit comprises input detection sub-unit and individual data syndrome unit, wherein,
Whether the input detection sub-unit detects the data of importing by interactive unit and finishes in a data field of the above data object of the page, detect finish after, the verification trigger notice is sent to individual data syndrome unit;
Individual data syndrome unit, be used for preserving the unit and search the pairing configuration file of the data object that needs verification on the page at configuration file, after receiving the verification trigger notice, according to the title and the corresponding data field verification rule thereof of this data field in the finding configuration file, the data that interactive unit is sent are carried out verification.
13, server according to claim 11 is characterized in that, described checking treatment unit comprises input detection sub-unit and page data syndrome unit, wherein,
Whether the input detection sub-unit detects the data of importing by interactive unit and finishes in all data fields of the above data object of the page, detect finish after, the verification trigger notice is sent to individual data syndrome unit;
Page data syndrome unit, be used for preserving the unit and search the pairing configuration file of the data object that needs verification on the page at configuration file, after receiving the verification trigger notice, according in the finding configuration file corresponding to the data field verification rule of each data field title, all data that interactive unit is sent are carried out verification respectively.
14, server according to claim 11, it is characterized in that, described interactive unit is further used for receiving the order that the data field verification rule of the first data field correspondence in first data object is made amendment, and should revise order and be sent to the checking treatment unit;
The checking treatment unit is further used for according to the modification order that receives, and preserves the configuration file that finds in the unit corresponding to first data object at configuration file, revises the verification rule of the data field of the first data field title correspondence in this configuration file.
CNB2007100869089A 2007-03-20 2007-03-20 Method, system and server for checking page data Expired - Fee Related CN100489879C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2007100869089A CN100489879C (en) 2007-03-20 2007-03-20 Method, system and server for checking page data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2007100869089A CN100489879C (en) 2007-03-20 2007-03-20 Method, system and server for checking page data

Publications (2)

Publication Number Publication Date
CN101021890A true CN101021890A (en) 2007-08-22
CN100489879C CN100489879C (en) 2009-05-20

Family

ID=38709650

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2007100869089A Expired - Fee Related CN100489879C (en) 2007-03-20 2007-03-20 Method, system and server for checking page data

Country Status (1)

Country Link
CN (1) CN100489879C (en)

Cited By (40)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102081762A (en) * 2009-11-26 2011-06-01 株式会社日立制作所 Inspection rule design support method, system and program
CN102096715A (en) * 2011-02-11 2011-06-15 深圳市同洲电子股份有限公司 Method and system for acquiring webpage template, and method and system for generating single website
CN102426549A (en) * 2011-09-08 2012-04-25 新一站保险代理有限公司 Efficient Web form validation method and framework thereof
CN101604336B (en) * 2009-07-22 2012-05-23 河北省烟草公司承德市公司 Method and system for data inspection and modification from the source
CN101272222B (en) * 2008-05-06 2012-07-11 中兴通讯股份有限公司 Restriction calibration method and device
CN102799690A (en) * 2012-08-13 2012-11-28 南京莱斯信息技术股份有限公司 Method for verifying page input by using database technology
CN103246574A (en) * 2012-02-10 2013-08-14 阿里巴巴集团控股有限公司 Verification method and verification device for data accuracy
CN103873493A (en) * 2012-12-10 2014-06-18 腾讯科技(深圳)有限公司 Method, device and system for page information verification
CN103873436A (en) * 2012-12-11 2014-06-18 金蝶软件(中国)有限公司 Information verification method, and terminal
CN104111885A (en) * 2013-04-22 2014-10-22 腾讯科技(深圳)有限公司 Method and device for verifying interface test results
CN104598598A (en) * 2015-01-23 2015-05-06 浙江协同数据系统有限公司 Method for evaluating relational data standard
CN104766180A (en) * 2015-04-24 2015-07-08 国家电网公司 Method for improving power failure information submission accuracy
CN104965783A (en) * 2015-06-16 2015-10-07 百度在线网络技术(北京)有限公司 Method and apparatus for monitoring web content presentation
CN105808510A (en) * 2014-12-31 2016-07-27 北京航天测控技术有限公司 Debugging data verification method and device
CN105893214A (en) * 2016-06-28 2016-08-24 国家电投集团河南电力有限公司技术信息中心 Data quality centralized-monitoring method and device based on electric power enterprise ERP
CN107168684A (en) * 2016-03-07 2017-09-15 广州市动景计算机科技有限公司 A kind of method and device for generating Edition Contains list
CN107193681A (en) * 2016-03-15 2017-09-22 阿里巴巴集团控股有限公司 Data verification method and device
CN107203714A (en) * 2016-03-18 2017-09-26 北京京东尚科信息技术有限公司 The collocation method and device of data check file
CN107357589A (en) * 2017-07-21 2017-11-17 深圳易嘉恩科技有限公司 Displaying and editor's financial affair work document bill check the interface system of rule
CN107665209A (en) * 2016-07-28 2018-02-06 北京京东尚科信息技术有限公司 Information-pushing method and device
CN107766365A (en) * 2016-08-18 2018-03-06 北京京东尚科信息技术有限公司 webpage generating method and device
CN107995966A (en) * 2016-12-28 2018-05-04 深圳配天智能技术研究院有限公司 A kind of data entry device, device and equipment
CN108009042A (en) * 2016-10-27 2018-05-08 北京京东尚科信息技术有限公司 The method and device of data check
CN108197177A (en) * 2017-12-21 2018-06-22 北京三快在线科技有限公司 Monitoring method, device, storage medium and the computer equipment of business object
CN108319575A (en) * 2018-01-30 2018-07-24 百度在线网络技术(北京)有限公司 A kind of method of calibration of page assembly, device, server and storage medium
CN108427733A (en) * 2018-02-28 2018-08-21 网易(杭州)网络有限公司 The setting method of auditing rule, device and system, equipment, storage medium
CN108647358A (en) * 2018-05-17 2018-10-12 东软集团股份有限公司 Quality of data method of calibration, device, storage medium and electronic equipment
CN108809896A (en) * 2017-04-28 2018-11-13 阿里巴巴集团控股有限公司 A kind of information calibration method, device and electronic equipment
CN109429260A (en) * 2017-08-23 2019-03-05 中兴通讯股份有限公司 A kind of method of calibration and device of northbound data
CN109710237A (en) * 2019-01-10 2019-05-03 厦门商集网络科技有限责任公司 A kind of online modification method of calibration and equipment based on customized two-dimentional report
CN109725954A (en) * 2018-12-21 2019-05-07 中链科技有限公司 A kind of Dynamic Data Items processing method and system
CN109800168A (en) * 2019-01-24 2019-05-24 北京奇艺世纪科技有限公司 The test method and device of the action event data of software
CN110020358A (en) * 2017-11-07 2019-07-16 北京京东尚科信息技术有限公司 Method and apparatus for generating dynamic page
CN110020381A (en) * 2018-02-23 2019-07-16 中国平安财产保险股份有限公司 Method of calibration, device, equipment and computer storage medium based on configuration file
CN110515922A (en) * 2019-07-22 2019-11-29 深圳壹账通智能科技有限公司 Field method of calibration, system, computer equipment and computer readable storage medium
CN110704686A (en) * 2019-10-08 2020-01-17 北京锐安科技有限公司 Quality detection method and device for semi-structured data, storage medium and equipment
CN110968311A (en) * 2018-09-30 2020-04-07 北京嘀嘀无限科技发展有限公司 Front-end page construction method and device and electronic equipment
CN112328347A (en) * 2020-11-05 2021-02-05 杭州大搜车汽车服务有限公司 Application rule configuration method and device and page processing method
CN112989433A (en) * 2021-02-24 2021-06-18 上海中通吉网络技术有限公司 Verification method based on Java Bean verification rule and related equipment
CN113806160A (en) * 2020-06-11 2021-12-17 中移(苏州)软件技术有限公司 Method, device, equipment and storage medium for monitoring configuration file

Cited By (53)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101272222B (en) * 2008-05-06 2012-07-11 中兴通讯股份有限公司 Restriction calibration method and device
CN101604336B (en) * 2009-07-22 2012-05-23 河北省烟草公司承德市公司 Method and system for data inspection and modification from the source
CN102081762A (en) * 2009-11-26 2011-06-01 株式会社日立制作所 Inspection rule design support method, system and program
CN102096715A (en) * 2011-02-11 2011-06-15 深圳市同洲电子股份有限公司 Method and system for acquiring webpage template, and method and system for generating single website
CN102426549A (en) * 2011-09-08 2012-04-25 新一站保险代理有限公司 Efficient Web form validation method and framework thereof
CN102426549B (en) * 2011-09-08 2013-06-26 新一站保险代理有限公司 Efficient Web form validation method and framework thereof
CN103246574B (en) * 2012-02-10 2015-11-11 阿里巴巴集团控股有限公司 The method of calibration of data accuracy and device
CN103246574A (en) * 2012-02-10 2013-08-14 阿里巴巴集团控股有限公司 Verification method and verification device for data accuracy
CN102799690A (en) * 2012-08-13 2012-11-28 南京莱斯信息技术股份有限公司 Method for verifying page input by using database technology
CN103873493A (en) * 2012-12-10 2014-06-18 腾讯科技(深圳)有限公司 Method, device and system for page information verification
CN103873493B (en) * 2012-12-10 2019-01-04 腾讯科技(深圳)有限公司 A kind of method, apparatus and system of page info verification
CN103873436A (en) * 2012-12-11 2014-06-18 金蝶软件(中国)有限公司 Information verification method, and terminal
CN104111885B (en) * 2013-04-22 2017-09-15 腾讯科技(深圳)有限公司 The method of calibration and device of interface testing result
CN104111885A (en) * 2013-04-22 2014-10-22 腾讯科技(深圳)有限公司 Method and device for verifying interface test results
CN105808510A (en) * 2014-12-31 2016-07-27 北京航天测控技术有限公司 Debugging data verification method and device
CN104598598A (en) * 2015-01-23 2015-05-06 浙江协同数据系统有限公司 Method for evaluating relational data standard
CN104766180A (en) * 2015-04-24 2015-07-08 国家电网公司 Method for improving power failure information submission accuracy
CN104965783A (en) * 2015-06-16 2015-10-07 百度在线网络技术(北京)有限公司 Method and apparatus for monitoring web content presentation
CN107168684A (en) * 2016-03-07 2017-09-15 广州市动景计算机科技有限公司 A kind of method and device for generating Edition Contains list
CN107168684B (en) * 2016-03-07 2021-02-26 阿里巴巴(中国)有限公司 Method and device for generating content editing form
CN107193681B (en) * 2016-03-15 2020-07-31 阿里巴巴集团控股有限公司 Data verification method and device
CN107193681A (en) * 2016-03-15 2017-09-22 阿里巴巴集团控股有限公司 Data verification method and device
CN107203714A (en) * 2016-03-18 2017-09-26 北京京东尚科信息技术有限公司 The collocation method and device of data check file
CN107203714B (en) * 2016-03-18 2020-09-01 北京京东尚科信息技术有限公司 Configuration method and device of data verification file
CN105893214A (en) * 2016-06-28 2016-08-24 国家电投集团河南电力有限公司技术信息中心 Data quality centralized-monitoring method and device based on electric power enterprise ERP
CN107665209A (en) * 2016-07-28 2018-02-06 北京京东尚科信息技术有限公司 Information-pushing method and device
CN107766365A (en) * 2016-08-18 2018-03-06 北京京东尚科信息技术有限公司 webpage generating method and device
CN108009042A (en) * 2016-10-27 2018-05-08 北京京东尚科信息技术有限公司 The method and device of data check
CN107995966A (en) * 2016-12-28 2018-05-04 深圳配天智能技术研究院有限公司 A kind of data entry device, device and equipment
CN108809896A (en) * 2017-04-28 2018-11-13 阿里巴巴集团控股有限公司 A kind of information calibration method, device and electronic equipment
CN107357589A (en) * 2017-07-21 2017-11-17 深圳易嘉恩科技有限公司 Displaying and editor's financial affair work document bill check the interface system of rule
CN109429260B (en) * 2017-08-23 2021-11-23 中兴通讯股份有限公司 Method and device for checking northbound data
CN109429260A (en) * 2017-08-23 2019-03-05 中兴通讯股份有限公司 A kind of method of calibration and device of northbound data
CN110020358B (en) * 2017-11-07 2021-08-17 北京京东尚科信息技术有限公司 Method and device for generating dynamic page
CN110020358A (en) * 2017-11-07 2019-07-16 北京京东尚科信息技术有限公司 Method and apparatus for generating dynamic page
CN108197177A (en) * 2017-12-21 2018-06-22 北京三快在线科技有限公司 Monitoring method, device, storage medium and the computer equipment of business object
CN108319575B (en) * 2018-01-30 2021-06-29 百度在线网络技术(北京)有限公司 Page component checking method, device, server and storage medium
CN108319575A (en) * 2018-01-30 2018-07-24 百度在线网络技术(北京)有限公司 A kind of method of calibration of page assembly, device, server and storage medium
CN110020381A (en) * 2018-02-23 2019-07-16 中国平安财产保险股份有限公司 Method of calibration, device, equipment and computer storage medium based on configuration file
CN108427733A (en) * 2018-02-28 2018-08-21 网易(杭州)网络有限公司 The setting method of auditing rule, device and system, equipment, storage medium
CN108427733B (en) * 2018-02-28 2021-08-10 网易(杭州)网络有限公司 Method, device and system for setting audit rule, equipment and storage medium
CN108647358A (en) * 2018-05-17 2018-10-12 东软集团股份有限公司 Quality of data method of calibration, device, storage medium and electronic equipment
CN110968311A (en) * 2018-09-30 2020-04-07 北京嘀嘀无限科技发展有限公司 Front-end page construction method and device and electronic equipment
CN110968311B (en) * 2018-09-30 2024-01-05 北京嘀嘀无限科技发展有限公司 Front-end page construction method and device and electronic equipment
CN109725954A (en) * 2018-12-21 2019-05-07 中链科技有限公司 A kind of Dynamic Data Items processing method and system
CN109710237A (en) * 2019-01-10 2019-05-03 厦门商集网络科技有限责任公司 A kind of online modification method of calibration and equipment based on customized two-dimentional report
CN109800168A (en) * 2019-01-24 2019-05-24 北京奇艺世纪科技有限公司 The test method and device of the action event data of software
CN110515922A (en) * 2019-07-22 2019-11-29 深圳壹账通智能科技有限公司 Field method of calibration, system, computer equipment and computer readable storage medium
CN110704686A (en) * 2019-10-08 2020-01-17 北京锐安科技有限公司 Quality detection method and device for semi-structured data, storage medium and equipment
CN113806160A (en) * 2020-06-11 2021-12-17 中移(苏州)软件技术有限公司 Method, device, equipment and storage medium for monitoring configuration file
CN113806160B (en) * 2020-06-11 2024-02-02 中移(苏州)软件技术有限公司 Method, device, equipment and storage medium for monitoring configuration file
CN112328347A (en) * 2020-11-05 2021-02-05 杭州大搜车汽车服务有限公司 Application rule configuration method and device and page processing method
CN112989433A (en) * 2021-02-24 2021-06-18 上海中通吉网络技术有限公司 Verification method based on Java Bean verification rule and related equipment

Also Published As

Publication number Publication date
CN100489879C (en) 2009-05-20

Similar Documents

Publication Publication Date Title
CN100489879C (en) Method, system and server for checking page data
US11714792B2 (en) Creating data in a data store using a dynamic ontology
US7870221B2 (en) Multiple bindings in web service data connection
CN104185845B (en) For the system and method for the binary representation for providing webpage
CN100353733C (en) RSS message interactive processing method based on XML file
JP4041013B2 (en) XML purging apparatus and method using external XML validity verification apparatus
US20090100321A1 (en) Universal contextual actions menu across windows applications
US20050144556A1 (en) XML schema token extension for XML document compression
CN101369272A (en) Auto-filling system and method for auto-filling registration or login information
WO2006004946A2 (en) Accelerated schema-based validation
CN102426549A (en) Efficient Web form validation method and framework thereof
CN103440198B (en) Form validation method
AU2014400621B2 (en) System and method for providing contextual analytics data
CN106484739A (en) The structure comparative approach of data base and device
CN104049972A (en) Data verification method and system
CN108595468A (en) A kind of acquisition methods of web data, device, server, terminal and system
WO2017124692A1 (en) Method and apparatus for searching for conversion relationship between form pages and target pages
CN110020358A (en) Method and apparatus for generating dynamic page
US8607201B2 (en) Augmenting visualization of a call stack
Jelliffe The XML and SGML Cookbook: recipes for structured information
CN103166829A (en) Network information page providing method, system, network information platform and service system
CN115242638B (en) Feasible touch screening method and device, electronic equipment and storage medium
Mironov et al. Validation of the XML documents in Web-applications based on situation-oriented databases (DTD, XML SCHEMA, RELAX NG)
CN108388614A (en) News data crawls processing method, device, computer equipment and storage medium
KR20100014116A (en) Wi-the mechanism of rule-based user defined for tab

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20201223

Address after: Shop No.302, building 23, Shuihu trading city, Yunzhou street, yuncheng county, Heze City, Shandong Province

Patentee after: Yuncheng perfect network technology Co.,Ltd.

Address before: Unit 2414-2416, main building, no.371, Wushan Road, Tianhe District, Guangzhou City, Guangdong Province

Patentee before: GUANGDONG GAOHANG INTELLECTUAL PROPERTY OPERATION Co.,Ltd.

Effective date of registration: 20201223

Address after: Unit 2414-2416, main building, no.371, Wushan Road, Tianhe District, Guangzhou City, Guangdong Province

Patentee after: GUANGDONG GAOHANG INTELLECTUAL PROPERTY OPERATION Co.,Ltd.

Address before: 518129 Bantian HUAWEI headquarters office building, Longgang District, Guangdong, Shenzhen

Patentee before: HUAWEI TECHNOLOGIES Co.,Ltd.

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20090520

Termination date: 20200320