CN112540760A - 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
CN112540760A
CN112540760A CN202011443324.4A CN202011443324A CN112540760A CN 112540760 A CN112540760 A CN 112540760A CN 202011443324 A CN202011443324 A CN 202011443324A CN 112540760 A CN112540760 A CN 112540760A
Authority
CN
China
Prior art keywords
field
fields
control
user
page
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011443324.4A
Other languages
Chinese (zh)
Inventor
尚灵超
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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/CN112540760A/en
Publication of CN112540760A publication Critical patent/CN112540760A/en
Pending legal-status Critical Current

Links

Images

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

Abstract

The invention relates to the technical field of visual page construction, in particular to a UI (user interface) quick construction method based on a data source field, which comprises the following steps: A) connecting the existing database of the user; B) acquiring fields and field attributes of the main table and the associated table, and generating corresponding dragging 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 fields contained in the target page. The substantial effects of the invention are as follows: the method has the advantages that the control is generated for each field by reading the main table, the association table and the fields in the existing database of the user instead of generating the control before separating from the fields, so that the page building efficiency is improved, meanwhile, the logic of the newly built page is fused with the original system, the data change of the original system can be directly reflected in the newly built page, and the real-time performance and the usability of the newly built page data 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) quick construction method based on a data source field.
Background
The visual page building is a function page building method which gradually starts to be widely used in recent years. For example, a large number of middle and back end management pages have different logic and functions, large development repeatability and fast change of requirements although the specific data sections of the middle and back end management pages in different industries are different. It is not meaningful to develop each system separately. The visual page building technology well solves the problem. The dragging control is used for building the visual page, various system pages can be built through simple dragging and modification, and the requirements on programmers are greatly reduced. However, in the current visual page construction, various types of controls such as text input boxes, radio boxes, check boxes, drop-down lists, picture fields, buttons and the like are firstly generated, and then the user drags the controls to customize the attributes such as the ID of the controls. And (3) building a table in the background, and inputting a new field in the table by a user every time the user drags and customizes a control, and defining the attribute of the field according to the customized attribute of the control. Although a new page can be generated conveniently, the table corresponding to the generated new page does not have any data, and the function of the page can be really realized only after the table 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 obtain the data update, so that the service has no real-time property.
For example, chinese patent CN111061473A, published 2020, 4, 24, is a method and an apparatus for editing visual components for quickly constructing pages, where the method includes: selecting at least one visual component in 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; and determining any visual component in the second area as a current object to be edited, wherein the current object to be edited is displayed in the second area as an editable state allowing movement. According to the technical scheme, the visual components can be quickly acquired in the constructed page, the editable state is convenient and fast, and the development cost and the delivery time of the energy project visual project are reduced. However, the method cannot be communicated with the data of the original system, and the data updating of the newly-built service depends on data synchronization, so that the problem that the service logic of the original system is disconnected with the newly-built page is caused.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: the technical problem that the business logic of the existing visual page building technology is disjointed from the original system is solved. The method can fuse the logic of the newly-built page with the original system, and realize the quick upgrading and reconstruction of the system.
In order to solve the technical problems, the technical scheme adopted by the invention is as follows: a UI interface rapid construction method based on a data source field comprises the following steps: A) connecting the existing database of the user; B) acquiring a main table and an association table relation of a database; C) acquiring fields and field attributes of the main table and the associated table, and generating corresponding dragging 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 fields contained in the target page. The method has the advantages that the control is generated for each field by reading the main table, the association table and the fields in the existing database of the user instead of generating the control before separating from the fields, the trouble that each control needs self-defined ID and attribute can be avoided, the page building efficiency is improved, meanwhile, the logic of the newly built page is fused with the original system, the data change of the original system can be directly reflected in the newly built page, the operation step of data synchronization is saved, and the real-time performance and the usability of the newly built page data are improved.
Preferably, the method for obtaining the association table of the main table in the step B) includes: B1) reading fields and 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 in a database of a user to obtain a non-empty field set of each user table; B3) and taking the user table with the non-empty intersection of the non-empty field set and the non-empty field set of the main table as an association table of the main table. The set of 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 includes: E1) presetting a plurality of applications, wherein the preset applications comprise matched control types, and setting a database query statement template for each preset application; E2) acquiring a form area and a result display area contained in a target page according to the type and the position of a control contained in the target page; E3) and acquiring fields contained in the form area and fields contained in the result display area, comparing the type of the control in the form area with the type of the matching control of the preset application, and automatically selecting the preset application with the highest matching degree as the generated application. Through presetting a plurality of applications, matching of the preset applications is carried out according to the type of the control, the application with the highest matching degree is directly generated, the efficiency of setting up a page by a user can be further accelerated, 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 common types of applications.
Preferably, in step C), the method for generating a corresponding drag control according to a field of the database includes: C1) counting the use frequency of fields of the user table, and arranging the fields in descending order according to the use frequency; C2) generating a dragging control for each field, wherein the dragging control comprises an icon and a control attribute modification box, when the icon of the control is clicked, the control attribute modification box is displayed near a mouse pointer, 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) and arranging the dragging controls corresponding to the fields beside the target page generation area according to field sequencing. The controls are generated according to the fields firstly, and then the type of the control corresponding to each field can be modified, so that the new page can be conveniently built.
Preferably, in step C1), the method for counting the usage frequency of the fields of the user table includes: C11) constructing field CiCharacteristic value f of frequency of useCi(ii) a C12) Obtaining total data quantity R of existing database data of users, and dividing the interval [0, R]Divided into several intervals of value Rk,k∈[1,K]K is the number of divided intervals, and each field CiNumber of effective data
Figure BDA0002823249790000031
After falling into the divided interval, the serial number of the interval is obtained
Figure BDA0002823249790000032
C13) Frequency eigenvalue
Figure BDA0002823249790000033
Wherein the content of the first and second substances,
Figure BDA0002823249790000034
is field CiWith a default value of 0, a1And a2Respectively are weighting coefficients; C14) will field Ci,i∈[1,N]According to its frequency characteristic value
Figure BDA0002823249790000035
And (5) arranging in descending order. By frequency eigenvalues
Figure BDA0002823249790000036
Will field CiAnd sequencing can be used for making a basic element sequence as objective as possible, so that blindness is avoided.
Preferably, in step C1), the method for counting the usage frequency of the fields of the user table further comprises:
reading the log of the existing database of the user in the latest period of time, acquiring the INSERT statement therein, and counting the field CiNumber of occurrences in INSERT statement
Figure BDA0002823249790000037
If it is
Figure BDA0002823249790000038
If the value is greater than the set threshold value, the field CiCharacteristic value of frequency of
Figure BDA0002823249790000039
Wherein, a3In order to be the weighting coefficients,
Figure BDA00028232497900000310
INis the total number of INSERT statements obtained. By reading the log of the existing database of the user in the last period of time, the frequency characteristic value is improved
Figure BDA00028232497900000311
Accurate reflection to the user.
Preferably, each field C is countediUsage rate of
Figure BDA00028232497900000312
Rate of use
Figure BDA00028232497900000313
Figure BDA00028232497900000314
Is composed of a field CiNumber of tables, if field CiEmpty rate of
Figure BDA00028232497900000315
If the threshold value is larger than the preset threshold value, the utilization rate of the system is judged
Figure BDA00028232497900000316
Whether it is greater than the preset threshold or not, if so, the usage rate
Figure BDA00028232497900000317
Greater than a predetermined threshold τ0Then a is updated according to the following formula2Value of (A)
Figure BDA00028232497900000318
Figure BDA00028232497900000319
Wherein b is a predetermined coefficient, b>1. By rate of use
Figure BDA00028232497900000320
User pair field C with more objective reflectioniIs used frequently, more fields C are providediObjective basis for ranking.
The substantial effects of the invention are as follows: the method has the advantages that the control is generated for each field by reading the main table, the association table and the fields in the existing database of the user instead of generating the control before separating from the fields, the trouble that each control needs self-defined ID and attribute can be avoided, the page building efficiency is improved, meanwhile, the logic of the newly built page is fused with the original system, the data change of the original system can be directly reflected in the newly built page, the operation step of data synchronization is saved, and the real-time performance and the usability of the newly built page data are improved.
Drawings
FIG. 1 is a flowchart illustrating a method for quickly constructing a UI interface according to an embodiment.
FIG. 2 is a flowchart illustrating a method for obtaining an association table of a master table according to an embodiment.
FIG. 3 is a flow diagram of a method for generating an application, according to an embodiment.
FIG. 4 is a flowchart of a method for generating a drag control, according to an embodiment.
Detailed Description
The following provides a more detailed description of the present invention, with reference to the accompanying drawings.
The first embodiment is as follows:
a quick UI interface construction method based on data source fields is disclosed, as shown in FIG. 1, and comprises the following steps: A) connecting the existing database of the user; B) acquiring a main table and an association table relation of a database; C) acquiring fields and field attributes of the main table and the associated table, and generating corresponding dragging 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 fields contained in the target page. The method has the advantages that the control is generated for each field by reading the main table, the association table and the fields in the existing database of the user instead of generating the control before separating from the fields, the trouble that each control needs self-defined ID and attribute can be avoided, the page building efficiency is improved, meanwhile, the logic of the newly built page is fused with the original system, the data change of the original system can be directly reflected in the newly built page, the operation step of data synchronization is saved, and the real-time performance and the usability of the newly built 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 fields and 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 in a database of a user to obtain a non-empty field set of each user table; B3) and taking the user table with the non-empty intersection of the non-empty field set and the non-empty field set of the main table as an association table of the main table. The set of 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, and setting a database query statement template for each preset application, and the preset applications comprise form query applications, statistical applications and report applications; E2) acquiring a form area and a result display area contained in a target page according to the type and the position of a control contained in the target page; E3) and acquiring fields contained in the form area and fields contained in the result display area, comparing the type of the control in the form area with the type of the matching control of the preset application, and automatically selecting the preset application with the highest matching degree as the generated application. Form query applications, statistics applications, and reporting applications are the most common types of applications.
As shown in fig. 4, in step C), the method for generating a corresponding drag control according to a field of the database includes: C1) counting the use frequency of fields of the user table, and arranging the fields in descending order according to the use frequency; C2) generating a dragging control for each field, wherein the dragging 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 column, a control name modification area and a control default value modification area; C3) and arranging the dragging controls corresponding to the fields beside the target page generation area according to field sequencing.
In step C1), the method for counting the usage frequency of the fields of the user table includes: C11) constructing field CiCharacteristic value f of frequency of useCi(ii) a C12) Obtaining total data quantity R of existing database data of users, and dividing the interval [0, R]Divided into several intervals of value Rk,k∈[1,K]K is the number of divided intervals, and each field CiNumber of effective data
Figure BDA0002823249790000051
After falling into the divided interval, the serial number of the interval is obtained
Figure BDA0002823249790000052
C13) Frequency eigenvalue
Figure BDA0002823249790000053
Wherein the content of the first and second substances,
Figure BDA0002823249790000054
is field CiWith a default value of 0, a1And a2Respectively are weighting coefficients; C14) will field Ci,i∈[1,N]According to its frequency characteristic value
Figure BDA0002823249790000055
And (5) arranging in descending order. Reading the log of the existing database of the user in the latest period of time, acquiring the INSERT statement therein, and counting the field CiNumber of occurrences in INSERT statement
Figure BDA0002823249790000056
If it is
Figure BDA0002823249790000057
If the value is greater than the set threshold value, the field CiCharacteristic value of frequency of
Figure BDA0002823249790000058
Wherein, a3In order to be the weighting coefficients,
Figure BDA0002823249790000059
INis the total number of INSERT statements obtained. By reading the log of the existing database of the user in the last period of time, the frequency characteristic value is improved
Figure BDA00028232497900000510
Accurate reflection to the user.
Count each field CiUsage rate of
Figure BDA00028232497900000511
Rate of use
Figure BDA00028232497900000512
Figure BDA00028232497900000513
Is composed of a field CiNumber of tables, if field CiEmpty rate of
Figure BDA00028232497900000514
If the threshold value is larger than the preset threshold value, the utilization rate of the system is judged
Figure BDA00028232497900000515
Whether it is greater than the preset threshold or not, if so, the usage rate
Figure BDA00028232497900000516
Greater than a predetermined threshold τ0Then a is updated according to the following formula2Value of (A)
Figure BDA00028232497900000517
Wherein b is a predetermined coefficient, b>1. By rate of use
Figure BDA00028232497900000518
User pair field C with more objective reflectioniIs used frequently, more fields C are providediObjective basis for ranking.
The beneficial technical effects of this embodiment are: the method has the advantages that the control is generated for each field by reading the main table, the association table and the fields in the existing database of the user instead of generating the control before separating from the fields, the trouble that each control needs self-defined ID and attribute can be avoided, the page building efficiency is improved, meanwhile, the logic of the newly built page is fused with the original system, the data change of the original system can be directly reflected in the newly built page, the operation step of data synchronization is saved, and the real-time performance and the usability of the newly built page data are improved.
The above-described embodiments are only preferred embodiments of the present invention, and are not intended to limit the present invention in any way, and other variations and modifications may be made without departing from the spirit of the invention as set forth in the claims.

Claims (8)

1. A UI interface rapid construction method based on data source fields is characterized in that,
the method comprises the following steps:
A) connecting the existing database of the user;
B) acquiring a main table and an association table relation of a database;
C) acquiring fields and field attributes of the main table and the associated table, and generating corresponding dragging 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 fields contained in the target page.
2. The method for quickly building the UI interface based on the data source field according to claim 1,
the method for obtaining the association table of the main table in the step B) comprises the following steps:
B1) reading fields and 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 in a database of a user to obtain a non-empty field set of each user table;
B3) and taking the user table with the non-empty intersection of the non-empty field set and the non-empty field set of the main table as an association table of the main table.
3. The method for quickly building the UI interface based on the data source field according to claim 1,
in step E), the method for generating the corresponding application includes:
E1) presetting a plurality of applications, wherein the preset applications comprise matched control types, and setting a database query statement template for each preset application;
E2) acquiring a form area and a result display area contained in a target page according to the type and the position of a control contained in the target page;
E3) and acquiring fields contained in the form area and fields contained in the result display area, comparing the type of the control in the form area with the type of the matching control of the preset application, and automatically selecting the preset application with the highest matching degree as the generated application.
4. The method for quickly building the UI interface based on the data source field according to claim 1,
in step E1), the preset applications include a form query application, a statistics application and a report application.
5. The method for quickly building the UI interface based on the data source field according to claim 1,
in step C), the method for generating the corresponding dragging control according to the field of the database comprises the following steps:
C1) counting the use frequency of fields of the user table, and arranging the fields in descending order according to the use frequency;
C2) generating a dragging control for each field, wherein the dragging control comprises an icon and a control attribute modification box, when the icon of the control is clicked, the control attribute modification box is displayed near a mouse pointer, 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) and arranging the dragging controls corresponding to the fields beside the target page generation area according to field sequencing.
6. The method for quickly building the UI interface based on the data source field according to claim 5,
in step C1), the method for counting the usage frequency of the fields of the user table includes:
C11) constructing field CiCharacteristic value of using frequency
Figure FDA0002823249780000021
C12) Obtaining total data quantity R of existing database data of users, and dividing the interval [0, R]Divided into several intervals of value Rk,k∈[1,K]K is the number of divided intervals, and each field CiNumber of effective data
Figure FDA0002823249780000022
After falling into the divided interval, the serial number of the interval is obtained
Figure FDA0002823249780000023
C13) Frequency eigenvalue
Figure FDA0002823249780000024
Wherein the content of the first and second substances,
Figure FDA0002823249780000025
is field CiWith a default value of 0, a1And a2Respectively are weighting coefficients;
C14) will field Ci,i∈[1,N]According to its frequency characteristic value
Figure FDA0002823249780000026
And (5) arranging in descending order.
7. The method for quickly building the UI interface based on the data source field according to claim 6,
in step C1), the method for counting the usage frequency of the fields of the user table further comprises:
reading the log of the existing database of the user in the latest period of time, acquiring the INSERT statement therein, and counting the field CiNumber of occurrences in INSERT statement
Figure FDA0002823249780000027
If it is
Figure FDA0002823249780000028
If the value is greater than the set threshold value, the field CiCharacteristic value of frequency of
Figure FDA0002823249780000029
Wherein, a3In order to be the weighting coefficients,
Figure FDA00028232497800000210
INis the total number of INSERT statements obtained.
8. The method for quickly building the UI interface based on the data source field according to claim 7,
count each field CiUsage rate of
Figure FDA00028232497800000211
Rate of use
Figure FDA00028232497800000212
Figure FDA00028232497800000213
Is composed of a field CiNumber of tables, if field CiEmpty rate of
Figure FDA00028232497800000214
If the threshold value is larger than the preset threshold value, the utilization rate of the system is judged
Figure FDA00028232497800000215
Whether it is greater than the preset threshold or not, if so, the usage rate
Figure FDA0002823249780000031
Greater than a predetermined threshold τ0Then a is updated according to the following formula2Value of (A)
Figure FDA0002823249780000032
Wherein b is a predetermined coefficient, b>1。
CN202011443324.4A 2020-12-08 2020-12-08 UI (user interface) quick construction method based on data source field Pending CN112540760A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011443324.4A CN112540760A (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 CN112540760A (en) 2020-12-08 2020-12-08 UI (user interface) quick construction method based on data source field

Publications (1)

Publication Number Publication Date
CN112540760A true CN112540760A (en) 2021-03-23

Family

ID=75019993

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011443324.4A Pending CN112540760A (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) CN112540760A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113255315A (en) * 2021-07-19 2021-08-13 杭州天谷信息科技有限公司 Method and system for configuring and generating evidence chain

Citations (14)

* 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
US20070156740A1 (en) * 2005-12-27 2007-07-05 International Business Machines Corporation Generating a separable query design object and database schema through visual view editing
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
US20140032579A1 (en) * 2012-07-26 2014-01-30 Dwight Merriman Aggregation framework system architecture and method
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
CN110780794A (en) * 2020-01-02 2020-02-11 成都四方伟业软件股份有限公司 Visual data list display method and device
CN110781423A (en) * 2019-10-10 2020-02-11 腾讯科技(深圳)有限公司 Webpage generation method and device and electronic equipment
US20200065314A1 (en) * 2017-01-06 2020-02-27 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 (14)

* 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
US20070156740A1 (en) * 2005-12-27 2007-07-05 International Business Machines Corporation Generating a separable query design object and database schema through visual view editing
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
US20140032579A1 (en) * 2012-07-26 2014-01-30 Dwight Merriman Aggregation framework system architecture and method
CN107111639A (en) * 2014-12-18 2017-08-29 起元技术有限责任公司 Build form
CN105653644A (en) * 2015-12-28 2016-06-08 北京中电普华信息技术有限公司 Page constructor and page construction method
US20200065314A1 (en) * 2017-01-06 2020-02-27 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
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

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113255315A (en) * 2021-07-19 2021-08-13 杭州天谷信息科技有限公司 Method and system for configuring and generating evidence chain

Similar Documents

Publication Publication Date Title
EP3819791A2 (en) Information search method and apparatus, device and storage medium
CN112463151B (en) Visual page construction method based on data source
CN106708484B (en) Method and device for establishing page
CN115098084A (en) Non-coding form design and drawing method
CN108595604B (en) Data visualization system and method for intelligent report
CN109710631A (en) Auxiliary generates method, apparatus, equipment and the computer storage medium of SQL code
CN114510611B (en) Method and device for constructing metadata blood relationship atlas and related equipment
CN102279848A (en) Method and device for generating report template
KR20210041554A (en) System and method for comparing and selectively merging database records
CN113032633B (en) Method for customizing table by using reference data item
CN111414405A (en) Data acquisition method and device and electronic equipment
CN108009715A (en) It is a kind of automatically analyze index fluctuation root because method
CN112540760A (en) UI (user interface) quick construction method based on data source field
CN108959458B (en) Data generation and use method, system, medium and computer device
JPH07129597A (en) Database retrieving device
CN113641719A (en) Data processing method, data processing device, computer and storage medium
CN113268496A (en) Client list screening method and device
CN110780970A (en) Data screening method, device, equipment and computer readable storage medium
CN116257229A (en) Interface generation system and interface generation method
CN111159207A (en) Information processing method and device
CN112540759B (en) Basic element construction method for visual UI interface generation
CN114519153B (en) Webpage history record display method, device, equipment and storage medium
CN115329150A (en) Method and device for generating search condition tree, electronic equipment and storage medium
CN112100362B (en) Document format recommendation model training method and device and electronic equipment
CN115329728A (en) Working data low-acquisition high-multiplexing cooperative office report communication system and method

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