CN116382659B - Data definition method of code-free development platform - Google Patents

Data definition method of code-free development platform Download PDF

Info

Publication number
CN116382659B
CN116382659B CN202310614369.0A CN202310614369A CN116382659B CN 116382659 B CN116382659 B CN 116382659B CN 202310614369 A CN202310614369 A CN 202310614369A CN 116382659 B CN116382659 B CN 116382659B
Authority
CN
China
Prior art keywords
data
code
interface
user
development platform
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
CN202310614369.0A
Other languages
Chinese (zh)
Other versions
CN116382659A (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.)
Zhuhai Lettu Software Co ltd
Original Assignee
Zhuhai Lettu Software 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 Zhuhai Lettu Software Co ltd filed Critical Zhuhai Lettu Software Co ltd
Priority to CN202310614369.0A priority Critical patent/CN116382659B/en
Publication of CN116382659A publication Critical patent/CN116382659A/en
Application granted granted Critical
Publication of CN116382659B publication Critical patent/CN116382659B/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

Abstract

The invention discloses a data definition method of a code-free development platform, which comprises the following steps: acquiring a first data identifier input by a user in any form on an interface of a code-free development platform, wherein the interface comprises a plurality of forms; displaying the first data type and the first attribute information corresponding to the first data identifier on an interface interaction tool of the code-free development platform so as to enable a user to select the target data type and the target attribute information; determining position information from the target attribute information, wherein the position information is the position information of a data value corresponding to the first data identifier relative to the first data identifier; and setting a first control corresponding to the target data type at a position corresponding to the position information so as to finish data definition of the first data identifier, wherein the first control is used for editing a data value corresponding to the first data identifier. The method has high flexibility and convenience, meets the requirements of different user definition data, simplifies the development process and improves the development efficiency, and can be widely applied to the field of code-free development.

Description

Data definition method of code-free development platform
Technical Field
The invention relates to the technical field of code-free development, in particular to a data definition method of a code-free development platform.
Background
Currently, existing code-free development platform data definition methods can be broadly divided into two categories, tend to be predefined and tend to be custom. The predefined method is characterized in that a platform abstracts part of general data types to be placed in a selection area, and after a user selects a required data type in the selection area, a data identifier corresponding to the selected data type is input, so that definition of data is realized. The predefined method generally binds the data type with the interface control, and selecting the data type takes the form of dragging the interface control, in other words, it defines the data while it can customize the layout of the interface to some extent. However, the interface control is bound with the data type, so that the interface control cannot be completely separated from the data type when the interface is designed. And secondly, the interface design mode of dragging the interface control bound with the data model is adopted, so that the possibility of repeated adjustment is higher, and the accurate interface design is not facilitated. Again, since the predefined method takes into account versatility and takes a predefined way, it is inevitable to expose the limitation of poor flexibility when facing complex data models. Compared with the traditional method, the user-defined method is similar to a data definition mode of creating a data table by a database, the user inputs the data identification by himself, then selects the data type corresponding to the input data identification, and meanwhile, the user can input field names or dependency relations and the like, so that the method has higher flexibility. However, the custom method usually presents data definition in a list, interface control is not involved in the definition process, and the final interface design is defined by the code-free development platform according to the data, so that the custom method is difficult to custom design an application interface in the process of defining the data. In addition, even though the custom method is simplified compared with the data definition mode of creating the data table by the database, the convenience of the method is still more improved.
In addition, in the process of developing the application by using the code-free development platform, only the data identification is concerned but the data type is not concerned when the data is defined by the users in the scenes of different demands, but both the data identification and the data type are inevitably concerned by all the users, and the differentiated demands of different user groups cannot be fully considered.
Disclosure of Invention
In view of this, the present invention provides a data definition method for a code-free development platform, which is used for realizing the organic combination of data definition and application interface design, and has high flexibility and convenience, and more fully considers the requirements of different user-defined data, thereby further simplifying the development process and improving the development efficiency.
One aspect of the present invention provides a data defining method for a code-free development platform, including:
acquiring a first data identifier input by a user in any form on an interface of a code-free development platform, wherein the interface comprises a plurality of forms;
displaying the first data type and the first attribute information corresponding to the first data identifier on an interface interaction tool of the code-free development platform so as to enable a user to select a target data type and target attribute information;
determining position information from the target attribute information, wherein the position information is the position information of a data value corresponding to the first data identifier relative to the first data identifier;
and setting a first control corresponding to the target data type at a position corresponding to the position information so as to finish data definition of the first data identifier, wherein the first control is used for editing a data value corresponding to the first data identifier.
Preferably, the method further comprises:
adding a preset second control on the interface, wherein the second control corresponds to a preset second data type and preset second attribute information;
and configuring a second data identifier input by a user for the second control to finish data definition of the second data identifier.
Preferably, the table of the interface is divided into a plurality of table areas in advance, and each table area corresponds to a plurality of data values;
the obtaining the first data identifier input by the user in any form on the interface of the code-free development platform comprises the following steps:
and acquiring a first data identifier input by a user in a target table area on an interface of the code-free development platform, wherein a data value corresponding to the first data identifier is a plurality of data values corresponding to the target table area.
Preferably, the position of the data value corresponding to the first data identifier relative to the first data identifier at least includes a right side, a left side, an upper side, a lower side or a diagonal side.
Preferably, the first data identification is a plurality;
the interface interaction tool for displaying the first data type and the first attribute information corresponding to the first data identifier on the code-free development platform, so that a user can select a target data type and target attribute information, including:
responding to a frame selection instruction of a user, and performing frame selection on a table area comprising a plurality of first data identifiers;
and displaying the data type and the attribute information corresponding to each first data identifier on an interface interaction tool of the code-free development platform so as to enable a user to select the target data type and the target attribute information corresponding to each first data identifier.
Preferably, the method further comprises:
editing at least one of the first data identification, the target data type or the target attribute information through the interface interaction tool.
Preferably, the method further comprises:
generating a main key at the interface interaction tool, establishing an index for the main key, and verifying the validity of the main key; the primary key is for implementing the step of editing at least one of the first data identification, the target data type, or the target attribute information.
Another aspect of the present invention also provides a data defining apparatus of a code-less development platform, including:
the first data definition unit is used for acquiring a first data identifier input by a user in any form on an interface of the code-free development platform, wherein the interface comprises a plurality of forms;
the second data definition unit is used for displaying the first data type and the first attribute information corresponding to the first data identifier on an interface interaction tool of the code-free development platform so as to enable a user to select a target data type and target attribute information;
a third data defining unit, configured to determine location information from the target attribute information, where the location information is location information of a data value corresponding to the first data identifier relative to the first data identifier;
and the fourth data definition unit is used for setting a first control corresponding to the target data type at a position corresponding to the position information so as to finish data definition of the first data identifier, wherein the first control is used for editing a data value corresponding to the first data identifier.
Another aspect of the invention also provides an electronic device comprising a processor and a memory;
the memory is used for storing programs;
the processor executes the program to implement the method described above.
Another aspect of the present invention also provides a computer-readable storage medium storing a program that is executed by a processor to implement the above-described method.
The invention also discloses a computer program product or a computer program comprising computer instructions stored in a computer readable storage medium. The computer instructions may be read from a computer-readable storage medium by a processor of a computer device, and executed by the processor, cause the computer device to perform the method described above.
Compared with the prior art, the invention at least comprises the following beneficial effects:
according to the data definition method of the code-free development platform, the interface design and the data definition in the development of the code-free development platform are organically combined, so that the convenience of the data definition can be greatly improved, and the phenomenon that the interface is difficult to independently design due to the fact that the interface layout is coupled with the data type can be avoided. Meanwhile, the code-free development platform in the method is used for a user to set data types and related attribute information according to the personalized requirements, and enough flexibility is provided for data definition.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic flow chart of a method for defining data of a code-free development platform according to an embodiment of the present invention;
FIG. 2 is an exemplary flowchart of a method for defining data for a code-less development platform according to an embodiment of the present invention;
FIG. 3 is a flow chart of defining data displayed on an interface according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of a data identifier input in a frame selection interface design form according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of a control for setting data values according to an embodiment of the present invention;
FIG. 6 is a flowchart of defining data not displayed on an interface according to an embodiment of the present invention;
fig. 7 is a block diagram of a data defining apparatus of a code-less development platform according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
Referring to fig. 1, an embodiment of the present invention provides a data defining method for a code-free development platform, which specifically includes the following steps:
s100: the method comprises the steps of obtaining a first data identifier input by a user in any form on an interface of a code-free development platform, wherein the interface comprises a plurality of forms.
Specifically, the interface of the code-free development platform can include a plurality of tables, and a user can input a data identifier in any table as a first data identifier.
Each data identifier may correspond to a data value, and in an alternative implementation manner, one data identifier may correspond to a plurality of data values.
S110: and displaying the first data type and the first attribute information corresponding to the first data identifier on an interface interaction tool of the code-free development platform so as to enable a user to select the target data type and the target attribute information.
Specifically, a user can respectively input data identifiers in a plurality of tables to obtain a plurality of first data identifiers, so that the embodiment of the invention can respond to a frame selection instruction of the user to frame-select a table area comprising the plurality of first data identifiers for the plurality of data identifiers; and displaying the data type and the attribute information corresponding to each first data identifier on an interface interaction tool of the code-free development platform so as to enable a user to select the target data type and the target attribute information corresponding to each first data identifier.
S120: and determining position information from the target attribute information, wherein the position information is the position information of the data value corresponding to the first data identifier relative to the first data identifier.
In particular, the location information may include that the location of the data value is on the right side of the first data identifier, that the data value may also be on other locations of the data identifier, such as the left side, the upper side, the lower side, or the diagonal side, etc., as well as other alternative locations.
S130: and setting a first control corresponding to the target data type at a position corresponding to the position information so as to finish data definition of the first data identifier, wherein the first control is used for editing a data value corresponding to the first data identifier.
Specifically, the embodiment of the invention can edit the data after finishing the definition of the data, and the specific process comprises the following steps: editing at least one of the first data identification, the target data type or the target attribute information through the interface interaction tool.
In order to facilitate user editing, the embodiment of the invention can further comprise: generating a main key at the interface interaction tool, establishing an index for the main key, and verifying the validity of the main key; the primary key is for implementing the step of editing at least one of the first data identification, the target data type, or the target attribute information.
Further, in order to consider the requirement that the user only care about the data identification but not care about the data type, the embodiment of the invention further can include:
s1, adding a preset second control on the interface, wherein the second control corresponds to a preset second data type and preset second attribute information.
S2, configuring a second data identifier input by a user for the second control to finish data definition of the second data identifier.
Specifically, the embodiment of the invention can intelligently generate the corresponding data type and other relevant attribute information according to the content of the data identifier, so that users only concerned about the data identifier do not need to be concerned about the data type in the process of developing the code-free development platform, and further consider the differentiated requirements of different user groups of the code-free development platform.
Next, the overall implementation flow of the present invention will be described.
The data definition method of the code-free development platform provided by the invention comprises the following steps:
the interface design of the code-free development platform is based on a table; the user inputs data identification at will in the form designed by the interface; selecting a single or a plurality of data identifications input in the interface design form by a user frame, and determining the azimuth of the data identifications relative to the data values through an interface interaction tool of the code-free development platform;
the code-free development platform generates corresponding data types and other relevant attribute information according to the data identifications, and displays the corresponding data types and other relevant attribute information on an interface interaction tool of the code-free development platform for a user to confirm, wherein the other relevant attribute information comprises, but is not limited to, information of the form position of the data values corresponding to the data identifications, real field names stored in a database, display titles, extension types, data sources or filling specifications and the like.
The user can make any adjustment to the data identification through the interface interaction tool of the code-free development platform according to the personalized business requirement, and the adjustment content comprises, but is not limited to, modifying the data type and other relevant attribute information, setting the data type and other relevant attribute information as a primary key, establishing an index for the primary key, and setting validity check for the primary key.
After the user confirms the data definition, the code-free development platform sets the corresponding control in the table designed by the interface according to the data type and the position information of the data value in the table in the data definition.
When the user defines the data, the user can also be completely independent of the interface design, namely, the default data type and other default related attribute information are added through the interface interaction tool of the code-free development platform, then the data identification is input, and the defined data is not displayed at any position in the interface of the developed application.
The invention can define detail data, namely, data of which one data identifier corresponds to a plurality of data values in actual service.
The invention can define a plurality of detail tables through the interface interaction mode of the code-free development platform, namely, a plurality of table areas are divided in the table of the interface design for defining the data of a data identifier corresponding to a plurality of data values in the actual service.
In order to describe the present invention in more detail, practical application of the present invention will be described in the following with specific examples.
Referring to fig. 2, an exemplary flowchart of a data defining method of a code-less development platform is provided in an embodiment of the present invention, which will be described below by taking an application to building a "student information system" service as an example, and the embodiment of the present invention may include the following steps:
step 100: if the data to be defined by the user needs to be displayed on the interface, the step 102 is skipped, otherwise, the step 104 is skipped. The data to be defined by the user refers to the data to be defined by the user.
Step 102: data displayed on the interface is defined.
Further, step 102 includes all steps of the flowchart of FIG. 3 defining the data displayed on the interface:
step 200: three data identifiers of "school number", "name" and "age" are input into the form designed by the interface according to the requirement.
Step 202: a table area containing the data identifier input by the user is selected in the form of box selection, and the box selection is schematically shown in FIG. 4.
Step 204: in one possible implementation, the data identification is determined to be to the left of the data value by an interactive tool of the code-less development platform.
Step 206: in one possible implementation, the code-free development platform generates corresponding data types of text, text and integer according to three data identifications of academic number, name and age.
Step 208: in one possible implementation, the user has a need to convert "age" into decimal in twelve digits and to the exact two decimal places, so the user modifies the data type of "age" to "decimal" and sets the filling specification of "age" to the two decimal places.
Step 210: the code-free development platform sets controls in the interface design table according to the data type of the data identification and the azimuth of the data identification relative to the data value, and the set controls are schematically shown in figure 5.
Step 104: data that is not required to be displayed on the interface is defined.
Further, step 104 includes all steps of the flowchart of FIG. 6 defining data that need not be displayed on the interface:
step 300: in one possible implementation, the code-free development platform provides an interface interaction tool in a list form, three items of data are added by a user, the data types are all defaults to text, and other related attribute information is also defaults.
Step 302: the data identification is "number", "name" and "age" for the three items of data added, respectively.
Step 304: the user is not concerned about the data type, and only needs to apply the code-free development platform to provide the default data type.
Step 106: if the user needs to define the detail data, go to step 108.
Step 108: in one possible implementation, the above step 100 determines that the data to be defined by the user needs to be displayed on the interface, and then the user divides a detailed table area in the table of the interface design by using the interface layout method provided by the code-free development platform, and defines two detailed data items of "learning period" and "score" in the area by repeating the step 102.
Referring to fig. 7, an embodiment of the present invention provides a data defining apparatus of a code-less development platform, including:
the first data definition unit is used for acquiring a first data identifier input by a user in any form on an interface of the code-free development platform, wherein the interface comprises a plurality of forms;
the second data definition unit is used for displaying the first data type and the first attribute information corresponding to the first data identifier on an interface interaction tool of the code-free development platform so as to enable a user to select a target data type and target attribute information;
a third data defining unit, configured to determine location information from the target attribute information, where the location information is location information of a data value corresponding to the first data identifier relative to the first data identifier;
and the fourth data definition unit is used for setting a first control corresponding to the target data type at a position corresponding to the position information so as to finish data definition of the first data identifier, wherein the first control is used for editing a data value corresponding to the first data identifier.
Embodiments of the present invention also disclose a computer program product or computer program comprising computer instructions stored in a computer readable storage medium. The computer instructions may be read from a computer-readable storage medium by a processor of a computer device, and executed by the processor, to cause the computer device to perform the method shown in fig. 1.
In some alternative embodiments, the functions/acts noted in the block diagrams may occur out of the order noted in the operational illustrations. For example, two blocks shown in succession may in fact be executed substantially concurrently or the blocks may sometimes be executed in the reverse order, depending upon the functionality/acts involved. Furthermore, the embodiments presented and described in the flowcharts of the present invention are provided by way of example in order to provide a more thorough understanding of the technology. The disclosed methods are not limited to the operations and logic flows presented herein. Alternative embodiments are contemplated in which the order of various operations is changed, and in which sub-operations described as part of a larger operation are performed independently.
Furthermore, while the invention is described in the context of functional modules, it should be appreciated that, unless otherwise indicated, one or more of the described functions and/or features may be integrated in a single physical device and/or software module or one or more functions and/or features may be implemented in separate physical devices or software modules. It will also be appreciated that a detailed discussion of the actual implementation of each module is not necessary to an understanding of the present invention. Rather, the actual implementation of the various functional modules in the apparatus disclosed herein will be apparent to those skilled in the art from consideration of their attributes, functions and internal relationships. Accordingly, one of ordinary skill in the art can implement the invention as set forth in the claims without undue experimentation. It is also to be understood that the specific concepts disclosed are merely illustrative and are not intended to be limiting upon the scope of the invention, which is to be defined in the appended claims and their full scope of equivalents.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer-readable storage medium. Based on this understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
Logic and/or steps represented in the flowcharts or otherwise described herein, e.g., a ordered listing of executable instructions for implementing logical functions, can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable compact disc read-only memory (CDROM). In addition, the computer readable medium may even be paper or other suitable medium on which the program is printed, as the program may be electronically captured, via, for instance, optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner, if necessary, and then stored in a computer memory.
It is to be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above-described embodiments, the various steps or methods may be implemented in software or firmware stored in a memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, may be implemented using any one or combination of the following techniques, as is well known in the art: discrete logic circuits having logic gates for implementing logic functions on data signals, application specific integrated circuits having suitable combinational logic gates, programmable Gate Arrays (PGAs), field Programmable Gate Arrays (FPGAs), and the like.
In the description of the present specification, a description referring to terms "one embodiment," "some embodiments," "examples," "specific examples," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present invention. In this specification, schematic representations of the above terms do not necessarily refer to the same embodiments or examples. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
While embodiments of the present invention have been shown and described, it will be understood by those of ordinary skill in the art that: many changes, modifications, substitutions and variations may be made to the embodiments without departing from the spirit and principles of the invention, the scope of which is defined by the claims and their equivalents.
While the preferred embodiment of the present invention has been described in detail, the present invention is not limited to the embodiments described above, and those skilled in the art can make various equivalent modifications or substitutions without departing from the spirit of the present invention, and these equivalent modifications or substitutions are included in the scope of the present invention as defined in the appended claims.

Claims (7)

1. A method for defining data for a code-less development platform, comprising:
acquiring a first data identifier input by a user in any form on an interface of a code-free development platform, wherein the interface comprises a plurality of forms;
displaying the first data type and the first attribute information corresponding to the first data identifier on an interface interaction tool of the code-free development platform so as to enable a user to select a target data type and target attribute information;
determining position information from the target attribute information, wherein the position information is the position information of a data value corresponding to the first data identifier relative to the first data identifier;
setting a first control corresponding to the target data type at a position corresponding to the position information to finish data definition of the first data identifier, wherein the first control is used for editing a data value corresponding to the first data identifier;
the form of the interface is divided into a plurality of form areas in advance, and each form area corresponds to a plurality of data values; the obtaining the first data identifier input by the user in any form on the interface of the code-free development platform comprises the following steps: acquiring a first data identifier input by a user in a target table area on an interface of a code-free development platform, wherein a data value corresponding to the first data identifier is a plurality of data values corresponding to the target table area;
the method further comprises the steps of: adding a preset second control on the interface, wherein the second control corresponds to a preset second data type and preset second attribute information; configuring a second data identifier input by a user for the second control to finish data definition of the second data identifier;
the first data identification is in plurality; the interface interaction tool for displaying the first data type and the first attribute information corresponding to the first data identifier on the code-free development platform, so that a user can select a target data type and target attribute information, including: responding to a frame selection instruction of a user, and performing frame selection on a table area comprising a plurality of first data identifiers; and displaying the data type and the attribute information corresponding to each first data identifier on an interface interaction tool of the code-free development platform so as to enable a user to select the target data type and the target attribute information corresponding to each first data identifier.
2. The method of claim 1, wherein the location of the data value corresponding to the first data identifier relative to the first data identifier includes at least a right side, a left side, an upper side, a lower side, or a diagonal side.
3. A method for defining data for a code-less development platform according to any one of claims 1 or 2, further comprising:
editing at least one of the first data identification, the target data type or the target attribute information through the interface interaction tool.
4. A method of defining data for a code-less development platform according to claim 3, the method further comprising:
generating a main key at the interface interaction tool, establishing an index for the main key, and verifying the validity of the main key; the primary key is for implementing the step of editing at least one of the first data identification, the target data type, or the target attribute information.
5. A data defining apparatus for a code-less development platform, comprising:
the first data definition unit is used for acquiring a first data identifier input by a user in any form on an interface of the code-free development platform, wherein the interface comprises a plurality of forms;
the second data definition unit is used for displaying the first data type and the first attribute information corresponding to the first data identifier on an interface interaction tool of the code-free development platform so as to enable a user to select a target data type and target attribute information;
a third data defining unit, configured to determine location information from the target attribute information, where the location information is location information of a data value corresponding to the first data identifier relative to the first data identifier;
a fourth data definition unit, configured to set, at a position corresponding to the position information, a first control corresponding to the target data type, so as to complete data definition of the first data identifier, where the first control is used to edit a data value corresponding to the first data identifier;
the form of the interface is divided into a plurality of form areas in advance, and each form area corresponds to a plurality of data values; the obtaining the first data identifier input by the user in any form on the interface of the code-free development platform comprises the following steps: acquiring a first data identifier input by a user in a target table area on an interface of a code-free development platform, wherein a data value corresponding to the first data identifier is a plurality of data values corresponding to the target table area;
the device is further used for adding a preset second control on the interface, wherein the second control corresponds to a preset second data type and preset second attribute information; configuring a second data identifier input by a user for the second control to finish data definition of the second data identifier;
the first data identification is in plurality; the second data definition unit is further configured to: responding to a frame selection instruction of a user, and performing frame selection on a table area comprising a plurality of first data identifiers; and displaying the data type and the attribute information corresponding to each first data identifier on an interface interaction tool of the code-free development platform so as to enable a user to select the target data type and the target attribute information corresponding to each first data identifier.
6. An electronic device comprising a processor and a memory;
the memory is used for storing programs;
the processor executing the program implements the method of any one of claims 1 to 4.
7. A computer-readable storage medium, characterized in that the storage medium stores a program that is executed by a processor to implement the method of any one of claims 1 to 4.
CN202310614369.0A 2023-05-29 2023-05-29 Data definition method of code-free development platform Active CN116382659B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310614369.0A CN116382659B (en) 2023-05-29 2023-05-29 Data definition method of code-free development platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310614369.0A CN116382659B (en) 2023-05-29 2023-05-29 Data definition method of code-free development platform

Publications (2)

Publication Number Publication Date
CN116382659A CN116382659A (en) 2023-07-04
CN116382659B true CN116382659B (en) 2023-09-01

Family

ID=86963693

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310614369.0A Active CN116382659B (en) 2023-05-29 2023-05-29 Data definition method of code-free development platform

Country Status (1)

Country Link
CN (1) CN116382659B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116540997B (en) * 2023-07-07 2023-09-26 杭州朗和科技有限公司 Data type declaration method, medium, device and computing equipment

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104298489A (en) * 2013-07-16 2015-01-21 苏州精易会信息技术有限公司 Form reproduction realization method
CN106708480A (en) * 2015-07-29 2017-05-24 腾讯科技(深圳)有限公司 Management platform realization method and apparatus
CN106940721A (en) * 2017-03-15 2017-07-11 百望电子发票数据服务有限公司 A kind of data processing method and system of self-defined choice box
WO2018098596A1 (en) * 2016-12-03 2018-06-07 Thomas Stachura Spreadsheet-based software application development
CN109614095A (en) * 2018-12-07 2019-04-12 北京金山云网络技术有限公司 The method of user's Custom component, the generation method of platform code and device
CN112328214A (en) * 2020-10-16 2021-02-05 山东师范大学 VBA software programming framework system, method and electronic equipment
CN113191126A (en) * 2021-03-24 2021-07-30 深圳点猫科技有限公司 Form display method, device, system and medium based on Qt development framework
CN114780064A (en) * 2022-04-12 2022-07-22 四三九九网络股份有限公司 Form design method of zero-code platform
CN115421714A (en) * 2022-07-29 2022-12-02 济南超级计算技术研究院 Method and system for generating multi-terminal table data display page
CN115840567A (en) * 2022-12-22 2023-03-24 蓝卓数字科技有限公司 Application editing method and related equipment

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104298489A (en) * 2013-07-16 2015-01-21 苏州精易会信息技术有限公司 Form reproduction realization method
CN106708480A (en) * 2015-07-29 2017-05-24 腾讯科技(深圳)有限公司 Management platform realization method and apparatus
WO2018098596A1 (en) * 2016-12-03 2018-06-07 Thomas Stachura Spreadsheet-based software application development
CN106940721A (en) * 2017-03-15 2017-07-11 百望电子发票数据服务有限公司 A kind of data processing method and system of self-defined choice box
CN109614095A (en) * 2018-12-07 2019-04-12 北京金山云网络技术有限公司 The method of user's Custom component, the generation method of platform code and device
CN112328214A (en) * 2020-10-16 2021-02-05 山东师范大学 VBA software programming framework system, method and electronic equipment
CN113191126A (en) * 2021-03-24 2021-07-30 深圳点猫科技有限公司 Form display method, device, system and medium based on Qt development framework
CN114780064A (en) * 2022-04-12 2022-07-22 四三九九网络股份有限公司 Form design method of zero-code platform
CN115421714A (en) * 2022-07-29 2022-12-02 济南超级计算技术研究院 Method and system for generating multi-terminal table data display page
CN115840567A (en) * 2022-12-22 2023-03-24 蓝卓数字科技有限公司 Application editing method and related equipment

Also Published As

Publication number Publication date
CN116382659A (en) 2023-07-04

Similar Documents

Publication Publication Date Title
US11301541B2 (en) System and method for generating questionnaires as part of building a website within a website building system
CN109657214A (en) Report form generation method, device, terminal and storage medium
CN110286896A (en) Visualizing editing method, device, equipment and storage medium
Yuan et al. Infocolorizer: Interactive recommendation of color palettes for infographics
CN116382659B (en) Data definition method of code-free development platform
WO2005013036A2 (en) Creating and customizing a workflow process from a document
US20080252640A1 (en) Systems and methods for interactive real estate viewing
CN115964038A (en) Low code development method based on dual-model drive
CN110308902A (en) Document generating method, device, equipment and storage medium
CN106156306A (en) A kind of template rendering intent and device
CN111367514B (en) Page card development method and device, computing device and storage medium
CN112337099A (en) Service management method and device
CN108958731A (en) A kind of Application Program Interface generation method, device, equipment and storage medium
CN101354707A (en) Method and apparatus for customizing model entity expression based on expression regulation
CN114239524A (en) Questionnaire generation method, questionnaire generation device, computer equipment and storage medium
MacKerron Implementation, implementation, implementation: Old and new options for putting surveys and experiments online
CN116975254A (en) Visual data presentation method, visual data presentation device and storage medium
Costagliola et al. An approach for authoring 3D cultural heritage exhibitions on the web
CN105844448A (en) Human resource management system
Sousa et al. From usability tasks to usable user interfaces
JP4232701B2 (en) Layout system, template generation system, layout program, template generation program, layout method, and template generation method
US20190079641A1 (en) Intelligent systems and methods of producting digital and non-digital design outputs
CN110286893A (en) Service creation method, apparatus, equipment, system and storage medium
CN111651560B (en) Method and device for configuring problems, electronic equipment and computer readable medium
KR102536567B1 (en) method and System of producing adaptive web pages by assembling block-by-block content to which grid rules are applied

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