[go: up one dir, main page]

CN109445794B - Page construction method and device - Google Patents

Page construction method and device Download PDF

Info

Publication number
CN109445794B
CN109445794B CN201811338275.0A CN201811338275A CN109445794B CN 109445794 B CN109445794 B CN 109445794B CN 201811338275 A CN201811338275 A CN 201811338275A CN 109445794 B CN109445794 B CN 109445794B
Authority
CN
China
Prior art keywords
page
data model
attribute
table field
xml file
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.)
Active
Application number
CN201811338275.0A
Other languages
Chinese (zh)
Other versions
CN109445794A (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.)
State Grid Information and Telecommunication Group Co Ltd
Beijing China Power Information Technology Co Ltd
State Grid Corp of China SGCC
Original Assignee
State Grid Information and Telecommunication Group Co Ltd
Beijing China Power Information Technology Co Ltd
State Grid Corp of China SGCC
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 State Grid Information and Telecommunication Group Co Ltd, Beijing China Power Information Technology Co Ltd, State Grid Corp of China SGCC filed Critical State Grid Information and Telecommunication Group Co Ltd
Priority to CN201811338275.0A priority Critical patent/CN109445794B/en
Publication of CN109445794A publication Critical patent/CN109445794A/en
Application granted granted Critical
Publication of CN109445794B publication Critical patent/CN109445794B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本申请提供了一种页面构造方法,包括:打开页面设计器,根据业务需求对页面布局元素进行动态设置,并将设置后的页面文件转化为XML文件进行存储;打开数据模型设计器,以自定义的形式创建数据模型;抽取所述XML文件中的页面业务对象,并根据抽取出来的页面业务对象设置所述数据模型的表字段属性信息;保存并持久化所述数据模型,完成页面构造。通过自动抽取页面业务对象,并根据页面业务对象设置数据模型的表字段属性信息,实现了页面业务对象与数据模型的自动绑定,实现了页面构造到数据库持久化的全自动过程。

Figure 201811338275

The present application provides a page construction method, including: opening a page designer, dynamically setting page layout elements according to business requirements, and converting the set page file into an XML file for storage; opening the data model designer to automatically Create a data model in the defined form; extract the page business object in the XML file, and set the table field attribute information of the data model according to the extracted page business object; save and persist the data model to complete the page construction. By automatically extracting page business objects and setting the table field attribute information of the data model according to the page business objects, the automatic binding of the page business objects and the data model is realized, and the fully automatic process from page construction to database persistence is realized.

Figure 201811338275

Description

Page construction method and device
Technical Field
The invention relates to the technical field of software development, in particular to a page construction method and device.
Background
With the continuous improvement of the social informatization degree, the information industry is in more and more intense competition, and governments and enterprises put higher requirements on the development of informatization application systems. How to improve the page development efficiency and how to meet the diversified and variable requirements of customers becomes a hotspot of research in the industry, and is also a difficult problem that a page construction tool needs to solve urgently. Customers need a more humanized and intelligent page construction tool.
At present, there are many page structures and smart form products in the software market, and they are used as tools supporting rapid development, improving development efficiency to a certain extent, and have respective characteristics and advantages, but the following problems are generally existed:
most of the existing page construction tools are separated from the background, the front end is complex in page design, the back end still needs to manually and repeatedly establish a data model and database table information, and the process is complex and is easy to make mistakes.
Disclosure of Invention
In view of this, the present invention provides a page construction method and device, which implement automatic extraction of page attributes and binding of page objects, and implement a full-automatic process of constructing a page to a database.
In order to achieve the above purpose, the invention provides the following specific technical scheme:
a page construction method, comprising:
opening a page designer, dynamically setting page layout elements according to business requirements, and converting the set page file into an XML file for storage;
opening a data model designer, and creating a data model in a self-defined form;
extracting a page service object in the XML file, and setting table field attribute information of the data model according to the extracted page service object;
and storing and persisting the data model to complete page construction.
Optionally, the dynamically setting the page layout element according to the service requirement includes:
newly building a form page;
and dynamically setting the page layout elements in the form page in a mode of dragging the page layout elements according to the business requirements.
Optionally, the creating a data model in a customized form includes:
and creating a data model, and recording basic information of the data model in the data model.
Optionally, the extracting the page service object in the XML file includes:
reading the XML file;
analyzing the XML file according to the page construction source code of the XML file, traversing the XML file according to a specific service type, and extracting a page service object in the XML file;
and carrying out duplication elimination treatment on the extracted page business object to obtain the duplicated page business object.
Optionally, before saving and persisting the data model, the method further includes:
and setting the table field attribute information of the data model in a self-defined mode.
Optionally, before saving and persisting the data model, the method further includes:
calling an attribute dictionary, and matching the table field attribute Chinese name in the data model with the table field attribute Chinese name in the attribute dictionary;
if the Chinese name of the table field attribute is matched, backfilling the English name of the table field attribute matched in the attribute dictionary into an attribute list of the data model;
and if the Chinese name of the table field attribute cannot be matched, maintaining the attribute dictionary, and adding the Chinese name which is not matched with the table field attribute, and the English name and the dictionary maintenance information corresponding to the Chinese name into the attribute dictionary.
Optionally, the saving and persisting the data model includes:
saving the data model to a database;
and generating a table building statement according to the table field attribute information of the data model, and creating a data table in a database according to the table building statement.
A page construction apparatus comprising:
the page design unit is used for opening a page designer, dynamically setting page layout elements according to business requirements, and converting the set page file into an XML file for storage;
the data model creating unit is used for opening a data model designer and creating a data model in a self-defined form;
the data model setting unit is used for extracting the page business object in the XML file and setting the table field attribute information of the data model according to the extracted page business object;
and the data model persistence unit is used for storing and persisting the data model to complete the page construction.
Optionally, the page design unit is specifically configured to create a new form page; and dynamically setting the page layout elements in the form page in a mode of dragging the page layout elements according to the business requirements.
Optionally, the data model creating unit is specifically configured to create a data model, and enter basic information of the data model into the data model.
Optionally, the data model setting unit includes:
the page business object extraction subunit is used for reading the XML file; analyzing the XML file according to the page construction source code of the XML file, traversing the XML file according to a specific service type, and extracting a page service object in the XML file; and carrying out duplication elimination treatment on the extracted page business object to obtain the duplicated page business object.
Optionally, the apparatus further comprises:
and the custom data model setting unit is used for setting the table field attribute information of the data model in a custom mode.
Optionally, the apparatus further comprises:
the table field attribute matching unit is used for calling an attribute dictionary and matching the table field attribute Chinese name in the data model with the table field attribute Chinese name in the attribute dictionary; if the Chinese name of the table field attribute is matched, backfilling the English name of the table field attribute matched in the attribute dictionary into an attribute list of the data model; and if the Chinese name of the table field attribute cannot be matched, maintaining the attribute dictionary, and adding the Chinese name which is not matched with the table field attribute, and the English name and the dictionary maintenance information corresponding to the Chinese name into the attribute dictionary.
Optionally, the data model persistence unit is specifically configured to store the data model in a database; and generating a table building statement according to the table field attribute information of the data model, and creating a data table in a database according to the table building statement.
Compared with the prior art, the invention has the following beneficial effects:
according to the page construction method and device, the page service object is automatically extracted, the table field attribute information of the data model is set according to the page service object, the table field attribute information of the data model does not need to be manually set, and the error rate of manually establishing the data model is reduced. And the table field attribute of the data model is set by automatically extracting the page business object, so that the automatic binding of the page business object and the data model is realized, and the persistence from the page construction to the database is completely and automatically completed, so that the page construction is more efficient and stable, and the later operation and maintenance are facilitated.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a schematic diagram of a page construction method according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart of a page construction method disclosed in the embodiment of the present invention;
fig. 3 is a schematic flow chart of a method for extracting a page service object according to an embodiment of the present invention;
FIG. 4 is a flowchart illustrating an attribute dictionary matching method according to an embodiment of the present invention;
FIG. 5 is a schematic structural diagram of a page structuring apparatus according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of another page structuring device disclosed in the embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment discloses a page construction method, which is applied to a software development tool, the software development work can run with a server or a mobile terminal, a page designer, a data model designer and a database are integrated, specifically, please refer to fig. 1, the page construction method realizes dynamic setting of page layout elements in the page designer, converts a set page file into an XML file for storage, the XML file comprises a page construction source code, then creates a data model in the data model designer, extracts a page service object by analyzing the page construction source code in the XML file, and sets table field attribute information of the data model according to the extracted page service object, thereby realizing binding of the page service object and the data model. And then storing and persisting the data model, completing page construction, running the page and checking the page running effect. The page construction method disclosed by the embodiment realizes the automatic completion of the page construction to the database persistence, so that the page construction is more efficient and stable, and the later operation and maintenance are facilitated.
Specifically, referring to fig. 2, the page construction method specifically includes the following steps:
s101: opening a page designer, dynamically setting page layout elements according to business requirements, and converting the set page file into an XML file for storage;
specifically, after the page designer is opened, a form page needs to be newly created, and in a visual interface of the page designer, page layout elements are dynamically set in the form page in a manner of dragging the page layout elements according to business requirements.
And the design function of the page designer converts the set page file into an XML file for storage.
S102: opening a data model designer, and creating a data model in a self-defined form;
in a visual interface of a data model designer, a data model is created in a self-defined mode, and basic information of the data model, such as Chinese name of a table, English name of the table, description of the table and the like, is input.
S103: extracting a page service object in the XML file, and setting table field attribute information of the data model according to the extracted page service object;
specifically, referring to fig. 3, the method for extracting a page service object in an XML file includes the following steps:
s201: reading the XML file;
s202: analyzing the XML file according to the page construction source code of the XML file, traversing the XML file according to a specific service type, and extracting a page service object in the XML file;
s203: and carrying out duplication elimination treatment on the extracted page business object to obtain the duplicated page business object.
The XML file structure is integrally distributed by < div > </div > layer tags, the outmost layer is page layout, layout attributes are set, page elements are arranged in the middle of the layout, and the custom attributes are used for storing element related attribute setting and style setting. The rcpName in the element attribute is the business object display attribute, rcpStyle is the element type.
In the process of extracting the page object, firstly, reading a page source code XML; secondly, analyzing the page source code XML, traversing according to a specific service type (such as rcpStype: "type: DataLabel"), extracting the page service object, temporarily storing the page service object in a cache page object set, and finally, removing the duplication of the page service object in the set.
It should be further noted that the table field attribute information of the data model may also be set in a manner of customizing the table field attribute, and the table field attribute information may be customized by adding a row, deleting a row, moving up, moving down, and other functional keys in the attribute list.
Extracting a page service object in an XML file and setting the field attribute of a table in a user-defined way, wherein the two ways of setting the field attribute of the table need to maintain the information of Name (Chinese Name), Code (English Name), Comment (Comment or description), Domain (field for defining standard Data Type), Data Type, primary key, foreign key and the like in the list.
S104: and storing and persisting the data model to complete page construction.
Specifically, the data model is stored, that is, information of the data model is stored in a database so as to be maintained and used. And the persistent data model is used for generating a table building statement according to the table field attribute information of the data model and creating a data table in a database according to the table building statement for service operation.
Further, when the page construction is completed, the page file created in S101 is clicked, page preview or transmission is clicked, and the page operation effect can be viewed.
As a preferred implementation manner of this embodiment, in the page construction method disclosed in this embodiment, before saving and persisting the data model, a property dictionary is called, and the table field property chinese name in the data model is matched with the table field property chinese name in the property dictionary. Referring to fig. 4, the method specifically includes the following steps:
s301: calling an attribute dictionary, and matching the table field attribute Chinese name in the data model with the table field attribute Chinese name in the attribute dictionary;
s302: judging whether the Chinese name of each table field in the data model is matched with the Chinese name of the table field attribute in the attribute dictionary;
if so, executing S303: backfilling English names of the table field attributes matched in the attribute dictionary into an attribute list of the data model;
if not, go to step S304: and maintaining the attribute dictionary, and adding Chinese names which are not matched with the attributes of the table fields, English names corresponding to the Chinese names and dictionary maintenance information into the attribute dictionary.
The data dictionary is an attribute library which is continuously increased and maintained in the service process, a base is initialized or an empty library is provided in advance for the system, and the data dictionary is continuously perfect and abundant in the data model establishing process, so that secondary multiplexing is facilitated. The data dictionary comprises Chinese names, English names (including English full names and English short names), service classification, data states, creators, dates and other information of table field attributes.
The function purpose of the attribute dictionary is to keep the consistency of creating the attribute of the Code column of the table field in the modeling process of the data model, the attribute dictionary is continuously maintained and used in creating the attribute of the table field, in the attribute function of the maintenance table field, the system automatically matches the Name attribute column of the attribute dictionary according to the Name attribute column of the table field through the attribute matching function, matched Code information is backfilled into the attribute list, the field attribute which is not successfully matched can be maintained in the attribute list, and the attribute dictionary is maintained through adding the dictionary function so as to be reused, thereby improving the flexibility of data modeling, unifying the Code attribute in the data model and increasing the readability of the service.
Referring to fig. 5, the present embodiment discloses a page constructing method based on the foregoing embodiments, and correspondingly discloses a page constructing apparatus, including:
the page design unit 401 is configured to open a page designer, dynamically set page layout elements according to service requirements, and convert a set page file into an XML file for storage;
a data model creation unit 402, configured to open a data model designer and create a data model in a customized form;
a data model setting unit 403, configured to extract a page service object in the XML file, and set table field attribute information of the data model according to the extracted page service object;
and a data model persistence unit 404, configured to store and persist the data model to complete page construction.
Optionally, the page design unit 401 is specifically configured to create a new form page; and dynamically setting the page layout elements in the form page in a mode of dragging the page layout elements according to the business requirements.
Optionally, the data model creating unit 402 is specifically configured to create a data model, and enter basic information of the data model into the data model.
Optionally, the data model setting unit 403 includes:
the page business object extraction subunit is used for reading the XML file; analyzing the XML file according to the page construction source code of the XML file, traversing the XML file according to a specific service type, and extracting a page service object in the XML file; and carrying out duplication elimination treatment on the extracted page business object to obtain the duplicated page business object.
Optionally, the apparatus further comprises:
and the custom data model setting unit is used for setting the table field attribute information of the data model in a custom mode.
Optionally, the data model persistence unit 404 is specifically configured to store the data model in a database; and generating a table building statement according to the table field attribute information of the data model, and creating a data table in a database according to the table building statement.
According to the page construction device disclosed by the embodiment, the page service object is automatically extracted, and the table field attribute information of the data model is set according to the page service object, so that the table field attribute information of the data model does not need to be manually set, and the error rate of manually establishing the data model is reduced. And the table field attribute of the data model is set by automatically extracting the page business object, so that the automatic binding of the page business object and the data model is realized, and the persistence from the page construction to the database is completely and automatically completed, so that the page construction is more efficient and stable, and the later operation and maintenance are facilitated.
On the basis of the above embodiments, referring to fig. 6, the present embodiment discloses another page structure apparatus, which specifically includes:
the page design unit 501 is used for opening a page designer, dynamically setting page layout elements according to business requirements, and converting the set page file into an XML file for storage;
a data model creation unit 502, configured to open a data model designer and create a data model in a customized form;
a data model setting unit 503, configured to extract a page service object in the XML file, and set table field attribute information of the data model according to the extracted page service object;
a table field attribute matching unit 504, configured to invoke an attribute dictionary, and match a table field attribute chinese name in the data model with a table field attribute chinese name in the attribute dictionary; if the Chinese name of the table field attribute is matched, backfilling the English name of the table field attribute matched in the attribute dictionary into an attribute list of the data model; if the Chinese name of the table field attribute can not be matched, maintaining the attribute dictionary, and adding the Chinese name which is not matched with the table field attribute, and the English name and the dictionary maintenance information corresponding to the Chinese name which are not matched with the table field attribute into the attribute dictionary;
and a data model persistence unit 505, configured to store and persist the data model to complete page construction.
The page construction device disclosed by the embodiment automatically matches the Chinese name of the table field with the Chinese name of the table field in the attribute dictionary by adding the table field attribute matching unit, backfills the English name of the matched table field attribute in the attribute list, can maintain the field attribute which is not successfully matched in the attribute list, and maintains the attribute dictionary by adding the dictionary function so as to reuse the English name again, thereby improving the flexibility of data modeling, unifying the English name of the table field attribute in the data model and increasing the readability of the service.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (6)

1. A method of page construction, comprising:
opening a page designer, dynamically setting page layout elements according to business requirements, and converting the set page file into an XML file for storage;
opening a data model designer, and creating a data model in a self-defined form;
extracting a page service object in the XML file, and setting table field attribute information of the data model according to the extracted page service object;
storing and persisting the data model to complete page construction;
the extracting the page service object in the XML file includes: reading the XML file; analyzing the XML file according to the page construction source code of the XML file, traversing the XML file according to a specific service type, and extracting a page service object in the XML file; carrying out duplication elimination processing on the extracted page business object to obtain a duplicated page business object;
prior to saving and persisting the data model, the method further comprises: calling an attribute dictionary, and matching the table field attribute Chinese name in the data model with the table field attribute Chinese name in the attribute dictionary; if the Chinese name of the table field attribute is matched, backfilling the English name of the table field attribute matched in the attribute dictionary into an attribute list of the data model; and if the Chinese name of the table field attribute cannot be matched, maintaining the attribute dictionary, and adding the Chinese name which is not matched with the table field attribute, and the English name and the dictionary maintenance information corresponding to the Chinese name into the attribute dictionary.
2. The method of claim 1, wherein the dynamically setting the page layout element according to business requirements comprises:
newly building a form page;
and dynamically setting the page layout elements in the form page in a mode of dragging the page layout elements according to the business requirements.
3. The method of claim 1, wherein the creating a data model in a customized form comprises:
and creating a data model, and recording basic information of the data model in the data model.
4. The method of claim 1, wherein prior to saving and persisting the data model, the method further comprises:
and setting the table field attribute information of the data model in a self-defined mode.
5. The method of claim 1, wherein said saving and persisting the data model comprises:
saving the data model to a database;
and generating a table building statement according to the table field attribute information of the data model, and creating a data table in a database according to the table building statement.
6. A page construction apparatus, comprising:
the page design unit is used for opening a page designer, dynamically setting page layout elements according to business requirements, and converting the set page file into an XML file for storage;
the data model creating unit is used for opening a data model designer and creating a data model in a self-defined form;
the data model setting unit is used for extracting the page business object in the XML file and setting the table field attribute information of the data model according to the extracted page business object;
the data model persistence unit is used for storing and persisting the data model to complete page construction;
the data model setting unit includes: the page business object extraction subunit is used for reading the XML file; analyzing the XML file according to the page construction source code of the XML file, traversing the XML file according to a specific service type, and extracting a page service object in the XML file; carrying out duplication elimination processing on the extracted page business object to obtain a duplicated page business object;
the table field attribute matching unit is used for calling an attribute dictionary and matching the table field attribute Chinese name in the data model with the table field attribute Chinese name in the attribute dictionary; if the Chinese name of the table field attribute is matched, backfilling the English name of the table field attribute matched in the attribute dictionary into an attribute list of the data model; and if the Chinese name of the table field attribute cannot be matched, maintaining the attribute dictionary, and adding the Chinese name which is not matched with the table field attribute, and the English name and the dictionary maintenance information corresponding to the Chinese name into the attribute dictionary.
CN201811338275.0A 2018-11-12 2018-11-12 Page construction method and device Active CN109445794B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811338275.0A CN109445794B (en) 2018-11-12 2018-11-12 Page construction method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811338275.0A CN109445794B (en) 2018-11-12 2018-11-12 Page construction method and device

Publications (2)

Publication Number Publication Date
CN109445794A CN109445794A (en) 2019-03-08
CN109445794B true CN109445794B (en) 2022-01-28

Family

ID=65551270

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811338275.0A Active CN109445794B (en) 2018-11-12 2018-11-12 Page construction method and device

Country Status (1)

Country Link
CN (1) CN109445794B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110990006A (en) * 2019-11-25 2020-04-10 爱信诺征信有限公司 Form management system and form generation device
CN111782180A (en) * 2020-06-24 2020-10-16 智车优行科技(北京)有限公司 Page generating method and apparatus, electronic device and storage medium
CN111913695A (en) * 2020-08-07 2020-11-10 国网信息通信产业集团有限公司 Code conversion method, device and storage medium
CN112527859A (en) * 2020-12-04 2021-03-19 浪潮云信息技术股份公司 Flexible configuration management method based on business object
CN119225728B (en) * 2024-12-03 2025-06-24 浙江大华技术股份有限公司 Page generation method, electronic equipment and computer readable storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101788994A (en) * 2009-08-14 2010-07-28 成都迪捷信息技术有限公司 Method for constructing data display model and method and device for displaying data
CN102789382A (en) * 2012-06-28 2012-11-21 用友软件股份有限公司 System and method for generating and running form
CN103246733A (en) * 2013-05-13 2013-08-14 浪潮集团山东通用软件有限公司 Dynamic form system based on metadata and generation method thereof
CN103389895A (en) * 2012-08-30 2013-11-13 爱乐活(北京)科技有限公司 Method and system for generating front end page
CN104462545A (en) * 2014-12-24 2015-03-25 国家电网公司 Page construction method and device based on three-layer model
CN105653644A (en) * 2015-12-28 2016-06-08 北京中电普华信息技术有限公司 Page constructor and page construction method

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8549469B2 (en) * 2006-10-22 2013-10-01 Akin B Bolarinwa System and method for specification and implementation of MVC (model-view-controller) based web applications
US10296308B2 (en) * 2015-10-28 2019-05-21 Adobe Inc. Automatically generating network applications from design mock-ups
CN105809375A (en) * 2016-05-19 2016-07-27 四川物联亿达科技有限公司 Extension form design integrating method
CN107678736A (en) * 2017-10-09 2018-02-09 用友网络科技股份有限公司 A kind of business Page Template shows method, system and computer installation

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101788994A (en) * 2009-08-14 2010-07-28 成都迪捷信息技术有限公司 Method for constructing data display model and method and device for displaying data
CN102789382A (en) * 2012-06-28 2012-11-21 用友软件股份有限公司 System and method for generating and running form
CN103389895A (en) * 2012-08-30 2013-11-13 爱乐活(北京)科技有限公司 Method and system for generating front end page
CN103246733A (en) * 2013-05-13 2013-08-14 浪潮集团山东通用软件有限公司 Dynamic form system based on metadata and generation method thereof
CN104462545A (en) * 2014-12-24 2015-03-25 国家电网公司 Page construction method and device based on three-layer model
CN105653644A (en) * 2015-12-28 2016-06-08 北京中电普华信息技术有限公司 Page constructor and page construction method
CA2951145A1 (en) * 2015-12-28 2017-06-28 Beijing China-Power Information Technology Co., Ltd. Page constructor and page constructing method

Also Published As

Publication number Publication date
CN109445794A (en) 2019-03-08

Similar Documents

Publication Publication Date Title
CN109445794B (en) Page construction method and device
CN102708161B (en) A Modeling Method of Data Logic Model Using Common Concept Set
CN111427561A (en) Service code generation method and device, computer equipment and storage medium
CN107885499A (en) A kind of interface document generation method and terminal device
CN105528418B (en) A kind of design documentation generation method and device
CN102122280B (en) Method and system for intelligently extracting content object
CN102103605A (en) Method and system for intelligently extracting document structure
WO2014189531A1 (en) Extracting data from semi-structured electronic documents
JP7309811B2 (en) Data annotation method, apparatus, electronics and storage medium
CN101430714A (en) Content structuring process method and system based on model
US9038004B2 (en) Automated integrated circuit design documentation
CN104615431A (en) Method and device for achieving Web application
CN103530134B (en) A kind of configurable software platform structure
CN105630757B (en) A kind of data editing method and device
CN113050934B (en) Form driving intelligent development method and device and storage medium
CN104536947A (en) Layout document processing method and device
CN119903023A (en) Method, device, equipment and medium for generating file metadata based on large model
CN113741864A (en) Automatic design method and system of semantic service interface based on natural language processing
CN102193907A (en) Method and system for comparing manuscripts based on B/S (Browser/Server) structure
CN117272959A (en) Method and system for generating form low codes based on BERT model
CN117111909A (en) Code automatic generation method, system, computer equipment and storage medium
CN115544980A (en) Method and device for generating document by Excel file based on Revit
CN113239670A (en) Method and device for uploading service template, computer equipment and storage medium
CN111723177A (en) Modeling method and device of information extraction model and electronic equipment
CN103106288B (en) A kind of method and system generating recommendation file name for newly-built electronic form document

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant