CN105912517A - Data structure supporting design of flexible forms and conversion method and system thereof - Google Patents

Data structure supporting design of flexible forms and conversion method and system thereof Download PDF

Info

Publication number
CN105912517A
CN105912517A CN201610205634.XA CN201610205634A CN105912517A CN 105912517 A CN105912517 A CN 105912517A CN 201610205634 A CN201610205634 A CN 201610205634A CN 105912517 A CN105912517 A CN 105912517A
Authority
CN
China
Prior art keywords
data structure
item
type
form item
relation
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201610205634.XA
Other languages
Chinese (zh)
Other versions
CN105912517B (en
Inventor
张文冠
王铁岩
戴丛磊
贝金雨
邵和明
王福楠
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SHENZHEN 80S NETWORK TECHNOLOGY Co Ltd
Original Assignee
SHENZHEN 80S 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 SHENZHEN 80S NETWORK TECHNOLOGY Co Ltd filed Critical SHENZHEN 80S NETWORK TECHNOLOGY Co Ltd
Priority to CN201610205634.XA priority Critical patent/CN105912517B/en
Publication of CN105912517A publication Critical patent/CN105912517A/en
Application granted granted Critical
Publication of CN105912517B publication Critical patent/CN105912517B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Document Processing Apparatus (AREA)

Abstract

The invention is adapted to the design of forms and provides a data structure supporting design of flexible forms. The data structure comprises a first data structure located at the front end of a browser representing forms in the form of json, and a second data structure located at a background database used for storing data at the front end of the browser with meta-data tables of form items and the content of form items. The data structure supporting design of flexible forms and the conversion method and the system thereof have following beneficial effects: based on basic form items, forms meeting needs of various occasion can be formed in the shape of json; such easy application occasions are commonly-seen log-in, registered forms and the like; complex application occasions can be used for logics or embed forms and the like; the forms can be designed more flexibly so that users can get what they want, the demands can be satisfied, and data can be collected.

Description

Data structure that flexible form designs and conversion method thereof and system can be supported
Technical field
The invention belongs to the Internet form design, particularly relate to a kind of data supporting flexible form to design knot Structure and conversion method thereof and system.
Background technology
List in the Internet is collected in data, for different data collection requirements, required for list Appearance form be also diversified, have the form item of combination, also have nesting form item, also have in group Closing the demand having again nesting in item, also logic list etc., existing splicing or the list of mosaic type, shortcoming is Dumb, the most fixing, the structure of the database table being not easy to unification same stores and processes, The most existing list representation there is problems in that
1, for independent assortment and nested list on web browser front end, data structure cannot represent also Display;
2, when database purchase, it is impossible to flexible form is stored by database table, and complete corresponding The requirement of data retrieval;
3, in the data structure of browser front end, database table structure used when storing with backstage, is complete Different, it is impossible to carry out the conversion between two kinds of different data store organisations by corresponding method.
Summary of the invention
The technical problem to be solved is to provide a kind of data structure supporting flexible form to design And conversion method and system, it is intended to solve to exist when the list carrying out the Internet collects data above-mentioned asks Topic.
The present invention is achieved in that a kind of data structure supporting flexible form to design, including:
Being positioned at the first data structure of browser front end, it represents list with json form;
Being positioned at the second data structure of background data base, it uses form item metadata table and form item content table pair Data in browser front end store.
Further, the list represented by described first data structure includes following field:
Metadata_id, represents metadata id of form item, the increasing major key id certainly when database purchase;
Type, represents form item type, possesses some value candidate item;
Prompt, represents form item prompting, is used for placing input prompt;
Name, represents form item title;
Value, represents the content that form item is filled in or chosen;
Is_required, represents whether this form item is required item;
Is_checked, represents whether this form item is selected;
Range_max, represents the maximum of span;
Range_min, represents the minima of span;
Children, represents the sublist individual event array of current form item;
Relation, represents the relation between current form item and sublist individual event array, and described relation includes not having One of which in relation, normal relation, logical relation or syntagmatic.
Further, type form item type includes: single_text single file text, the many styles of writing of multi_text Basis, radio single choice, radio_option uniterming, check multiselect, check_option multi-option, Dropdown is drop-down, the drop-down item of dropdown_option and image picture.
Further, in described second data structure, described form item metadata table be used for storing form item and Relation between them, including following field:
Metadata_id, represents metadata id of form item, the increasing major key id certainly when database purchase;
Parent_metadata_id, represents parent table individual event id;
Name, represents form item title;
Sequence, represent order, for represent between the form item under same layer or same parent table id time Order relation;
Prompt, represents form item prompting, is used for placing input prompt;
Type, represents form item type, possesses some value candidate item;
Assistant_disc, represents that auxiliary describes, and content is the character string of json form;
Is_required, represents whether this form item is required item;
Is_checked, represents whether this form item is selected;
Range_max, represents the maximum of span;
Range_min, represents the minima of span.
Further, in described second data structure, described form item content table is used for storing form item and is filled out The actual content write, including following field:
Data_id, represents from increasing major key;
Metadata_id, represents corresponding form item id;
Value, represents the content that form item is filled in or chosen.
The present invention also provides for the conversion method of a kind of above-mentioned data form, comprises the following steps:
Step A, reads described first data structure and the form types item of described second data structure respectively, Determine described first data structure and the type of described second data structure;
Step B, reads described first data structure and the base attribute item of described second data structure respectively, Obtain form item title, whether required item and form item and fill in value;
Step C, according to described first data structure and the type of described second data structure, reads described The sublist individual event array of one data structure and the auxiliary of described second data structure describe property value, then basis The attribute of a relation value of described first data structure determines with described from form item array, or auxiliary describes property value Relation;
Step D, repeats step A to step C, the sublist individual event number of the first data structure described in Recursion process The auxiliary of group or described second data structure describes property value, until being disposed.
Further, in step, described first data structure and described second data structure are read respectively A unit item, the type type attribute item in resolution unit item, determine this with type type attribute item The type of form item.
Present invention also offers the converting system of a kind of data form described above, including:
Type acquiring unit, for reading described first data structure and the table of described second data structure respectively Single type entry, determines described first data structure and the type of described second data structure;
Attribute acquiring unit, for reading described first data structure and the base of described second data structure respectively This attribute item, obtains form item title, whether required item and form item and fills in value;
Relation determination unit, is used for according to described first data structure and the type of described second data structure, The auxiliary of the sublist individual event array and described second data structure that read described first data structure describes attribute Value, then determines from form item array or auxiliary with described according to the attribute of a relation value of described first data structure Help the relation describing property value;
Recursion process unit, for repeating sublist individual event array or the institute of the first data structure described in Recursion process The auxiliary stating the second data structure describes property value, until being disposed.
Further, in described type acquiring unit, read described first data structure and described second respectively One unit item of data structure, the type type attribute item in resolution unit item, with type type attribute item Determine the type of this form item.
The present invention compared with prior art, has the beneficial effects that: by the present invention, based on basic form item, Represented by the form of json, the list adapted to required for various scene can be constructed, as simply Application scenarios has common login, the list etc. of registration, complicated application scenarios to can be used for logic or embedding table Singly etc., make form design more flexible, the user used can be allowed to obtain they are wanted, laminating purpose need The list of the collection data asked.
Accompanying drawing explanation
Fig. 1 is the data structure schematic diagram represented in browser front end that the embodiment of the present invention provides.
Fig. 2 is the data knot of the form item metadata table in background data base table that the embodiment of the present invention provides Structure schematic diagram.
Fig. 3 is the data structure of the form item content table in background data base table that the embodiment of the present invention provides Schematic diagram.
Fig. 4 is the conversion side of a kind of data structure supporting flexible form to design that the embodiment of the present invention provides The flow chart of method.
Fig. 5 is the conversion system of a kind of data structure supporting flexible form to design that the embodiment of the present invention provides The structural representation of system.
Detailed description of the invention
In order to make the purpose of the present invention, technical scheme and advantage clearer, below in conjunction with accompanying drawing and reality Execute example, the present invention is further elaborated.Only should be appreciated that specific embodiment described herein Only in order to explain the present invention, it is not intended to limit the present invention.
The present invention is achieved in that a kind of data structure supporting flexible form to design, including:
Being positioned at the first data structure of browser front end, it represents list with json form;
Being positioned at the second data structure of background data base, it uses form item metadata table and form item content table pair Data in browser front end store;
To being told the first data structure and described second data structure is changed by the way of recurrence.
Below by Fig. 1 to Fig. 3, the present invention will be further elaborated:
When browser front end, represent list by the data structure of json form as shown in Figure 1, under Field meanings therein is explained down in face one by one:
* metadata_id: metadata id, is the increasing major key id certainly when database table stores.
* type: type, has a following value candidate item: single_text single file text;Multi_text multirow Text;Radio single choice;Radio_option uniterming;Check multiselect;Check_option multi-option; Dropdown is drop-down;The drop-down item of dropdown_option;Image picture.The most also can the most not Disconnected extension type value.
* prompt: prompting, such as single file text, can place input prompt.
The title of * name: form item.
* the content that value: form item is filled in or chosen.
Whether * is_required: this form item is required item, and value is 1 to be to fill out, and-1 right and wrong must be filled out.
* is_checked: this field is meaningful for uniterming, multi-option or drop-down item, whether represents this Being selected, value is that 1 expression is chosen, and-1 represents non-selected.
* range_max: represent the maximum of span.When type is single file text, expression can input The maximum number of character, and if when type is multiselect, represent at most can choose how many items.
* range_min: represent the minima of span, corresponding with range_max.
* children: representing the sublist individual event array of current form item, the type of each in array is json_field.Without sublist list, then this field has been array.
* relation: representing the relation between current form item and sublist individual event array, this field is to weigh very much The field wanted, combination or the relation of nesting between form item are represented by this.Value is none, Represent that it doesn't matter or normal relation;Value is logic, is expressed as logical relation, i.e. when this form item quilt When choosing or activate, its sublist list is shown the most accordingly or activates;Value is complex, is expressed as combination and closes System, i.e. current form item, its sublist list array item combine and form.
And in the database table on backstage, need use to store accordingly to two tables of data, first Introduce first table field_metadata metadata table, for storing form item and the relation between them, As in figure 2 it is shown, for field therein, above-mentioned illustrate, emerging word is the most only described Section:
* parent_metadata_id: when browser front end, has children sublist individual event array, then During the database table on backstage, the most in turn, it is to preserve this by storing the parent table individual event id of this form item Relation, outermost form item does not all have parent table individual event, then just this field is set to-1.
* sequence: order, for representing the order between the form item under same layer or same parent table list id Relation, starts to start at from 1.
The value of * type: time in database table, type is only single_text, multi_text, radio, Check, dropdown and image.
* assistant_disc: auxiliary describes, and content is the character string of json form, as when type value being During radio single choice, then its uniterming is just described by assistant_disc.
Another one database table is field_data form item content table, for storing what form item was filled in Actual content, its structure as it is shown on figure 3, for field therein, above-mentioned illustrates, below Emerging field is only described wherein:
* data_id: certainly increase major key
In the present embodiment, the conversion for the data form between browser front end and background data base table is closed System, preferential selection is mutually changed by recursively mode;But can also be entered by non-recursive mode Row mutually conversion, but mutually changed by non-recursive mode and understanding and later maintenance, adjustment Difficulty is bigger.In the present embodiment, the data structure between AM/BAM only has certain dependency, after all Browser front end is that one compares json form freely, and background data base table is another database table Determinant, needs can be mapped by conversion between the two.Relevant property between two tables on backstage, Metadata table is for storing tissue and the logical relation of form item, and form item content table is used for storing form item The contents value filled in.
Because the first data structure and the second data structure be through entirety use recursive fashion constantly carry out resolve with Why conversion, until convert, can use recursive fashion to resolve, be because both data It is tool that structure just have employed each form item in father's item of list, Xiong Dixiang, subitem at the beginning of design There is identical attribute, for no other reason than that the difference of property value illustrates different meanings.Based on this, the present invention is also Provide the conversion method of a kind of data structure supporting flexible form to design as shown in Figure 4, step bag Include:
S1, reads described first data structure and the form types item of described second data structure respectively, determines Described first data structure and the type of described second data structure.In this step, the first number is read respectively According to structure and a unit item of the second data structure, type (type) attribute item in first resolution unit item, To determine the type of this form item.
S2, reads described first data structure and the base attribute item of described second data structure respectively, obtains Whether form item title, required item and form item fill in value.In this step, the class obtained according to step S1 Type, then resolve the base attribute item of this unit item, as name form item title, is_required whether must fill out, Value form item fills in value etc..In this step, every correlation attribute value of acquisition is as subsequent step Basis for estimation.
S3, according to described first data structure and the type of described second data structure, reads described first number Property value is described, then according to described according to the sublist individual event array of structure and the auxiliary of described second data structure The attribute of a relation value of the first data structure determines with described from form item array, or auxiliary describes the pass of property value System.In this step, according to the type (type) of this form item, the children of this form item is read (certainly Form item array) or assistant_disc (auxiliary describe) property value (its value be a form item array or Empty), then determined and the pass of children or assistant_disc property value by relation (relation) property value System.In this step, this is the relation between father's Xiang Yuqi subitem, determines according to relation value, as possible It is nest relation, or logic display relation etc..
S4, repeats S1 to S3, the sublist individual event array of the first data structure described in Recursion process or described the The auxiliary of two data structures describes property value, until being disposed.In this step, according to the most same Children or the assistant_disc property value of step this form item of Recursion process, has finally all processed, Conversion termination completes.In this step, overall use recursive fashion constantly carries out resolving and changes until changing Complete, change and resolve same meaning: i other words for the process in subitem array, be exactly more than using substantially Step processes the most with many times, until all items have processed.
As it is shown in figure 5, the converting system of the data form a kind of described above provided for the embodiment of the present invention, Including:
Type acquiring unit 1, for reading described first data structure and described second data structure respectively Form types item, determines described first data structure and the type of described second data structure;
Attribute acquiring unit 2, for reading described first data structure and described second data structure respectively Base attribute item, obtains form item title, whether required item and form item and fills in value;
Relation determination unit 3, is used for according to described first data structure and the type of described second data structure, The auxiliary of the sublist individual event array and described second data structure that read described first data structure describes attribute Value, then determines from form item array or auxiliary with described according to the attribute of a relation value of described first data structure Help the relation describing property value;
Recursion process unit 4, for repeat the first data structure described in Recursion process sublist individual event array or The auxiliary of described second data structure describes property value, until being disposed.
Further, in type acquiring unit 1, read described first data structure and described second number respectively According to a unit item of structure, the type type attribute item in resolution unit item, come with type type attribute item Determine the type of this form item.
The foregoing is only presently preferred embodiments of the present invention, not in order to limit the present invention, all at this Any amendment, equivalent and the improvement etc. made within bright spirit and principle, should be included in the present invention Protection domain within.

Claims (9)

1. the data structure that can support that flexible form designs, it is characterised in that including:
Being positioned at the first data structure of browser front end, it represents list with json form;
Being positioned at the second data structure of background data base, it uses form item metadata table and form item content table pair Data in browser front end store.
2. data structure as claimed in claim 1, it is characterised in that represented by described first data structure List include following field:
Metadata_id, represents metadata id of form item, the increasing major key id certainly when database purchase;
Type, represents form item type, possesses some value candidate item;
Prompt, represents form item prompting, is used for placing input prompt;
Name, represents form item title;
Value, represents the content that form item is filled in or chosen;
Is_required, represents whether this form item is required item;
Is_checked, represents whether this form item is selected;
Range_max, represents the maximum of span;
Range_min, represents the minima of span;
Children, represents the sublist individual event array of current form item;
Relation, represents the relation between current form item and sublist individual event array, and described relation includes not having One of which in relation, normal relation, logical relation or syntagmatic.
3. data structure as claimed in claim 2, it is characterised in that type form item type includes: Single_text single file text, multi_text multiline text, radio single choice, radio_option uniterming, Check multiselect, check_option multi-option, dropdown are drop-down, the drop-down item of dropdown_option With image picture.
4. data structure as claimed in claim 1, it is characterised in that in described second data structure, institute State form item metadata table for storing form item and the relation between them, including following field:
Metadata_id, represents metadata id of form item, the increasing major key id certainly when database purchase;
Parent_metadata_id, represents parent table individual event id;
Name, represents form item title;
Sequence, represent order, for represent between the form item under same layer or same parent table id time Order relation;
Prompt, represents form item prompting, is used for placing input prompt;
Type, represents form item type, possesses some value candidate item;
Assistant_disc, represents that auxiliary describes, and content is the character string of json form;
Is_required, represents whether this form item is required item;
Is_checked, represents whether this form item is selected;
Range_max, represents the maximum of span;
Range_min, represents the minima of span.
5. data structure as claimed in claim 1, it is characterised in that in described second data structure, institute State form item content table for storing the actual content that form item is filled in, including following field:
Data_id, represents from increasing major key;
Metadata_id, represents corresponding form item id;
Value, represents the content that form item is filled in or chosen.
6. the conversion method of the arbitrary described data form of the claims 1 to 5, it is characterised in that Described conversion method comprises the following steps:
Step A, reads described first data structure and the form types item of described second data structure respectively, Determine described first data structure and the type of described second data structure;
Step B, reads described first data structure and the base attribute item of described second data structure respectively, Obtain form item title, whether required item and form item and fill in value;
Step C, according to described first data structure and the type of described second data structure, reads described The sublist individual event array of one data structure and the auxiliary of described second data structure describe property value, then basis The attribute of a relation value of described first data structure determines with described from form item array, or auxiliary describes property value Relation;
Step D, repeats step A to step C, the sublist individual event number of the first data structure described in Recursion process The auxiliary of group or described second data structure describes property value, until being disposed.
7. conversion method as claimed in claim 6, it is characterised in that in step, read respectively Described first data structure and a unit item of described second data structure, the type class in resolution unit item Type attribute item, determines the type of this form item with type type attribute item.
8. the converting system of the arbitrary described data form of the claims 1 to 5, it is characterised in that Described converting system includes:
Type acquiring unit, for reading described first data structure and the table of described second data structure respectively Single type entry, determines described first data structure and the type of described second data structure;
Attribute acquiring unit, for reading described first data structure and the base of described second data structure respectively This attribute item, obtains form item title, whether required item and form item and fills in value;
Relation determination unit, is used for according to described first data structure and the type of described second data structure, The auxiliary of the sublist individual event array and described second data structure that read described first data structure describes attribute Value, then determines from form item array or auxiliary with described according to the attribute of a relation value of described first data structure Help the relation describing property value;
Recursion process unit, for repeating sublist individual event array or the institute of the first data structure described in Recursion process The auxiliary stating the second data structure describes property value, until being disposed.
9. converting system as claimed in claim 8, it is characterised in that in described type acquiring unit, point Do not read a unit item of described first data structure and described second data structure, in resolution unit item Type type attribute item, determines the type of this form item with type type attribute item.
CN201610205634.XA 2016-03-31 2016-03-31 Data structure capable of supporting free form design and conversion method and system thereof Expired - Fee Related CN105912517B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610205634.XA CN105912517B (en) 2016-03-31 2016-03-31 Data structure capable of supporting free form design and conversion method and system thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610205634.XA CN105912517B (en) 2016-03-31 2016-03-31 Data structure capable of supporting free form design and conversion method and system thereof

Publications (2)

Publication Number Publication Date
CN105912517A true CN105912517A (en) 2016-08-31
CN105912517B CN105912517B (en) 2020-05-01

Family

ID=56745439

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610205634.XA Expired - Fee Related CN105912517B (en) 2016-03-31 2016-03-31 Data structure capable of supporting free form design and conversion method and system thereof

Country Status (1)

Country Link
CN (1) CN105912517B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106406683A (en) * 2016-11-30 2017-02-15 武汉斗鱼网络科技有限公司 Radio button setting method and device and radio button click response method and device
CN107341141A (en) * 2017-07-24 2017-11-10 上海网易小额贷款有限公司 List management method, device, medium and computing device
CN107562777A (en) * 2017-07-17 2018-01-09 阿里巴巴集团控股有限公司 Data processing method and its equipment
WO2018205869A1 (en) * 2017-05-09 2018-11-15 钱叶敢 Form self-defined method and device
CN110046336A (en) * 2019-04-15 2019-07-23 南京孜博汇信息科技有限公司 Position encoded sheet disposal method and system
CN111158642A (en) * 2019-11-25 2020-05-15 深圳壹账通智能科技有限公司 Data construction method and device, computer equipment and storage medium
CN111930379A (en) * 2020-08-11 2020-11-13 上海亿锎智能科技有限公司 Method, device and system for realizing Web end complaint form designer
CN112905681A (en) * 2021-02-09 2021-06-04 上海易校信息科技有限公司 Data conversion method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040177327A1 (en) * 2000-02-04 2004-09-09 Robert Kieffer System and process for delivering and rendering scalable web pages
CN103389991A (en) * 2012-05-09 2013-11-13 阿里巴巴集团控股有限公司 Data interaction method, data interaction device, data conversion method and data conversion device
CN103631597A (en) * 2013-12-09 2014-03-12 中博信息技术研究院有限公司 Extensible markup language (XML)-based WEB form engine device and method
CN104599059A (en) * 2015-01-12 2015-05-06 内蒙古自治区农牧业科学院 Dairy cow mobile data management system and method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040177327A1 (en) * 2000-02-04 2004-09-09 Robert Kieffer System and process for delivering and rendering scalable web pages
CN103389991A (en) * 2012-05-09 2013-11-13 阿里巴巴集团控股有限公司 Data interaction method, data interaction device, data conversion method and data conversion device
CN103631597A (en) * 2013-12-09 2014-03-12 中博信息技术研究院有限公司 Extensible markup language (XML)-based WEB form engine device and method
CN104599059A (en) * 2015-01-12 2015-05-06 内蒙古自治区农牧业科学院 Dairy cow mobile data management system and method thereof

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106406683B (en) * 2016-11-30 2019-08-02 武汉斗鱼网络科技有限公司 Response method and device are clicked in a kind of setting of radio button
CN106406683A (en) * 2016-11-30 2017-02-15 武汉斗鱼网络科技有限公司 Radio button setting method and device and radio button click response method and device
US11520978B2 (en) 2017-05-09 2022-12-06 Hefei Hanteng Information Technology Co., Ltd Form customization method and device
WO2018205869A1 (en) * 2017-05-09 2018-11-15 钱叶敢 Form self-defined method and device
CN107562777A (en) * 2017-07-17 2018-01-09 阿里巴巴集团控股有限公司 Data processing method and its equipment
CN107562777B (en) * 2017-07-17 2020-10-02 阿里巴巴集团控股有限公司 Data processing method and apparatus thereof
CN107341141A (en) * 2017-07-24 2017-11-10 上海网易小额贷款有限公司 List management method, device, medium and computing device
CN107341141B (en) * 2017-07-24 2020-11-10 上海网易小额贷款有限公司 Form management method, device, medium and computing equipment
CN110046336A (en) * 2019-04-15 2019-07-23 南京孜博汇信息科技有限公司 Position encoded sheet disposal method and system
CN111158642A (en) * 2019-11-25 2020-05-15 深圳壹账通智能科技有限公司 Data construction method and device, computer equipment and storage medium
WO2021103621A1 (en) * 2019-11-25 2021-06-03 深圳壹账通智能科技有限公司 Data construction method and apparatus, and computer device and storage medium
CN111930379B (en) * 2020-08-11 2021-07-06 上海亿锎智能科技有限公司 Method, device and system for realizing Web end complaint form designer
CN111930379A (en) * 2020-08-11 2020-11-13 上海亿锎智能科技有限公司 Method, device and system for realizing Web end complaint form designer
CN112905681A (en) * 2021-02-09 2021-06-04 上海易校信息科技有限公司 Data conversion method

Also Published As

Publication number Publication date
CN105912517B (en) 2020-05-01

Similar Documents

Publication Publication Date Title
CN105912517A (en) Data structure supporting design of flexible forms and conversion method and system thereof
Smit et al. Sustainable customer experience design: Co-creating experiences in events, tourism and hospitality
Ferguson et al. Introducing remote enculturation: Learning your heritage culture from afar
Isakowitz et al. RMM: A methodology for structured hypermedia design
Millard Towards a literacy of fusion: new times, new teaching and learning?
JP2021061034A (en) Method and system for generating questionnaire
CN101025738B (en) Template-free dynamic website generating method
US7836119B2 (en) Distributed execution model for cross-organizational declarative web applications
Dey et al. A quadripartite approach to analysing young British South Asian adults’ dual cultural identity
US20110295793A1 (en) System and method for providing data flexibility in a business intelligence server using an administration tool
US20150339303A1 (en) System for Referring To and/or Embedding Posts, Videos or Digital Media Within Other Posts, Videos or Digital Media and Posts Within Any Part of Another Posts, Videos or Digital Media
Van Es et al. Making sense of capital crime cities: Getting underneath the urban facade on crime-detective fiction tours
Foley et al. Major transitions in human evolution
CN107463366A (en) A kind of interface mobilism method based on mobile App
Scaraboto et al. Holy Mary goes’ round: Using object circulation to promote hybrid value regimes in alternative economies
CN103744987B (en) Video website media asset aggregation method and system based on DOM tree matching
Persohn Curation as methodology
Hoyt et al. Visualizing and Analyzing the Hollywood Screenplay with ScripThreads.
Hasmanova Marhankova Being a (grand) father:(re) constructing masculinity through the life-course
US20150120794A1 (en) Personal data modeller
Bae et al. A multicultural retreat in exotic serenity: Interpreting temple stay experience using the Mandala of Health model
Mai et al. Learning of art style using AI and its evaluation based on psychological experiments
as Isakowitz et al. RMM: A methodology for structured hypermedia design
Stratton Perth Cultural Studies: A brief and partial intellectual history
Jarrier et al. Narrative transportation scale: Measure development for transmedia experience

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20200501

Termination date: 20210331