CN112527275A - System development platform for directly generating executable program from prototype design - Google Patents

System development platform for directly generating executable program from prototype design Download PDF

Info

Publication number
CN112527275A
CN112527275A CN202011294126.6A CN202011294126A CN112527275A CN 112527275 A CN112527275 A CN 112527275A CN 202011294126 A CN202011294126 A CN 202011294126A CN 112527275 A CN112527275 A CN 112527275A
Authority
CN
China
Prior art keywords
submodule
module
event
sub
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011294126.6A
Other languages
Chinese (zh)
Inventor
张焱
张万鑫
张健
翁方方
高孟勇
陆丽丽
谢作豹
陈思翔
林盈
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wenzhou Yineng Software Co ltd
Original Assignee
Wenzhou Yineng 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 Wenzhou Yineng Software Co ltd filed Critical Wenzhou Yineng Software Co ltd
Priority to CN202011294126.6A priority Critical patent/CN112527275A/en
Publication of CN112527275A publication Critical patent/CN112527275A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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

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)
  • Stored Programmes (AREA)

Abstract

本发明公开了一种从原型设计直接生成可运行程序的系统开发平台,其技术方案要点是包括有:配置模块和生成模块,配置模块包括有数据源子模块、组件子模块、样式呈现子模块、全局方法子模块、事件子模块、平台服务,样式呈现子模块用于构建程序界面样式,组件子模块用于供用户对若干组件进行拖拉式配置程序界面,事件子模块用于对程序界面内的组件进行事件信息的绑定,数据源子模块用于对程序界面内的组件进行数据绑定,和向平台服务输送数据进行数据存储,事件子模块用于根据组件所需的事件信息向全局方法子模块调用对应的方法,全局方法子模块用于对平台服务进行接口调用,该开发系统能够供用户无代码开发程序,上手快速,随心配置程序界面。

Figure 202011294126

The invention discloses a system development platform for directly generating runnable programs from prototype design. The technical solution includes: a configuration module and a generation module, and the configuration module includes a data source sub-module, a component sub-module and a style presentation sub-module , global method sub-module, event sub-module, platform service, style presentation sub-module is used to build the program interface style, component sub-module is used for users to drag and drop several components to configure the program interface, event sub-module is used to The data source sub-module is used to bind the components in the program interface and transmit data to the platform service for data storage, and the event sub-module is used to send the data to the global according to the event information required by the component. The method sub-module calls the corresponding method, and the global method sub-module is used to make interface calls to the platform services. The development system can provide users with code-free development of programs, allowing users to get started quickly and configure the program interface at will.

Figure 202011294126

Description

System development platform for directly generating executable program from prototype design
Technical Field
The present invention relates to the field of development technologies, and more particularly, to a system development platform for directly generating a runnable program from a prototype design.
Background
Software development is the process of building a software system or software parts in a system according to user requirements. Software development is a system engineering that includes requirement capture, requirement analysis, design, implementation, and testing. Software is typically implemented in a programming language and is typically developed using software development tools. Software is divided into system software and application software, and includes not only programs that can be run on a computer, but files related to these programs are also generally considered to be part of the software. The general process of the software design idea and method includes the algorithm and method for designing the function and implementation of the software, the overall structural design and module design of the software, programming and debugging, program joint debugging and testing, and writing and submitting the program.
At present, along with diversification of user requirements, a user gradually reaches full-scale satisfaction from function satisfaction to self-required programs, and the design of others is difficult to fully satisfy self-requirements, so that the current development system has the following problems: 1. the traditional code development process is complex, the team members are huge, the requirement on professional talents is high, and the project time consumption is too long; 2. a user cannot conveniently and autonomously configure a program interface, so that the program interface needs to be reworked and modified for many times, and the time of both parties is delayed; 3. the development process is complicated, and the difficulty of the hands is high.
Disclosure of Invention
Aiming at the defects in the prior art, the invention aims to provide a system development platform for directly generating an operable program from prototype design, which can be used for a user to develop the program without codes, and can be used for rapidly and freely configuring an interface.
In order to achieve the purpose, the invention provides the following technical scheme: a system development platform for directly generating executable programs from prototype designs, comprising: the system comprises a configuration module and a generation module connected with the configuration module, wherein the configuration module comprises a data source sub-module, an assembly sub-module, a style presentation sub-module, a global method sub-module, an event sub-module and platform services;
the module sub-module is respectively connected with the style presenting sub-module, the event sub-module and the data source sub-module;
the event submodule is connected with the global method submodule;
the global method sub-module is connected with the platform service;
the data source sub-module is connected with the platform service;
the style presentation submodule is used for constructing a program interface style;
the component sub-module comprises a plurality of different components and is used for a user to carry out dragging type configuration program interface on the components;
the event submodule is used for binding event information of components in the program interface;
the data source submodule is used for carrying out data binding on components in the program interface, generating a form and delivering data to the platform service for data storage through form submission;
the event submodule is also used for calling a corresponding method to the global method submodule according to event information required by the component, and realizing functional correspondence between data in the component and the event information through the corresponding method;
the global method submodule is used for carrying out interface calling on the platform service;
the generating module is used for generating a program application end according to the configuration module which completes the configuration.
The invention is further configured to: the generation module comprises a two-dimension code generation submodule, the program application end comprises a PC end and a mobile end, and the two-dimension code generation submodule is used for generating a corresponding program two-dimension code.
The invention is further configured to: the component sub-module comprises buttons, texts and an input box;
the style presentation submodule comprises a layout, an interface and a style frame;
the event submodule comprises a click event, a binding value change event and an initialization event;
the global method submodule comprises a program native method, a function, an interface request and a route skip;
the data source sub-module comprises static data, application data, interface data, form data and data source mapping.
A system development method for directly generating an operable program from prototype design comprises the following specific steps:
s1: a user drags and visualizes a configuration program interface through the component submodule;
s2: the user selects a configuration style according to the style presentation submodule;
s3: the user performs function configuration on the components in the program interface through the event submodule and/or the data source submodule;
s4: the user continues to configure the program and returns to S1 or generates an executable program after configuration is complete.
The invention is further configured to: the step S3 specifically includes:
s31: a user carries out event binding on the components in the program interface through the event submodule;
or S32: the user performs data binding on the components in the program interface through the data source submodule;
or S33: the user proceeds to S31 and S32 together.
The invention is further configured to: the step S31 specifically includes:
s311: configuring an event submodule;
s312: changing an event through the event submodule binding value;
s313: the event submodule calls a global method to the global method submodule;
s314: the global method submodule carries out interface calling to the platform service;
s315: the event submodule feeds back the calling component method to the component submodule.
The invention is further configured to: the step S32 specifically includes:
s321: the data source acquires various data from the platform service;
s322: calling corresponding data in a data source according to the event information in the component to perform data binding;
s323: the data and event function correspondence is realized through a component method.
The invention is further configured to: further comprising step S6: and issuing the program and generating the two-dimension code.
The invention is further configured to: the step S2 specifically includes performing size adjustment, angle adjustment, position adjustment, and color adjustment on the component through the style configuration in the style presentation sub-module.
In conclusion, the invention has the following beneficial effects: firstly, a user logs in a designated platform to build an autonomous program, firstly, components required to be used in a component submodule are pulled to a program interface pattern in a dragging mode, then, pattern configuration is carried out on the basis of the building of the components through a pattern presentation submodule 63, and the position, the size, the angle, the name and the color of the components are adjusted, so that the seen and obtained effect is achieved;
and then, performing event binding on the adjusted component, and performing event binding through an event submodule: 1. clicking an event; 2. binding value change events; 3. an event is initiated.
Then, the data binding is carried out on the assemblies subjected to the event binding, and firstly, the data source submodule obtains various types of data from the platform service, wherein the data comprises the following data: static data, application data, interface data, form data and data source mapping; calling corresponding data according to corresponding event information for binding, calling a corresponding global method from a global method submodule through an event submodule, calling an interface from the global method submodule to a platform service, and finally realizing data interaction through a corresponding method.
And then the data source sub-module generates a form and submits the form to the platform service, and the platform service stores the form, so that the corresponding program can be conveniently updated after the data is updated.
And finally, generating an application program which can be used by the PC end and the mobile end through a generating module, wherein the user can download corresponding program software according to the actual requirements of the user.
In conclusion, the method and the device have the advantages that the program can be configured quickly and simply, even a user who does not know the code can easily operate the method and the device, the configuration speed is high, the program generation speed is high, the installation is convenient, the flexible and super-strong software middle platform service support is provided for ubiquitous software developers, the development difficulty of the developers is reduced, the development labor cost is saved, and the development efficiency and the profit are improved.
Drawings
FIG. 1 is a schematic diagram of a system development platform;
fig. 2 is a flow chart diagram of a system development method.
Reference numerals: 1. a configuration module; 11. a data source submodule; 12. an assembly sub-module; 13. a style presentation sub-module; 14. a global method sub-module; 15. an event submodule; 16. a platform service; 2. a generation module; 21. and a two-dimensional code generation submodule.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. In which like parts are designated by like reference numerals. It should be noted that the terms "front," "back," "left," "right," "upper" and "lower" used in the following description refer to directions in the drawings, and the terms "bottom" and "top," "inner" and "outer" refer to directions toward and away from, respectively, the geometric center of a particular component.
Referring to fig. 1 and 2, 1, in order to achieve the above object, the present invention provides the following technical solutions: a system development platform for directly generating executable programs from prototype designs, comprising: the system comprises a configuration module 1 and a generation module 2 connected with the configuration module 1, wherein the configuration module 1 comprises a data source sub-module 11, an assembly sub-module 12, a style presentation sub-module 13, a global method sub-module 14, an event sub-module 15 and a platform service 16;
the component submodule 12 is respectively connected with the style presenting submodule 13, the event submodule 15 and the data source submodule 11;
the event submodule 15 is connected with the global method submodule 14;
the global method submodule 14 is connected with the platform service 16;
the data source submodule 11 is connected with the platform service 16;
the style presentation submodule 13 is used for constructing a program interface style;
the component submodule 12 contains a plurality of different components, and the component submodule 12 is used for a user to carry out dragging type configuration program interface on the components;
the event submodule 15 is used for binding event information to components in the program interface;
the data source submodule 11 is used for performing data binding on components in the program interface, and is used for generating a form and delivering data to the platform service 16 for data storage through form submission;
the event submodule 15 is further configured to call a corresponding method to the global method submodule 14 according to event information required by the component, and implement functional correspondence between data in the component and the event information through the corresponding method;
the global method submodule 14 is used for making interface calls to the platform service 16;
the generating module 2 is used for generating a program application end according to the configuration module 1 which completes the configuration.
The design of the invention is as follows: firstly, a user logs in a designated platform to build an autonomous program, firstly, components required to be used in a component submodule 12 are pulled to a program interface pattern in a dragging mode, then, the pattern configuration is carried out on the basis of the component building through a pattern presentation submodule 13, and the position, the size, the angle, the name and the color of the components are adjusted, so that the what you see is what you get effect is achieved;
and then, performing event binding on the adjusted components, and performing event binding by using an event submodule 15: 1. clicking an event; 2. Binding value change events; 3. an event is initiated.
Then, data binding is performed on the event-bound component, and first, the data source sub-module 11 obtains various types of data from the platform service 16, including: static data, application data, interface data, form data and data source mapping; calling corresponding data according to corresponding event information for binding, calling a corresponding global method from a global method submodule 14 through an event submodule 15, calling an interface from the global method submodule 14 to a platform service 16, and finally realizing data interaction through a corresponding method, wherein in addition, the data source submodule 11 and the component submodule 12 are in bidirectional binding, the data source submodule 11 can transmit data information to the component submodule 12, the component submodule 12 can also transmit information to the data source submodule 11, and the event submodule 15 can also transmit information to the data source submodule 11 through the component submodule 12, so that real-time updating and one-to-one correspondence of the data are realized.
And then the data source sub-module 11 generates a form and submits the form to the platform service 16, and the platform service 16 stores the form, so that the corresponding program can be conveniently updated after the data is updated.
And finally, generating an application program which can be used by the PC end and the mobile end through the generating module 2, and downloading corresponding program software by a user according to the actual requirements of the user.
In summary, the method has the advantages that the program can be configured quickly and simply, even if a user who does not know the code can easily operate, the configuration speed is high, the program generation speed is high, the installation is convenient, the flexible and super-strong software middle platform service support is provided for ubiquitous software developers, the development difficulty of the developers is reduced, the development labor cost is saved, and the development efficiency and the profit are improved.
The generation module 2 comprises a two-dimensional code generation submodule 21, the program application terminal comprises a PC terminal and a mobile terminal, and the two-dimensional code generation submodule 21 is used for generating a corresponding program two-dimensional code. The consumer can directly configure and download programs by himself, all processes are finished at one time, manual participation is not needed, and labor force is liberated.
The component submodule 12 comprises buttons, texts and input boxes;
the style presentation submodule 13 comprises a layout, an interface and a style frame;
the event submodule 15 includes a click event, a binding value change event, and an initialization event;
the global method submodule 14 comprises a program native method, a function, an interface request and a route skip;
the data source submodule 11 includes static data, application data, interface data, form data, and data source mapping.
A system development method for directly generating an executable program from prototype design is characterized by comprising the following specific steps:
s1: the user drags the visual configuration program interface through the component submodule 12;
s2: the user selects a configuration style according to the style presentation submodule 13;
s3: the user configures the functions of the components in the program interface through the event submodule 15 and/or the data source submodule 11;
the user can carry out according to actual demand: 1. data binding; 2. event binding; 3. data and event binding.
S4: the user continues to configure the program and returns to S1 or generates an executable program after configuration is complete.
The method has clear steps, simple and convenient process, is suitable for users with different experiences, and can be used for users with zero experience quickly.
Step S3 specifically includes:
s31: the user binds the event of the component in the program interface through the event submodule 15;
or S32: the user performs data binding on the components in the program interface through the data source submodule 11;
or S33: the user proceeds to S31 and S32 together.
Step S31 specifically includes:
s311: a configuration event submodule 15;
s312: binding a value change event by the event submodule 15;
s313: the event submodule 15 calls the global method to the global method submodule 14;
s314: the global method submodule 14 makes an interface call to the platform service 16;
s315: the event submodule 15 feeds back the calling component method to the component submodule 12.
Step S32 specifically includes:
s321: the data source obtains various types of data from the platform service 16;
s322: calling corresponding data in a data source according to the event information in the component to perform data binding;
s323: the data and event function correspondence is realized through a component method.
And calling the corresponding component method through the event information, and enabling the event and the data in the component to realize the corresponding setting of the function according to the component method. The operation method has the advantages that the events and the data are simply and conveniently corresponded with each other, and 1, the background establishment speed is high; 2. the event and the data are accurately corresponding, the program is ensured to be established stably, and the data are not easy to make mistakes.
Further comprising step S6: and issuing the program and generating the two-dimension code.
Step S2 specifically includes performing size adjustment, angle adjustment, position adjustment, and color adjustment on the component through the style configuration in the style rendering sub-module 13. The method can realize the what you see is what you get effect, so that a user can clearly know the layout of the whole program in the configuration process, and the configuration is more random.
The above is only a preferred embodiment of the present invention, and the protection scope of the present invention is not limited to the above-mentioned embodiments, and all technical solutions belonging to the idea of the present invention belong to the protection scope of the present invention. It should be noted that modifications and embellishments within the scope of the invention may occur to those skilled in the art without departing from the principle of the invention, and are considered to be within the scope of the invention.

Claims (9)

1.一种从原型设计直接生成可运行程序的系统开发平台,其特征是包括有:配置模块(1)和与配置模块(1)连接的生成模块(2),所述配置模块(1)包括有数据源子模块(11)、组件子模块(12)、样式呈现子模块(13)、全局方法子模块(14)、事件子模块(15)、平台服务(16);1. a system development platform that directly generates executable programs from prototyping, is characterized in that comprising: a configuration module (1) and a generation module (2) connected with the configuration module (1), the configuration module (1) It includes a data source submodule (11), a component submodule (12), a style presentation submodule (13), a global method submodule (14), an event submodule (15), and a platform service (16); 所述组件子模块(12)分别与样式呈现子模块(13)、事件子模块(15)、数据源子模块(11)连接;The component submodule (12) is respectively connected with a style presentation submodule (13), an event submodule (15), and a data source submodule (11); 所述事件子模块(15)与全局方法子模块(14)连接;The event submodule (15) is connected with the global method submodule (14); 所述全局方法子模块(14)与平台服务(16)连接;the global method sub-module (14) is connected with the platform service (16); 所述数据源子模块(11)与平台服务(16)连接;The data source sub-module (11) is connected with the platform service (16); 所述样式呈现子模块(13)用于构建程序界面样式;The style presentation submodule (13) is used to construct a program interface style; 所述组件子模块(12)内包含有若干不同的组件,所述组件子模块(12)用于供用户对若干组件进行拖拉式配置程序界面;The component sub-module (12) contains several different components, and the component sub-module (12) is used for a user to perform a drag-and-drop configuration program interface on several components; 所述事件子模块(15)用于对程序界面内的组件进行事件信息的绑定;The event submodule (15) is used for binding event information to components in the program interface; 所述数据源子模块(11)用于对程序界面内的组件进行数据绑定,和用于生成表单并通过表单提交向平台服务(16)输送数据进行数据存储;The data source submodule (11) is used to perform data binding on the components in the program interface, and is used to generate a form and transmit data to the platform service (16) for data storage through form submission; 所述事件子模块(15)还用于根据组件所需的事件信息向全局方法子模块(14)调用对应的方法,通过对应的方法实现组件内的数据与事件信息之间的功能对应;The event submodule (15) is also used to call the corresponding method to the global method submodule (14) according to the event information required by the component, and realize the function correspondence between the data in the component and the event information through the corresponding method; 所述全局方法子模块(14)用于对平台服务(16)进行接口调用;The global method submodule (14) is used to make an interface call to the platform service (16); 所述生成模块(2)用于根据完成配置的配置模块(1)生成程序应用端。The generating module (2) is used for generating a program application terminal according to the configured configuration module (1). 2.根据权利要求1所述的一种从原型设计直接生成可运行程序的系统开发平台,其特征是:所述生成模块(2)包括有二维码生成子模块(21),所述程序应用端包括有PC端和移动端,所述二维码生成子模块(21)用于生成对应的程序二维码。2. A system development platform for directly generating an executable program from prototyping according to claim 1, wherein the generation module (2) includes a two-dimensional code generation submodule (21), and the program The application terminal includes a PC terminal and a mobile terminal, and the two-dimensional code generation submodule (21) is used to generate a corresponding program two-dimensional code. 3.根据权利要求1所述的一种从原型设计直接生成可运行程序的系统开发平台,其特征是:所述组件子模块(12)包括有按钮、文本、输入框;3. A system development platform for directly generating executable programs from prototyping according to claim 1, wherein: the component submodule (12) includes buttons, texts, and input boxes; 所述样式呈现子模块(13)包括有布局、界面、样式边框;The style presentation sub-module (13) includes layout, interface and style frame; 所述事件子模块(15)包括有点击事件、绑定值改变事件、初始化事件;The event submodule (15) includes a click event, a binding value change event, and an initialization event; 所述全局方法子模块(14)包括有程序原生方法、函数、接口请求、路由跳转;The global method submodule (14) includes program native methods, functions, interface requests, and routing jumps; 所述数据源子模块(11)包括有静态数据、应用数据、接口数据、表单数据、数据源映射。The data source sub-module (11) includes static data, application data, interface data, form data, and data source mapping. 4.一种从原型设计直接生成可运行程序的系统开发方法,其特征是具体步骤包括有:4. A system development method for directly generating executable programs from prototyping, characterized in that the specific steps include: S1:用户通过组件子模块(12)进行拖拉式可视化配置程序界面;S1: the user performs a drag-and-drop visual configuration program interface through the component sub-module (12); S2:用户根据样式呈现子模块(13)选择配置样式;S2: The user selects a configuration style according to the style presentation sub-module (13); S3:用户通过事件子模块(15)和/或数据源子模块(11)对程序界面内的组件进行功能配置;S3: the user configures the functions of the components in the program interface through the event submodule (15) and/or the data source submodule (11); S4:用户继续配置程序并返回S1或者配置完成后生成可运行的程序。S4: The user continues to configure the program and returns to S1 or generates a runnable program after the configuration is completed. 5.根据权利要求4所述的一种从原型设计直接生成可运行程序的系统开发方法,其特征是:所述步骤S3具体包括有:5. a kind of system development method for directly generating executable program from prototype design according to claim 4, is characterized in that: described step S3 specifically comprises: S31:用户通过事件子模块(15)对程序界面内的组件进行事件绑定;S31: The user performs event binding on the components in the program interface through the event submodule (15); 或S32:用户通过数据源子模块(11)对程序界面内的组件进行数据绑定;Or S32: the user performs data binding on the components in the program interface through the data source submodule (11); 或S33:用户一并进行S31和S32。Or S33: the user performs S31 and S32 together. 6.根据权利要求5所述的一种从原型设计直接生成可运行程序的系统开发方法,其特征是:所述步骤S31具体包括有:6. A system development method for directly generating executable programs from prototyping according to claim 5, wherein the step S31 specifically includes: S311:配置事件子模块(15);S311: configure the event submodule (15); S312:通过事件子模块(15)绑定值改变事件;S312: Bind the value change event through the event submodule (15); S313:事件子模块(15)向全局方法子模块(14)调用全局方法;S313: The event submodule (15) calls the global method to the global method submodule (14); S314:全局方法子模块(14)向平台服务(16)进行接口调用;S314: The global method submodule (14) makes an interface call to the platform service (16); S315:事件子模块(15)向组件子模块(12)反馈调用组件方法。S315: The event sub-module (15) feeds back the calling component method to the component sub-module (12). 7.根据权利要求4所述的一种从原型设计直接生成可运行程序的系统开发方法,其特征是:所述步骤S32具体包括有:7. A system development method for directly generating executable programs from prototyping according to claim 4, wherein the step S32 specifically includes: S321:数据源从平台服务(16)中获取各类数据;S321: The data source obtains various data from the platform service (16); S322:根据组件中的事件信息调用数据源中对应的数据进行数据绑定;S322: call corresponding data in the data source for data binding according to the event information in the component; S323:通过组件方法实现数据和事件功能对应。S323: Realize the function correspondence between data and events through the component method. 8.根据权利要求4所述的一种从原型设计直接生成可运行程序的系统开发方法,其特征是:还包括有步骤S6:发布程序并生成二维码。8 . The system development method for directly generating an executable program from a prototype design according to claim 4 , further comprising step S6 : publishing the program and generating a two-dimensional code. 9 . 9.根据权利要求4所述的一种从原型设计直接生成可运行程序的系统开发方法,其特征是:所述步骤S2具体包括有通过样式呈现子模块(13)内的样式配置对组件进行大小调整、角度调整、位置调整、颜色调整。9. A system development method for directly generating an executable program from prototype design according to claim 4, wherein the step S2 specifically includes performing the component execution on the component through the style configuration in the style presentation sub-module (13). Size adjustment, angle adjustment, position adjustment, color adjustment.
CN202011294126.6A 2020-11-18 2020-11-18 System development platform for directly generating executable program from prototype design Pending CN112527275A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011294126.6A CN112527275A (en) 2020-11-18 2020-11-18 System development platform for directly generating executable program from prototype design

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011294126.6A CN112527275A (en) 2020-11-18 2020-11-18 System development platform for directly generating executable program from prototype design

Publications (1)

Publication Number Publication Date
CN112527275A true CN112527275A (en) 2021-03-19

Family

ID=74981176

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011294126.6A Pending CN112527275A (en) 2020-11-18 2020-11-18 System development platform for directly generating executable program from prototype design

Country Status (1)

Country Link
CN (1) CN112527275A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7243335B1 (en) * 2000-02-17 2007-07-10 Microsoft Corporation Method and system for reducing coding complexity by providing intelligent manipulable defaults
CN106293743A (en) * 2016-08-11 2017-01-04 上海泛微网络科技股份有限公司 A kind of mobile modeling and build Mobile solution the method realizing cross-platform issue
CN106843985A (en) * 2017-02-14 2017-06-13 郑州云海信息技术有限公司 The virtual method and system of a kind of application deployment
CN107577459A (en) * 2017-08-21 2018-01-12 杰为软件系统(深圳)有限公司 A kind of towed cross-platform development system and method based on modularization
CN109597614A (en) * 2017-09-28 2019-04-09 华为技术有限公司 A kind of business page method for customizing and system
CN110825362A (en) * 2019-11-04 2020-02-21 广东道一信息技术股份有限公司 Low-code application software development system and method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7243335B1 (en) * 2000-02-17 2007-07-10 Microsoft Corporation Method and system for reducing coding complexity by providing intelligent manipulable defaults
CN106293743A (en) * 2016-08-11 2017-01-04 上海泛微网络科技股份有限公司 A kind of mobile modeling and build Mobile solution the method realizing cross-platform issue
CN106843985A (en) * 2017-02-14 2017-06-13 郑州云海信息技术有限公司 The virtual method and system of a kind of application deployment
CN107577459A (en) * 2017-08-21 2018-01-12 杰为软件系统(深圳)有限公司 A kind of towed cross-platform development system and method based on modularization
CN109597614A (en) * 2017-09-28 2019-04-09 华为技术有限公司 A kind of business page method for customizing and system
CN110825362A (en) * 2019-11-04 2020-02-21 广东道一信息技术股份有限公司 Low-code application software development system and method

Similar Documents

Publication Publication Date Title
CN105653644B (en) A page builder and page construction method
Peissner et al. MyUI: generating accessible user interfaces from multimodal design patterns
CN110851134A (en) Low-code page design device and page design method
CN105843630A (en) Method for graphical programming development based on robot
CN109032568A (en) Generation method, terminal device and the storage medium of programmed logic
CN102651180B (en) OSG-based (open scene graph-based) electric-electronic virtual experiment simulation system
CN101950257B (en) Mobile phone application development method and system
CN102375743B (en) SOA(Service-Oriented Architecture) system development method based on model and template
CN111897467A (en) Application icon management method, computing device and readable storage medium
CN115115814A (en) Information processing method, information processing apparatus, readable storage medium, and electronic apparatus
CN106003025A (en) Method and device for creating three-dimensional robot model
US9665272B2 (en) Touch gesture for connection of streams in a flowsheet simulator
CN112527275A (en) System development platform for directly generating executable program from prototype design
KR102417862B1 (en) the method for making the program simple
CN106126213B (en) A Modeling Method for Android Development Based on IFML
CN117093069B (en) Cross-dimension interaction method, device and equipment for hybrid application
CN106445539A (en) IFML-based Android developing modeling method
CN106569828A (en) Method of realizing simulation of touch device manual operation in expandable and customized way
KR102335433B1 (en) Planar figure creating system which automatically creates planar figure based on 3d drawings of three-dimensional structure
CN112965709B (en) Building block generation method, device, equipment and storage medium
CN111008012B (en) Prototype design method, device, electronic product and storage medium
Chang et al. CoFabs: An interactive fabrication process framework
CN113936102A (en) Three-dimensional model processing method and device, electronic equipment and storage medium
CN114879961A (en) Component rendering method and device and computer readable storage medium
CN114594950A (en) A UI graphics management method, system, device and computer-readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210319