CN102799690A - Method for verifying page input by using database technology - Google Patents
Method for verifying page input by using database technology Download PDFInfo
- Publication number
- CN102799690A CN102799690A CN2012102864697A CN201210286469A CN102799690A CN 102799690 A CN102799690 A CN 102799690A CN 2012102864697 A CN2012102864697 A CN 2012102864697A CN 201210286469 A CN201210286469 A CN 201210286469A CN 102799690 A CN102799690 A CN 102799690A
- Authority
- CN
- China
- Prior art keywords
- page
- data
- verification
- information
- check
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The invention provides a method for verifying page input by using a database technology. The method comprises the following steps: establishing a data verification rule table; storing verification rules of page data; reading the verification rules from a correlation verification table; providing unified verification for verification information transmitted to the page by a server side; submitting data verification for the page by using rule information on the correlation verification table; and returning a verification result. According to the method provided by the invention, the workload of a code can be reduced, the verification consistency on a foreground and a background is ensured, the maintenance is convenient and the adjustment can be realized.
Description
Technical field
The present invention relates to a kind of method of utilizing the input of database technology verification webpage.
Background technology
Present increasing service application all adopts the B/S/S three-decker, uses webpage to represent as front-end interface.This structure realizes relatively independent between presentation layer and Business Logic, the data storage layer making development efficiency higher, and later maintenance is easier.Yet in actual performance history, the verification that the peopleware realizes the webpage input is a very loaded down with trivial details job.This work is become accurately and efficiently, is a key factor of software development quality.
Verification to the webpage input mainly contains following basic demand:
1, the page can be reminded data type, length, form and the input requirement of input frame respectively;
2, can carry out verification to data type, length, form etc. immediately in client after the input data, the prompting error message;
3, the logical relation between the input data is carried out verification;
4, in order to guarantee the legitimacy of data, the verification that service end also need be carried out service end to the data of being imported is to guarantee security.
As if for satisfying above requirement, the developer all will write two parts of check code, one is page javascript, and one is backstage service end script.The work of input data check itself is just uninteresting and loaded down with trivial details, also will write code respectively at JS and service end, is easy to cause both sides inconsistent, goes wrong.And according to peopleware's development Experience, it is exactly that the data item of interface typing changes that system requirements change maximum, and these variations comprise number, type, length, typing signal language, the miscue language of data item.The technology content of this part work is lower, be easy on stream out in the cold, thereby a large amount of Problem-Errors is concentrated and to be occurred in wherein.
In order effectively to solve the problem of page data verification, mainly contain following several kinds of means at present:
Simple and easy verification is only done on the foreground, by the backstage complicated verification is provided
1, front page layout is only made simple, general data check, for example type, length, whether can be empty.Multiple, assorted verification is focused on unified verification in the background server.This method can reduce the development amount, but can't carry out verification more comprehensively, has increased the interaction times of AM/BAM, and user experience is relatively poor.
2, use regular expression as simplifying check code
Use regular expression can greatly simplify the workload of check code, but regular expression itself is readable relatively poor, developer's technical capability is had relatively high expectations.
3, use label, foreground encapsulation JS check code
Using label foreground encapsulation JS check code is a kind of method commonly used, and the foreground encapsulates general checking algorithm, utilizes the verification rule of label Data transmission item, in browser, carries out the verification prompting.This method can obviously reduce foreground development amount, but still keeps away the problem of unavoidable AM/BAM overlapping development.The function that does not possess simultaneously input prompt and miscue.
Summary of the invention
To above-mentioned existing in prior technology problem and shortage, the purpose of this invention is to provide a kind of method of utilizing the input of database technology verification webpage, can reduce the code operation amount, guarantee the front-back ground checkout consistance, be convenient to safeguard and can implement adjustment.
For realizing above-mentioned purpose, the present invention utilizes the method for database technology verification webpage input can adopt following technical scheme:
A kind of method of utilizing the input of database technology verification webpage comprises
Set up the data check rule list, the verification rule of storing page data, the data check rule list comprises page info table and page data verification rule list;
When the WEB service end generates the page, from related checklist, read the verification rule, read LABEL literal, mouse entering information, deposit in the page code;
The unified encapsulation of page JS data check code, the check information that service end is sent to the page provides unified verification;
The WEB service end provides unified page data checking routine, and the page and data check table are associated, and uses the Rule Information in the related checklist that the page is submitted to data check, the back-checking result.
Preferably, all need the page info of data check said page info table storage, use the page address to position, and provide page ID related with page data verification rule list.
Preferably, said page data verification rule list is deposited the data item and the verification rule thereof of all pages, comprises data item LABEL and mouse simultaneously and gets into information.
Preferably, the flow process of page data checking routine is:
Step a, the startup page read verification rule, LABEL, information according to the page, search page verification regular data then; Read the verification rule then; Read LABEL then, read mouse then and get into information, use LABEL to produce the page data label then; And in the page, charge to mouse entering information and verification Rule Information, generate the page then and pass to browser;
Step b, display page are if show that mouse gets into input frame and then points out input format information; If show to submit to the page then JS according to data check information to all data checks of the page, if verification correctly then gets into step c, if check errors is then pointed out error message respectively to each misdata; If demonstration input data then JS are carried out the logging data verification according to data check information, if check errors is then pointed out check errors information;
Step c, page data import service end into, read the page then and submit data to, read the line data verification of going forward side by side of verification rule then, if the then former page of check errors adds error message and returns browser, and then get back to step b display page place; If verification correctly then continues subsequent treatment through verification.
Preferably, reading the go forward side by side flow process of line data verification of page verification rule among the said step c is:
Step 1, according to page address query page information table, if inquire page info, then return correct check results and whole flow process and directly finish, if do not inquire page info, then press each data item ID query page data check rule list of the page;
Step 2, if inquiring data item information is null value and verification rule non-NULL, misregistration information and continue next field of inspection then, and returning in the step 1 by each data item ID query page data check rule list of the page; Can be empty or to inquire data item information be non-null, value if inquire data item information and be null value and verification rule, the whether correct and misregistration information of judgment data type and get into step 3 then; If inquire data item information and then do not judge whether to occur check errors, then compile error message and back-checking mistake and whole flow process and directly finish if check errors occurs;
Step 3, judgment data type, whether correct if character string is then judged string length, if incorrect then misregistration information, and continue next field checking, return then in the step 1 by each data item ID query page data check rule list of the page; If whether numerical value is then judged numerical value length and decimal place correct, if incorrect then misregistration information, and continue next field checking, return then in the step 1 by each data item ID query page data check rule list of the page; If whether the date is then judged date format correct, if incorrect then misregistration information, and continue next field checking, return then in the step 1 by each data item ID query page data check rule list of the page.
The present invention compared with prior art has following advantage:
1, configuration verification rule reduces the code operation amount
The method provides unified checking algorithm based on verification rule database table at server end, in the unified encapsulation of browser end JS verification, as long as therefore carry out rule configuration, just can save the code operation of data check, greatly the progress developed of raising.
2, centralized management verification rule guarantees the front-back ground checkout consistance
The method has realized that the foundation unification of front-back ground checkout derives from the verification rule list in the database, has guaranteed the correctness and the consistance of front-back ground checkout through program, so has evaded the inconsistent problem that the exploitation of classic method both sides can occur.
3, readable strong, be convenient to safeguard
The verification rule is stored with the mode of data base table recording fully, and the verification rule represents simple, clear, understandable.And provide maintenance program to manage, and can revise the verification rule very easily, therefore be convenient to safeguard.
4, data base administration can be adjusted in real time
Service can issued and restart to tradition verification rules modification again.And the verification rule of the method is by data base administration, behind the table data modification, can immediate reaction to operational system, do not need to issue again and restart process such as service.
Description of drawings
Fig. 1 is the process flow diagram of page data checking routine among the present invention.
Fig. 2 is among the present invention, reads the go forward side by side process flow diagram of line data verification of page verification rule among the step c of page data checking routine.
Embodiment
Below in conjunction with accompanying drawing and embodiment; Further illustrate the present invention; Should understand following embodiment only be used to the present invention is described and be not used in the restriction scope of the present invention; After having read the present invention, those skilled in the art all fall within the application's accompanying claims institute restricted portion to the modification of the various equivalent form of values of the present invention.
A kind of method of utilizing the input of database technology verification webpage comprises
Set up the data check rule list, the verification rule of storing page data, the data check rule list comprises page info table and page data verification rule list;
When the WEB service end generates the page, from related checklist, read the verification rule, read LABEL literal, mouse entering information, deposit in the page code;
The unified encapsulation of page JS data check code, the check information that service end is sent to the page provides unified verification;
The WEB service end provides unified page data checking routine, and the page and data check table are associated, and uses the Rule Information in the related checklist that the page is submitted to data check, the back-checking result.
Preferably, the page info table is mainly stored all page infos that need data check, uses the page address to position, and provides page ID related with page data verification rule list.Utilize page ID to keep the relatively independent of page address and checking data, can realize the purpose of the related same checking data of the different pages simultaneously.Database table structure is following:
Preferably, page data verification rule list is deposited the data item and the verification rule thereof of all pages, comprises data item LABEL and mouse simultaneously and gets into information.Use page ID related with the page info table.Database table structure is following:
Be administration page information and verification Rule Information more easily, also related management maintenance programs such as input, modification, inquiry be provided two tables of data verification Rule Information.
Please combine shown in Figure 1ly, preferred, the flow process of page data checking routine is:
Step a, the startup page read verification rule, LABEL, information according to the page, search page verification regular data then; Read the verification rule then; Read LABEL then, read mouse then and get into information, use LABEL to produce the page data label then; And in the page, charge to mouse entering information and verification Rule Information, generate the page then and pass to browser;
Step b, display page are if show that mouse gets into input frame and then points out input format information; If show to submit to the page then JS according to data check information to all data checks of the page, if verification correctly then gets into step c, if check errors is then pointed out error message respectively to each misdata; If demonstration input data then JS are carried out the logging data verification according to data check information, if check errors is then pointed out check errors information;
Step c, page data import service end into, read the page then and submit data to, read the line data verification of going forward side by side of verification rule then, if the then former page of check errors adds error message and returns browser, and then get back to step b display page place; If verification correctly then continues subsequent treatment through verification.
Please combine shown in Figure 2ly, preferred, read the go forward side by side flow process of line data verification of page verification rule among the said step c and be:
Step 1, according to page address query page information table, if inquire page info, then return correct check results and whole flow process and directly finish, if do not inquire page info, then press each data item ID query page data check rule list of the page;
Step 2, if inquiring data item information is null value and verification rule non-NULL, misregistration information and continue next field of inspection then, and returning in the step 1 by each data item ID query page data check rule list of the page; Can be empty or to inquire data item information be non-null, value if inquire data item information and be null value and verification rule, the whether correct and misregistration information of judgment data type and get into step 3 then; If inquire data item information and then do not judge whether to occur check errors, then compile error message and back-checking mistake and whole flow process and directly finish if check errors occurs;
Step 3, judgment data type, whether correct if character string is then judged string length, if incorrect then misregistration information, and continue next field checking, return then in the step 1 by each data item ID query page data check rule list of the page; If whether numerical value is then judged numerical value length and decimal place correct, if incorrect then misregistration information, and continue next field checking, return then in the step 1 by each data item ID query page data check rule list of the page; If whether the date is then judged date format correct, if incorrect then misregistration information, and continue next field checking, return then in the step 1 by each data item ID query page data check rule list of the page.
In addition, in this embodiment, database table storage data check rule can be replaced by file storage verification regular fashion; Server end data check treatment scheme can reconfigure by different order and replace, and repeats no more once more.
Claims (5)
1. a method of utilizing the input of database technology verification webpage is characterized in that: comprise
Set up the data check rule list, the verification rule of storing page data, the data check rule list comprises page info table and page data verification rule list;
When the WEB service end generates the page, from related checklist, read the verification rule, read LABEL literal, mouse entering information, deposit in the page code;
The unified encapsulation of page JS data check code, the check information that service end is sent to the page provides unified verification;
The WEB service end provides unified page data checking routine, and the page and data check table are associated, and uses the Rule Information in the related checklist that the page is submitted to data check, the back-checking result.
2. the method for utilizing the input of database technology verification webpage as claimed in claim 1; It is characterized in that: all need the page info of data check said page info table storage; The use page address positions, and provides page ID related with page data verification rule list.
3. according to claim 1 or claim 2 the method for utilizing database technology verification webpage input; It is characterized in that: said page data verification rule list is deposited the data item and the verification rule thereof of all pages, comprises data item LABEL and mouse simultaneously and gets into information.
4. the method for utilizing the input of database technology verification webpage as claimed in claim 3, it is characterized in that: the flow process of page data checking routine is:
Step a, the startup page read verification rule, LABEL, information according to the page, search page verification regular data then; Read the verification rule then; Read LABEL then, read mouse then and get into information, use LABEL to produce the page data label then; And in the page, charge to mouse entering information and verification Rule Information, generate the page then and pass to browser;
Step b, display page are if show that mouse gets into input frame and then points out input format information; If show to submit to the page then JS according to data check information to all data checks of the page, if verification correctly then gets into step c, if check errors is then pointed out error message respectively to each misdata; If demonstration input data then JS are carried out the logging data verification according to data check information, if check errors is then pointed out check errors information;
Step c, page data import service end into, read the page then and submit data to, read the line data verification of going forward side by side of verification rule then, if the then former page of check errors adds error message and returns browser, and then get back to step b display page place; If verification correctly then continues subsequent treatment through verification.
5. the method for utilizing database technology verification webpage input as claimed in claim 4 is characterized in that: reading the go forward side by side flow process of line data verification of page verification rule among the said step c is:
Step 1, according to page address query page information table, if inquire page info, then return correct check results and whole flow process and directly finish, if do not inquire page info, then press each data item ID query page data check rule list of the page;
Step 2, if inquiring data item information is null value and verification rule non-NULL, misregistration information and continue next field of inspection then, and returning in the step 1 by each data item ID query page data check rule list of the page; Can be empty or to inquire data item information be non-null, value if inquire data item information and be null value and verification rule, the whether correct and misregistration information of judgment data type and get into step 3 then; If inquire data item information and then do not judge whether to occur check errors, then compile error message and back-checking mistake and whole flow process and directly finish if check errors occurs;
Step 3, judgment data type, whether correct if character string is then judged string length, if incorrect then misregistration information, and continue next field checking, return then in the step 1 by each data item ID query page data check rule list of the page; If whether numerical value is then judged numerical value length and decimal place correct, if incorrect then misregistration information, and continue next field checking, return then in the step 1 by each data item ID query page data check rule list of the page; If whether the date is then judged date format correct, if incorrect then misregistration information, and continue next field checking, return then in the step 1 by each data item ID query page data check rule list of the page.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2012102864697A CN102799690A (en) | 2012-08-13 | 2012-08-13 | Method for verifying page input by using database technology |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2012102864697A CN102799690A (en) | 2012-08-13 | 2012-08-13 | Method for verifying page input by using database technology |
Publications (1)
Publication Number | Publication Date |
---|---|
CN102799690A true CN102799690A (en) | 2012-11-28 |
Family
ID=47198800
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN2012102864697A Pending CN102799690A (en) | 2012-08-13 | 2012-08-13 | Method for verifying page input by using database technology |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN102799690A (en) |
Cited By (24)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103873436A (en) * | 2012-12-11 | 2014-06-18 | 金蝶软件(中国)有限公司 | Information verification method, and terminal |
CN104766180A (en) * | 2015-04-24 | 2015-07-08 | 国家电网公司 | Method for improving power failure information submission accuracy |
CN105354237A (en) * | 2015-10-09 | 2016-02-24 | 上海瀚之友信息技术服务有限公司 | Business data display method |
CN105930409A (en) * | 2016-04-18 | 2016-09-07 | 深圳市永兴元科技有限公司 | Data verification method and device based on dynamic generation rule |
CN106254045A (en) * | 2016-08-09 | 2016-12-21 | 中国银行股份有限公司 | A kind of data verification method and device |
CN106294294A (en) * | 2016-08-03 | 2017-01-04 | 上海自仪泰雷兹交通自动化系统有限公司 | The consistency desired result method of rail traffic signal system consolidation form data file |
CN106649590A (en) * | 2016-11-18 | 2017-05-10 | 北京奇虎科技有限公司 | Method and apparatus of processing storage space of database |
CN106971261A (en) * | 2017-03-09 | 2017-07-21 | 浙江中诚工程管理科技有限公司 | A kind of budget data typing management system |
CN106991036A (en) * | 2016-01-20 | 2017-07-28 | 阿里巴巴集团控股有限公司 | A kind of abnormal reminding method of information input and system |
CN107133233A (en) * | 2016-02-29 | 2017-09-05 | 阿里巴巴集团控股有限公司 | A kind of processing method and processing device of configuration data inquiry |
CN107193681A (en) * | 2016-03-15 | 2017-09-22 | 阿里巴巴集团控股有限公司 | Data verification method and device |
CN107368530A (en) * | 2017-06-14 | 2017-11-21 | 广东网金控股股份有限公司 | A kind of method and system based on custom properties checking data validity |
CN107741951A (en) * | 2017-09-08 | 2018-02-27 | 阿里巴巴集团控股有限公司 | Page data processing method, device and electronic equipment |
CN109284198A (en) * | 2017-07-21 | 2019-01-29 | 北京京东尚科信息技术有限公司 | A kind of method and apparatus verifying data |
CN109597816A (en) * | 2018-10-30 | 2019-04-09 | 京信通信系统(中国)有限公司 | Parameter verification method, apparatus, computer storage medium and embedded device |
CN110059239A (en) * | 2019-05-06 | 2019-07-26 | 上海富数科技有限公司 | Promote the system and corresponding data grabber processing method of data grabber success rate |
CN110310132A (en) * | 2019-06-28 | 2019-10-08 | 上海鼎倍信息技术有限公司 | A kind of the acquisition standardized method and system of visa data |
CN111476661A (en) * | 2020-05-04 | 2020-07-31 | 武汉众邦银行股份有限公司 | General ledger system batch processing method for cyclic check entry |
CN111562965A (en) * | 2020-04-27 | 2020-08-21 | 深圳木成林科技有限公司 | Page data verification method and device based on decision tree |
CN111782464A (en) * | 2020-06-22 | 2020-10-16 | 北京异乡旅行网络科技有限公司 | Webpage dynamic abnormity monitoring method and system |
CN112015728A (en) * | 2020-09-08 | 2020-12-01 | 浙江惠瀜网络科技有限公司 | Method for automatically checking acquired data |
CN112099981A (en) * | 2020-08-05 | 2020-12-18 | 北京思特奇信息技术股份有限公司 | Automatic checking and repairing method for system data |
CN112615879A (en) * | 2020-12-26 | 2021-04-06 | 中国农业银行股份有限公司 | Network request processing method and device |
CN115544417A (en) * | 2022-10-10 | 2022-12-30 | 中电金信软件有限公司 | Webpage form verification method and device, electronic equipment and storage medium |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101021890A (en) * | 2007-03-20 | 2007-08-22 | 华为技术有限公司 | Method, system and server for checking page data |
CN101788950A (en) * | 2010-01-27 | 2010-07-28 | 浪潮(山东)电子信息有限公司 | Data item calibration method based on JSP page |
CN102426549A (en) * | 2011-09-08 | 2012-04-25 | 新一站保险代理有限公司 | Efficient Web form validation method and framework thereof |
-
2012
- 2012-08-13 CN CN2012102864697A patent/CN102799690A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101021890A (en) * | 2007-03-20 | 2007-08-22 | 华为技术有限公司 | Method, system and server for checking page data |
CN101788950A (en) * | 2010-01-27 | 2010-07-28 | 浪潮(山东)电子信息有限公司 | Data item calibration method based on JSP page |
CN102426549A (en) * | 2011-09-08 | 2012-04-25 | 新一站保险代理有限公司 | Efficient Web form validation method and framework thereof |
Cited By (34)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103873436A (en) * | 2012-12-11 | 2014-06-18 | 金蝶软件(中国)有限公司 | Information verification method, and terminal |
CN104766180A (en) * | 2015-04-24 | 2015-07-08 | 国家电网公司 | Method for improving power failure information submission accuracy |
CN105354237A (en) * | 2015-10-09 | 2016-02-24 | 上海瀚之友信息技术服务有限公司 | Business data display method |
CN105354237B (en) * | 2015-10-09 | 2020-06-26 | 上海瀚之友信息技术服务有限公司 | Business data display method |
CN106991036B (en) * | 2016-01-20 | 2020-04-24 | 阿里巴巴集团控股有限公司 | Prompting method and system for information input abnormity |
CN106991036A (en) * | 2016-01-20 | 2017-07-28 | 阿里巴巴集团控股有限公司 | A kind of abnormal reminding method of information input and system |
CN107133233A (en) * | 2016-02-29 | 2017-09-05 | 阿里巴巴集团控股有限公司 | A kind of processing method and processing device of configuration data inquiry |
CN107193681A (en) * | 2016-03-15 | 2017-09-22 | 阿里巴巴集团控股有限公司 | Data verification method and device |
CN107193681B (en) * | 2016-03-15 | 2020-07-31 | 阿里巴巴集团控股有限公司 | Data verification method and device |
CN105930409A (en) * | 2016-04-18 | 2016-09-07 | 深圳市永兴元科技有限公司 | Data verification method and device based on dynamic generation rule |
CN106294294A (en) * | 2016-08-03 | 2017-01-04 | 上海自仪泰雷兹交通自动化系统有限公司 | The consistency desired result method of rail traffic signal system consolidation form data file |
CN106294294B (en) * | 2016-08-03 | 2019-03-26 | 上海电气泰雷兹交通自动化系统有限公司 | Rail traffic signal system unifies the consistency desired result method of formatted data file |
CN106254045B (en) * | 2016-08-09 | 2019-08-09 | 中国银行股份有限公司 | A kind of data verification method and device |
CN106254045A (en) * | 2016-08-09 | 2016-12-21 | 中国银行股份有限公司 | A kind of data verification method and device |
CN106649590A (en) * | 2016-11-18 | 2017-05-10 | 北京奇虎科技有限公司 | Method and apparatus of processing storage space of database |
CN106971261A (en) * | 2017-03-09 | 2017-07-21 | 浙江中诚工程管理科技有限公司 | A kind of budget data typing management system |
CN107368530A (en) * | 2017-06-14 | 2017-11-21 | 广东网金控股股份有限公司 | A kind of method and system based on custom properties checking data validity |
CN109284198A (en) * | 2017-07-21 | 2019-01-29 | 北京京东尚科信息技术有限公司 | A kind of method and apparatus verifying data |
CN107741951A (en) * | 2017-09-08 | 2018-02-27 | 阿里巴巴集团控股有限公司 | Page data processing method, device and electronic equipment |
CN107741951B (en) * | 2017-09-08 | 2021-05-25 | 创新先进技术有限公司 | Page data processing method and device and electronic equipment |
CN109597816A (en) * | 2018-10-30 | 2019-04-09 | 京信通信系统(中国)有限公司 | Parameter verification method, apparatus, computer storage medium and embedded device |
CN110059239A (en) * | 2019-05-06 | 2019-07-26 | 上海富数科技有限公司 | Promote the system and corresponding data grabber processing method of data grabber success rate |
CN110310132A (en) * | 2019-06-28 | 2019-10-08 | 上海鼎倍信息技术有限公司 | A kind of the acquisition standardized method and system of visa data |
CN111562965A (en) * | 2020-04-27 | 2020-08-21 | 深圳木成林科技有限公司 | Page data verification method and device based on decision tree |
CN111562965B (en) * | 2020-04-27 | 2024-01-05 | 深圳手回科技集团有限公司 | Page data verification method and device based on decision tree |
CN111476661A (en) * | 2020-05-04 | 2020-07-31 | 武汉众邦银行股份有限公司 | General ledger system batch processing method for cyclic check entry |
CN111476661B (en) * | 2020-05-04 | 2023-07-11 | 武汉众邦银行股份有限公司 | Batch processing method of general ledger system for cyclic check-in account |
CN111782464A (en) * | 2020-06-22 | 2020-10-16 | 北京异乡旅行网络科技有限公司 | Webpage dynamic abnormity monitoring method and system |
CN111782464B (en) * | 2020-06-22 | 2024-04-26 | 北京异乡旅行网络科技有限公司 | Webpage dynamic anomaly monitoring method and system |
CN112099981A (en) * | 2020-08-05 | 2020-12-18 | 北京思特奇信息技术股份有限公司 | Automatic checking and repairing method for system data |
CN112015728A (en) * | 2020-09-08 | 2020-12-01 | 浙江惠瀜网络科技有限公司 | Method for automatically checking acquired data |
CN112615879A (en) * | 2020-12-26 | 2021-04-06 | 中国农业银行股份有限公司 | Network request processing method and device |
CN115544417A (en) * | 2022-10-10 | 2022-12-30 | 中电金信软件有限公司 | Webpage form verification method and device, electronic equipment and storage medium |
CN115544417B (en) * | 2022-10-10 | 2024-05-31 | 中电金信软件有限公司 | Method and device for verifying web form, electronic equipment and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN102799690A (en) | Method for verifying page input by using database technology | |
US10346394B2 (en) | Importation, presentation, and persistent storage of data | |
CN101650710B (en) | Online software service system as well as method and device for generating report | |
CN103345484B (en) | Report processing system and method based on dynamic domain | |
CN102591654A (en) | Code generator based on SSH (secure shell) architecture and method | |
CN102567539B (en) | Intelligent WEB report implementation method and intelligent WEB report implementation system | |
CN104361139A (en) | Data importing device and method | |
AU2015331025A1 (en) | Emulating manual system of filing using electronic document and electronic file | |
CN102917009B (en) | A kind of stock certificate data collection based on cloud computing technology and storage means and system | |
CN102810057A (en) | Log recording method | |
CN103544074A (en) | Method and device for verifying service | |
CN101739452A (en) | Data exchange interface and realizing method thereof | |
CN101859303A (en) | Metadata management method and management system | |
CN101702218B (en) | Information sending method applied to enterprise resource planning ERP and device | |
CN105183901A (en) | Method and device for reading database table through data query engine | |
AU2015331028A1 (en) | Electronic processing system for electronic document and electronic file | |
CN110147365A (en) | The checking method of business datum and financial data, device, equipment and medium | |
CN105630839A (en) | Webpage information acquisition method and device | |
US10503823B2 (en) | Method and apparatus providing contextual suggestion in planning spreadsheet | |
CN109543076A (en) | User's managing detailed catalogue generation method and device, electronic equipment, storage medium | |
CN113568923A (en) | Method and device for querying data in database, storage medium and electronic equipment | |
CN107798139A (en) | A kind of master/slave data isomery method based on CIM/XML | |
CN101458628A (en) | Program edition management method | |
CN105528424A (en) | System and method for implementing data persistence in big data environment | |
CN107392738A (en) | A kind of original art work online transaction data handling system in internet and method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C02 | Deemed withdrawal of patent application after publication (patent law 2001) | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20121128 |