CN111611270A - Form design and operation processing method and system - Google Patents
Form design and operation processing method and system Download PDFInfo
- Publication number
- CN111611270A CN111611270A CN202010454872.0A CN202010454872A CN111611270A CN 111611270 A CN111611270 A CN 111611270A CN 202010454872 A CN202010454872 A CN 202010454872A CN 111611270 A CN111611270 A CN 111611270A
- Authority
- CN
- China
- Prior art keywords
- configuration
- query
- data
- request
- list
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/248—Presentation of query results
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/242—Query formulation
- G06F16/2428—Query predicate definition using graphical user interfaces, including menus and forms
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/242—Query formulation
- G06F16/2433—Query languages
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/242—Query formulation
- G06F16/2433—Query languages
- G06F16/2445—Data retrieval commands; View definitions
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2455—Query execution
- G06F16/24553—Query execution of query operations
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Human Computer Interaction (AREA)
- Stored Programmes (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
A form design and operation processing method and device are used for generating and maintaining forms of an information system and comprise the following steps: the application interaction module receives online visualization form configuration of a user and sends a first request to the service control module, wherein the form configuration comprises list configuration and query configuration. And the service control module responds to the first request, controls the operation button authority configured by the list, controls the data query authority configured by query, analyzes the query configured parameters into standard SQL and sends a second request of database operation to the data persistence module. And the data persistence module responds to the second request, operates the database and returns an operation result to the service control module. The method and the device can process the online visual form configuration of the user, replace the traditional software coding, and enable the design and operation of the form to be simple and easy for the user.
Description
Technical Field
The application relates to the field of databases, in particular to a form design and operation processing method and system.
Background
In the prior art, the application of the data query list in the information system is indispensable, and the traditional application system needs to do a large amount of coding to realize various data query list functions, so that the development cost is high, the efficiency is low, the follow-up is difficult to maintain, and the requirements of clients cannot be quickly met. Although the technical level has many kinds of rich query list plug-ins, they all need complex coding to implement, have high learning and using cost, are not suitable for the current rapidly-developed software requirements, and need to be improved and enhanced.
Disclosure of Invention
The technical problem to be solved by the application is to provide a form design and operation processing method and system capable of performing listing and query configuration on line aiming at the defects of the prior art.
The technical problem to be solved by the application is solved by the following technical scheme:
according to a first aspect of the present application, there is provided a form design and operation processing method for generating and maintaining a form of an information system, including: the application interaction module receives online visualization form configuration of a user and sends a first request to the service control module, wherein the form configuration comprises list configuration and query configuration. And the service control module responds to the first request, controls the operation button authority configured by the list, controls the data query authority configured by query, analyzes the query configured parameters into standard SQL and sends a second request of database operation to the data persistence module. And the data persistence module responds to the second request, operates the database and returns an operation result to the service control module.
In the method related by the application, the application interaction module can process the online visual form configuration of the user, and replaces the traditional software coding, so that the design and operation of the form become simple and easy for the user, and the zero code also makes the operation and maintenance simple and convenient.
In the method related to the present application, further, where the application interaction module receives an online visualization form configuration of a user and sends a first request to the service control module, the method further includes: and the application interaction module receives a preview request of the user for the form configuration and sends a third request to the service control module. The service control module responds to the first request, controls the operation button authority configured by the list, controls the data query authority configured by query, analyzes the query configured parameters into standard SQL and sends a second request of database operation to the data persistence module, and the method also comprises the following steps: and the service control module responds to the third request, analyzes the data configured by the list into corresponding HTML data and returns the HTML data to the application interaction module for rendering.
In the method, the service control module can give the rendering effect of the form design in time after the user formation form is configured, so that the design and adjustment of the user are facilitated, and the usability is improved.
In the method related to the present application, further wherein the list configuring includes: data source configuration, and/or display field configuration, and/or button configuration, and/or list configuration, and/or Javascript script configuration, and/or style configuration.
In the method, the configuration and the dynamic switching of multiple data sources are supported, the configuration content is rich, and the usability is enhanced.
In the method related to the present application, further, the data source configuration includes a data table, and/or a view, and/or SQL, and/or an application form.
In the method related to the present application, further, the query configuration includes a query list, and/or a query condition, and/or a query pattern.
In the method related to the application, the design configuration of the query list and the query condition is supported, and the usability is further increased.
According to a second aspect of the present application, there is provided a form design and run processing system for generating and maintaining forms of an information system, comprising: the system comprises an application interaction module, a service control module, a data persistence module and a database, wherein the application interaction module is used for receiving online visualization form configuration of a user and sending a first request to the service control module, and the form configuration comprises list configuration and query configuration. The service control module is used for responding to the first request and comprises an operation authority control component, a data query component and a data query authority control component, the operation authority control component is used for controlling the authority of the operation buttons configured by the list, the data query authority control component is used for controlling the data query authority of the query configuration, and the data query component is used for analyzing the parameters of the query configuration into standard SQL and sending a second request of database operation to the data persistence module. And the data persistence module responds to the second request, operates the database and returns an operation result to the service control module.
In the system related by the application, the application interaction module can process the online visual form configuration of the user, and replaces the traditional software coding, so that the design and operation of the form become simple and easy for the user, and the zero code also makes the operation and maintenance simple and convenient.
In the system related to the present application, further, the application interaction module is further configured to receive a preview request of the form configuration from the user, and send a third request to the service control module. The service control module also comprises a list analysis component used for responding to the third request, analyzing the data configured by the list into corresponding HTML data and returning the HTML data to the application interaction module. The application interaction module further includes a list rendering component for rendering the HTML data.
In the system related to the present application, further wherein the list configuration includes: data source configuration, and/or display field configuration, and/or button configuration, and/or list configuration, and/or Javascript script configuration, and/or style configuration.
In the system related by the application, the configuration and the dynamic switching of multiple data sources are supported, the configuration content is rich, and the usability is enhanced.
In the system related to the present application, further, the data source configuration includes a data table, and/or a view, and/or SQL, and/or an application form.
In the system related to the present application, further, the query configuration includes a query list, and/or a query condition, and/or a query pattern.
In the system related to the application, the design configuration of the query list and the query condition is supported, and the usability is further increased.
According to a third aspect of the present application, there is provided a form design and operation processing apparatus for generating and maintaining a form of an information system, comprising:
a memory for storing a program;
a processor for implementing the above method by executing the program stored in the memory.
In the device related by the application, the application interaction module can process the online visual form configuration of the user, replaces the traditional software coding, so that the design and operation of the form become simple and easy for the user, and the zero code also makes the operation and maintenance simple and convenient.
Drawings
FIG. 1 is a flow chart of a form design and run processing method according to an embodiment of the present application;
FIG. 2 is a flowchart of a form design and run processing method according to a second embodiment of the present application;
FIG. 3 is a schematic diagram of program modules of a form design and operation processing system according to a third embodiment of the present application;
fig. 4 is a schematic diagram of program modules of a form design and operation processing system according to a fourth embodiment of the present application.
Detailed Description
The present invention will be described in further detail with reference to the following detailed description and accompanying drawings. The present application may be embodied in many different forms and is not limited to the embodiments described in the present embodiment. The following detailed description is provided to facilitate a more thorough understanding of the present disclosure, and the words used to indicate orientation, top, bottom, left, right, etc. are used solely to describe the illustrated structure in connection with the accompanying figures.
One skilled in the relevant art will recognize, however, that one or more of the specific details can be omitted, or other methods, components, or materials can be used. In some instances, some embodiments are not described or not described in detail.
The numbering of the components as such, e.g., "first", "second", etc., is used herein only to distinguish the objects as described, and does not have any sequential or technical meaning.
Furthermore, the technical features, aspects or characteristics described herein may be combined in any suitable manner in one or more embodiments. It will be readily appreciated by those of skill in the art that the order of the steps or operations of the methods associated with the embodiments provided herein may be varied. Thus, any sequence in the figures and examples is for illustrative purposes only and does not imply a requirement in a certain order unless explicitly stated to require a certain order.
The first embodiment is as follows:
fig. 1 shows a flowchart of a form design and run processing method according to the present embodiment. As shown in fig. 1, the method according to the present embodiment includes the following steps:
step 102: the application interaction module receives online visualization form configuration of a user and sends a first request to the service control module, wherein the form configuration comprises list configuration and query configuration.
Step 104: and the service control module responds to the first request, controls the operation button authority configured by the list, controls the data query authority configured by query, analyzes the query configured parameters into standard SQL and sends a second request of database operation to the data persistence module.
Step 106: and the data persistence module responds to the second request, operates the database and returns an operation result to the service control module.
In one embodiment, step 102 may further include: and the application interaction module receives a preview request of the user for the form configuration and sends a third request to the service control module. Step 104 may further include: and the service control module responds to the third request, analyzes the data configured by the list into corresponding HTML data and returns the HTML data to the application interaction module for rendering.
Further, the list configuration may include: data source configuration, and/or display field configuration, and/or button configuration, and/or list configuration, and/or Javascript script configuration, and/or style configuration.
Further, the data source configuration may include data tables, and/or views, and/or SQL, and/or application forms.
Further, the query configuration may include a list of queries, and/or query conditions, and/or query patterns.
Example two:
fig. 2 shows a flowchart of a form design and run processing method according to the present embodiment. As shown in fig. 2, the method according to the present embodiment includes the following steps:
step 202: and the user configures the form by using the application interaction module, wherein the form comprises a list configuration and a query configuration.
1. And (5) configuring a list.
The list configuration part is composed of a data source, data source configuration, display field configuration, button configuration, list configuration, JavaScript configuration, style configuration and the like. The concrete description is as follows:
a data source: a database data source for the system configuration is selected.
The data source is as follows: four types of data table, view, SQL and stress table.
And (4) displaying fields: select configures the Select part of data SQL, where configures the where condition in SQL, GROUP BY configures the GROUP BY part in SQL, and ORDER BY configures the ORDER BY part in SQL. In one embodiment, interaction with a user may be achieved, and fields of a selected data source query may be viewed upon user activation, such as pressing a button.
List configuration: whether the serial number configuration list is ordered or not, whether the selection frame configuration list has a selection frame or not, paging and paging information of the configuration list.
And (3) style configuration: displaying the title of the title configuration list, displaying column selection button, whether the configuration list can configure the display column, the total width of the list, and the total width of the configuration list
The configuration list is respectively configured with various display modes of the list. The detailed configuration is illustrated in table 1.
Table 1 list display mode
2. And querying the configuration.
The query configuration refers to designing query content of the display list, and in one embodiment, the query condition can be taken out from a data source of the list, and fields in the query condition are selected and added to the list of the design query as the query condition.
A description of the design query list in the query configuration is shown in table 2.
Table 2 design query list specification
3. And (4) controlling the authority.
When the user uses the application interaction module to configure the form, the service control module also controls the authority, including the authority of editing the page, the authority of reading only the page and the authority of inquiring the data.
In one embodiment, the attributes of the entitlement control are shown in Table 3.
TABLE 3 Authority controlled Attribute Table
Step 204: and the user previews the form configuration by using the application interaction module.
After configuration is complete, in one embodiment, the user may trigger a preview, such as a click button operation. The preview operation triggers the analysis of the query list, and the analysis process is completed by the application interaction module, the service control module, the data persistence module and the database. Mainly comprises the following processes:
s1: and the application interaction module reads the configuration data and transmits the configuration data to the service control module.
S2: and the service control module analyzes the configuration data, generates HTML codes and returns the HTML codes to the application interaction module.
S3: and the application interaction module acquires the configuration data and renders a query data list.
S4: the service control module acquires the query conditions input by the service control module, constructs query parameters and queries database data through the data persistence module.
According to one implementation mode, a list analysis component contained in a service control module analyzes configuration data and then returns HTML data, and an analysis rendering component contained in an application interaction module is responsible for performing interface combination analysis on all parts of a query list and calling a data storage structure, a configuration list structure and a configuration query structure.
In one embodiment, the table structure of the data store is shown in Table 4.
Table 4 an example of a table structure
In one embodiment, the configuration list structure is as follows:
in one embodiment, the configuration query structure is as follows:
step 206: and controlling the operation of the service by the service control module.
In one embodiment, the Service control module is implemented by a Controller and a Service. Wherein, the Controller completes the data page interaction between the Service and the application interaction module, and the Service layer completes the interaction between the Service logic and the data persistence module. The service control comprises the following steps:
1. a list parsing component: and the list analysis component is responsible for analyzing the structured configuration data into corresponding HTML data, returning the HTML data to a front-end page of the application interaction module, and rendering the query list.
2. The operation authority control component: and the operation authority control component is responsible for controlling the list analysis component to control the authority of the configured operation buttons.
3. A data query component: and processing the input parameters transmitted by the application interaction module, analyzing and processing the input parameters into corresponding standard SQL, and finishing the query operation of the data.
4. Data query authority control component: and the data query authority control of the list query data is responsible.
Step 208: and the data persistence module performs database related operation according to the requirement of the service control module.
In one embodiment, the data persistence layer is implemented by a mybatis plug-in to perform database-related operations.
The method according to the embodiment can realize online configuration instead of traditional software coding. Easy to be handled and maintained. Zero programming base personnel can also use the development software to query the listing function. Zero code files can be realized, and the development, operation and maintenance are simple and convenient.
Example three:
fig. 3 is a schematic diagram showing program modules of the form design and operation processing system 300 according to the present embodiment. The method comprises the following steps: an application interaction module 301, a service control module 302, a data persistence module 303, and a database 304. The application interaction module 301 is configured to receive an online visualization form configuration of a user, and send a first request to the service control module 302, where the form configuration includes a list configuration and a query configuration. The service control module 302 is configured to respond to the first request, and includes an operation permission control component 302a, a data query component 302b, and a data query permission control component 302c, where the operation permission control component 302a is configured to control an operation button permission configured in the list, the data query permission control component 302c is configured to control a data query permission configured in the query, and the data query component 302b is configured to parse a parameter configured in the query into standard SQL and send a second request for database operation to the data persistence module 303. The data persistence module 303 operates the database 304 in response to the second request, and returns an operation result to the service control module 302.
Example four:
FIG. 4 is a schematic diagram of program modules of a form design and operation processing system 400 according to the present embodiment. The method comprises the following steps: an application interaction module 401, a service control module 402, a data persistence module 403 and a database 404.
The application interaction module 401 is configured to receive an online visualization form configuration of a user, and send a first request to the service control module 402, where the form configuration includes a list configuration and a query configuration. The application interaction module 401 is further configured to receive a preview request of the form configuration from the user, and send a third request to the service control module 402.
The service control module 402 is configured to respond to the first request, and includes an operation right control component 402a, a data query component 402b, a data query right control component 402c, and a list parsing component 402 d. The operation authority control component 402a is used for controlling the authority of the operation buttons configured in the list, and the data query authority control component 402c is used for controlling the data query authority for querying the configuration. The data query component 402b is used to parse the parameters of the query configuration into standard SQL and issue a second request for database operations to the data persistence module 403. And the list parsing component 402d is configured to, in response to the third request, parse the data configured in the list into corresponding HTML data and return the HTML data to the application interaction module 401. The application interaction module 401 further comprises a list rendering component 401a for rendering the HTML data.
The data persistence module 403, in response to the second request, operates on the database 404 and returns an operation result to the service control module 402.
Example five:
the form design and run processing apparatus of the present application, in one embodiment, includes a memory and a processor.
A memory for storing a program;
and the processor is used for executing the programs stored in the memory to realize the methods in the first embodiment and the second embodiment.
Those skilled in the art will appreciate that all or part of the steps of the various methods in the above embodiments may be implemented by instructions associated with hardware via a program, which may be stored in a computer-readable storage medium, and the storage medium may include: read-only memory, random access memory, magnetic or optical disk, and the like.
The foregoing is a more detailed description of the present application in connection with specific embodiments thereof, and it is not intended that the present application be limited to the specific embodiments thereof. It will be apparent to those skilled in the art from this disclosure that many more simple derivations or substitutions can be made without departing from the spirit of the disclosure.
Claims (10)
1. A form design and operation processing method is used for generating and maintaining forms of an information system, and is characterized by comprising the following steps:
the method comprises the steps that an application interaction module receives online visualization form configuration of a user and sends a first request to a service control module, wherein the form configuration comprises list configuration and query configuration;
the service control module responds to the first request, controls the operation button authority configured by the list, controls the data query authority configured by the query, analyzes the parameters configured by the query into standard SQL (structured query language) and sends a second request of database operation to a data persistence module;
and the data persistence module responds to the second request, operates the database and returns an operation result to the service control module.
2. The form design and execution processing method of claim 1, wherein the application interaction module receives an online visualization form configuration of a user and sends a first request to the business control module, further comprising:
the application interaction module receives a preview request of a user for the form configuration and sends a third request to the service control module;
the service control module responds to the first request, controls the operation button authority configured by the list, controls the data query authority configured by the query, analyzes the parameters configured by the query into standard SQL and sends a second request of database operation to the data persistence module, and the method further comprises the following steps:
and the service control module responds to the third request, analyzes the data configured by the list into corresponding HTML data and returns the HTML data to the application interaction module for rendering.
3. The form design and run processing method of claim 1, wherein the list configuration comprises: data source configuration, and/or display field configuration, and/or button configuration, and/or list configuration, and/or Javascript script configuration, and/or style configuration.
4. The form design and execution processing method of claim 3, wherein the data source configuration comprises a data table, and/or a view, and/or a SQL, and/or an application form.
5. The form design and execution processing method of any of claims 1 to 4, wherein the query configuration comprises a query list, and/or query conditions, and/or query patterns.
6. A form design and run processing system for the generation and maintenance of forms for information systems, comprising: an application interaction module, a service control module, a data persistence module and a database, wherein
The application interaction module is used for receiving online visualization form configuration of a user and sending a first request to the service control module, wherein the form configuration comprises list configuration and query configuration;
the service control module is used for responding to the first request and comprises an operation authority control component, a data query component and a data query authority control component, the operation authority control component is used for controlling the authority of an operation button configured by the list, the data query authority control component is used for controlling the data query authority of the query configuration, and the data query component is used for analyzing the parameters of the query configuration into standard SQL and sending a second request of database operation to a data persistence module;
and the data persistence module responds to the second request, operates the database and returns an operation result to the service control module.
7. The form design and execution processing system of claim 6, wherein the application interaction module is further configured to receive a user preview request for the form configuration and send a third request to the business control module;
the service control module also comprises a list analysis component which is used for responding to the third request, analyzing the data configured by the list into corresponding HTML data and returning the HTML data to the application interaction module;
the application interaction module further comprises a list rendering component for rendering the HTML data.
8. The form design and run processing system of claim 6, wherein the list configuration comprises: data source configuration, and/or display field configuration, and/or button configuration, and/or list configuration, and/or Javascript configuration, and/or style configuration; the data source configuration comprises a data table, and/or a view, and/or SQL, and/or an application form.
9. The form design and run processing system of any of claims 6 to 8, wherein the query configuration comprises a list of queries, and/or query conditions, and/or query patterns.
10. A form design and run processing system for the generation and maintenance of forms for information systems, comprising:
a memory for storing a program;
a processor for implementing the method of any one of claims 1-5 by executing a program stored by the memory.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202010454872.0A CN111611270A (en) | 2020-05-26 | 2020-05-26 | Form design and operation processing method and system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202010454872.0A CN111611270A (en) | 2020-05-26 | 2020-05-26 | Form design and operation processing method and system |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN111611270A true CN111611270A (en) | 2020-09-01 |
Family
ID=72201453
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202010454872.0A Pending CN111611270A (en) | 2020-05-26 | 2020-05-26 | Form design and operation processing method and system |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN111611270A (en) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112363722A (en) * | 2020-10-27 | 2021-02-12 | 深圳市明源云科技有限公司 | Designer of list page |
| CN112685435A (en) * | 2020-12-21 | 2021-04-20 | 福建新大陆软件工程有限公司 | Table query method and system based on Vue and Mybatis |
| CN113051269A (en) * | 2021-03-22 | 2021-06-29 | 中国工商银行股份有限公司 | Form configuration method and device |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103136612A (en) * | 2011-11-29 | 2013-06-05 | 神州数码信息系统有限公司 | Development method of zero-coding component-based flow business |
| US20160224618A1 (en) * | 2015-01-30 | 2016-08-04 | Splunk Inc. | Cell-based table manipulation of event data |
| CN107273122A (en) * | 2017-06-07 | 2017-10-20 | 深圳市卓讯信息技术有限公司 | Based on decoupling mechanism can iteration set up operation system method and its terminal |
| CN110543303A (en) * | 2019-07-22 | 2019-12-06 | 石化盈科信息技术有限责任公司 | Visual business platform |
| CN110989983A (en) * | 2019-11-28 | 2020-04-10 | 深圳航天智慧城市系统技术研究院有限公司 | A Zero-Code Application Software Rapid Construction System |
-
2020
- 2020-05-26 CN CN202010454872.0A patent/CN111611270A/en active Pending
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103136612A (en) * | 2011-11-29 | 2013-06-05 | 神州数码信息系统有限公司 | Development method of zero-coding component-based flow business |
| US20160224618A1 (en) * | 2015-01-30 | 2016-08-04 | Splunk Inc. | Cell-based table manipulation of event data |
| CN107273122A (en) * | 2017-06-07 | 2017-10-20 | 深圳市卓讯信息技术有限公司 | Based on decoupling mechanism can iteration set up operation system method and its terminal |
| CN110543303A (en) * | 2019-07-22 | 2019-12-06 | 石化盈科信息技术有限责任公司 | Visual business platform |
| CN110989983A (en) * | 2019-11-28 | 2020-04-10 | 深圳航天智慧城市系统技术研究院有限公司 | A Zero-Code Application Software Rapid Construction System |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112363722A (en) * | 2020-10-27 | 2021-02-12 | 深圳市明源云科技有限公司 | Designer of list page |
| CN112685435A (en) * | 2020-12-21 | 2021-04-20 | 福建新大陆软件工程有限公司 | Table query method and system based on Vue and Mybatis |
| CN113051269A (en) * | 2021-03-22 | 2021-06-29 | 中国工商银行股份有限公司 | Form configuration method and device |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US6434554B1 (en) | Method for querying a database in which a query statement is issued to a database management system for which data types can be defined | |
| US8418054B2 (en) | Web content read information display device, method, and program | |
| US5689665A (en) | Apparatus and method for displaying windows | |
| CN111611270A (en) | Form design and operation processing method and system | |
| US7624122B2 (en) | Method and system for querying a database | |
| CN107357825A (en) | A kind of project document management system based on database | |
| KR20150082418A (en) | Automated report generation method | |
| CN115422167B (en) | Cross-data source database view visualization construction method and system | |
| CN113392070B (en) | Online document management method, device, system, equipment and storage medium | |
| AU2004200472A1 (en) | Declarative sequenced report parameterization | |
| US8150878B1 (en) | Device method and computer program product for sharing web feeds | |
| US20050108681A1 (en) | Method and system for applying user interface elements to data | |
| CN101359322A (en) | Table display method and device | |
| CN107145538B (en) | Table data query method, device and system | |
| CN103778128A (en) | List information drawing method and device | |
| US7080086B2 (en) | Interaction with query data | |
| JPH096794A (en) | Data retrieval instructing device | |
| CN112181410A (en) | A view layer code generation method, device, electronic device and storage medium | |
| CN113868314A (en) | Vue framework-based regulation and control cloud operation report library system and processing method | |
| CN116627986B (en) | Form realization method and system capable of dynamically configuring display and search | |
| US20050171976A1 (en) | Diagrammatic method and system to build repository queries | |
| US20090228678A1 (en) | Mapping definition creation system and mapping definition creation program | |
| US8095864B2 (en) | Electronic apparatus, page display method, program, and storage medium | |
| CN113448951B (en) | Data processing method, device, equipment and computer readable storage medium | |
| CN112346619B (en) | Configuration software control method and device |
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 | ||
| RJ01 | Rejection of invention patent application after publication | ||
| RJ01 | Rejection of invention patent application after publication |
Application publication date: 20200901 |