CN112540760B - UI (user interface) quick construction method based on data source field - Google Patents

UI (user interface) quick construction method based on data source field Download PDF

Info

Publication number
CN112540760B
CN112540760B CN202011443324.4A CN202011443324A CN112540760B CN 112540760 B CN112540760 B CN 112540760B CN 202011443324 A CN202011443324 A CN 202011443324A CN 112540760 B CN112540760 B CN 112540760B
Authority
CN
China
Prior art keywords
field
fields
user
control
database
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
CN202011443324.4A
Other languages
Chinese (zh)
Other versions
CN112540760A (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.)
Hangzhou Xuncou Technology Co ltd
Original Assignee
Hangzhou Xuncou 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 Hangzhou Xuncou Technology Co ltd filed Critical Hangzhou Xuncou Technology Co ltd
Priority to CN202011443324.4A priority Critical patent/CN112540760B/en
Publication of CN112540760A publication Critical patent/CN112540760A/en
Application granted granted Critical
Publication of CN112540760B publication Critical patent/CN112540760B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2462Approximate or statistical queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Probability & Statistics with Applications (AREA)
  • Human Computer Interaction (AREA)
  • Fuzzy Systems (AREA)
  • Mathematical Physics (AREA)
  • Computational Linguistics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention relates to the technical field of visual page construction, in particular to a UI (user interface) rapid construction method based on a data source field, which comprises the following steps: a) Connecting to a database existing by the user; b) Acquiring fields and field attributes of a main table and an associated table, and generating corresponding drag controls according to the fields; c) Acquiring a main table and an association table relation of a database; d) Responding to the dragging of a user, and generating a target page; e) And generating corresponding application according to the main table and the associated table field contained in the target page. The invention has the following substantial effects: by reading the main table, the association table and the fields in the existing database of the user, a control is generated for each field instead of generating the control separately from the fields, the page construction efficiency is improved, meanwhile, the logic of the newly constructed page is fused with the original system, the data change generated by the original system can be directly reflected in the newly constructed page, and the real-time performance and usability of the data of the newly constructed page are improved.

Description

UI (user interface) quick construction method based on data source field
Technical Field
The invention relates to the technical field of visual page construction, in particular to a UI (user interface) rapid construction method based on a data source field.
Background
Visual page building is a functional page building method that has gradually begun to be widely used in recent years. For example, a large number of middle-back end management pages, although specific data segments of the middle-back end management pages in different industries are different, logic and functions of the pages are different, development repeatability is high, and the change of requirements is quick. The meaning of developing each system separately is not great. The visual page building technology well solves the problems. The visual page building uses the dragging control, and various system pages can be built through simple dragging and modification, so that the requirements on programmers are greatly reduced. However, the current visual page building firstly generates various types of controls, such as text input boxes, radio selection boxes, check boxes, drop-down lists, picture fields, buttons and the like, and then after being dragged by a user, the user defines the attributes of the controls, such as IDs and the like. And creating a table in the background, inputting a new field into the table by a user after dragging and customizing a control, and defining the attribute of the field according to the custom attribute of the control. Although the new page can be conveniently generated, the generated new page does not have any data in the corresponding table, and the page function can be truly realized after the new page is synchronized with the original database. When the data of the system is updated, the synchronization process also needs to be performed in time, otherwise, the newly built page cannot acquire the data update, so that the service does not have instantaneity.
For example, chinese patent CN111061473a, publication date 2020, month 4 and 24, a method and apparatus for editing a visual component for quickly building a page, the method comprising: selecting at least one visual component from a first area and dragging the visual component to a second area, wherein the first area and the second area are two operation areas in a page construction interface; any visual component in the second area is determined to be the current object to be edited, and the current object to be edited is displayed in the second area as an editable state allowing movement. According to the technical scheme, the quick acquisition and convenient editable state of the visual assembly in the construction page are realized, and the development cost and delivery time of the visual project of the energy project are reduced. However, the system cannot be communicated with the data of the original system, and the data update of the new service depends on data synchronization, so that the problem of disconnection between the service logic of the original system and the new page is caused.
Disclosure of Invention
The invention aims to solve the technical problems that: the technical problem of disjoint between the service logic and the original system in the visual page construction technology at present. The method can enable logic of a newly built page to be fused with an original system, and achieves rapid upgrading and reconstruction of the system.
In order to solve the technical problems, the invention adopts the following technical scheme: a UI interface rapid construction method based on data source fields comprises the following steps: a) Connecting to a database existing by the user; b) Acquiring a main table and an association table relation of a database; c) Acquiring fields and field attributes of a main table and an associated table, and generating corresponding drag controls according to the fields; d) Responding to the dragging of a user, and generating a target page; e) And generating corresponding application according to the main table and the associated table field contained in the target page. By reading the main table, the association table and the fields in the existing database of the user, a control is generated for each field instead of generating the control first without the fields, the trouble that each control needs a self-defined ID and attribute can be avoided, page construction efficiency is improved, meanwhile, the logic of a newly constructed page is fused with an original system, the data change generated by the original system can be directly reflected in the newly constructed page, the operation step of data synchronization is saved, and the real-time performance and usability of the newly constructed page data are improved.
Preferably, the method for obtaining the association table of the main table in the step B) includes: b1 Reading the fields and the field attributes of the main table to obtain a non-empty field set of the main table; b2 Reading fields and field attributes of other user tables of a database of the user to obtain a non-empty field set of each user table; b3 A user table with non-empty intersection set of non-empty field set and the non-empty field set of the main table is used as an association table of the main table. The set of the fields related to the service can be obtained through the association table, and the efficiency of building a new page can be improved.
Preferably, in step E), the method for generating the corresponding application comprises: e1 Presetting a plurality of applications, wherein the preset applications comprise matching control types, and setting a database query statement template for each preset application; e2 According to the type of the control contained in the target page and the position of the control, a form area and a result display area contained in the target page are obtained; e3 The fields contained in the form area and the fields contained in the result display area are obtained, the types of the controls in the form area are compared with the types of the matched controls of the preset applications, and the preset application with the highest matching degree is automatically selected as the generated application. Through presetting a plurality of applications, matching of the preset applications is carried out according to the types of the controls, and the application with the highest matching degree is directly generated, so that the page building efficiency of a user can be further improved, and the user experience is improved.
Preferably, in step E1), the preset several applications include a form query application, a statistics application and a reporting application. Form query applications, statistics applications, and reporting applications are the most commonly used application types.
Preferably, in step C), the method for generating the corresponding drag control according to the fields of the database includes: c1 Counting the use frequency of the fields of the user table, and arranging the fields in descending order according to the use frequency; c2 Generating a drag control for each field, wherein the drag control comprises an icon and a control attribute modification frame, when the icon of the control is clicked, the control attribute modification frame is displayed near a mouse pointer, and the control attribute modification frame comprises a control type selection bar, a control name modification area and a control default value modification area; c3 Arranging the drag control corresponding to the field beside the target page generation area according to the field ordering. Controls are generated according to the fields, then the types of the controls corresponding to each field can be modified, and the new page can be built conveniently.
Preferably, in step C1), the method for counting the usage frequency of the fields of the user table includes: c11 A) construct field C i uses the frequency characteristic value f Ci; c12 Obtaining total data quantity R of the existing database data of the user, dividing the interval [0, R ] into a plurality of numerical intervals R k,k∈[1,K], K being the number of divided intervals, and dividing the number of effective data under each field C i After falling into the divided interval, the interval sequence number/>, is obtainedC13 Frequency characteristic value)
Wherein,Initial frequency for field C i, its value defaults to 0, and a 1 and a 2 are weighting coefficients, respectively; c14 Field C i,i∈[1,N] according to its frequency eigenvalue/>And (5) arranging in a descending order. By frequent eigenvalues/>The fields C i are ordered, so that the objective basic element sequence as much as possible can be made, and blindness is avoided.
Preferably, in step C1), the method for counting the usage frequency of the fields of the user table further includes:
Reading a log of the last period of time of the existing database of the user, obtaining an INSERT statement therein, and counting the number of times a field C i appears in the INSERT statement If/>If the frequency characteristic value is larger than the set threshold value, the frequency characteristic value of the field C i
Wherein a 3 is the weighting coefficient,I N is the total number of INSERT statements obtained. By reading the log of the user existing database in the last period of time, the frequency characteristic value/>, is improvedAccurate reflection of the user.
Preferably, the usage rate of each field C i is countedUsage/> For the number of tables containing field C i, if the null rate of field C i/>If the usage rate is greater than the preset threshold value, judging the usage rate/>Whether greater than a preset threshold, if soIf the value is larger than the preset threshold tau 0, updating the value of a 2/>, according to the following formula Wherein b is a preset coefficient, b >1. By use of the rate/>The more objectively reflected user frequency of use of field C i provides more objective basis for ordering field C i.
The invention has the following substantial effects: by reading the main table, the association table and the fields in the existing database of the user, a control is generated for each field instead of generating the control first without the fields, the trouble that each control needs a self-defined ID and attribute can be avoided, page construction efficiency is improved, meanwhile, the logic of a newly constructed page is fused with an original system, the data change generated by the original system can be directly reflected in the newly constructed page, the operation step of data synchronization is saved, and the real-time performance and usability of the newly constructed page data are improved.
Drawings
Fig. 1 is a flowchart of a UI interface quick construction method according to an embodiment.
FIG. 2 is a flowchart of a method for obtaining an association table of a master table according to an embodiment.
FIG. 3 is a flow chart of a method for generating an application according to an embodiment.
FIG. 4 is a flow diagram of a method of generating a drag control according to an embodiment.
Detailed Description
The following description of the embodiments of the present invention will be made with reference to the accompanying drawings.
Embodiment one:
A UI interface rapid construction method based on data source fields, as shown in figure 1, comprises the following steps: a) Connecting to a database existing by the user; b) Acquiring a main table and an association table relation of a database; c) Acquiring fields and field attributes of a main table and an associated table, and generating corresponding drag controls according to the fields; d) Responding to the dragging of a user, and generating a target page; e) And generating corresponding application according to the main table and the associated table field contained in the target page. By reading the main table, the association table and the fields in the existing database of the user, a control is generated for each field instead of generating the control first without the fields, the trouble that each control needs a self-defined ID and attribute can be avoided, page construction efficiency is improved, meanwhile, the logic of a newly constructed page is fused with an original system, the data change generated by the original system can be directly reflected in the newly constructed page, the operation step of data synchronization is saved, and the real-time performance and usability of the newly constructed page data are improved.
As shown in fig. 2, the method for obtaining the association table of the main table in step B) includes: b1 Reading the fields and the field attributes of the main table to obtain a non-empty field set of the main table; b2 Reading fields and field attributes of other user tables of a database of the user to obtain a non-empty field set of each user table; b3 A user table with non-empty intersection set of non-empty field set and the non-empty field set of the main table is used as an association table of the main table. The set of the fields related to the service can be obtained through the association table, and the efficiency of building a new page can be improved.
As shown in fig. 3, in step E), the method for generating the corresponding application includes: e1 Presetting a plurality of applications, wherein the preset applications comprise matching control types, a database query statement template is set for each preset application, and the preset applications comprise form query applications, statistics applications and report applications; e2 According to the type of the control contained in the target page and the position of the control, a form area and a result display area contained in the target page are obtained; e3 The fields contained in the form area and the fields contained in the result display area are obtained, the types of the controls in the form area are compared with the types of the matched controls of the preset applications, and the preset application with the highest matching degree is automatically selected as the generated application. Form query applications, statistics applications, and reporting applications are the most commonly used application types.
As shown in fig. 4, in step C), the method for generating the corresponding drag control according to the fields of the database includes: c1 Counting the use frequency of the fields of the user table, and arranging the fields in descending order according to the use frequency; c2 Generating a drag control for each field, wherein the drag control comprises an icon and a control attribute modification box, the control attribute modification box is displayed near a mouse pointer when the icon of the control is clicked, and the control attribute modification box comprises a control type selection bar, a control name modification area and a control default value modification area; c3 Arranging the drag control corresponding to the field beside the target page generation area according to the field ordering.
In step C1), the method for counting the usage frequency of the fields of the user table includes: c11 A) construct field C i uses the frequency characteristic value f Ci; c12 Obtaining total data quantity R of the existing database data of the user, dividing the interval [0, R ] into a plurality of numerical intervals R k,k∈[1,K], K being the number of divided intervals, and dividing the number of effective data under each field C i After falling into the divided interval, the interval sequence number/>, is obtainedC13 Frequency characteristic value)
Wherein,Initial frequency for field C i, its value defaults to 0, and a 1 and a 2 are weighting coefficients, respectively; c14 Field C i,i∈[1,N] according to its frequency eigenvalue/>And (5) arranging in a descending order. Reading a log of the last period of the database of the user, obtaining an INSERT statement therein, and counting the number of times of the field C i appearing in the INSERT statement/>If/>If the frequency characteristic value is larger than the set threshold value, the frequency characteristic value of the field C i
Wherein a 3 is the weighting coefficient,I N is the total number of INSERT statements obtained. By reading the log of the user existing database in the last period of time, the frequency characteristic value/>, is improvedAccurate reflection of the user.
Statistics of usage of each field C i Usage/> For the number of tables containing field C i, if the null rate of field C i/>If the usage rate is greater than the preset threshold value, judging the usage rate/>Whether greater than a preset threshold, if soIf the value is larger than the preset threshold tau 0, updating the value of a 2/>, according to the following formulaWherein b is a preset coefficient, b >1. By use of the rate/>The more objectively reflected user frequency of use of field C i provides more objective basis for ordering field C i.
The beneficial technical effects of this embodiment are: by reading the main table, the association table and the fields in the existing database of the user, a control is generated for each field instead of generating the control first without the fields, the trouble that each control needs a self-defined ID and attribute can be avoided, page construction efficiency is improved, meanwhile, the logic of a newly constructed page is fused with an original system, the data change generated by the original system can be directly reflected in the newly constructed page, the operation step of data synchronization is saved, and the real-time performance and usability of the newly constructed page data are improved.
The above-described embodiment is only a preferred embodiment of the present invention, and is not limited in any way, and other variations and modifications may be made without departing from the technical aspects set forth in the claims.

Claims (7)

1. A UI interface rapid construction method based on data source field is characterized in that,
The method comprises the following steps:
a) Connecting to a database existing by the user;
B) Acquiring a main table and an association table relation of a database;
c) Acquiring fields and field attributes of a main table and an associated table, and generating corresponding drag controls according to the fields;
in step C), the method for generating the corresponding drag control according to the fields of the database includes:
C1 Counting the use frequency of the fields of the user table, and arranging the fields in descending order according to the use frequency;
in step C1), the method for counting the usage frequency of the fields of the user table includes:
C11 Building a field) Use of frequent eigenvalues/>
C12 Obtaining total data volume of database data existing in the userInterval/>Divided into several numerical intervals,/>For the number of divided intervals, each field/>The number of valid data/>After falling into the divided interval, the interval sequence number/>, is obtained
D) Responding to the dragging of a user, and generating a target page;
e) Generating corresponding application according to the main table and the associated table field contained in the target page;
in step E), the method for generating the corresponding application includes:
e1 Presetting a plurality of applications, wherein the preset applications comprise matching control types, and setting a database query statement template for each preset application;
e2 According to the type of the control contained in the target page and the position of the control, a form area and a result display area contained in the target page are obtained;
E3 The fields contained in the form area and the fields contained in the result display area are obtained, the types of the controls in the form area are compared with the types of the matched controls of the preset applications, and the preset application with the highest matching degree is automatically selected as the generated application.
2. The method for quickly constructing a UI interface based on a data source field according to claim 1, wherein,
The method for obtaining the association table of the main table in the step B) comprises the following steps:
B1 Reading the fields and the field attributes of the main table to obtain a non-empty field set of the main table;
B2 Reading fields and field attributes of other user tables of a database of the user to obtain a non-empty field set of each user table;
b3 A user table with non-empty intersection set of non-empty field set and the non-empty field set of the main table is used as an association table of the main table.
3. The method for quickly constructing a UI interface based on a data source field according to claim 1, wherein,
In step E1), the preset several applications include a form query application, a statistics application and a report application.
4. The method for quickly constructing a UI interface based on a data source field according to claim 1, wherein,
In step C), the method for generating the corresponding drag control according to the fields of the database includes:
C2 Generating a drag control for each field, wherein the drag control comprises an icon and a control attribute modification frame, when the icon of the control is clicked, the control attribute modification frame is displayed near a mouse pointer, and the control attribute modification frame comprises a control type selection bar, a control name modification area and a control default value modification area;
c3 Arranging the drag control corresponding to the field beside the target page generation area according to the field ordering.
5. The method for quickly constructing a UI interface based on a data source field according to claim 4, wherein,
In step C1), the method for counting the usage frequency of the fields of the user table includes:
c13 Frequency characteristic value)
Wherein,For field/>Default to 0,/>/>Respectively weighting coefficients; /(I)Is a fieldIs a null rate of (1);
C14 Field) will field According to the characteristic value/>And (5) arranging in a descending order.
6. The rapid UI interface construction method according to claim 5, wherein,
In step C1), the method for counting the usage frequency of the fields of the user table further includes:
reading a log of the user existing database in the last period of time, obtaining INSERT sentences in the log, and counting fields The number of times that it appears in the INSERT statement/>If/>Greater than the set threshold, field/>Frequency characteristic value of (2)
Wherein,As a weighting coefficient,/>,/>To obtain the total number of INSERT sentences.
7. The rapid UI interface construction method according to claim 6, wherein,
Statistics of each fieldUtilization/>Utilization/>,/>To include field/>If the number of tables in a fieldNull rate/>If the usage rate is greater than the preset threshold value, judging the usage rate/>Whether or not it is greater than a preset threshold/>If the usage rate/>Greater than a preset threshold/>Update/>, as followsValues/>Wherein/>For the preset coefficient,/>
CN202011443324.4A 2020-12-08 2020-12-08 UI (user interface) quick construction method based on data source field Active CN112540760B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011443324.4A CN112540760B (en) 2020-12-08 2020-12-08 UI (user interface) quick construction method based on data source field

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011443324.4A CN112540760B (en) 2020-12-08 2020-12-08 UI (user interface) quick construction method based on data source field

Publications (2)

Publication Number Publication Date
CN112540760A CN112540760A (en) 2021-03-23
CN112540760B true CN112540760B (en) 2024-05-28

Family

ID=75019993

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011443324.4A Active CN112540760B (en) 2020-12-08 2020-12-08 UI (user interface) quick construction method based on data source field

Country Status (1)

Country Link
CN (1) CN112540760B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113255315B (en) * 2021-07-19 2021-11-09 杭州天谷信息科技有限公司 Method and system for configuring and generating evidence chain
CN117762942A (en) * 2023-12-26 2024-03-26 深圳航天信息有限公司 Form design and storage method, system and readable storage medium

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000222495A (en) * 1999-01-29 2000-08-11 Canon Inc Method and device for editing form, and storage medium storing computer readable program
WO2008147616A1 (en) * 2007-05-25 2008-12-04 Zoot Enterprises, Inc. System and method for rapid development of software applications
CN101697123A (en) * 2009-10-20 2010-04-21 金蝶软件(中国)有限公司 Method and device for modifying interface layout in ERP system and ERP system
CN105653644A (en) * 2015-12-28 2016-06-08 北京中电普华信息技术有限公司 Page constructor and page construction method
CN107111639A (en) * 2014-12-18 2017-08-29 起元技术有限责任公司 Build form
CN107273122A (en) * 2017-06-07 2017-10-20 深圳市卓讯信息技术有限公司 Based on decoupling mechanism can iteration set up operation system method and its terminal
CN109710686A (en) * 2018-12-27 2019-05-03 杭州火树科技有限公司 The analysis system of visualization building chart
CN110543303A (en) * 2019-07-22 2019-12-06 石化盈科信息技术有限责任公司 Visual business platform
CN110609989A (en) * 2019-08-30 2019-12-24 广东易臣信息技术有限公司 Operation method for rapidly generating information form by adopting predefined layout component and application
CN110781423A (en) * 2019-10-10 2020-02-11 腾讯科技(深圳)有限公司 Webpage generation method and device and electronic equipment
CN110780794A (en) * 2020-01-02 2020-02-11 成都四方伟业软件股份有限公司 Visual data list display method and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8898203B2 (en) * 2005-12-27 2014-11-25 International Business Machines Corporation Generating a separable query design object and database schema through visual view editing
US9262462B2 (en) * 2012-07-26 2016-02-16 Mongodb, Inc. Aggregation framework system architecture and method
WO2018127747A1 (en) * 2017-01-06 2018-07-12 University Of Florida Research Foundation, Inc. A method, apparatus and computer program product for user-directed database configuration, and automated mining and conversion of data

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000222495A (en) * 1999-01-29 2000-08-11 Canon Inc Method and device for editing form, and storage medium storing computer readable program
WO2008147616A1 (en) * 2007-05-25 2008-12-04 Zoot Enterprises, Inc. System and method for rapid development of software applications
CN101697123A (en) * 2009-10-20 2010-04-21 金蝶软件(中国)有限公司 Method and device for modifying interface layout in ERP system and ERP system
CN107111639A (en) * 2014-12-18 2017-08-29 起元技术有限责任公司 Build form
CN105653644A (en) * 2015-12-28 2016-06-08 北京中电普华信息技术有限公司 Page constructor and page construction method
CN107273122A (en) * 2017-06-07 2017-10-20 深圳市卓讯信息技术有限公司 Based on decoupling mechanism can iteration set up operation system method and its terminal
CN109710686A (en) * 2018-12-27 2019-05-03 杭州火树科技有限公司 The analysis system of visualization building chart
CN110543303A (en) * 2019-07-22 2019-12-06 石化盈科信息技术有限责任公司 Visual business platform
CN110609989A (en) * 2019-08-30 2019-12-24 广东易臣信息技术有限公司 Operation method for rapidly generating information form by adopting predefined layout component and application
CN110781423A (en) * 2019-10-10 2020-02-11 腾讯科技(深圳)有限公司 Webpage generation method and device and electronic equipment
CN110780794A (en) * 2020-01-02 2020-02-11 成都四方伟业软件股份有限公司 Visual data list display method and device

Also Published As

Publication number Publication date
CN112540760A (en) 2021-03-23

Similar Documents

Publication Publication Date Title
CN112463151B (en) Visual page construction method based on data source
CN107256265B (en) A kind of search-engine results data visualization methods of exhibiting and system
US20230351287A1 (en) Resource grouping for resource dependency system and graphical user interface
CN112540760B (en) UI (user interface) quick construction method based on data source field
USRE47594E1 (en) Visual data importer
CN101971165B (en) Graphic representations of data relationships
CN109033260B (en) Knowledge graph interactive visual query method based on RDF
CN114510611B (en) Method and device for constructing metadata blood relationship atlas and related equipment
CN106708484B (en) Method and device for establishing page
CN107918831A (en) BIM Schedule managements method and its system based on browser
KR20210041554A (en) System and method for comparing and selectively merging database records
JP2017500664A (en) Query construction for execution against multidimensional data structures
CN109471900A (en) Chart class data self action data exchange method and system, computer program
CN105279270A (en) Patent retrieving apparatus and retrieving method therefor
CN109710631A (en) Auxiliary generates method, apparatus, equipment and the computer storage medium of SQL code
CN109033157B (en) Complex data retrieval method and system based on user-defined search condition tree
CN108959458B (en) Data generation and use method, system, medium and computer device
CN110780970B (en) Data screening method, device, equipment and computer readable storage medium
CN112100069A (en) SIMSCRIPT language-oriented discrete event simulation event queue visualization method
CN112540759B (en) Basic element construction method for visual UI interface generation
CN103793519A (en) Automatic tool supporting exportation of mass data
CN113656454B (en) Comprehensive supervision modeling statistical method, device, terminal and storage medium
CN116257229A (en) Interface generation system and interface generation method
CN115329728A (en) Working data low-acquisition high-multiplexing cooperative office report communication system and method
CN112100362B (en) Document format recommendation model training method and device and electronic equipment

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