CN116301795B - Development platform for page visual configuration and code writing - Google Patents

Development platform for page visual configuration and code writing Download PDF

Info

Publication number
CN116301795B
CN116301795B CN202310042556.6A CN202310042556A CN116301795B CN 116301795 B CN116301795 B CN 116301795B CN 202310042556 A CN202310042556 A CN 202310042556A CN 116301795 B CN116301795 B CN 116301795B
Authority
CN
China
Prior art keywords
logic
configuration
unit
page
statement
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
CN202310042556.6A
Other languages
Chinese (zh)
Other versions
CN116301795A (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.)
Guangxi Digital Brain Intelligence Technology Co ltd
Original Assignee
Guangxi Digital Brain Intelligence 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 Guangxi Digital Brain Intelligence Technology Co ltd filed Critical Guangxi Digital Brain Intelligence Technology Co ltd
Priority to CN202310042556.6A priority Critical patent/CN116301795B/en
Publication of CN116301795A publication Critical patent/CN116301795A/en
Application granted granted Critical
Publication of CN116301795B publication Critical patent/CN116301795B/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/34Graphical or visual programming
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The invention provides a development platform for page visual configuration and code writing, which comprises the following components: the visualization module is used for carrying out interface element configuration and form attribute configuration on the blank interface to obtain a visualization page; the logic editing module is used for writing codes according to the visual page to obtain business logic; the file importing module is used for importing the file into the visual page according to the service logic to obtain a service form interface; according to the invention, through visual interface element configuration and form attribute configuration and combining with development of corresponding business logic, a business form interface is quickly constructed, the flexibility and efficiency of generating the business form interface are improved, and the demands of people are met.

Description

Development platform for page visual configuration and code writing
Technical Field
The invention relates to the technical field of computers, in particular to a development platform for page visual configuration and code writing.
Background
With the increase of company business, various conditions and processes in the business exchange process are changed continuously, the requirements on business forms are gradually diversified, and the complexity is also increased continuously. The existing business form page is realized in a coded form, and obviously, the requirements of people cannot be met.
The service form realized in the coding mode can fix the format of the service form page, and the generation of the service form page needs the design and configuration of components, takes a long time, so that the page generation efficiency is low, the function is single, and the daily requirement cannot be met.
Disclosure of Invention
The invention provides a development platform for page visual configuration and code writing, which realizes rapid construction of a service form interface, improves flexibility and efficiency of service form interface generation, and meets the demands of people.
A development platform for page visualization configuration and code writing, comprising:
The visualization module is used for carrying out interface element configuration and form attribute configuration on the blank interface to obtain a visualization page;
The logic editing module is used for writing codes according to the visual page to obtain business logic;
And the file importing module is used for importing the file into the visual page according to the service logic to obtain a service form interface.
Preferably, the visualization module includes:
The dragging unit is used for dragging the interface element to the blank interface according to the service requirement to obtain an initial interface;
The first configuration unit is used for dividing the initial interface according to the form attribute, and configuring the form attribute of each form to obtain a second interface;
And the second configuration unit is used for configuring the table attribute of each table in the second interface to obtain a visual interface.
Preferably, the first configuration unit includes:
The dividing unit is used for dividing the initial interface according to the form attribute to obtain a plurality of form components and obtaining the component name of each form component;
The modeling unit is used for acquiring a related form from a history interface according to the component name of the single component, configuring according to the history attribute of the related form to obtain a configuration rule, and generating an editable modeling dictionary based on the configuration rule;
The marking unit is used for acquiring configuration labels corresponding to each form component from the modeling dictionary according to the current service characteristics, and marking the attribute of each form component by the configuration labels to obtain an initial form.
Preferably, the first configuration unit further includes:
the association unit is used for acquiring the optional configuration items of the initial form from the configuration option library according to the configuration labels in the initial form, and associating the optional configuration items with the initial form to obtain an intermediate form;
the selecting unit is used for analyzing the selectable configuration items of the intermediate form and selecting the selectable configuration item with the highest use frequency as the default configuration item of the intermediate form;
The grading unit is used for acquiring configuration relations among default configuration items in all intermediate forms, grading the intermediate forms based on the configuration relations, and sequentially carrying out field configuration and page editing on the intermediate forms according to grading results to obtain a final form, wherein the field configuration and page editing of the intermediate form of the next stage are related to the field configuration and page editing of the intermediate form of the previous stage;
and the interface acquisition unit is used for acquiring a second interface according to the results of field configuration and page editing on the intermediate form.
Preferably, the second configuration unit includes:
the semantic determining unit is used for acquiring the semantic of each column in the form in each form in the second interface and determining the description object of the form;
and the attribute configuration unit is used for carrying out attribute configuration on the description object to obtain a table attribute and finally obtaining a visual interface.
Preferably, the logic editing module includes:
the sentence acquisition unit is used for carrying out logic analysis on the visual page, distributing corresponding business logic sentences, and decoupling and compiling the business logic sentences to obtain integral logic sentences;
and the statement analysis unit is used for evaluating, repairing and self-checking the whole logic statement to obtain service logic.
Preferably, the sentence acquisition unit includes:
The statement determining unit is used for carrying out logic analysis on the visual page to obtain a service logic flow, splitting the service logic flow to obtain a logic node, and distributing corresponding service logic statements for the service logic flow according to the logic node;
The decoupling unit is used for sequentially inputting the business logic sentences into a business logic deep compiling model according to a logic sequence, and performing association decoupling on the business logic sentences to obtain target logic sentences;
And the compiling unit is used for carrying out logic expression on the decision tree by the target logic statement, placing the target logic statement at a corresponding position of the decision tree to generate a business decision tree, and compiling the business decision tree by using a code editor to generate an overall logic statement.
Preferably, the sentence analysis unit includes:
The evaluation unit is used for adding risk logic sentences into the business decision tree according to the business characteristics of the business decision tree, performing risk evaluation on the whole logic sentences and marking abnormal logic sentences;
The repairing unit is used for carrying out statement risk assessment on the abnormal logic statement, if the statement risk value is larger than the preset risk value, rejecting the abnormal logic statement, otherwise, obtaining upper and lower statements of the abnormal logic statement from the whole logic statement, and repairing the abnormal logic statement based on the upper and lower statements to obtain a normal logic statement;
The self-checking unit is used for pre-running the repaired integral logic statement, then running and detecting the integral logic statement according to a preset self-checking rule to obtain the writing value of the integral logic statement, if the writing value is larger than the preset value, the integral logic statement is used as business logic, otherwise, the integral logic statement is re-input into the decoupling unit for re-decoupling, compiling, evaluating and repairing until the preset value is met, and the integral logic statement is used as business logic.
Preferably, the file importing module includes:
the strategy determining unit is used for determining a file to be imported according to the business logic, and determining the importing strategy of the file according to the attribute of the file and the position of the file on the visual page;
And the verification unit is used for verifying the validity of the import strategy, and importing the file into the visual page according to the import strategy after the verification is passed to obtain a service form interface.
Preferably, the policy determining unit includes:
A time determining unit, configured to determine an import order of the files according to an import policy of each file, and determine an import time of the import policy according to a size of the file and a position of the file on the visualized page;
A verification value calculation unit for determining a verification value for the import policy based on the import order and the import time;
the verification judging unit is used for judging whether the verification value is larger than a preset verification value or not;
if yes, indicating that the validity verification of the import strategy is passed, and importing the file into the visual page according to the import strategy to obtain a service form interface;
otherwise, the legal verification of the import strategy is not passed, and the import of the file is not carried out.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims thereof as well as the appended drawings.
The technical scheme of the invention is further described in detail through the drawings and the embodiments.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate the invention and together with the embodiments of the invention, serve to explain the invention. In the drawings:
FIG. 1 is a block diagram of a development platform for page visualization configuration and code writing in an embodiment of the present invention;
FIG. 2 is a block diagram of a logic editing module according to an embodiment of the present invention;
Fig. 3 is a block diagram of a file import module according to an embodiment of the present invention.
Detailed Description
The preferred embodiments of the present invention will be described below with reference to the accompanying drawings, it being understood that the preferred embodiments described herein are for illustration and explanation of the present invention only, and are not intended to limit the present invention.
Example 1
The embodiment of the invention provides a development platform for page visual configuration and code writing, which is shown in fig. 1 and comprises the following steps:
The visualization module is used for carrying out interface element configuration and form attribute configuration on the blank interface to obtain a visualization page;
The logic editing module is used for writing codes according to the visual page to obtain business logic;
And the file importing module is used for importing the file into the visual page according to the service logic to obtain a service form interface.
In this embodiment, the element configuration is, for example, project name and base information.
In this embodiment, the business logic is Js and Java code.
The beneficial effects of above-mentioned design scheme are: through visual interface element configuration and form attribute configuration, corresponding business logic is combined and developed, a business form interface is quickly constructed, flexibility and efficiency of business form interface generation are improved, and requirements of people are met.
Example 2
Based on embodiment 1, the embodiment of the invention provides a development platform for page visual configuration and code writing, wherein the visual module comprises:
The dragging unit is used for dragging the interface element to the blank interface according to the service requirement to obtain an initial interface;
The first configuration unit is used for dividing the initial interface according to the form attribute, and configuring the form attribute of each form to obtain a second interface;
And the second configuration unit is used for configuring the table attribute of each table in the second interface to obtain a visual interface.
In this embodiment, the first configuration unit includes:
The dividing unit is used for dividing the initial interface according to the form attribute to obtain a plurality of form components and obtaining the component name of each form component;
The modeling unit is used for acquiring a related form from a history interface according to the component name of the single component, configuring according to the history attribute of the related form to obtain a configuration rule, and generating an editable modeling dictionary based on the configuration rule;
The marking unit is used for acquiring configuration labels corresponding to each form component from the modeling dictionary according to the current service characteristics, and marking the attribute of each form component by the configuration labels to obtain an initial form;
the association unit is used for acquiring the optional configuration items of the initial form from the configuration option library according to the configuration labels in the initial form, and associating the optional configuration items with the initial form to obtain an intermediate form;
the selecting unit is used for analyzing the selectable configuration items of the intermediate form and selecting the selectable configuration item with the highest use frequency as the default configuration item of the intermediate form;
The grading unit is used for acquiring configuration relations among default configuration items in all intermediate forms, grading the intermediate forms based on the configuration relations, and sequentially carrying out field configuration and page editing on the intermediate forms according to grading results to obtain a final form, wherein the field configuration and page editing of the intermediate form of the next stage are related to the field configuration and page editing of the intermediate form of the previous stage;
and the interface acquisition unit is used for acquiring a second interface according to the results of field configuration and page editing on the intermediate form.
In this embodiment, the second configuration unit includes:
the semantic determining unit is used for acquiring the semantic of each column in the form in each form in the second interface and determining the description object of the form;
and the attribute configuration unit is used for carrying out attribute configuration on the description object to obtain a table attribute and finally obtaining a visual interface.
In this embodiment, the table attribute configuration is, for example, a configuration of a state, a modification time, or the like of a table column.
The beneficial effects of above-mentioned design scheme are: firstly, a frame of an interface is obtained by dragging interface elements, then, the characteristics of each element are perfected by carrying out form attribute configuration and form attribute configuration, and the construction efficiency of a visual interface is improved by dragging and composable configuration.
Example 3
Based on embodiment 2, an embodiment of the present invention provides a development platform for page visual configuration and code writing, where the first configuration unit includes:
The dividing unit is used for dividing the initial interface according to the form attribute to obtain a plurality of form components and obtaining the component name of each form component;
The modeling unit is used for acquiring a related form from a history interface according to the component name of the single component, configuring according to the history attribute of the related form to obtain a configuration rule, and generating an editable modeling dictionary based on the configuration rule;
The marking unit is used for acquiring configuration labels corresponding to each form component from the modeling dictionary according to the current service characteristics, and marking the attribute of each form component by the configuration labels to obtain an initial form.
The beneficial effects of above-mentioned design scheme are: the method comprises the steps of obtaining relevant forms from a history interface, configuring according to the history attributes of the relevant forms, obtaining configuration rules, generating an editable modeling dictionary based on the configuration rules, improving the accuracy of form configuration, and enabling the obtained interface to meet the demands of people.
Example 4
Based on embodiment 3, the embodiment of the present invention provides a development platform for page visual configuration and code writing, where the first configuration unit further includes:
the association unit is used for acquiring the optional configuration items of the initial form from the configuration option library according to the configuration labels in the initial form, and associating the optional configuration items with the initial form to obtain an intermediate form;
the selecting unit is used for analyzing the selectable configuration items of the intermediate form and selecting the selectable configuration item with the highest use frequency as the default configuration item of the intermediate form;
The grading unit is used for acquiring configuration relations among default configuration items in all intermediate forms, grading the intermediate forms based on the configuration relations, and sequentially carrying out field configuration and page editing on the intermediate forms according to grading results to obtain a final form, wherein the field configuration and page editing of the intermediate form of the next stage are related to the field configuration and page editing of the intermediate form of the previous stage;
and the interface acquisition unit is used for acquiring a second interface according to the results of field configuration and page editing on the intermediate form.
In this embodiment, the intermediate form is presented in multiple forms to the final form.
The beneficial effects of above-mentioned design scheme are: the intermediate forms are classified according to the configuration relation among the default configuration items in all the intermediate forms, the intermediate forms are sequentially subjected to field configuration and page editing according to the classification result, the final forms are obtained, the association among the forms of the obtained final forms is ensured, the finally obtained second interface is more reasonable, and the requirements of people are met.
Example 5
Based on embodiment 2, an embodiment of the present invention provides a development platform for page visual configuration and code writing, where the second configuration unit includes:
the semantic determining unit is used for acquiring the semantic of each column in the form in each form in the second interface and determining the description object of the form;
and the attribute configuration unit is used for carrying out attribute configuration on the description object to obtain a table attribute and finally obtaining a visual interface.
In this embodiment, the table attribute configuration is, for example, a configuration of a state, a modification time, or the like of a table column.
The beneficial effects of above-mentioned design scheme are: by carrying out the configuration of the table attribute, the integrity of the characteristics of each form in the obtained interface is ensured, the complete table attribute information is provided, and the requirements of people are met.
Example 6
Based on embodiment 1, an embodiment of the present invention provides a development platform for page visual configuration and code writing, as shown in fig. 2, where the logic editing module includes:
the sentence acquisition unit is used for carrying out logic analysis on the visual page, distributing corresponding business logic sentences, and decoupling and compiling the business logic sentences to obtain integral logic sentences;
and the statement analysis unit is used for evaluating, repairing and self-checking the whole logic statement to obtain service logic.
In this embodiment, the sentence acquisition unit includes:
The statement determining unit is used for carrying out logic analysis on the visual page to obtain a service logic flow, splitting the service logic flow to obtain a logic node, and distributing corresponding service logic statements for the service logic flow according to the logic node;
The decoupling unit is used for sequentially inputting the business logic sentences into a business logic deep compiling model according to a logic sequence, and performing association decoupling on the business logic sentences to obtain target logic sentences;
And the compiling unit is used for carrying out logic expression on the decision tree by the target logic statement, placing the target logic statement at a corresponding position of the decision tree to generate a business decision tree, and compiling the business decision tree by using a code editor to generate an overall logic statement.
In this embodiment, the sentence analyzing unit includes:
The evaluation unit is used for adding risk logic sentences into the business decision tree according to the business characteristics of the business decision tree, performing risk evaluation on the whole logic sentences and marking abnormal logic sentences;
The repairing unit is used for carrying out statement risk assessment on the abnormal logic statement, if the statement risk value is larger than the preset risk value, rejecting the abnormal logic statement, otherwise, obtaining upper and lower statements of the abnormal logic statement from the whole logic statement, and repairing the abnormal logic statement based on the upper and lower statements to obtain a normal logic statement;
The self-checking unit is used for pre-running the repaired integral logic statement, then running and detecting the integral logic statement according to a preset self-checking rule to obtain the writing value of the integral logic statement, if the writing value is larger than the preset value, the integral logic statement is used as business logic, otherwise, the integral logic statement is re-input into the decoupling unit for re-decoupling, compiling, evaluating and repairing until the preset value is met, and the integral logic statement is used as business logic.
The beneficial effects of above-mentioned design scheme are: through carrying out logic analysis on the visual page, distributing corresponding business logic sentences, and carrying out decoupling and compiling on the business logic sentences to obtain an overall logic sentence, the usability of the obtained overall logic sentence is ensured, the redundancy is reduced, the development efficiency is improved, meanwhile, the overall logic sentence is evaluated, repaired and self-checked to obtain the business logic, the accuracy of the obtained business logic is ensured, and an accurate business logic foundation is provided for determining a business form interface.
Example 7
Based on embodiment 6, an embodiment of the present invention provides a development platform for page visual configuration and code writing, where the statement obtaining unit includes:
The statement determining unit is used for carrying out logic analysis on the visual page to obtain a service logic flow, splitting the service logic flow to obtain a logic node, and distributing corresponding service logic statements for the service logic flow according to the logic node;
The decoupling unit is used for sequentially inputting the business logic sentences into a business logic deep compiling model according to a logic sequence, and performing association decoupling on the business logic sentences to obtain target logic sentences;
And the compiling unit is used for carrying out logic expression on the decision tree by the target logic statement, placing the target logic statement at a corresponding position of the decision tree to generate a business decision tree, and compiling the business decision tree by using a code editor to generate an overall logic statement.
In the embodiment, the business logic statement is subjected to association decoupling to obtain a target logic statement, so that the availability of the obtained overall logic statement is ensured, the redundancy is reduced, and the development efficiency is improved.
In this embodiment, the code editor is used to compile the service decision tree to generate an overall logic statement, so as to ensure the relevance of the overall logic statement and ensure the accuracy of the service logic.
The beneficial effects of above-mentioned design scheme are: through carrying out logic analysis on the visual page, distributing corresponding business logic sentences, and carrying out decoupling and compiling on the business logic sentences to obtain an overall logic sentence, the usability of the obtained overall logic sentence is ensured, the redundancy is reduced, the development efficiency is improved, meanwhile, the overall logic sentence is evaluated, repaired and self-checked to obtain the business logic, the accuracy of the obtained business logic is ensured, and an accurate business logic foundation is provided for determining a business form interface.
Example 8
Based on embodiment 7, the embodiment of the invention provides a development platform for page visual configuration and code writing, wherein the statement analysis unit comprises:
The evaluation unit is used for adding risk logic sentences into the business decision tree according to the business characteristics of the business decision tree, performing risk evaluation on the whole logic sentences and marking abnormal logic sentences;
The repairing unit is used for carrying out statement risk assessment on the abnormal logic statement, if the statement risk value is larger than the preset risk value, rejecting the abnormal logic statement, otherwise, obtaining upper and lower statements of the abnormal logic statement from the whole logic statement, and repairing the abnormal logic statement based on the upper and lower statements to obtain a normal logic statement;
The self-checking unit is used for pre-running the repaired integral logic statement, then running and detecting the integral logic statement according to a preset self-checking rule to obtain the writing value of the integral logic statement, if the writing value is larger than the preset value, the integral logic statement is used as business logic, otherwise, the integral logic statement is re-input into the decoupling unit for re-decoupling, compiling, evaluating and repairing until the preset value is met, and the integral logic statement is used as business logic.
The beneficial effects of above-mentioned design scheme are: and finally, the whole logic statement is run and detected through a self-checking unit to obtain the writing value of the whole logic statement, the writing value and the development value of the whole logic statement are ensured, the accuracy of the obtained business logic is ensured, and an accurate business logic foundation is provided for determining a business form interface.
Example 9
Based on embodiment 1, an embodiment of the present invention provides a development platform for page visualization configuration and code writing, as shown in fig. 3, where the file import module includes:
the strategy determining unit is used for determining a file to be imported according to the business logic, and determining the importing strategy of the file according to the attribute of the file and the position of the file on the visual page;
And the verification unit is used for verifying the validity of the import strategy, and importing the file into the visual page according to the import strategy after the verification is passed to obtain a service form interface.
The beneficial effects of above-mentioned design scheme are: determining a file to be imported according to the service logic, determining an import strategy of the file according to the attribute of the file and the position of the file on a visual page, verifying the legitimacy of the import strategy, importing the file on the visual page according to the import strategy after verification is passed, obtaining a service form interface, and ensuring the safety and accuracy of the file importing process, so that the service form interface can meet the demands of people more.
Example 10
Based on embodiment 9, an embodiment of the present invention provides a development platform for page visualization configuration and code writing, where the policy determining unit includes:
A time determining unit, configured to determine an import order of the files according to an import policy of each file, and determine an import time of the import policy according to a size of the file and a position of the file on the visualized page;
the calculation formula of the importing time T of the importing strategy is as follows:
Wherein T 0 represents a preset standard import time, e represents a natural constant, the value is 2.72, B 0 represents a preset standard file size, B A represents an import file size, K 0 represents a preset import visualization page position, and K A represents an import file position on the visualization page;
A verification value calculation unit for determining a verification value F for the import strategy based on the import sequence and the import time;
Wherein n represents the number of import strategies or the number of import files, T a(i+1) represents the import start time point of the (i+1) th import file, T e(i) represents the import end time point of the (i) th import file, e represents a natural constant, the value is 2.72, deltaT represents a preset time difference, B Ai represents the size of the (i) th import file, and K Ai represents the position of the (i) th import file on a visual page;
the verification judging unit is used for judging whether the verification value is larger than a preset verification value or not;
if yes, indicating that the validity verification of the import strategy is passed, and importing the file into the visual page according to the import strategy to obtain a service form interface;
otherwise, the legal verification of the import strategy is not passed, and the import of the file is not carried out.
The beneficial effects of above-mentioned design scheme are: by analyzing and calculating the import time point determined according to each import strategy, and combining the size and the import position of the import file, the legality verification is carried out on the import strategy, the import of other abnormal files is avoided, the safety and the accuracy of the file importing process are ensured, and the service form interface meets the demands of people more.
It will be apparent to those skilled in the art that various modifications and variations can be made to the present invention without departing from the spirit or scope of the invention. Thus, it is intended that the present invention also include such modifications and alterations insofar as they come within the scope of the appended claims or the equivalents thereof.

Claims (8)

1. A development platform for page visualization configuration and code writing, comprising:
The visualization module is used for carrying out interface element configuration and form attribute configuration on the blank interface to obtain a visualization page;
The logic editing module is used for writing codes according to the visual page to obtain business logic;
the file importing module is used for importing the file into the visual page according to the service logic to obtain a service form interface;
The visualization module comprises:
The dragging unit is used for dragging the interface element to the blank interface according to the service requirement to obtain an initial interface;
The first configuration unit is used for dividing the initial interface according to the form attribute, and configuring the form attribute of each form to obtain a second interface;
the second configuration unit is used for configuring the table attribute of each table in the second interface to obtain a visual interface;
The first configuration unit includes:
The dividing unit is used for dividing the initial interface according to the form attribute to obtain a plurality of form components and obtaining the component name of each form component;
The modeling unit is used for acquiring a related form from a history interface according to the component name of the form component, configuring according to the history attribute of the related form, obtaining a configuration rule, and generating an editable modeling dictionary based on the configuration rule;
The marking unit is used for acquiring configuration labels corresponding to each form component from the modeling dictionary according to the current service characteristics, and marking the attribute of each form component by the configuration labels to obtain an initial form.
2. The development platform for page visualization configuration and code writing according to claim 1, wherein the first configuration unit further comprises:
the association unit is used for acquiring the optional configuration items of the initial form from the configuration option library according to the configuration labels in the initial form, and associating the optional configuration items with the initial form to obtain an intermediate form;
the selecting unit is used for analyzing the selectable configuration items of the intermediate form and selecting the selectable configuration item with the highest use frequency as the default configuration item of the intermediate form;
The grading unit is used for acquiring configuration relations among default configuration items in all intermediate forms, grading the intermediate forms based on the configuration relations, and sequentially carrying out field configuration and page editing on the intermediate forms according to grading results to obtain a final form, wherein the field configuration and page editing of the intermediate form of the next stage are related to the field configuration and page editing of the intermediate form of the previous stage;
and the interface acquisition unit is used for acquiring a second interface according to the results of field configuration and page editing on the intermediate form.
3. The development platform for page visualization configuration and code writing according to claim 1, wherein the second configuration unit comprises:
the semantic determining unit is used for acquiring the semantic of each column in the form in each form in the second interface and determining the description object of the form;
and the attribute configuration unit is used for carrying out attribute configuration on the description object to obtain a table attribute and finally obtaining a visual interface.
4. The development platform for page visualization configuration and code writing of claim 1, wherein the logic editing module comprises:
the sentence acquisition unit is used for carrying out logic analysis on the visual page, distributing corresponding business logic sentences, and decoupling and compiling the business logic sentences to obtain integral logic sentences;
and the statement analysis unit is used for evaluating, repairing and self-checking the whole logic statement to obtain service logic.
5. The development platform for page visualization configuration and code writing according to claim 4, wherein the sentence acquisition unit comprises:
The statement determining unit is used for carrying out logic analysis on the visual page to obtain a service logic flow, splitting the service logic flow to obtain a logic node, and distributing corresponding service logic statements for the service logic flow according to the logic node;
The decoupling unit is used for sequentially inputting the business logic sentences into a business logic deep compiling model according to a logic sequence, and performing association decoupling on the business logic sentences to obtain target logic sentences;
And the compiling unit is used for carrying out logic expression on the decision tree by the target logic statement, placing the target logic statement at a corresponding position of the decision tree to generate a business decision tree, and compiling the business decision tree by using a code editor to generate an overall logic statement.
6. The development platform for page visualization configuration and code writing according to claim 5, wherein the statement analysis unit comprises:
The evaluation unit is used for adding risk logic sentences into the business decision tree according to the business characteristics of the business decision tree, performing risk evaluation on the whole logic sentences and marking abnormal logic sentences;
The repairing unit is used for carrying out statement risk assessment on the abnormal logic statement, if the statement risk value is larger than the preset risk value, rejecting the abnormal logic statement, otherwise, obtaining upper and lower statements of the abnormal logic statement from the whole logic statement, and repairing the abnormal logic statement based on the upper and lower statements to obtain a normal logic statement;
The self-checking unit is used for pre-running the repaired integral logic statement, then running and detecting the integral logic statement according to a preset self-checking rule to obtain the writing value of the integral logic statement, if the writing value is larger than the preset value, the integral logic statement is used as business logic, otherwise, the integral logic statement is re-input into the decoupling unit for re-decoupling, compiling, evaluating and repairing until the preset value is met, and the integral logic statement is used as business logic.
7. The development platform for page visualization configuration and code writing according to claim 1, wherein the file import module comprises:
the strategy determining unit is used for determining a file to be imported according to the business logic, and determining the importing strategy of the file according to the attribute of the file and the position of the file on the visual page;
And the verification unit is used for verifying the validity of the import strategy, and importing the file into the visual page according to the import strategy after the verification is passed to obtain a service form interface.
8. The development platform for page visualization configuration and code writing according to claim 7, wherein the policy determination unit comprises:
A time determining unit, configured to determine an import order of the files according to an import policy of each file, and determine an import time of the import policy according to a size of the file and a position of the file on the visualized page;
A verification value calculation unit for determining a verification value for the import policy based on the import order and the import time;
the verification judging unit is used for judging whether the verification value is larger than a preset verification value or not;
if yes, indicating that the validity verification of the import strategy is passed, and importing the file into the visual page according to the import strategy to obtain a service form interface;
Otherwise, the validity verification of the import strategy is not passed, and the import of the file is not carried out.
CN202310042556.6A 2023-01-28 2023-01-28 Development platform for page visual configuration and code writing Active CN116301795B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310042556.6A CN116301795B (en) 2023-01-28 2023-01-28 Development platform for page visual configuration and code writing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310042556.6A CN116301795B (en) 2023-01-28 2023-01-28 Development platform for page visual configuration and code writing

Publications (2)

Publication Number Publication Date
CN116301795A CN116301795A (en) 2023-06-23
CN116301795B true CN116301795B (en) 2024-06-04

Family

ID=86829515

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310042556.6A Active CN116301795B (en) 2023-01-28 2023-01-28 Development platform for page visual configuration and code writing

Country Status (1)

Country Link
CN (1) CN116301795B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117170656B (en) * 2023-09-26 2024-05-31 北京泰策科技有限公司 Low-code business form design system based on data visualization

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102360296A (en) * 2011-10-20 2012-02-22 北京金和软件股份有限公司 WEB-based online form development tool
CN110825362A (en) * 2019-11-04 2020-02-21 广东道一信息技术股份有限公司 Low-code application software development system and method
CN110989983A (en) * 2019-11-28 2020-04-10 深圳航天智慧城市系统技术研究院有限公司 Zero-coding application software rapid construction system
CN112989771A (en) * 2019-12-02 2021-06-18 广州凡科互联网科技股份有限公司 Method for creating and using user-defined form based on control
CN113609828A (en) * 2021-07-13 2021-11-05 广州政企互联科技有限公司 Form visual configuration method and system
CN114281318A (en) * 2021-12-27 2022-04-05 武汉创聚信科技服务有限公司 Low-code application software development device
CN114428771A (en) * 2021-12-29 2022-05-03 北京明易达科技股份有限公司 Method, device and equipment for generating universal database model based on form design
CN115357235A (en) * 2022-08-16 2022-11-18 上海交宅科技有限公司 Form-based business rule configuration method and device
CN115438050A (en) * 2022-11-07 2022-12-06 杭州兆林科技有限公司 Hierarchical low-code development platform

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060195781A1 (en) * 2005-02-25 2006-08-31 Jayanthan Jatavallabha Integrating computer applications using groupware products
US9430455B2 (en) * 2005-12-15 2016-08-30 Simpliance, Inc. Methods and systems for intelligent form-filling and electronic document generation

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102360296A (en) * 2011-10-20 2012-02-22 北京金和软件股份有限公司 WEB-based online form development tool
CN110825362A (en) * 2019-11-04 2020-02-21 广东道一信息技术股份有限公司 Low-code application software development system and method
CN110989983A (en) * 2019-11-28 2020-04-10 深圳航天智慧城市系统技术研究院有限公司 Zero-coding application software rapid construction system
CN112989771A (en) * 2019-12-02 2021-06-18 广州凡科互联网科技股份有限公司 Method for creating and using user-defined form based on control
CN113609828A (en) * 2021-07-13 2021-11-05 广州政企互联科技有限公司 Form visual configuration method and system
CN114281318A (en) * 2021-12-27 2022-04-05 武汉创聚信科技服务有限公司 Low-code application software development device
CN114428771A (en) * 2021-12-29 2022-05-03 北京明易达科技股份有限公司 Method, device and equipment for generating universal database model based on form design
CN115357235A (en) * 2022-08-16 2022-11-18 上海交宅科技有限公司 Form-based business rule configuration method and device
CN115438050A (en) * 2022-11-07 2022-12-06 杭州兆林科技有限公司 Hierarchical low-code development platform

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
DeepVisual: A Visual Programming Tool for Deep Learning Systems;Chao Xie等;2019 IEEE/ACM 27th International Conference on Program Comprehension (ICPC);20190829;第130-134页 *
VisComposer: A Visual Programmable Composition Environment for Information Visualization;Honghui Mei等;Visual Informatics;20180411;第2卷(第1期);第71-81页 *
基于模型驱动的Web表单开发工具的设计与实现;李洪营;中国优秀硕士学位论文全文数据库 信息科技辑;20160215(第2期);I138-662 *
插件式Web网站快速开发工具的研究与实现;刘勇;中国优秀硕士学位论文全文数据库 信息科技辑;20080815(第8期);I139-180 *

Also Published As

Publication number Publication date
CN116301795A (en) 2023-06-23

Similar Documents

Publication Publication Date Title
WO2021017679A1 (en) Address information parsing method and apparatus, system and data acquisition method
Afshan et al. Evolving readable string test inputs using a natural language model to reduce human oracle cost
CN1457041B (en) System for automatically annotating training data for natural language understanding system
KR101276602B1 (en) System and method for searching and matching data having ideogrammatic content
US7340475B2 (en) Evaluating dynamic expressions in a modeling application
US8706470B2 (en) Methods of offering guidance on common language usage utilizing a hashing function consisting of a hash triplet
US20110202545A1 (en) Information extraction device and information extraction system
CN112801530A (en) Intelligent review system based on semantic splitting and working method
CN111127068B (en) Automatic pricing method and device for engineering quantity list
CN112416778A (en) Test case recommendation method and device and electronic equipment
CN116301795B (en) Development platform for page visual configuration and code writing
CN109063116A (en) Data identification method, device, electronic equipment and computer readable storage medium
CN109783638A (en) A kind of user comment clustering method based on semi-supervised learning
Gálvez et al. The unification of institutional addresses applying parametrized finite-state graphs (P-FSG)
CN114138243A (en) Function calling method, device, equipment and storage medium based on development platform
CN114706961A (en) Target text recognition method, device and storage medium
CN116360794A (en) Database language analysis method, device, computer equipment and storage medium
CN114443506B (en) Method and device for testing artificial intelligence model
Jubair et al. A multi‐agent K‐means with case‐based reasoning for an automated quality assessment of software requirement specification
JP2022082525A (en) Method and apparatus for providing information based on machine learning
CN111881055A (en) Simulink model design method for military software evaluation specification
Cybulski Patterns in software requirements reuse
Compton et al. Intelligent validation and routing of electronic forms in a distributed workflow environment
CN116991364B (en) Software development system management method based on big data
CN116823293B (en) Electronic contract tracing and checking method and system

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