CN109240692A - A kind of method for building up and system of the web database exploitation based on common template - Google Patents

A kind of method for building up and system of the web database exploitation based on common template Download PDF

Info

Publication number
CN109240692A
CN109240692A CN201811364396.2A CN201811364396A CN109240692A CN 109240692 A CN109240692 A CN 109240692A CN 201811364396 A CN201811364396 A CN 201811364396A CN 109240692 A CN109240692 A CN 109240692A
Authority
CN
China
Prior art keywords
webpage
database
module
data
control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201811364396.2A
Other languages
Chinese (zh)
Inventor
蒋成涛
陈金玉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chongqing Full Benefit Network Technology Co Ltd
Original Assignee
Chongqing Full Benefit Network Technology 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 Chongqing Full Benefit Network Technology Co Ltd filed Critical Chongqing Full Benefit Network Technology Co Ltd
Priority to CN201811364396.2A priority Critical patent/CN109240692A/en
Publication of CN109240692A publication Critical patent/CN109240692A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven

Abstract

A kind of method for building up and system of the web database exploitation based on common template, including the analysis of webpage control setup module, JS card module, control property and processing module, formatted data string generation module, database operating modules, webpage front-end display module;Webpage control setup module carries out webpage design, is extended to the attribute of corresponding control, and the request of processing user for needing according to business;JS card module, effect are to be able to use html pages of holding code and the separation of html content at family, including official's jquery plugin library and customized JS script bank.The method for building up and system of the web database exploitation based on common template provided through the invention, webpage development personnel need to only be concerned about service logic, it does not need to be concerned about realization process, only need to simply configure, not write or can be achieved with the interaction of form data and background data base without writing code.

Description

A kind of method for building up and system of the web database exploitation based on common template
Technical field
The present invention relates to web data fields, and in particular to a kind of foundation of the web database exploitation based on common template Method and system.
Background technique
The web-based Database Development Method of tradition, key step include: 1, establish number on database server According to library, tables of data;2, the data in web form are collected, its legitimacy is examined;3, webpage is established to connect with background data base;4, According to business need, the data of the database to after are accordingly increased or are modified or deleted or inquired, and result is returned Return webpage.
Wherein, main defect essentially consists in:
1, it needs to write code, contacting between control and data sheet field in webpage could be established;
2, each webpage or each business require to write code, or even need specified table or specific field, just can be carried out Corresponding database processing;
3, because table or field and business in database are tightly combined, database development is stranded compared with webpage development separates Difficulty, so as to will affect development efficiency.
Summary of the invention
In view of the above shortcomings of the prior art, the purpose of the present invention is the attributes to web form control to expand Exhibition provides the method for building up and system of a kind of web database exploitation based on common template, solves existing web database and open The deficiency that code can not reuse in hair is realized and only needs to configure table name/field/execution type information just for each Form Element Database interaction can be completed, the separation of js code, html code, database SQL code is realized, so as to effectively mitigate webpage The workload of developer.
Realize above-mentioned purpose, the present invention adopts the following technical scheme:
A kind of method for building up of the web database exploitation based on common template, it is characterised in that: following steps are used,
Step 1: store database operating modules under system root directory, the database operating modules receive to database into Capable operational order converts corresponding database language for the operational order in database operating modules, after executing operation, Return the result data;
Step 2: being arranged with formatted data string generation module in system root directory, which is used for Input data is converted to the output data of specified format;
Step 3: the setting control on webpage is extended the attribute in control, increases on needing the control saved Specified attribute value specifies the corresponding data sheet field of the control;
Step 4: trigger module is added on webpage, and trigger module and trigger event function are associated, the triggering thing Part function is to loop through the control with specified attribute value, the corresponding data value of control is extracted, by the corresponding data value of control It saves in the memory unit;
Step 5: when trigger module is excited, trigger event function will be stored in the data delivery of storage unit to format number According in string generation module, formatting characters data are obtained;
Step 6: by formatting characters data and corresponding table name, action type is submitted to data as operation data together In the operation module of library;
Step 7: corresponding database language is converted by the operation data in database operating modules, after executing operation, Data are returned the result to webpage front-end display module
Further: the attribute in control is extended, and is referred to and is increased Custom Attributes on control, and corresponding Javascript script handle function.
Further: data table name is set on webpage, refers to and adds tablename attribute in the form label of webpage, And assignment.
Further: the trigger module refers to the Javascript script that automatic or manual response is added on webpage Function.
Realize above-mentioned purpose, the present invention adopts the following technical scheme: it is a kind of based on common template web database exploitation Method for building up, which comprises the steps of:
The present invention also provides one kind to be based on common template web database development system, which is characterized in that including webpage control Part setup module, JS card module, control property analysis and processing module, formatted data string generation module, database manipulation mould Block, webpage front-end display module;
Webpage control setup module carries out webpage design, carries out to the attribute of corresponding control for needing according to business Extension, and the request of processing user;
JS card module, effect are to be able to use html pages of holding code and the separation of html content at family, including official Jquery plugin library and customized JS script bank;
Control property analysis and processing module extract table name, field name for analyzing the control in html webpage, and Corresponding database manipulation mode;
Formatted data string generation module for handling general web request, and returns to the serial data of JSON format;
Database operating modules, that is, according to JSON formatted data string, generate corresponding additions and deletions and change for the operation of database Equal database SQLs language is looked into, and carries out corresponding operation;
Webpage front-end display module, the front end for webpage are shown.
Further:
The database operating instruction, including increase, deletion, modification, inquiry operation mode sql like language.
Here user can be Web page developer, be also possible to common terminal user.Above-mentioned web data submits dress Setting may include desktop computer, notebook, mobile phone, PDA, tablet computer, e-book etc..
The invention has the benefit that the foundation of the web database exploitation based on common template provided through the invention Method and system, webpage development personnel need to only be concerned about service logic, do not need to be concerned about realization process, only need to simply configure, no It writes or can be achieved with interaction between form data and background data base without writing code.In addition, this method can make the item of project The mesh exploitation division of labor definitely, Pages Design need to only be concerned about his page, Javascript exploitation all need to only be concerned about script Exploitation, database development only need to be concerned about the processing of data.
Detailed description of the invention
Fig. 1 is a kind of flow chart of the web database development approach based on common template according to the present invention;
Fig. 2 is a kind of conceptual block diagram of the web database development approach based on common template according to the present invention;
Fig. 3 is the present invention one and implements the aspx code schematic diagram provided;
The aspx code that Fig. 4 is Fig. 3 is in browser list display, to initialize page effect diagram;
Fig. 5 is newly-increased page of data effect diagram provided by one embodiment of the present invention;
Fig. 6 is the aspx code of Fig. 3 in browser list display, to automatically create page effect diagram after table.
Specific embodiment
In order to illustrate more clearly of technical solution of the present invention, below by taking C# program as an example, in conjunction with the accompanying drawings and embodiments to this Invention is described in further detail.It is of the present invention based on common template web database exploitation method for building up, by The software form that runs on computer is realized.
Referring to Fig. 1, a kind of method for building up of the web database exploitation based on common template, it is characterised in that: using such as Lower step,
Step 1: store database operating modules under system root directory, the database operating modules receive to database into Capable operational order converts corresponding database language for the operational order in database operating modules, after executing operation, Return the result data;
Step 2: being arranged with formatted data string generation module in system root directory, which is used for Input data is converted to the output data of specified format;
Step 3: the setting control on webpage is extended the attribute in control, increases on needing the control saved Specified attribute value specifies the corresponding data sheet field of the control;
Step 4: trigger module is added on webpage, and trigger module and trigger event function are associated, the triggering thing Part function is to loop through the control with specified attribute value, the corresponding data value of control is extracted, by the corresponding data value of control It saves in the memory unit;
Step 5: when trigger module is excited, trigger event function will be stored in the data delivery of storage unit to format number According in string generation module, formatting characters data are obtained;
Step 6: by formatting characters data and corresponding table name, action type is submitted to data as operation data together In the operation module of library;
Step 7: corresponding database language is converted by the operation data in database operating modules, after executing operation, Data are returned the result to webpage front-end display module.
Above-mentioned is extended the attribute in control, refers to and increases Custom Attributes on control, and corresponding Javascript script handles function;
Above-mentioned is arranged data table name on webpage, refers to and adds tablename attribute in the form label of webpage, and assigns Value;
Above-mentioned trigger module refers to the Javascript script function that automatic or manual response is added on webpage.
Referring to fig. 2, a kind of to be based on common template web database development system, including webpage control setup module, JS are inserted Part module, control property analysis are connect and processing module, webpage front-end with processing module, general handler module, database Display module;
Webpage control setup module carries out webpage design, carries out to the attribute of corresponding control for needing according to business Extension, and the request of processing user;
JS card module, effect are to be able to use html pages of holding code and the separation of html content at family, including official Jquery plugin library and customized JS script bank;
Control property analysis and processing module extract table name, field name for analyzing the control in html webpage, and Corresponding database manipulation mode;
General handler module for handling general web request, and returns to the serial data of JSON format;
Database connection and processing module, that is, according to JSON formatted data string, generate corresponding for the operation of database Additions and deletions change look into Deng database SQLs language, and carry out corresponding operation;
Webpage front-end display module, the front end for webpage are shown.
Above-mentioned database manipulation, including increase, deletion, modification, inquiry operation mode and relevant sql like language;
Here user can be Web page developer, be also possible to common terminal user.Above-mentioned web data submits dress Setting may include desktop computer, notebook, mobile phone, PDA, tablet computer, e-book etc..
Below by taking C# program as an example, illustrate the web database development approach based on common template and be that the present invention realizes The process of system.
1, the design of common template web database development system
The design of 1.1 Javascript script banks
JQuery is a free and open source code java script code library, is able to use the html pages of guarantor at family Code and the separation of html content are held, is created by John Resig.
JQuery can be downloaded from its official website, and be replicated with the JS file under system root directory.
Under the JS file under system root directory, the javascript script of jct_jQueryForm.js, the foot are created Originally include with minor function:
Page loading processing function: $ (window) .load
Verify whether attribute is do-nothing function: attrNotNullAndEn (obj, attrName)
Verify sky, length, type of functions: ValTag (tag)
Authentication-Type function: ValType (text, condition)
Verify radio box, check box function: ValCheck (tag)
Verifying Message function: SetValView (tag, id, isshow, text) is deleted in display
Verify all control functions: ValAll ()
Judge table name or submit link with the presence or absence of function: valTableName ()
Judge ID control with the presence or absence of function: valID ()
Save data function: SaveData ()
Data function: GetByID () is obtained according to ID
Bind detailed data function: bindDetail (data)
Data function: delByID () is deleted according to ID
List of bindings function: bindList ()
1.2 formatted data string generation modules are the design of general processing routine
Under the action file under system root directory, jct_action.ashx file is created, function is according to increasing The different business mode such as add, delete, modifying, inquiring, generating corresponding JSON formatted data string.
1.3 database operating modules are data access layer DAL design
Under the DAL file under system root directory, FormDal.cs class is created, such function is next to coming into JSON formatted data string is analyzed, and corresponding sql like language, and returned data are generated.
2, the realization of common template web database development approach
2.1 front end pages are realized
Under system root directory, jct_FormList.aspx, and correlation .cs file are created, and quote on html pages JQuery.js and jct_jQueryForm.js script is arranged tablename=" testtable ".Meanwhile devising net The data display pattern of page.
Fig. 3 is that front end data shows that code, Fig. 4 are that front end data shows webpage.
2.2 newly-increased page of data designs
" newly-increased " link is clicked on jct_FormList.aspx webpage, jumps to jct_FormDetail.aspx pages Face.
JQuery.js and jct_jQueryForm.js script is quoted, is arranged tablename=" testtable ".
Attribute expansion is carried out on the html controls such as corresponding text box, radio box, multiselect frame, combobox, date typing frame Exhibition increases attribute issave on the control for needing to save, and value is set as 1.
Trigger event SaveData () is clicked in setting on Button button.
Fig. 5 is newly-increased data web page.
2.3 newly-increased page of data processing
Submitting button is clicked, the SaveData () in jct_jQueryForm.js script is triggered, can be traversed in SaveData The control of all properties issave=" 1 ".
Firstly, obtain field name (datafile): check control whether be equipped with attribute datafile, if so, then with Value in datafile is as field name;If it is not, obtaining control ID as field name;The two is all unsatisfactory for, then is not protected Deposit the value of current control.
Then, the value (datafileval, datafiletext) of control is obtained:
If it is single file text (text) or multiline text (textarea), then obtains value value and be stored to datafileval In;
If it is drop-down list (select), then the value value for obtaining choice is stored in datafileval, will choose The show value of item is stored in datafiletext;
If it is radio button (radio), then it is stored according to the value value that name attribute obtains choice In datafileval, if not having value value, the ID value for obtaining choice is saved, and is not protected when the two is all unsatisfactory for It deposits;If control includes attribute text attribute, text value is saved in datafiletext;
If it is check box (checkbox), then the value value comma of all choices is obtained according to name attribute (", "), which separates, to be saved in datafileval, if not having value value, obtains the ID of all choices with comma (", ") It separates and is saved in datafileval;It is not saved when the two is all unsatisfactory for;If control includes text attribute, by all choosings The text of middle term is separated with comma (", ") and is saved in datafiletext;
Other controls then directly acquire the html for including in the control and are saved in datafileval.
Third calls the general processing routine of jct_action.ashx, the data that will acquire using Ajax asynchronous system It generates fixed JSON format to submit, and submits table name and action type simultaneously, when submission must use post mode, parameter Name: tablename (table name), modtype (action type), data (data).
JSON format sample:
4th, create table: after receiving data, in the table name inquiry database that is obtained according to parameter tablename whether There are the tables, and there is no then create.
5th, it creates or modifies field:
Data is parsed into list, is then traversed;Judged in database table according to table name and field name with the presence or absence of current Field, if being created without if;If so, then judging whether type meets, do not meet, modifies.
So far, in corresponding database, two operations such as creation testtable, and insertion data are completed.
2.4 delete page of data processing
DelByID () function in jct_jQueryForm.js script is called automatically according to table name and ID, it is different by Ajax Step mode deletes data.When being submitted to backstage, parameter name modtype is set as del.
The processing of the 2.5 list display pages
Attribute tablename (table name) is added in form label, and setting value, the page can be adjusted automatically when loading according to table name With bindList () function in jct_jQueryForm.js script, table data is obtained by Ajax asynchronous system, if Display portion field is only needed, then add attribute columns in form label, and field name is set, comma is used between field name It separates.
Fig. 6 is the list display page, it is noted that the difference with Fig. 4 page.
The foregoing is merely illustrative of the preferred embodiments of the present invention, is not intended to limit the invention.The present invention can be used for The publication of the information such as information management system can also be applied in other field, as long as within the spirit and principles in the present invention, institute Any modification, equivalent substitution, improvement and etc. of work, should all be included in the protection scope of the present invention.

Claims (6)

1. a kind of method for building up of the web database exploitation based on common template, it is characterised in that: following steps are used,
Step 1: storing database operating modules under system root directory, database operating modules reception carries out database Operational order converts corresponding database language for the operational order in database operating modules, after executing operation, returns Result data;
Step 2: being arranged with formatted data string generation module in system root directory, which is used for will be defeated Enter the output data that data are converted to specified format;
Step 3: the setting control on webpage is extended the attribute in control, increases on the control for needing to save specified Attribute value specifies the corresponding data sheet field of the control;
Step 4: trigger module is added on webpage, and trigger module and trigger event function are associated, the trigger event letter Number has the control of specified attribute value to loop through, and extracts the corresponding data value of control, and the corresponding data value of control is saved In the memory unit;
Step 5: when trigger module is excited, trigger event function will be stored in the data delivery of storage unit to formatted data string In generation module, formatting characters data are obtained;
Step 6: by formatting characters data and corresponding table name, action type is submitted to database behaviour as operation data together Make in module;
Step 7: converting corresponding database language for the operation data in database operating modules, after executing operation, return Result data is to webpage front-end display module.
2. a kind of method for building up of the web database exploitation based on common template according to claim 1, it is characterised in that: The attribute in control is extended, and is referred to and is increased Custom Attributes on control, and corresponding Javascript script Analysis processing function.
3. a kind of method for building up of the web database exploitation based on common template according to claim 1, it is characterised in that: Data table name is set on webpage, refers to and adds tablename attribute, and assignment in the form label of webpage.
4. a kind of method for building up of the web database exploitation based on common template according to claim 1, it is characterised in that: The trigger module refers to the Javascript script function that automatic or manual response is added on webpage.
5. one kind is based on common template web database development system, which is characterized in that inserted including webpage control setup module, JS Part module, control property analysis are shown with processing module, formatted data string generation module, database operating modules, webpage front-end Module;
Webpage control setup module carries out webpage design, expands the attribute of corresponding control for needing according to business Exhibition, and the request of processing user;
JS card module, effect are to be able to use html pages of holding code and the separation of html content at family, including official Jquery plugin library and customized JS script bank;
Control property analysis and processing module extract table name, field name, and corresponding for analyzing the control in html webpage Database manipulation mode;
Formatted data string generation module for handling general web request, and returns to the serial data of JSON format;
Database operating modules, that is, according to JSON formatted data string, generate corresponding additions and deletions and change and look into for the operation of database Database SQL language, and carry out corresponding operation;
Webpage front-end display module, the front end for webpage are shown.
6. a kind of according to claim 5 be based on common template web database development system, it is characterised in that: the data Library operational order, including increase, deletion, modification, inquiry operation mode sql like language.
CN201811364396.2A 2018-11-16 2018-11-16 A kind of method for building up and system of the web database exploitation based on common template Pending CN109240692A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811364396.2A CN109240692A (en) 2018-11-16 2018-11-16 A kind of method for building up and system of the web database exploitation based on common template

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811364396.2A CN109240692A (en) 2018-11-16 2018-11-16 A kind of method for building up and system of the web database exploitation based on common template

Publications (1)

Publication Number Publication Date
CN109240692A true CN109240692A (en) 2019-01-18

Family

ID=65074888

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811364396.2A Pending CN109240692A (en) 2018-11-16 2018-11-16 A kind of method for building up and system of the web database exploitation based on common template

Country Status (1)

Country Link
CN (1) CN109240692A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110007917A (en) * 2019-03-08 2019-07-12 国电南瑞科技股份有限公司 A kind of visual page generation and browsing method based on browser
CN110750239A (en) * 2019-10-30 2020-02-04 浪潮云信息技术有限公司 Method and system for rapidly realizing building of portal website based on module configuration
CN111737282A (en) * 2020-07-23 2020-10-02 福建天晴在线互动科技有限公司 Method and system for organizing database query conditions by receiving parameters at server
CN111737283A (en) * 2020-07-23 2020-10-02 福建天晴在线互动科技有限公司 Method and system for front-end automatic organization of form to perform database query
CN111897469A (en) * 2020-07-06 2020-11-06 上海泛微网络科技股份有限公司 Real-time data processing method, device, equipment and storage medium
CN112130908A (en) * 2019-06-24 2020-12-25 北京百度网讯科技有限公司 Method and device for setting user guide
CN112711404A (en) * 2020-12-29 2021-04-27 河北志晟信息技术股份有限公司 Method for generating special topic webpage template once and automatically releasing special topic webpage
CN113342417A (en) * 2021-06-15 2021-09-03 京东数科海益信息科技有限公司 Plug-in configuration method, device and equipment
CN117435678A (en) * 2023-12-18 2024-01-23 山东山大华天软件有限公司 System integration method and system based on intermediate data pool and visual customization
CN117435678B (en) * 2023-12-18 2024-04-23 山东山大华天软件有限公司 System integration method and system based on intermediate data pool and visual customization

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101980205A (en) * 2010-11-04 2011-02-23 上海银杏界信息科技有限公司 Universal page generating method
CN103605651A (en) * 2013-08-28 2014-02-26 杭州顺网科技股份有限公司 Data processing showing method based on on-line analytical processing (OLAP) multi-dimensional analysis
CN105574207A (en) * 2016-01-21 2016-05-11 上海谦讯网络科技有限公司 WAP webpage developing method
US20160292242A1 (en) * 2015-04-06 2016-10-06 Adp, Llc Automatic verification of json data
CN108073590A (en) * 2016-11-10 2018-05-25 北京国双科技有限公司 The management method and device of document database
CN108509246A (en) * 2018-04-08 2018-09-07 重庆满惠网络科技有限公司 A kind of self-defined verification method of web form and system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101980205A (en) * 2010-11-04 2011-02-23 上海银杏界信息科技有限公司 Universal page generating method
CN103605651A (en) * 2013-08-28 2014-02-26 杭州顺网科技股份有限公司 Data processing showing method based on on-line analytical processing (OLAP) multi-dimensional analysis
US20160292242A1 (en) * 2015-04-06 2016-10-06 Adp, Llc Automatic verification of json data
CN105574207A (en) * 2016-01-21 2016-05-11 上海谦讯网络科技有限公司 WAP webpage developing method
CN108073590A (en) * 2016-11-10 2018-05-25 北京国双科技有限公司 The management method and device of document database
CN108509246A (en) * 2018-04-08 2018-09-07 重庆满惠网络科技有限公司 A kind of self-defined verification method of web form and system

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110007917A (en) * 2019-03-08 2019-07-12 国电南瑞科技股份有限公司 A kind of visual page generation and browsing method based on browser
CN110007917B (en) * 2019-03-08 2022-09-30 国电南瑞科技股份有限公司 Visual page generation and browsing method based on browser
CN112130908B (en) * 2019-06-24 2024-04-09 北京百度网讯科技有限公司 Method and device for setting user guidance
CN112130908A (en) * 2019-06-24 2020-12-25 北京百度网讯科技有限公司 Method and device for setting user guide
CN110750239A (en) * 2019-10-30 2020-02-04 浪潮云信息技术有限公司 Method and system for rapidly realizing building of portal website based on module configuration
CN111897469A (en) * 2020-07-06 2020-11-06 上海泛微网络科技股份有限公司 Real-time data processing method, device, equipment and storage medium
CN111737283B (en) * 2020-07-23 2022-07-26 福建天晴在线互动科技有限公司 Method and system for front-end automatic organization of form to carry out database query
CN111737282B (en) * 2020-07-23 2022-07-26 福建天晴在线互动科技有限公司 Method and system for organizing database query conditions by receiving parameters at server
CN111737283A (en) * 2020-07-23 2020-10-02 福建天晴在线互动科技有限公司 Method and system for front-end automatic organization of form to perform database query
CN111737282A (en) * 2020-07-23 2020-10-02 福建天晴在线互动科技有限公司 Method and system for organizing database query conditions by receiving parameters at server
CN112711404A (en) * 2020-12-29 2021-04-27 河北志晟信息技术股份有限公司 Method for generating special topic webpage template once and automatically releasing special topic webpage
CN113342417A (en) * 2021-06-15 2021-09-03 京东数科海益信息科技有限公司 Plug-in configuration method, device and equipment
CN117435678A (en) * 2023-12-18 2024-01-23 山东山大华天软件有限公司 System integration method and system based on intermediate data pool and visual customization
CN117435678B (en) * 2023-12-18 2024-04-23 山东山大华天软件有限公司 System integration method and system based on intermediate data pool and visual customization

Similar Documents

Publication Publication Date Title
CN109240692A (en) A kind of method for building up and system of the web database exploitation based on common template
US8683324B2 (en) Dynamic generation of target files from template files and tracking of the processing of target files
US8346803B2 (en) Dynamic generation of target files from template files and tracking of the processing of target files
US9697110B1 (en) Codeless system and tool for testing applications
US6973625B1 (en) Method for creating browser-based user interface applications using a framework
US7185286B2 (en) Interface for mobilizing content and transactions on multiple classes of devices
US10069892B2 (en) Versatile information management system and method thereof
US20070130512A1 (en) Systems and methods for report design and generation
CN109543086A (en) A kind of network data acquisition and methods of exhibiting towards multi-data source
US20100121883A1 (en) Reporting language filtering and mapping to dimensional concepts
CN104636393A (en) Self-adaptation report form establishing method based on user self-definition behavior analysis
CN109522018A (en) Page processing method, device and storage medium
CN107368346A (en) A kind of code generating method and device based on metadata and script engine
US20160292143A1 (en) System and method for automated online wizard generation
US20220350857A1 (en) Methods and systems for browser extension used to generate relative xpath, absolute xpath and/or css selectors
US20070203889A1 (en) System and method for configuring search results using a layout editor
CN110275705A (en) Generate method, apparatus, equipment and the storage medium for preloading page code
CN106294885A (en) A kind of data collection towards isomery webpage and mask method
Wang et al. An intelligent framework for auto-filling web forms from different web applications
US20080141164A1 (en) Automated control text truncation detection
US20080059429A1 (en) Integrated search processing method and device
CN111221610A (en) Page element acquisition method and device
CN113918460A (en) Page testing method, device, equipment and medium
CN113836092A (en) File comparison method, device, equipment and storage medium based on RPA and AI
Ismail et al. Automatic generation of test cases from use-case diagram

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20190118