CN105589959A - Form processing method and form processing system - Google Patents

Form processing method and form processing system Download PDF

Info

Publication number
CN105589959A
CN105589959A CN201510971528.8A CN201510971528A CN105589959A CN 105589959 A CN105589959 A CN 105589959A CN 201510971528 A CN201510971528 A CN 201510971528A CN 105589959 A CN105589959 A CN 105589959A
Authority
CN
China
Prior art keywords
list
script
database
redis
disposal method
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
CN201510971528.8A
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.)
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information 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 Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201510971528.8A priority Critical patent/CN105589959A/en
Publication of CN105589959A publication Critical patent/CN105589959A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/282Hierarchical databases, e.g. IMS, LDAP data stores or Lotus Notes

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the invention provides a form processing method. The form processing method comprises the following steps: creating a first form according to an element template; configuring a validation rule for a form element on the first form; generating a form script corresponding to the first form; and storing the form script into an REDIS database. By the form element template, in a dragging manner, a configurable validation function is given to the form by rapidly combining the form and combining a jquery validate technology. The fabricated form is relatively complete in function; and the collected data quality is relatively high. Meanwhile, the form script can efficiently read and write by REDIS and Mongodb database storage; and the problems of a form data reading/writing error, performance reduction and the like in a traditional form request during high concurrency and over-large date amount are solved.

Description

Sheet disposal method and form system
Technical field
The present invention relates to field of computer technology, particularly, relate to a kind of list generation method,Acquisition methods and form system.
Background technology
The development of Internet technology makes business on line be tending towards popular. More and more many big, medium-sized and small enterprises's meetingsSet up transaction processing system or information management system based on internet. At these transaction processing systemsIn information management system, list is widely used a kind of information mode wherein. SystemSystem client is collected the information that user fills on list webpage, is submitted to the processing of system service end,System service end obtains the information in list, stores database into. An information management system mayComprise tens or tens list webpages. If manual creation or to revise these list webpages (logicalCross Dreamweaver or script edit device), often need to spend a large amount of time of programmer.
Based on this, in prior art, provide two kinds of technical schemes of customizing form more easily:
The first, by the scheme of html template. For the form definition of each patternHtml template defines the html interface of the Web page in template, reads data at needsThe place of database data replaces with spcial character; In the time of user to access pages, first from database, obtainAll related datas, then read in html document content according to the template path of specifying, by " mouldPlate tag parser " use the data replacement of obtaining to fall the special marking in template, then by wholeHtml document shows;
The second, by the scheme of XML+XSLT. Adopt XML data of description, XSLT is fixedJustice XML data display format, controls the demonstration of data by XSLT, Query Database returnsReturn XML formatted data, XML is saved in to temporary file, carry out analyzing XML by XSLTGenerating Data File HTML, HTML is shown in front end browser the most at last.
But above-mentioned two kinds of modes have shortcoming, when first kind of way is processed web-page requests at every turn, all needConsume time resolution html template, generate the list that offers user; The second way is eachWhile processing web-page requests, pass through data base querying XML field and resolve generation by XSLTHtml page. Substantially can meet business need at web-page requests concurrency compared with hour these two kinds of modesAsk, but during for the concurrent form request of height, the consumption time that generates list will become systematic functionBottleneck.
Summary of the invention
In view of this, the invention provides a kind of sheet disposal method, list acquisition methods and list systemSystem, to address the above problem.
According to a first aspect of the invention, provide a kind of sheet disposal method, comprising: according to elementTemplate establishment the first list; For the Form Element configuration verification rule on described the first list; GenerateThe list script that described the first list is corresponding; Store described list script into REDIS database.
Preferably, describedly comprise according to element template establishment the first list: generate according to element templateSingle; Pull multiple Form Elements from described the second list, form described the first list.
Preferably, describedly store described list script into REDIS database and comprise: judge listBe operating as renewal list script and still add list script; If upgrade list script, upgradeList script in REDIS database; If add list script, described list script is addedIn REDIS database.
Preferably, also comprise: store described list script into MongoDb database.
Preferably, described list script is html script.
Preferably, also comprise: from REDIS database, obtain described list script.
Preferably, also comprise: in the time cannot retrieving described list script from REDIS database,From MongoDb database, retrieve described list script according to described list mark.
According to a second aspect of the invention, provide a kind of form system, comprising: list generation module,For according to element template establishment the first list, for configuring, tests the Form Element on described the first listCard rule, generates the list script that described the first list is corresponding; The first memory module, for by instituteState list script and store REDIS database into; The first acquisition module, for receiving form request,And from REDIS database, retrieve list script according to form request, described form request comprisesList mark.
Preferably, also comprise: the second memory module, for described list script is stored intoIn MongoDb database.
Preferably, also comprise: the second acquisition module, cannot examine from REDIS database for working asRope during to list script, is retrieved list pin according to described list mark from MongoDb databaseThis.
The sheet disposal method that the embodiment of the present invention provides, comprising: according to element template establishment firstList; For the Form Element configuration verification rule on described the first list; Generate described the first listCorresponding list script; Store described list script into REDIS database. By adopting listElement template, and mode to pull, Rapid Combination list, and in conjunction with jqueryvalidate technologyGive list configurable authentication function. The list of producing like this, function is more perfect, collectionThe quality of data is higher. Meanwhile, use REDIS and the storage of Mongodb database to make list scriptCan read and write efficiently, solve traditional form request when occurring that height is concurrent, data volume goes out when excessiveExisting form data read-write error, the performance problem such as slow down.
Brief description of the drawings
By the description to the embodiment of the present invention with reference to the following drawings, of the present invention above-mentioned and otherObject, feature and advantage will be more clear, in the accompanying drawings:
Fig. 1 is according to the flow chart of the sheet disposal method of the embodiment of the present invention;
Fig. 2 is according to the flow chart of the server stores list script of the embodiment of the present invention;
Fig. 3 is according to the flow chart of a form request step of server end response of the embodiment of the present invention;
Fig. 4 is according to the structure chart of the form system of the embodiment of the present invention.
Detailed description of the invention
Based on embodiment, present invention is described below, but the present invention is not restricted to theseEmbodiment. In below details of the present invention being described, detailed some specific detail portion of having describedPoint. Do not have for a person skilled in the art the description of these detail sections can understand this completely yetInvention. For fear of obscuring essence of the present invention, known method, process, flow process are not in detailNarration. Accompanying drawing is not necessarily drawn in proportion in addition.
Flow chart in accompanying drawing, block diagram illustration the system of the embodiment of the present invention, method, devicePossible System Framework, function and operation, the square frame on flow chart and block diagram can represent a mouldPiece, program segment or be only one section of code, described module, program segment and code are all for realizingThe executable instruction of regulation logic function. Also it should be noted that described realize regulation logic function canCarrying out instruction can reconfigure, thereby generates new module and program segment. Therefore the square frame of accompanying drawingAnd square frame order is just used for process and the step of better illustrated embodiment, and should not do with thisFor to inventing restriction itself.
Term explanation in the embodiment of the present invention:
JQueryValidate: this plug-in unit is for list provides powerful authentication function, allows client tableSingle checking becomes simpler, and a large amount of customization options is provided simultaneously, meets the various need of application programAsk. This plug-in unit has bundled a set of useful verification method, comprises URL and E-mail verifying,An API who is used for writing user self-defining method is provided simultaneously. All binding method acquiescencesMake in English as error message, and translated into other 37 kinds of language.
HTML: HTML, an application under standard generalized markup language. " super civilianOriginally " just refer in the page and can comprise picture, link, the even non-legible element such as music, program.The structure of HTML comprises " head " partly (English: Head) and " main body " partly (EnglishLanguage: Body), wherein " head " portion provides the information about webpage, and " main body " part provides the tool of webpageBody content.
REDIS: be a key-value storage system. It supports that the value type of storage is relativeMore, comprise string (character string), list (chained list), set (set), zset (sortedset--ordered setClose) and hash (Hash type). These data types all support push/pop, add/remove andGet common factor union and difference set and abundanter operation, and these operations are all atomicities. At thisOn basis, REDIS supports the sequence of various different modes. For guaranteed efficiency, data are all slowExist in internal memory.
MongoDb: be at present at the popular a kind of non-relational database of IT industry (NoSql),Its flexibly data storage method enjoy current I T practitioner's favor. MongoDb is goodRealized OO thought (OO thought), in MongoDB, each record is all oneIndividual Document object. The advantage of MongoDB maximum be all lasting data operate all withoutNeed developer manually to write SQL statement, directly call method just can be realized CRUD easilyOperation.
Fig. 1 is according to the flow chart of the sheet disposal method of the embodiment of the present invention. Described sheet disposalMethod comprises step 101-step 105.
In step 101, according to element template establishment the first list. Element template is predefinedThe html file that comprises multiple Form Element, pre-stored is in the database of server. In this stepIn rapid, from database, retrieve element template, open at browser end, by element templateElement copy self-defining list region to, amendment respective labels and element property, generate firstList.
In a preferred embodiment, above-mentionedly comprise following according to element template establishment the first listStep: generate the second list according to element template; Pull multiple Form Elements from the second list,Form described the first list.
In step 102, it is the Form Element configuration verification rule on the first list. At business placeIn reason, usually restricted to the attribute of Form Element, for example input frame length is no more than 32 wordsSymbol, does not comprise " " symbol etc. These attributes of an element require can be by configuration jQueryValidate script is realized. JQueryValidate, as the script storehouse of JavaScript, provides and can joinThe verification method of putting, and the API of the customizing method that programmer uses is provided.
In step 103, generate list script corresponding to the first list. In corresponding step 2, createElement and proof rule composition list script, list script is the HTML that comprises JavaScriptFile.
In step 104, store list script into REDIS database. In this step, willList script is submitted to service end, is stored in REDIS database by service end.
In a preferred embodiment, described service end stores list script into REDIS simultaneouslyDatabase and MongoDb database.
Fig. 2 is the flow chart of a server stores list script. Specifically comprise step 201-step206。
In step 201, receive the HTML list script that client is submitted to.
In step 202, judgement is added list script and is still upgraded list script. Pass through clientThe operation mark of submitting to determines it is that list script is upgraded operation or adds operation.
In step 203, list script is written in Mongodb.
In step 204, list script is written in REDIS.
In step 205, upgrade the list script in Mongodb.
In step 206, upgrade the list script in REDIS.
In foregoing invention embodiment, store list script into REDIS database, utilizeREDIS adopts data cached characteristic, ensures, in the time of high concurrent request list webpage, can ring fastShould. Store list script into MongoDb database simultaneously, the storage of guarantee perdurable dataSecurity.
Fig. 3 is according to the flow process of a form request step of server end response of the embodiment of the present inventionFigure. Specifically comprise step 301-step 305.
In step 301, receive client-requested.
In step 302, judge in REDIS, whether there is list script. As previously mentioned, REDISData are based on buffer memory data, and support the data of high concurrency to read, therefore at request listWhen script, preferentially retrieve REDIS database. In this step, can be according to the retrieval of list markREDIS database, judges whether there is corresponding list script, if so, and execution step 303,Otherwise execution step 304.
In step 303, read the script data in REDIS and respond to client. In this stepIn rapid, from REDIS database, read list script, and return to the browser of client.
In step 304, judge in Mongodb, whether there is list script. If so, carry out stepRapid 305.
In step 305, read the script data in Mongodb and respond to client.
By retrieve list script from REDIS database, and do not retrieve phase at REDISAnswer list script time, retrieval MongoDb database, ensures the response of the request of list scriptSpeed and high availability, when especially high concurrent request list webpage, REDIS database can ensureResponse fast.
Meanwhile, Mongodb database is also stored the form data that user fills in. For ease of data solutionAnalyse and arrange, so storage format is designed to: { key:values}, key is list mark, valuesFor the form data having gathered, store each user's data with JSON format string,As the data that user 1 submits to, and the data that user 2 submits to, the data that user n submits to ....
Fig. 4 is according to the structure chart of the form system of the embodiment of the present invention. Described form system comprisesList generation module 401, the first memory module 402, the second memory modules 403, the first are obtained mouldPiece 404 and the second acquisition module 405.
List generation module 401 is according to element template establishment the first list, on described the first listForm Element configuration verification rule, generate the list script that described the first list is corresponding.
The first memory module 402 is connected with list generation module 401, from list generation module 401Middle reception list script, stores list script into REDIS database.
The second memory module 403 is connected with list generation module 401, from list generation module 401Middle reception list script, stores list script in MongoDb database into.
The first acquisition module 404 is connected with the first memory module 402, receives form request, and rootFrom REDIS database, retrieve list script according to form request, described form request comprises listMark.
The second acquisition module 405 is connected with the second memory module 403, when cannot be from REDIS dataWhile retrieving list script in storehouse, retrieve from MongoDb database according to described list markList script.
Preferably, list script is the html file that comprises JavaScript.
The sheet disposal method that the embodiment of the present invention provides, comprising: according to element template establishment firstList; For the Form Element configuration verification rule on described the first list; Generate described the first listCorresponding list script; Store described list script into REDIS database. By adopting listElement template, and mode to pull, Rapid Combination list, and in conjunction with jqueryvalidate technologyGive list configurable authentication function. The list of producing like this, function is more perfect, collectionThe quality of data is higher. Meanwhile, use REDIS and the storage of Mongodb database to make list scriptCan read and write efficiently, solve traditional form request when occurring that height is concurrent, data volume goes out when excessiveExisting form data read-write error, the performance problem such as slow down.
It will be understood by those skilled in the art that can according to the modules of system of the present invention or unitTo realize by hardware, firmware or software. Software for example comprise adopt JAVA, C/C++/C#,The coded program that the various programming languages such as SQL form. Although provide in method and method legendThe step of the embodiment of the present invention and the order of step, but described step realizes the logic merit of regulationThe executable instruction of energy can reconfigure, thereby generates new step. The order of described step alsoShould only not be confined to the sequence of steps in described method and method legend, can be according to functionNeed to adjust at any time. For example some step is wherein walked abreast or carried out according to reverse order.
System and a method according to the invention can be deployed on single or multiple servers. For example,Different modules can be deployed in respectively on different servers, form private server. Or,Can be on multiple servers identical functional unit, module or the system of distributed deployment, to alleviateLoad pressure. Described server includes but not limited at same LAN and passes through InternetThe multiple PCs, PC server, rolling reamer machine, supercomputer that connect etc.
The foregoing is only the preferred embodiments of the present invention, be not limited to the present invention, for thisThose skilled in the art, the present invention can have various changes and variation. All in spirit of the present inventionWith any amendment of doing within principle, be equal to replacement, improvement etc., all should be included in of the present inventionWithin protection domain.

Claims (10)

1. a sheet disposal method, comprising:
According to element template establishment the first list;
For the Form Element configuration verification rule on described the first list;
Generate the list script that described the first list is corresponding;
Store described list script into REDIS database.
2. sheet disposal method according to claim 1, wherein, described according to element templateCreating the first list comprises:
Generate the second list according to element template;
Pull multiple Form Elements from described the second list, form described the first list.
3. sheet disposal method according to claim 1, wherein, described by described list pinOriginally storing REDIS database into comprises:
Judge that list is operating as renewal list script and still adds list script;
If upgrade list script, upgrade the list script in REDIS database;
If add list script, described list script added in REDIS database.
4. according to the sheet disposal method described in claim 2 or 3, also comprise:
Store described list script into MongoDb database.
5. sheet disposal method according to claim 1, wherein, described list script isHtml script.
6. sheet disposal method according to claim 1, also comprises: from REDIS dataIn storehouse, obtain described list script.
7. sheet disposal method according to claim 6, also comprises:
In the time cannot retrieving described list script from REDIS database, according to described list markKnow and from MongoDb database, retrieve described list script.
8. a form system, comprising:
List generation module, for according to element template establishment the first list, is described the first listOn Form Element configuration verification rule, generate the list script that described the first list is corresponding;
The first memory module, for storing described list script into REDIS database;
The first acquisition module, for receiving form request, and according to form request from REDIS dataIn storehouse, retrieve list script, described form request comprises list mark.
9. form system according to claim 8, also comprises: the second memory module, forDescribed list script is stored in MongoDb database.
10. form system according to claim 8, also comprises: the second acquisition module, useIn in the time cannot retrieving list script from REDIS database, according to described list mark from fromIn MongoDb database, retrieve list script.
CN201510971528.8A 2015-12-22 2015-12-22 Form processing method and form processing system Pending CN105589959A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510971528.8A CN105589959A (en) 2015-12-22 2015-12-22 Form processing method and form processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510971528.8A CN105589959A (en) 2015-12-22 2015-12-22 Form processing method and form processing system

Publications (1)

Publication Number Publication Date
CN105589959A true CN105589959A (en) 2016-05-18

Family

ID=55929538

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510971528.8A Pending CN105589959A (en) 2015-12-22 2015-12-22 Form processing method and form processing system

Country Status (1)

Country Link
CN (1) CN105589959A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106202008A (en) * 2016-06-28 2016-12-07 武汉斗鱼网络科技有限公司 A kind of MySQL database structured document generates method and device
CN106294769A (en) * 2016-08-11 2017-01-04 珠海格力电器股份有限公司 The mthods, systems and devices of Simultaneous Engineering data
CN106339442A (en) * 2016-08-23 2017-01-18 浪潮电子信息产业股份有限公司 Improved jQuery Validate asynchronous validation method applicable to cloud platform
CN107423061A (en) * 2017-07-12 2017-12-01 江苏速度信息科技股份有限公司 A kind of list generation method based on ISON data
CN108427556A (en) * 2018-03-12 2018-08-21 深圳市博安达信息技术股份有限公司 A kind of form design analytic method and system
CN111177183A (en) * 2019-12-24 2020-05-19 中国建设银行股份有限公司 Method and device for generating database access statement
CN111222310A (en) * 2019-12-23 2020-06-02 福建亿能达信息技术股份有限公司 Method and system for inputting and displaying irregular form
CN113792048A (en) * 2021-09-06 2021-12-14 杭州安恒信息安全技术有限公司 Form verification rule generation method and system for non-relational database

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101957936A (en) * 2009-07-15 2011-01-26 深圳市艾派应用系统有限公司 Method and system for implementing workflow form
CN102063306A (en) * 2011-01-06 2011-05-18 夏春秋 Technical implementation method for application development through electronic form
CN102135990A (en) * 2011-03-11 2011-07-27 北京神舟航天软件技术有限公司 Java server page (JSP) template-based intelligent table system capable of being defined freely and generating method
US8181156B1 (en) * 2006-12-11 2012-05-15 Parallels IP Holdings GmbH System and method for managing web-based forms and dynamic content of website
CN102486728A (en) * 2010-12-05 2012-06-06 西软软件股份有限公司 User-defined form system
CN103853543A (en) * 2012-12-07 2014-06-11 北京云天时空科技有限公司 Method used for quickly constructing forms in enterprise information system development process

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8181156B1 (en) * 2006-12-11 2012-05-15 Parallels IP Holdings GmbH System and method for managing web-based forms and dynamic content of website
CN101957936A (en) * 2009-07-15 2011-01-26 深圳市艾派应用系统有限公司 Method and system for implementing workflow form
CN102486728A (en) * 2010-12-05 2012-06-06 西软软件股份有限公司 User-defined form system
CN102063306A (en) * 2011-01-06 2011-05-18 夏春秋 Technical implementation method for application development through electronic form
CN102135990A (en) * 2011-03-11 2011-07-27 北京神舟航天软件技术有限公司 Java server page (JSP) template-based intelligent table system capable of being defined freely and generating method
CN103853543A (en) * 2012-12-07 2014-06-11 北京云天时空科技有限公司 Method used for quickly constructing forms in enterprise information system development process

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106202008A (en) * 2016-06-28 2016-12-07 武汉斗鱼网络科技有限公司 A kind of MySQL database structured document generates method and device
CN106202008B (en) * 2016-06-28 2019-04-05 武汉斗鱼网络科技有限公司 A kind of MySQL database structured document generation method and device
CN106294769A (en) * 2016-08-11 2017-01-04 珠海格力电器股份有限公司 The mthods, systems and devices of Simultaneous Engineering data
CN106339442A (en) * 2016-08-23 2017-01-18 浪潮电子信息产业股份有限公司 Improved jQuery Validate asynchronous validation method applicable to cloud platform
CN106339442B (en) * 2016-08-23 2019-09-06 浪潮电子信息产业股份有限公司 A kind of asynchronous verification method of improvement jQuery Validate suitable for cloud platform
CN107423061A (en) * 2017-07-12 2017-12-01 江苏速度信息科技股份有限公司 A kind of list generation method based on ISON data
CN108427556A (en) * 2018-03-12 2018-08-21 深圳市博安达信息技术股份有限公司 A kind of form design analytic method and system
CN111222310A (en) * 2019-12-23 2020-06-02 福建亿能达信息技术股份有限公司 Method and system for inputting and displaying irregular form
CN111177183A (en) * 2019-12-24 2020-05-19 中国建设银行股份有限公司 Method and device for generating database access statement
CN111177183B (en) * 2019-12-24 2023-07-04 中国建设银行股份有限公司 Method and device for generating database access statement
CN113792048A (en) * 2021-09-06 2021-12-14 杭州安恒信息安全技术有限公司 Form verification rule generation method and system for non-relational database
CN113792048B (en) * 2021-09-06 2024-04-16 杭州安恒信息安全技术有限公司 Form verification rule generation method and system for non-relational database

Similar Documents

Publication Publication Date Title
US11886806B2 (en) Templating process for a multi-page formatted document
CN105589959A (en) Form processing method and form processing system
US11010537B2 (en) Web-intrinsic interactive documents
AU2009238294B2 (en) Data transformation based on a technical design document
CN101183355B (en) Copy and paste processing method, apparatus
CN103136317A (en) Implement method of on-line examination and approval informatization of engineering contracts in engineering management system
US20150302110A1 (en) Decoupling front end and back end pages using tags
US20190340230A1 (en) System and method for generating websites from predefined templates
US7720814B2 (en) Repopulating a database with document content
US20100269093A1 (en) Content Management System and Method for Generating Dynamic Applications
CN103559184A (en) Form page display method and device
CN111158687B (en) Interface generation method and device of JAVA plugin, computer equipment and storage medium
CN112087370A (en) Method, system, electronic device and computer-readable storage medium for issuing GitHub Issues
US11526367B1 (en) Systems and methods for translation of a digital document to an equivalent interactive user interface
CN109614084A (en) Web program and its Quick Development Framework, development approach and relevant device
CN114168875A (en) Page program generation method and device, computer equipment and storage medium
WO2010147453A1 (en) System and method for designing a gui for an application program
US20150324333A1 (en) Systems and methods for automatically generating hyperlinks
JP2014059699A (en) Demo application generation system and demo application generation program
CN103440289B (en) The incompatible label parallel search of webpage method based on MapReduce
JP2016139425A (en) Terminal device and program
CN114911460A (en) Method and system for rendering Web form in mobile terminal
JP5903882B2 (en) Terminal device and program
Alachkar et al. Microsoft Office Upload Center Cache Files in Forensic Investigations
CN113778434A (en) Multilingual document management method, device, electronic equipment and storage medium

Legal Events

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

Application publication date: 20160518

RJ01 Rejection of invention patent application after publication