CN105824647A - Form page generating method and device - Google Patents

Form page generating method and device Download PDF

Info

Publication number
CN105824647A
CN105824647A CN201610205870.1A CN201610205870A CN105824647A CN 105824647 A CN105824647 A CN 105824647A CN 201610205870 A CN201610205870 A CN 201610205870A CN 105824647 A CN105824647 A CN 105824647A
Authority
CN
China
Prior art keywords
parameter
target widget
form tags
event
tags
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
CN201610205870.1A
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.)
Inspur Electronic Information Industry Co Ltd
Original Assignee
Inspur Electronic Information Industry 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 Inspur Electronic Information Industry Co Ltd filed Critical Inspur Electronic Information Industry Co Ltd
Priority to CN201610205870.1A priority Critical patent/CN105824647A/en
Publication of CN105824647A publication Critical patent/CN105824647A/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

Abstract

The invention provides a form page generating method and device. The method comprises the following steps: defining various control types and various events, constructing corresponding form tags for the various control types and various events, and encapsulating the form tags; when a request of constructing a form page is received, resolving at least one group of parameters in the request; executing N1 to N3 on each group of parameters in the at least one group of parameters: N1: determining a target control type and a target event according to the parameters; N2: determining a target control form tag corresponding to the target control type, and determining a target event form tag corresponding to the target event; N3, generating form elements by using the target control form tag and the target event form tag; splicing the form elements when corresponding form elements are generated for each group of parameters in order to form the form page. Through the scheme provided by the invention, the form page generation efficiency can be increased effectively.

Description

A kind of forms pages generates method and apparatus
Technical field
The present invention relates to Computer Applied Technology field, generate method and apparatus particularly to a kind of forms pages.
Background technology
Along with the fast development of various website, increasing website is required for exchanging such as online shopping, online registration, online questionnaire investigation etc. by carrying out between forms pages with user.
At present, the mode of forms pages is generated mainly, according to the demand of forms pages, developer realizes forms pages by writing corresponding code, then, the exploitation of substantial amounts of forms pages certainly will need to put into more manpower, take more time, cause forms pages formation efficiency low.
Summary of the invention
The embodiment of the present invention provides a kind of forms pages to generate method and apparatus, it is possible to be effectively improved forms pages formation efficiency.
A kind of forms pages generates method, defines various control type and various event, and is that described various control type builds corresponding form tags with various events, is packaged described form tags, also includes:
When receiving the request building forms pages, resolve the least one set parameter in described request;
To in described least one set parameter, often organize parameter, execution N1 to N3:
N1: according to parameter, determines target widget type and object event;
N2: determine the target widget form tags that described target widget type is corresponding, and determine the object event form tags that described object event is corresponding;
N3: utilize described target widget form tags and described object event form tags, generates Form Element;
When often organizing the Form Element that parameter all generates correspondence, each Form Element assembled, form forms pages.
Preferably, described often organize parameter, including: control type parameter and event argument;
Described according to described parameter, determine target widget type and object event, including: according to described control type parameter, determine target widget type, and according to described event argument, determine object event.
Preferably, said method farther includes: build Parameter analysis of electrochemical code;
Described according to described parameter, determine target widget type and object event, including: described parameter is brought into described Parameter analysis of electrochemical code, goes out target widget type and object event by this Parameter analysis of electrochemical code analysis.
Preferably, described form tags, including: in<input>,<select>,<textarea>any one or more.
Preferably, said method is applied to sea of clouds system.
A kind of forms pages generating means, including: construction unit, resolution unit, determine unit and signal generating unit, wherein,
Described construction unit, is used for defining various control type and various event, and is that described various control type builds corresponding form tags with various events, is packaged described form tags, is sent to the form tags after described encapsulation described determine unit;
Described resolution unit, for when receiving the request building forms pages, resolving the least one set parameter in described request, and be sent to determine unit by described least one set parameter;
Described determine unit, the form tags after receiving the encapsulation that described construction unit sends, and receive the least one set parameter that described resolution unit sends, to in described least one set parameter, often organize parameter, perform: according to described parameter, determine target widget type and object event;Determine the target widget form tags that described target widget type is corresponding, and determine the object event form tags that described object event is corresponding, described target widget form tags and described object event form tags are sent to described signal generating unit;
Described signal generating unit, for receiving the described target widget form tags and object event form tags determining that unit sends, utilize described target widget form tags and described object event form tags, generate Form Element, when often organizing the Form Element that parameter all generates correspondence, each Form Element assembled, forms forms pages.
Preferably, described often organize parameter, including: control type parameter and event argument;
Described determine unit, for according to described control type parameter, determine target widget type, and according to described event argument, determine object event.
Preferably, described determine unit, including:
Parameter analysis of electrochemical subelement, is used for building Parameter analysis of electrochemical code, described parameter is brought into described Parameter analysis of electrochemical code, goes out target widget type and object event by this Parameter analysis of electrochemical code analysis.
Preferably, described form tags, including: in<input>,<select>,<textarea>any one or more.
Preferably, said apparatus is applied to sea of clouds system.
Embodiments provide a kind of forms pages and generate method and apparatus, by defining various control type and various event, and be that described various control type builds corresponding form tags with various events, described form tags is packaged, also include: when receiving the request building forms pages, resolve the least one set parameter in described request;To in described least one set parameter, often organize parameter, perform N1 to N3:N1: according to parameter, determine target widget type and object event;N2: determine the target widget form tags that described target widget type is corresponding, and determine the object event form tags that described object event is corresponding;N3: utilize described target widget form tags and described object event form tags, generates Form Element;When often organizing the Form Element that parameter all generates correspondence, each Form Element assembled, form forms pages, the schema definition provided due to the embodiment of the present invention has gone out various form tags, user has only to input parameter, and the scheme that the embodiment of the present invention provides can separate out, according to parametric solution, the form tags that user needs, simultaneously, form tags is utilized to generate Form Element, and by forms pages can be formed by combined and spliced for Form Element.
Accompanying drawing explanation
In order to be illustrated more clearly that the embodiment of the present invention or technical scheme of the prior art, the accompanying drawing used required in embodiment or description of the prior art will be briefly described below, apparently, accompanying drawing in describing below is some embodiments of the present invention, for those of ordinary skill in the art, on the premise of not paying creative work, it is also possible to obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 is the flow chart that a kind of forms pages that one embodiment of the invention provides generates method;
Fig. 2 is the flow chart that a kind of forms pages that another embodiment of the present invention provides generates method;
Fig. 3 is the structural representation of the forms pages generating means place framework that the embodiment of the present invention provides;
Fig. 4 is the structural representation of a kind of forms pages generating means that one embodiment of the invention provides;
Fig. 5 is the structural representation of a kind of forms pages generating means that another embodiment of the present invention provides.
Detailed description of the invention
For making the purpose of the embodiment of the present invention, technical scheme and advantage clearer; below in conjunction with the accompanying drawing in the embodiment of the present invention; technical scheme in the embodiment of the present invention is clearly and completely described; obviously; described embodiment is a part of embodiment of the present invention rather than whole embodiments, based on the embodiment in the present invention; the every other embodiment that those of ordinary skill in the art are obtained on the premise of not making creative work, broadly falls into the scope of protection of the invention.
As it is shown in figure 1, embodiments provide a kind of forms pages to generate method, the method may comprise steps of:
Step 101: define various control type and various event, and be that various control type builds corresponding form tags with various events, form tags is packaged;
Step 102: when receiving the request building forms pages, the least one set parameter in analysis request;
Step 103: in least one set parameter, often organizes parameter, performs step 103~N1 to step 103~N3:
Step 103~N1: according to parameter, determine target widget type and object event;
Step 103~N2: determine the target widget form tags that target widget type is corresponding, and determine the object event form tags that object event is corresponding;
Step 103~N3: utilize target widget form tags and described object event form tags, generate Form Element;
Step 104: when often organizing the Form Element that parameter all generates correspondence, each Form Element assembled, form forms pages.
In the embodiment of the present invention shown in Fig. 1, by defining various control type and various event, and be that described various control type builds corresponding form tags with various events, described form tags is packaged, also include: when receiving the request building forms pages, resolve the least one set parameter in described request;To in described least one set parameter, often organize parameter, perform N1 to N3:N1: according to parameter, determine target widget type and object event;N2: determine the target widget form tags that described target widget type is corresponding, and determine the object event form tags that described object event is corresponding;N3: utilize described target widget form tags and described object event form tags, generates Form Element;When often organizing the Form Element that parameter all generates correspondence, each Form Element assembled, form forms pages, the schema definition provided due to the embodiment of the present invention has gone out various form tags, user has only to input parameter, and the scheme that the embodiment of the present invention provides can separate out, according to parametric solution, the form tags that user needs, simultaneously, form tags is utilized to generate Form Element, and by forms pages can be formed by combined and spliced for Form Element.
In an embodiment of the invention, described often organize parameter, including: control type parameter and event argument;Step 103~the detailed description of the invention of N1: according to control type parameter, determine target widget type, and according to event argument, determine object event, the scheme provided by the embodiment of the present invention, control type and event can be determined according to control type parameter and event argument, to ensure that Form Element can generate, thus be further ensured that the formation of forms pages.
In an embodiment of the invention, said method farther includes: build Parameter analysis of electrochemical code;Step 103~the detailed description of the invention of N1: parameter is brought into Parameter analysis of electrochemical code, target widget type and object event is gone out by this Parameter analysis of electrochemical code analysis, the most each group of parameter all can be resolved by this Parameter analysis of electrochemical code, the Parameter analysis of electrochemical code that the embodiment of the present invention is provided has versatility, avoid the code writing correspondence for each group of parameter, further increase the formation efficiency of forms pages.
In an embodiment of the invention, above-mentioned form tags, including: demands any one or more, different to meet user in<input>,<select>,<textarea>.
In an embodiment of the invention, said method is applied to sea of clouds system, owing to sea of clouds system usually needs substantial amounts of forms pages, and individually forms pages is developed, on the one hand cause forms pages development efficiency low, on the other hand make the maintenance of forms pages in sea of clouds system more complicated, and the scheme that the embodiment of the present invention provides, ensure the concordance of the forms pages generated in sea of clouds system, so convenient to the maintenance of forms pages in sea of clouds system.
For making the object, technical solutions and advantages of the present invention clearer, below to apply in sea of clouds system, as a example by building a forms pages by two groups of parameters, launch explanation, as in figure 2 it is shown, the method may comprise steps of:
Step 200: build Parameter analysis of electrochemical code;
The code major part that this step builds is as follows:
Step 201: define various control type and various event, and be that various control type builds corresponding form tags with various events, form tags is packaged;
The control type defined in this step may include that the control type that<input>,<select>,<textarea>etc. are conventional, corresponding html form tags is built for these control type, then, after determining control type, html form tags can directly use, and without newly-built;Event in this step includes: static text, input frame and input domain etc., by building the html form tags of correspondence for these events, can directly invoke the html form tags that this event is corresponding after determining event.
Step 202: when receiving the request building forms pages, two groups of parameters in analysis request;
In this step, the data that request is certain format of this structure forms pages, the embodiment of the present invention can parse two groups of parameters from the data of this form, often includes control type parameter and event argument in group parameter.
Step 203: bring first group of parameter in two groups of parameters into Parameter analysis of electrochemical code, go out the first control type and the first event by this Parameter analysis of electrochemical code analysis;
Such as: when the first event is input frame,
Control type parameter in second group of parameter is inserted
Vartype=attr [" type "];Control type parameter in // the second group of parameter
switch(type){;
Event argument in second group of parameter is inserted
Step 204: determine the first control form tags that the first control type is corresponding, and determine the first event form tags that the first event is corresponding;
Step 205: utilize the first control form tags and the first event form tags, generate the first Form Element;
Step 206: bring second group of parameter in two groups of parameters into Parameter analysis of electrochemical code, go out the second control type and second event by this Parameter analysis of electrochemical code analysis;
Such as: when second event is static text,
Control type parameter in first group of parameter is inserted
Vartype=attr [" type "];// control type
switch(type){;
Event argument in first group of parameter is inserted
Step 207: determine the second control form tags that the second control type is corresponding, and determine the second event form tags that second event is corresponding;
Step 208: utilize the second control form tags and second event form tags, generate the second Form Element;
Step 209: assembled first Form Element and the second Form Element, forms forms pages.
The forms pages style formed by this kind of mode is similar to so that it is convenient, convenient to safeguard.
As shown in Figure 3, Figure 4, a kind of forms pages generating means is embodiments provided.Device embodiment can be realized by software, it is also possible to realizes by the way of hardware or software and hardware combining.For hardware view; as shown in Figure 3; a kind of hardware structure diagram for the forms pages generating means place equipment that the embodiment of the present invention provides; in addition to the processor shown in Fig. 3, internal memory, network interface and nonvolatile memory; in embodiment, the equipment at device place generally can also include other hardware, such as the forwarding chip etc. of responsible process message.As a example by implemented in software, as the device on a logical meaning, it is that computer program instructions corresponding in nonvolatile memory is read operation formation in internal memory by the CPU by its place equipment.As shown in Figure 4, a kind of forms pages generating means that the present embodiment provides, including: construction unit 401, resolution unit 402, determine unit 403 and signal generating unit 404, wherein,
Construction unit 401, is used for defining various control type and various event, and is that various control type builds corresponding form tags with various events, be packaged form tags, be sent to determine unit 403 by the form tags after encapsulation;
Resolution unit 402, is used for when receiving the request building forms pages, the least one set parameter in analysis request, and is sent to determine unit 403 by least one set parameter;
Determine unit 403, the form tags after receiving the encapsulation that construction unit 401 sends, and receive the least one set parameter that resolution unit 402 sends, in least one set parameter, often organize parameter, perform: according to parameter, determine target widget type and object event;Determine the target widget form tags that target widget type is corresponding, and determine the object event form tags that object event is corresponding, target widget form tags and object event form tags are sent to signal generating unit 404;
Signal generating unit 404, for receiving the target widget form tags and object event form tags determining that unit 403 sends, utilize target widget form tags and object event form tags, generate Form Element, when often organizing the Form Element that parameter all generates correspondence, each Form Element assembled, forms forms pages.
In an alternative embodiment of the invention, often organize parameter, including: control type parameter and event argument;
Determine unit 403, for according to control type parameter, determine target widget type, and according to event argument, determine object event.
As it is shown in figure 5, in still another embodiment of the process, determine unit 403, including:
Parameter analysis of electrochemical subelement 501, is used for building Parameter analysis of electrochemical code, parameter is brought into Parameter analysis of electrochemical code, goes out target widget type and object event by this Parameter analysis of electrochemical code analysis.
In an alternative embodiment of the invention, form tags, including: in<input>,<select>,<textarea>any one or more.
In still another embodiment of the process, said apparatus is applied to sea of clouds system.
The contents such as the information between each unit in said apparatus is mutual, execution process, due to the inventive method embodiment based on same design, particular content can be found in the narration in the inventive method embodiment, and here is omitted.
According to such scheme, the forms pages that various embodiments of the present invention are provided generates method and apparatus, at least has the advantages that
1. by defining various control type and various event, and be that described various control type builds corresponding form tags with various events, described form tags is packaged, also includes: when receiving the request building forms pages, resolve the least one set parameter in described request;To in described least one set parameter, often organize parameter, perform N1 to N3:N1: according to parameter, determine target widget type and object event;N2: determine the target widget form tags that described target widget type is corresponding, and determine the object event form tags that described object event is corresponding;N3: utilize described target widget form tags and described object event form tags, generates Form Element;When often organizing the Form Element that parameter all generates correspondence, each Form Element assembled, form forms pages, the schema definition provided due to the embodiment of the present invention has gone out various form tags, user has only to input parameter, and the scheme that the embodiment of the present invention provides can separate out, according to parametric solution, the form tags that user needs, simultaneously, form tags is utilized to generate Form Element, and by forms pages can be formed by combined and spliced for Form Element.
2. the embodiment of the present invention defines various control type and various event, and be that described various control type builds corresponding form tags with various events, make the form tags that of a sort control type is corresponding consistent, form tags corresponding to of a sort event is the most consistent, corresponding Form Element is generated by form tags, so when form tags is consistent, Form Element is the most identical, i.e. achieve templating and form forms pages, thus further increase the formation efficiency of forms pages, meanwhile, the maintenance of forms pages is simplified.
3. the scheme provided due to the embodiment of the present invention has defined various control type and various event, and the form tags of correspondence is constructed for various control type, also the form tags of correspondence is constructed for various events, and forms pages generation is to generate on these form tags bases existing, when the scheme so provided when the embodiment of the present invention is applied in sea of clouds system, make the forms pages style in sea of clouds system unified, and the unified forms pages of style can be safeguarded by the way of unified, it is thus possible to be effectively reduced forms pages later maintenance cost.
It should be noted that, in this article, the relational terms of such as first and second etc is used merely to separate an entity or operation with another entity or operating space, and not necessarily requires or imply the relation or sequentially that there is any this reality between these entities or operation.And, term " includes ", " comprising " or its any other variant are intended to comprising of nonexcludability, so that include that the process of a series of key element, method, article or equipment not only include those key elements, but also include other key elements being not expressly set out, or also include the key element intrinsic for this process, method, article or equipment.In the case of there is no more restriction, statement the key element " including a 〃 " and limiting, it is not excluded that there is also other same factor in including the process of described key element, method, article or equipment.
One of ordinary skill in the art will appreciate that: all or part of step realizing said method embodiment can be completed by the hardware that programmed instruction is relevant, aforesaid program can be stored in the storage medium of embodied on computer readable, this program upon execution, performs to include the step of said method embodiment;And aforesaid storage medium includes: in the various media that can store program code such as ROM, RAM, magnetic disc or CD.
Last it should be understood that the foregoing is only presently preferred embodiments of the present invention, it is merely to illustrate technical scheme, is not intended to limit protection scope of the present invention.All any modification, equivalent substitution and improvement etc. done within the spirit and principles in the present invention, are all contained in protection scope of the present invention.

Claims (10)

1. a forms pages generates method, it is characterised in that defines various control type and various event, and is that described various control type builds corresponding form tags with various events, is packaged described form tags, also includes:
When receiving the request building forms pages, resolve the least one set parameter in described request;
To in described least one set parameter, often organize parameter, execution N1 to N3:
N1: according to parameter, determines target widget type and object event;
N2: determine the target widget form tags that described target widget type is corresponding, and determine the object event form tags that described object event is corresponding;
N3: utilize described target widget form tags and described object event form tags, generates Form Element;
When often organizing the Form Element that parameter all generates correspondence, each Form Element assembled, form forms pages.
Method the most according to claim 1, it is characterised in that described often organize parameter, including: control type parameter and event argument;
Described according to described parameter, determine target widget type and object event, including: according to described control type parameter, determine target widget type, and according to described event argument, determine object event.
Method the most according to claim 1, it is characterised in that farther include: build Parameter analysis of electrochemical code;
Described according to described parameter, determine target widget type and object event, including: described parameter is brought into described Parameter analysis of electrochemical code, goes out target widget type and object event by this Parameter analysis of electrochemical code analysis.
4. according to the arbitrary described method of claims 1 to 3, it is characterised in that described form tags, including: in<input>,<select>,<textarea>any one or more.
5. according to the arbitrary described method of claims 1 to 3, it is characterised in that be applied to sea of clouds system.
6. a forms pages generating means, it is characterised in that including: construction unit, resolution unit, determine unit and signal generating unit, wherein,
Described construction unit, is used for defining various control type and various event, and is that described various control type builds corresponding form tags with various events, is packaged described form tags, is sent to the form tags after described encapsulation described determine unit;
Described resolution unit, for when receiving the request building forms pages, resolving the least one set parameter in described request, and be sent to determine unit by described least one set parameter;
Described determine unit, the form tags after receiving the encapsulation that described construction unit sends, and receive the least one set parameter that described resolution unit sends, to in described least one set parameter, often organize parameter, perform: according to described parameter, determine target widget type and object event;Determine the target widget form tags that described target widget type is corresponding, and determine the object event form tags that described object event is corresponding, described target widget form tags and described object event form tags are sent to described signal generating unit;
Described signal generating unit, for receiving the described target widget form tags and object event form tags determining that unit sends, utilize described target widget form tags and described object event form tags, generate Form Element, when often organizing the Form Element that parameter all generates correspondence, each Form Element assembled, forms forms pages.
Device the most according to claim 6, it is characterised in that described often organize parameter, including: control type parameter and event argument;
Described determine unit, for according to described control type parameter, determine target widget type, and according to described event argument, determine object event.
Device the most according to claim 6, it is characterised in that described determine unit, including:
Parameter analysis of electrochemical subelement, is used for building Parameter analysis of electrochemical code, described parameter is brought into described Parameter analysis of electrochemical code, goes out target widget type and object event by this Parameter analysis of electrochemical code analysis.
9. according to the arbitrary described device of claim 6 to 8, it is characterised in that described form tags, including: in<input>,<select>,<textarea>any one or more.
10. according to the arbitrary described device of claim 6 to 8, it is characterised in that be applied to sea of clouds system.
CN201610205870.1A 2016-04-05 2016-04-05 Form page generating method and device Pending CN105824647A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610205870.1A CN105824647A (en) 2016-04-05 2016-04-05 Form page generating method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610205870.1A CN105824647A (en) 2016-04-05 2016-04-05 Form page generating method and device

Publications (1)

Publication Number Publication Date
CN105824647A true CN105824647A (en) 2016-08-03

Family

ID=56526522

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610205870.1A Pending CN105824647A (en) 2016-04-05 2016-04-05 Form page generating method and device

Country Status (1)

Country Link
CN (1) CN105824647A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106528088A (en) * 2016-10-12 2017-03-22 东软集团股份有限公司 Method and device for addling control in online form
CN108428112A (en) * 2018-03-12 2018-08-21 武汉斗鱼网络科技有限公司 A kind of generation method of list, device, computer and storage medium
CN109522508A (en) * 2018-11-27 2019-03-26 河南思维轨道交通技术研究院有限公司 Page authoring method, editing machine construction method, device and electronic equipment
CN109669693A (en) * 2017-10-16 2019-04-23 航天信息股份有限公司 A kind of method and system generating forms pages based on dynamic page
CN111651158A (en) * 2020-04-23 2020-09-11 平安国际智慧城市科技股份有限公司 Form page generation method, device, terminal and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101067786A (en) * 2007-07-02 2007-11-07 华为技术有限公司 Generation method and apparatus for report condition inputting interface
CN104331284A (en) * 2014-10-29 2015-02-04 北京思特奇信息技术股份有限公司 Method and system for generating and displaying dynamic page

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101067786A (en) * 2007-07-02 2007-11-07 华为技术有限公司 Generation method and apparatus for report condition inputting interface
CN104331284A (en) * 2014-10-29 2015-02-04 北京思特奇信息技术股份有限公司 Method and system for generating and displaying dynamic page

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106528088A (en) * 2016-10-12 2017-03-22 东软集团股份有限公司 Method and device for addling control in online form
CN109669693A (en) * 2017-10-16 2019-04-23 航天信息股份有限公司 A kind of method and system generating forms pages based on dynamic page
CN108428112A (en) * 2018-03-12 2018-08-21 武汉斗鱼网络科技有限公司 A kind of generation method of list, device, computer and storage medium
CN109522508A (en) * 2018-11-27 2019-03-26 河南思维轨道交通技术研究院有限公司 Page authoring method, editing machine construction method, device and electronic equipment
CN111651158A (en) * 2020-04-23 2020-09-11 平安国际智慧城市科技股份有限公司 Form page generation method, device, terminal and storage medium

Similar Documents

Publication Publication Date Title
US9420034B2 (en) Providing services to multiple tenants of an application
CN109670053B (en) Data object mapping method, device, equipment and computer readable storage medium
CN100399323C (en) Apparatus and method for parsing xml document by using external xml validator
CN105824647A (en) Form page generating method and device
CN109684607B (en) JSON data analysis method and device, computer equipment and storage medium
CN107562600B (en) Page detection method and device, computing equipment and storage medium
US20190243643A1 (en) Mapping api parameters
CN101697139A (en) Method, device and registry for remote procedure call
CN110489087B (en) Method, device, medium and electronic equipment for generating fractal structure
CN113126990B (en) Page development method, device, equipment and storage medium
US10572371B2 (en) Generating valid use cases from a parsed configuration file describing use case options
CN103488482A (en) Method and device for generating test cases
US20170054790A1 (en) System and Method for Object Compression and State Synchronization
CN107391528B (en) Front-end component dependent information searching method and equipment
US20140282123A1 (en) Executable guidance experiences based on implicitly generated guidance models
CN115599386A (en) Code generation method, device, equipment and storage medium
CN111240772A (en) Data processing method and device based on block chain and storage medium
Winter et al. Formal information modelling for standardisation in the spatial domain
CN113448569A (en) Site page processing system, method, equipment and storage medium
CN111177089B (en) Log processing code generation method and device, computer system and storage medium
US20110131552A1 (en) Augmenting visualization of a call stack
CN106293862B (en) A kind of analysis method and device of expandable mark language XML data
CN103473106A (en) Method and system for generating page
US10509659B1 (en) Input processing logic to produce outputs for downstream systems using configurations
CN111399818B (en) Recommendation engine design method, recommendation engine design device, server 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20160803