WO2018058612A1 - 配置方法及系统 - Google Patents

配置方法及系统 Download PDF

Info

Publication number
WO2018058612A1
WO2018058612A1 PCT/CN2016/101277 CN2016101277W WO2018058612A1 WO 2018058612 A1 WO2018058612 A1 WO 2018058612A1 CN 2016101277 W CN2016101277 W CN 2016101277W WO 2018058612 A1 WO2018058612 A1 WO 2018058612A1
Authority
WO
WIPO (PCT)
Prior art keywords
configuration
configuration element
code
application
development
Prior art date
Application number
PCT/CN2016/101277
Other languages
English (en)
French (fr)
Inventor
叶东
王浩
范紫薇
贾西贝
Original Assignee
深圳市华傲数据技术有限公司
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 深圳市华傲数据技术有限公司 filed Critical 深圳市华傲数据技术有限公司
Priority to PCT/CN2016/101277 priority Critical patent/WO2018058612A1/zh
Priority to CN201680088091.6A priority patent/CN110312990A/zh
Publication of WO2018058612A1 publication Critical patent/WO2018058612A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs

Definitions

  • the present invention relates to the field of computer technologies, and in particular, to a configuration method and system.
  • the present invention provides a configuration method and system to provide an application development solution that does not require all code writing, reduce the workload of the developer, and improve the application development efficiency.
  • a configuration method provided by the present invention includes:
  • a corresponding application is generated according to the configuration element configuration.
  • the code for implementing the specified function is separately encapsulated into a configuration element, for example, the configuration element may be a plug-in, a component, a page, a template, a framework, or even an animation, a special effect, etc., based on the application
  • a plurality of the combination of the configuration elements may be directly invoked to generate an application, or the configuration element may be invoked and then programmed with a certain code to generate a corresponding application.
  • the configuration element can be reused, and one configuration element can be used in the development process of multiple applications. It is called, therefore, the invention can effectively reduce the workload of the developer writing code in the application development process, and improve the development efficiency of the application.
  • the configuration element may include at least one of a component, a plug-in, a page, a module, and an effect.
  • the components such as buttons, menus, etc., the plug-ins such as check boxes, pop-up boxes, calendar plug-ins, etc.
  • the pages may be a complete page
  • the page may include a plurality of components and plug-ins
  • the template is a template formed by combining a plurality of pages of business logic, such as an animation effect, a blinking effect, etc., as long as it is passed
  • a piece of code or a finished product or semi-finished product with certain functions or effects can be directly called and reused as a configuration element.
  • the present invention provides a preset configuration element library, where a plurality of the configuration elements are preset in the configuration element library, so that the developer can flexibly select according to requirements, wherein each of the configuration elements includes The hidden code of the back end and the developer-oriented graphical interface displayed by the front end corresponding to the code, the developer can intuitively understand the function or effect of the configuration element through a graphical interface, and the obtaining is implemented in advance by The configuration elements of the specified function code that make up the application, including:
  • the configuration element library containing a plurality of configuration elements pre-formed by the code for implementing the specified function for constituting the application;
  • the configuration element in the configuration element library may be pre-edited by a professional, or may be edited by a developer or other person and uploaded to the configuration element library to provide a richer and more diverse configuration element. For developers to share and use.
  • the configuration elements may be classified by category, style, etc. in the configuration element library, so that the developer can find and call.
  • the present invention can provide a professional configuration platform for generating a corresponding application according to the configuration element configuration after obtaining the configuration element, and the configuration platform can directly retrieve multiple applications.
  • the configuration element combination generates an application, or invokes the configuration element and then generates a corresponding application by using certain code programming.
  • the developer selects a corresponding configuration element from the configuration element library, and then The configuration element is uploaded to the configuration platform, and the configuration platform can generate a corresponding application according to the configuration element configuration.
  • corresponding APIs can be set for the configuration elements (application programming) Interface
  • the configuration platform in the development process, only the API of the configuration element is sent to the configuration platform, and then the configuration platform directly retrieves the corresponding configuration element from the configuration element library according to the API, or
  • the configuration platform writes the API into the development code of the application in development, and may also generate the application according to the configuration element corresponding to the API call of the API, so that the download and upload configuration elements may be omitted. the process of, Further improve development efficiency.
  • the generating according to the configuration element configuration, a corresponding application, including:
  • the API is added to the development code of the application under development to generate the application according to the API corresponding configuration element configuration of the API call.
  • the configuration element includes a code hidden by the back end and a developer-oriented graphical interface displayed by the front end corresponding to the code.
  • the developer can intuitively understand the function or effect of the configuration element through a graphical interface, and visualize the configuration element in the configuration element library and the configuration platform, so that application development is no longer limited.
  • the boring code enriches the development tools, and the visual operation can effectively reduce the development difficulty and improve the development efficiency.
  • the invention improves the development efficiency of the application by encapsulating the code with certain functions, and in the background, the background element is essentially the configuration element.
  • the code is extracted and added to the development code of the application under development to generate a corresponding application, and the corresponding application is generated according to the configuration element configuration, including:
  • the code of the configuration element is added to the development code of the application under development to generate the application.
  • the programming languages used may be different.
  • the present invention provides code for the configuration elements in multiple languages, the configuration elements. Contains multiple codes for different programming languages;
  • the code for retrieving the configuration element includes:
  • the code of the configuration element of the programming language corresponding to the development code of the application under development is retrieved.
  • the configuration element can be written in the SCSS language, which has the advantage of less code, and then generates multiple codes corresponding to different programming languages based on the configuration element, so that the developer selects the corresponding code according to the actual development environment.
  • the configuration element may be a semi-finished product, and at least one attribute of the configuration element is a default setting or an editable setting;
  • the configuration parameters are imported into attributes of the respective configuration elements to determine attributes of the configuration elements. For example, the attribute value of a configuration element such as a key component is white by default. After the call, the corresponding configuration parameter may be input, the color of the key component is modified to be blue, and the determined configuration element is used to generate a corresponding s application. In this way, the configuration element has strong editability and is more conducive to the developer's flexible setting. It is also a modified embodiment of the present invention and is also within the protection scope of the present invention.
  • a configuration system provided by the present invention includes:
  • a configuration element obtaining module configured to acquire a configuration element for composing an application, which is prepared in advance by code for implementing a specified function; wherein the configuration element is a reusable finished product or a semi-finished product;
  • a configuration element configuration module is configured to generate a corresponding application according to the configuration element configuration.
  • the configuration element includes at least one of a component, a plug-in, a page, a module, and an effect.
  • the configuration element acquiring module includes:
  • a configuration element library access unit configured to access a preset configuration element library, where the configuration element library includes a plurality of configuration elements pre-formed by the code for implementing the specified function for constituting the application;
  • a configuration element selection unit for selecting a specified configuration element from the configuration element library.
  • the configuration element configuration module includes:
  • An API obtaining unit configured to acquire an API of the selected configuration element
  • An API calling unit configured to add the API to development code of an application under development to generate the application according to the API corresponding configuration element configuration of the API call.
  • the configuration element includes a code hidden by the back end and a developer-oriented graphical interface displayed by the front end corresponding to the code.
  • the configuration element configuration module includes:
  • a code retrieval unit configured to retrieve a code of the configuration element
  • a code adding unit for adding code of the configuration element to development code of an application under development to generate the application.
  • the configuration element includes multiple codes corresponding to different programming languages
  • the code retrieval unit includes:
  • the configuration system provided by the present invention is based on the same inventive concept as the above configuration method. Therefore, the related content can be understood by referring to the description of the above preparation method, and details are not described herein again, which have the same beneficial effects as the above preparation method.
  • a configuration system includes: a processor, a memory, a bus interface, a bus, and a transceiver;
  • the processor, the memory and the bus interface are connected by the bus, and the transceiver is connected to the bus interface;
  • the memory is used to store a program
  • the processor is configured to read a program stored in the memory, and execute the configuration method according to any one of the present invention
  • the transceiver is configured to receive and transmit data under the control of the processor.
  • the configuration system provided by the present invention and the configuration method are based on the same inventive concept and have the same beneficial effects.
  • FIG. 1 is a flow chart showing a configuration method provided by a first embodiment of the present invention
  • FIG. 2 is a schematic diagram showing a configuration system according to a second embodiment of the present invention.
  • FIG. 3 is a schematic diagram showing a configuration system according to a third embodiment of the present invention.
  • FIG. 1 is a flowchart of a configuration method according to a first embodiment of the present invention. As shown in FIG. 1 , a configuration method provided by a first embodiment of the present invention includes the following steps:
  • Step S101 Acquire a configuration element for composing an application written in advance by a code for implementing a specified function; wherein the configuration element is a reusable finished product or a semi-finished product;
  • Step S102 Generate a corresponding application according to the configuration element configuration.
  • the flow of a configuration method provided by the first embodiment of the present invention is completed through steps S101 to S102.
  • the code for implementing the specified function is separately encapsulated into a configuration element, for example, the configuration element may be a plug-in, a component, a page, a template, a framework, or even an animation, a special effect, etc., based on the application
  • a plurality of the combination of the configuration elements may be directly invoked to generate an application, or the configuration element may be invoked and then programmed with a certain code to generate a corresponding application.
  • the configuration element can be reused, and one configuration element can be used in the development process of multiple applications. It is called, therefore, the invention can effectively reduce the workload of the developer writing code in the application development process, and improve the development efficiency of the application.
  • the configuration element may include at least one of a component, a plug-in, a page, a module, and an effect.
  • the component is, for example, a button, a menu, or the like
  • the plug-in such as a check box, a pop-up box, a calendar plug-in, etc.
  • the page may be a complete page
  • the page may include a plurality of components and plug-ins
  • the template is A template formed by combining a plurality of pages of business logic, such as an animation effect, a blinking effect, and the like, as long as it is a finished product or a semi-finished product having a certain function or effect through a piece of code programming, and can be directly used as a configuration element. Call, reuse.
  • the present invention provides a preset configuration element library, the configuration element A plurality of the configuration elements are preset in the library for the developer to flexibly select according to requirements, wherein each of the configuration elements includes a code hidden by the back end and a developer-oriented display corresponding to the front end of the code.
  • the graphical interface the developer can intuitively understand the function or effect of the configuration element through a graphical interface, which is a configuration element that is pre-written by the code for implementing the specified function and constitutes an application, including:
  • the configuration element library containing a plurality of configuration elements pre-formed by the code for implementing the specified function for constituting the application;
  • the configuration element in the configuration element library may be pre-edited by a professional, or may be edited by a developer or other person and uploaded to the configuration element library to provide a richer and more diverse configuration element. For developers to share and use.
  • the configuration elements may be classified by category, style, etc. in the configuration element library, so that the developer can find and call.
  • the present invention can provide a professional configuration platform for generating a corresponding application according to the configuration element configuration after obtaining the configuration element, and the configuration platform can directly retrieve multiple applications.
  • the configuration element combination generates an application, or invokes the configuration element and then generates a corresponding application by using certain code programming.
  • the developer selects a corresponding configuration element from the configuration element library, and then The configuration element is uploaded to the configuration platform, and the configuration platform can generate a corresponding application according to the configuration element configuration.
  • corresponding APIs can be set for the configuration elements (application programming) Interface
  • the configuration platform in the development process, only the API of the configuration element is sent to the configuration platform, and then the configuration platform directly retrieves the corresponding configuration element from the configuration element library according to the API, or
  • the configuration platform writes the API into the development code of the application in development, and may also generate the application according to the configuration element corresponding to the API call of the API, so that the download and upload configuration elements may be omitted.
  • the process further improves development efficiency.
  • the generating, according to the configuration element configuration, a corresponding application including:
  • the API is added to the development code of the application under development to generate the application according to the API corresponding configuration element configuration of the API call.
  • the configuration element includes a code hidden by the back end and a developer-oriented graphical interface displayed by the front end corresponding to the code.
  • the developer can intuitively understand the function or effect of the configuration element through a graphical interface, and visualize the configuration element in the configuration element library and the configuration platform, so that application development is no longer limited.
  • the boring code enriches the development tools, and the visual operation can effectively reduce the development difficulty and improve the development efficiency.
  • the invention improves the development efficiency of the application by encapsulating the code with certain functions, and in the background, the background element is essentially the configuration element.
  • the code is extracted and added to the development code of the application under development to generate a corresponding application, and the corresponding application is generated according to the configuration element configuration, including:
  • the code of the configuration element is added to the development code of the application under development to generate the application.
  • the programming languages used may be different.
  • the present invention provides code for the configuration elements in multiple languages, the configuration elements. Contains multiple codes for different programming languages;
  • the code for retrieving the configuration element includes:
  • the code of the configuration element of the programming language corresponding to the development code of the application under development is retrieved.
  • the configuration element can be written in the SCSS language, which has the advantage of less code, and then generates multiple codes corresponding to different programming languages based on the configuration element, so that the developer selects the corresponding code according to the actual development environment.
  • the configuration element may be a semi-finished product, and at least one attribute of the configuration element is a default setting or an editable setting;
  • the configuration parameters are imported into attributes of the respective configuration elements to determine attributes of the configuration elements.
  • the configuration element such as the attribute value of a button component defaults to white.
  • the configuration element has strong editability and is more conducive to the developer's flexible setting. It is also a modified embodiment of the present invention and is also within the protection scope of the present invention.
  • FIG. 2 is a schematic diagram of a configuration system according to a second embodiment of the present invention. Since the system embodiment is basically similar to the method embodiment, the description is relatively simple, and the relevant parts can be referred to the description of the method embodiment.
  • the system embodiments described below are merely illustrative.
  • a configuration element obtaining module 101 configured to acquire a configuration element, which is written in advance by the code for implementing the specified function, for constituting the application; wherein the configuration element is a reusable finished product or a semi-finished product;
  • the configuration element configuration module 102 is configured to generate a corresponding application according to the configuration element configuration.
  • the configuration element includes at least one of a component, a plug-in, a page, a module, and an effect.
  • the configuration element obtaining module 101 includes:
  • a configuration element library access unit configured to access a preset configuration element library, where the configuration element library includes a plurality of configuration elements pre-formed by the code for implementing the specified function for constituting the application;
  • a configuration element selection unit for selecting a specified configuration element from the configuration element library.
  • the configuration element configuration module 102 includes:
  • An API obtaining unit configured to acquire an API of the selected configuration element
  • An API calling unit configured to add the API to development code of an application under development to generate the application according to the API corresponding configuration element configuration of the API call.
  • the configuration element includes a code hidden by the back end and a developer-oriented graphical interface displayed by the front end corresponding to the code.
  • the configuration element configuration module 102 includes:
  • a code retrieval unit configured to retrieve a code of the configuration element
  • a code adding unit for adding the code of the configuration element to the development code of the application under development, To generate the application.
  • the configuration element includes a plurality of codes corresponding to different programming languages
  • the code retrieval unit includes:
  • the configuration system provided by the present invention is based on the same inventive concept as the above configuration method. Therefore, the related content can be understood by referring to the description of the above preparation method, and details are not described herein again, which have the same beneficial effects as the above preparation method.
  • FIG. 3 is a schematic diagram of a configuration system according to a third embodiment of the present invention.
  • a configuration system provided by the third embodiment of the present invention includes: a processor 1, a memory 2, a bus interface 3, a bus 4, and a transceiver 5;
  • the processor 1, the memory 2 and the bus interface 3 are connected by the bus 4, and the transceiver 5 is connected to the bus interface 3;
  • the memory 2 is used to store a program
  • the processor 1 is configured to read a program in the memory 2, and execute the configuration method according to any one of the aspects provided by the present invention
  • the transceiver 5 is configured to receive and transmit data under the control of the processor 1.
  • a bus architecture (represented by bus 4), which may include any number of interconnected buses and bridges, the bus 4 will include one or more processors represented by processor 1 and a memory represented by memory 2.
  • the various circuits are linked together.
  • the bus 4 can also link various other circuits such as peripherals, voltage regulators, and power management circuits, which are well known in the art and, therefore, will not be further described herein.
  • the bus interface 3 provides an interface between the bus 4 and the transceiver 5.
  • the transceiver 5 can be an element or a plurality of elements, such as a plurality of receivers and transmitters, providing means for communicating with various other devices on a transmission medium.
  • the processor 1 is responsible for managing the bus 4 and the usual processing, and can also provide various functions including timing, peripheral interfaces, voltage regulation, power management, and other control functions.
  • the memory 2 can be used to store data used by the processor 1 when performing operations.
  • the processor 1 may be a CPU (central buried device) or an ASIC (Application). Specific Integrated Circuit, FPGA (Field-Programmable Gate Array) or CPLD (Complex Programmable Logic Device).
  • the configuration system provided by the present invention has the same beneficial effects as the above configuration method, and will not be described herein.
  • each block of the flowchart or block diagram can represent a module, a program segment, or a portion of code that includes one or more of the Executable instructions.
  • the functions noted in the blocks may also occur in a different order than that illustrated in the drawings. For example, two consecutive blocks may be executed substantially in parallel, and they may sometimes be executed in the reverse order, depending upon the functionality involved.
  • each block of the block diagrams and/or flowcharts, and combinations of blocks in the block diagrams and/or flowcharts can be implemented by a dedicated hardware-based server that performs the specified function or action. Or it can be implemented by a combination of dedicated hardware and computer instructions.
  • the configuration device provided by the embodiment of the present invention may be a computer program product, including a computer readable storage medium storing program code, where the program code includes instructions for executing the method described in the foregoing method embodiment, and the specific implementation may be implemented. See the method embodiment, and details are not described herein again.
  • the disclosed server, apparatus, and method may be implemented in other manners.
  • the device embodiments described above are merely illustrative, for example, of the unit
  • the division is only for one logical function division, and the actual implementation may have another division manner.
  • multiple units or components may be combined or integrated into another server, or some features may be ignored or not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some communication interface, device or unit, and may be electrical, mechanical or otherwise.
  • the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the functions may be stored in a computer readable storage medium if implemented in the form of a software functional unit and sold or used as a standalone product.
  • the technical solution of the present invention which is essential or contributes to the prior art, or a part of the technical solution, may be embodied in the form of a software product, which is stored in a storage medium, including
  • the instructions are used to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present invention.
  • the foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk, and the like. .

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

一种配置方法及系统,包括:首先,获取预先由用于实现指定功能的代码编写而成的用于构成应用程序的配置元素;其中,所述配置元素为可重复使用的成品或半成品(S101);然后,根据所述配置元素配置生成相应的应用程序(S102)。预先将用于实现指定功能的代码独立封装成配置元素,基于此,在应用程序的开发中,可以直接调取多个所述配置元素组合生成应用程序,或者调用所述配置元素再辅以一定的代码编程生成相应的应用程序。这样,在开发过程中,即可不必重复编写所述配置元素的代码,而是直接调用成品或半成品的配置元素,可以有效减少应用程序开发过程中开发者编写代码的工作量,提高应用程序的开发效率。

Description

配置方法及系统 技术领域
本发明涉及计算机技术领域,具体涉及一种配置方法及系统。
背景技术
随着计算机技术及移动互联网技术的快速发展,适应各种需求的软件、应用程序越来越多,但目前的应用软件、OA系统(Office Automation System办公自动化系统)等的开发均是使用编写代码的方式实现,开发过程中所有的功能都要一一的编写代码,繁琐且工作量大,开发效率低。
发明内容
针对现有技术中的缺陷,本发明提供一种配置方法及系统,以提供一种不需要全部编写代码的应用程序开发方案,减少开发者的工作量,提高应用程序开发效率。
第一方面,本发明提供的一种配置方法,包括:
获取预先由用于实现指定功能的代码编写而成的用于构成应用程序的配置元素;其中,所述配置元素为可重复使用的成品或半成品;
根据所述配置元素配置生成相应的应用程序。
本发明中,预先将用于实现指定功能的代码独立封装成配置元素,例如,所述配置元素可以是插件、组件、页面、模版、框架、甚至动画、特效等,基于此,在应用程序的开发中,可以直接调取多个所述配置元素组合生成应用程序,或者调用所述配置元素再辅以一定的代码编程生成相应的应用程序。这样,在开发过程中,即可不必重复编写所述配置元素的代码,而是直接调用成品或半成品的配置元素,所述配置元素可以重复使用,一个配置元素可以在多个应用程序的开发过程中被调用,因此,通过本发明,可以有效减少应用程序开发过程中开发者编写代码的工作量,提高应用程序的开发效率。
如上所述,所述配置元素可以包括:组件、插件、页面、模块、特效中的至少一种。所述组件如按钮、菜单等,所述插件如校验框、弹出框、日历插件等,所述页面可以是 一个完整的页面,所述页面中可以包括多个组件和插件,所述模板是将由业务逻辑的多个页面组合在一起形成的模板,所述特效如动画效果、闪烁效果等等,只要是通过一段代码编程实现的具有一定功能或效果的成品或半成品,都可以作为配置元素直接调用、复用。
可选的,本发明提供一个预设的配置元素库,所述配置元素库中预先设置有多个所述配置元素,以供开发者根据需要灵活选取,其中,每个所述配置元素均包括后端隐藏的代码和与所述代码对应的前端显示的面向开发者的图形化界面,开发者可以通过图形化界面直观的了解所述配置元素的功能或效果,所述获取预先由用于实现指定功能的代码编写而成的用于构成应用程序的配置元素,包括:
访问预设的配置元素库,所述配置元素库中包含有多个预先由用于实现指定功能的代码编写而成的用于构成应用程序的配置元素;
从所述配置元素库中选择指定的配置元素。
所述配置元素库中配置元素可以是由专业人士预先编辑好提供的,也可以是由开发者或其他人士自行编辑好后上传到所述配置元素库中的,以提供更丰富多样的配置元素供开发者共享、使用。
所述配置元素在所述配置元素库中可以按照类别、风格等进行分类,以便于开发者查找、调用。
容易理解的是,本发明可以提供一个专业的配置平台,用于在获取到配置元素后,根据所述配置元素配置生成相应的应用程序,所述配置平台的作用可以是直接调取多个所述配置元素组合生成应用程序,或者调用所述配置元素再辅以一定的代码编程生成相应的应用程序,开发者在开发应用程序时,从所述配置元素库中选取相应的配置元素,然后将所述配置元素上传到所述配置平台中,即可由所述配置平台根据所述配置元素配置生成相应的应用程序。
由于有些配置元素如页面、模板等体积较大,在上传配置元素时占用流量且耗时较长,影响开发效率,因此,本发明中,可以为所述配置元素设置相应的API(应用程序编程接口),在开发过程中,只将所述配置元素的API发送给所述配置平台,然后由所述配置平台根据所述API直接从所述配置元素库调取相应的配置元素,或者,所述配置平台将所述API写入开发中的应用程序的开发代码中,也可以根据所述API调用所述API相应的配置元素配置生成所述应用程序,这样,可以省去下载、上传配置元素的过程, 进一步提高开发效率。
可选的,所述根据所述配置元素配置生成相应的应用程序,包括:
获取选择的所述配置元素的API;
将所述API添加到开发中的应用程序的开发代码中,以根据所述API调用所述API相应的配置元素配置生成所述应用程序。
可选的,所述配置元素包括后端隐藏的代码和与所述代码对应的前端显示的面向开发者的图形化界面。开发者可以通过图形化界面直观的了解所述配置元素的功能或效果,以及在所述配置元素库和所述配置平台中对所述配置元素进行可视化操作,使应用程序的开发不再局限于枯燥的代码,丰富开发手段,同时可视化操作可以有效降低开发难度、提高开发效率。
由于应用程序的在底层上本质还是代码,本发明是通过将具有一定功能的代码封装起来随用随调,从而提高应用程序的开发效率,在使用时,其后台本质上也是将所述配置元素的代码提取出来加入到开发中的应用程序的开发代码中,以生成相应的应用程序,所述根据所述配置元素配置生成相应的应用程序,包括:
调取所述配置元素的代码;
将所述配置元素的代码添加到开发中的应用程序的开发代码中,以生成所述应用程序。
由于不同的操作系统、不同的浏览器、不同的开发框架,所采用的编程语言可能不同,本发明为了具有良好的兼容性,为所述配置元素设有多种语言的代码,所述配置元素包含对应不同编程语言的多种代码;
所述调取所述配置元素的代码,包括:
调取与开发中的应用程序的开发代码对应的编程语言的所述配置元素的代码。
其中,所述配置元素可以采用SCSS语言编写而成,这样具有代码少的优点,然后基于所述配置元素生成对应不同编程语言的多种代码,以便于开发者根据实际开发环境选择对应的代码。
可选的,本发明中,所述配置元素可以是半成品,所述配置元素的至少一项属性为缺省设置或为可编辑设置;
所述根据所述配置元素配置生成相应的应用程序,包括:
接收开发者针对所述配置元素的属性输入的配置参数;
将所述配置参数导入相应的所述配置元素的属性,以确定所述配置元素的属性。例如,配置元素如某个按键组件的属性值缺省为白色,在调用后,可以输入相应的配置参数,修改所述按键组件的颜色为蓝色,再利用确定好的所述配置元素生成相应的应用程序。这样,所述配置元素具有较强的可编辑性,更有助于开发者灵活设置,其也为本发明的变更实施方式,也在本发明的保护范围之内。
第二方面,本发明提供的一种配置系统,包括:
配置元素获取模块,用于获取预先由用于实现指定功能的代码编写而成的用于构成应用程序的配置元素;其中,所述配置元素为可重复使用的成品或半成品;
配置元素配置模块,用于根据所述配置元素配置生成相应的应用程序。
可选的,所述配置元素包括:组件、插件、页面、模块、特效中的至少一种。
可选的,所述配置元素获取模块,包括:
配置元素库访问单元,用于访问预设的配置元素库,所述配置元素库中包含有多个预先由用于实现指定功能的代码编写而成的用于构成应用程序的配置元素;
配置元素选择单元,用于从所述配置元素库中选择指定的配置元素。
可选的,所述配置元素配置模块,包括:
API获取单元,用于获取选择的所述配置元素的API;
API调用单元,用于将所述API添加到开发中的应用程序的开发代码中,以根据所述API调用所述API相应的配置元素配置生成所述应用程序。
可选的,所述配置元素包括后端隐藏的代码和与所述代码对应的前端显示的面向开发者的图形化界面。
可选的,所述配置元素配置模块,包括:
代码调取单元,用于调取所述配置元素的代码;
代码添加单元,用于将所述配置元素的代码添加到开发中的应用程序的开发代码中,以生成所述应用程序。
可选的,所述配置元素包含对应不同编程语言的多种代码;
所述代码调取单元,包括:
代码调取子单元,用于调取与开发中的应用程序的开发代码对应的编程语言的所述配置元素的代码。
本发明提供的所述配置系统与上述配置方法基于相同的发明构思,因此相关内容可参照上述配制方法的说明进行理解,此处不再赘述,其与上述配制方法具有相同的有益效果。
第三方面,本发明提供的一种配置系统,包括:处理器、存储器、总线接口、总线和收发机;
所述处理器、所述存储器和所述总线接口通过所述总线连接,所述收发机与所述总线接口连接;
其中,所述存储器用于存储程序;
所述处理器,用于读取所述存储器中存储的程序,执行本发明提供的任一项所述的配置方法;
所述收发机,用于在所述处理器的控制下接收和发送数据。
本发明提供的所述配置系统与所述配置方法基于相同的发明构思,具有相同的有益效果。
附图说明
为了更清楚地说明本发明具体实施方式或现有技术中的技术方案,下面将对具体实施方式或现有技术描述中所需要使用的附图作简单地介绍。在所有附图中,类似的元件或部分一般由类似的附图标记标识。附图中,各元件或部分并不一定按照实际的比例绘制。
图1示出了本发明第一实施例所提供的一种配置方法的流程图;
图2示出了本发明第二实施例所提供的一种配置系统的示意图;
图3示出了本发明第三实施例所提供的一种配置系统的示意图。
具体实施方式
下面将结合附图对本发明技术方案的实施例进行详细的描述。以下实施例仅用于更加清楚地说明本发明的技术方案,因此只是作为示例,而不能以此来限制本发明的保护范围。
需要注意的是,除非另有说明,本申请使用的技术术语或者科学术语应当为本发明所属领域技术人员所理解的通常意义。
本申请提供一种配置及系统。下面结合附图对本发明的实施例进行说明。
图1示出了本发明第一实施例所提供的一种配置方法的流程图,如图1所示,本发明第一实施例所提供的一种配置方法包括以下步骤:
步骤S101:获取预先由用于实现指定功能的代码编写而成的用于构成应用程序的配置元素;其中,所述配置元素为可重复使用的成品或半成品;
步骤S102:根据所述配置元素配置生成相应的应用程序。
至此,通过步骤S101至步骤S102,完成了本发明第一实施例所提供的一种配置方法的流程。本发明中,预先将用于实现指定功能的代码独立封装成配置元素,例如,所述配置元素可以是插件、组件、页面、模版、框架、甚至动画、特效等,基于此,在应用程序的开发中,可以直接调取多个所述配置元素组合生成应用程序,或者调用所述配置元素再辅以一定的代码编程生成相应的应用程序。这样,在开发过程中,即可不必重复编写所述配置元素的代码,而是直接调用成品或半成品的配置元素,所述配置元素可以重复使用,一个配置元素可以在多个应用程序的开发过程中被调用,因此,通过本发明,可以有效减少应用程序开发过程中开发者编写代码的工作量,提高应用程序的开发效率。
如上所述,所述配置元素可以包括:组件、插件、页面、模块、特效中的至少一种。所述组件如按钮、菜单等,所述插件如校验框、弹出框、日历插件等,所述页面可以是一个完整的页面,所述页面中可以包括多个组件和插件,所述模板是将由业务逻辑的多个页面组合在一起形成的模板,所述特效如动画效果、闪烁效果等等,只要是通过一段代码编程实现的具有一定功能或效果的成品或半成品,都可以作为配置元素直接调用、复用。
在本发明提供的一个实施例中,本发明提供一个预设的配置元素库,所述配置元素 库中预先设置有多个所述配置元素,以供开发者根据需要灵活选取,其中,每个所述配置元素均包括后端隐藏的代码和与所述代码对应的前端显示的面向开发者的图形化界面,开发者可以通过图形化界面直观的了解所述配置元素的功能或效果,所述获取预先由用于实现指定功能的代码编写而成的用于构成应用程序的配置元素,包括:
访问预设的配置元素库,所述配置元素库中包含有多个预先由用于实现指定功能的代码编写而成的用于构成应用程序的配置元素;
从所述配置元素库中选择指定的配置元素。
所述配置元素库中配置元素可以是由专业人士预先编辑好提供的,也可以是由开发者或其他人士自行编辑好后上传到所述配置元素库中的,以提供更丰富多样的配置元素供开发者共享、使用。
所述配置元素在所述配置元素库中可以按照类别、风格等进行分类,以便于开发者查找、调用。
容易理解的是,本发明可以提供一个专业的配置平台,用于在获取到配置元素后,根据所述配置元素配置生成相应的应用程序,所述配置平台的作用可以是直接调取多个所述配置元素组合生成应用程序,或者调用所述配置元素再辅以一定的代码编程生成相应的应用程序,开发者在开发应用程序时,从所述配置元素库中选取相应的配置元素,然后将所述配置元素上传到所述配置平台中,即可由所述配置平台根据所述配置元素配置生成相应的应用程序。
由于有些配置元素如页面、模板等体积较大,在上传配置元素时占用流量且耗时较长,影响开发效率,因此,本发明中,可以为所述配置元素设置相应的API(应用程序编程接口),在开发过程中,只将所述配置元素的API发送给所述配置平台,然后由所述配置平台根据所述API直接从所述配置元素库调取相应的配置元素,或者,所述配置平台将所述API写入开发中的应用程序的开发代码中,也可以根据所述API调用所述API相应的配置元素配置生成所述应用程序,这样,可以省去下载、上传配置元素的过程,进一步提高开发效率。
在本发明提供的一个实施例中,所述根据所述配置元素配置生成相应的应用程序,包括:
获取选择的所述配置元素的API;
将所述API添加到开发中的应用程序的开发代码中,以根据所述API调用所述API相应的配置元素配置生成所述应用程序。
在本发明提供的一个实施例中,所述配置元素包括后端隐藏的代码和与所述代码对应的前端显示的面向开发者的图形化界面。开发者可以通过图形化界面直观的了解所述配置元素的功能或效果,以及在所述配置元素库和所述配置平台中对所述配置元素进行可视化操作,使应用程序的开发不再局限于枯燥的代码,丰富开发手段,同时可视化操作可以有效降低开发难度、提高开发效率。
由于应用程序的在底层上本质还是代码,本发明是通过将具有一定功能的代码封装起来随用随调,从而提高应用程序的开发效率,在使用时,其后台本质上也是将所述配置元素的代码提取出来加入到开发中的应用程序的开发代码中,以生成相应的应用程序,所述根据所述配置元素配置生成相应的应用程序,包括:
调取所述配置元素的代码;
将所述配置元素的代码添加到开发中的应用程序的开发代码中,以生成所述应用程序。
由于不同的操作系统、不同的浏览器、不同的开发框架,所采用的编程语言可能不同,本发明为了具有良好的兼容性,为所述配置元素设有多种语言的代码,所述配置元素包含对应不同编程语言的多种代码;
所述调取所述配置元素的代码,包括:
调取与开发中的应用程序的开发代码对应的编程语言的所述配置元素的代码。
其中,所述配置元素可以采用SCSS语言编写而成,这样具有代码少的优点,然后基于所述配置元素生成对应不同编程语言的多种代码,以便于开发者根据实际开发环境选择对应的代码。
在本发明提供的一个实施例中,本发明中,所述配置元素可以是半成品,所述配置元素的至少一项属性为缺省设置或为可编辑设置;
所述根据所述配置元素配置生成相应的应用程序,包括:
接收开发者针对所述配置元素的属性输入的配置参数;
将所述配置参数导入相应的所述配置元素的属性,以确定所述配置元素的属性。例如,配置元素如某个按键组件的属性值缺省为白色,在调用后,可以输入相应的配置参 数,修改所述按键组件的颜色为蓝色,再利用确定好的所述配置元素生成相应的应用程序。这样,所述配置元素具有较强的可编辑性,更有助于开发者灵活设置,其也为本发明的变更实施方式,也在本发明的保护范围之内。
在上述的第一实施例中,提供了一种配置方法,与之相对应的,本申请还提供一种配置系统。请参考图2,其为本发明第二实施例提供的一种配置系统的示意图。由于系统实施例基本相似于方法实施例,所以描述得比较简单,相关之处参见方法实施例的部分说明即可。下述描述的系统实施例仅仅是示意性的。
本发明第二实施例提供的一种配置装置,包括:
配置元素获取模块101,用于获取预先由用于实现指定功能的代码编写而成的用于构成应用程序的配置元素;其中,所述配置元素为可重复使用的成品或半成品;
配置元素配置模块102,用于根据所述配置元素配置生成相应的应用程序。
在本发明提供的一个实施例中,所述配置元素包括:组件、插件、页面、模块、特效中的至少一种。
在本发明提供的一个实施例中,所述配置元素获取模块101,包括:
配置元素库访问单元,用于访问预设的配置元素库,所述配置元素库中包含有多个预先由用于实现指定功能的代码编写而成的用于构成应用程序的配置元素;
配置元素选择单元,用于从所述配置元素库中选择指定的配置元素。
在本发明提供的一个实施例中,所述配置元素配置模块102,包括:
API获取单元,用于获取选择的所述配置元素的API;
API调用单元,用于将所述API添加到开发中的应用程序的开发代码中,以根据所述API调用所述API相应的配置元素配置生成所述应用程序。
在本发明提供的一个实施例中,所述配置元素包括后端隐藏的代码和与所述代码对应的前端显示的面向开发者的图形化界面。
在本发明提供的一个实施例中,所述配置元素配置模块102,包括:
代码调取单元,用于调取所述配置元素的代码;
代码添加单元,用于将所述配置元素的代码添加到开发中的应用程序的开发代码中, 以生成所述应用程序。
在本发明提供的一个实施例中,所述配置元素包含对应不同编程语言的多种代码;
所述代码调取单元,包括:
代码调取子单元,用于调取与开发中的应用程序的开发代码对应的编程语言的所述配置元素的代码。
以上,为本发明第二实施例提供的一种配置系统的实施例说明。
本发明提供的所述配置系统与上述配置方法基于相同的发明构思,因此相关内容可参照上述配制方法的说明进行理解,此处不再赘述,其与上述配制方法具有相同的有益效果。
请参考图3,其为本发明第三实施例所提供的一种配置系统的示意图。本发明第三实施例所提供的一种配置系统,包括:处理器1、存储器2、总线接口3、总线4和收发机5;
所述处理器1、所述存储器2和所述总线接口3通过所述总线4连接,所述收发机5与所述总线接口3连接;
其中,所述存储器2用于存储程序;
所述处理器1,用于读取所述存储器2中的程序,执行本发明提供的任一项所述的配置方法;
所述收发机5,用于在所述处理器1的控制下接收和发送数据。
在图3中,总线架构(用总线4来代表),总线4可以包括任意数量的互联的总线和桥,总线4将包括由处理器1代表的一个或多个处理器和存储器2代表的存储器的各种电路链接在一起。总线4还可以将诸如外围设备、稳压器和功率管理电路等之类的各种其他电路链接在一起,这些都是本领域所公知的,因此,本文不再对其进行进一步描述。总线接口3在总线4和收发机5之间提供接口。收发机5可以是一个元件,也可以是多个元件,比如多个接收器和发送器,提供用于在传输介质上与各种其他装置通信的单元。处理器1负责管理总线4和通常的处理,还可以提供各种功能,包括定时,外围接口,电压调节、电源管理以及其他控制功能。而存储器2可以被用于存储处理器1在执行操作时所使用的数据。可选的,处理器1可以是CPU(中央处埋器)、ASIC(Application  Specific Integrated Circuit,专用集成电路)、FPGA(Field-Programmable Gate Array,现场可编程门阵列)或CPLD(Complex Programmable Logic Device,复杂可编程逻辑器件)。
本发明提供的一种配置系统与上述配置方法出于相同的发明构思,具有相同的有益效果,此处不再赘述。
在本说明书的描述中,参考术语“一个实施例”、“一些实施例”、“示例”、“具体示例”、或“一些示例”等的描述意指结合该实施例或示例描述的具体特征、结构、材料或者特点包含于本发明的至少一个实施例或示例中。在本说明书中,对上述术语的示意性表述不必须针对的是相同的实施例或示例。而且,描述的具体特征、结构、材料或者特点可以在任一个或多个实施例或示例中以合适的方式结合。此外,在不相互矛盾的情况下,本领域的技术人员可以将本说明书中描述的不同实施例或示例以及不同实施例或示例的特征进行结合和组合。
需要说明的是,附图中的流程图和框图显示了根据本发明的多个实施例的服务器、方法和计算机程序产品的可能实现的体系架构、功能和操作。在这点上,流程图或框图中的每个方框可以代表一个模块、程序段或代码的一部分,所述模块、程序段或代码的一部分包含一个或多个用于实现规定的逻辑功能的可执行指令。也应当注意,在有些作为替换的实现中,方框中所标注的功能也可以以不同于附图中所标注的顺序发生。例如,两个连续的方框实际上可以基本并行地执行,它们有时也可以按相反的顺序执行,这依所涉及的功能而定。也要注意的是,框图和/或流程图中的每个方框、以及框图和/或流程图中的方框的组合,可以用执行规定的功能或动作的专用的基于硬件的服务器来实现,或者可以用专用硬件与计算机指令的组合来实现。
本发明实施例所提供的配置装置可以是计算机程序产品,包括存储了程序代码的计算机可读存储介质,所述程序代码包括的指令可用于执行前面方法实施例中所述的方法,具体实现可参见方法实施例,在此不再赘述。
所属领域的技术人员可以清楚地了解到,为描述的方便和简洁,上述描述的服务器、装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。
在本申请所提供的几个实施例中,应该理解到,所揭露的服务器、装置和方法,可以通过其它的方式实现。以上所描述的装置实施例仅仅是示意性的,例如,所述单元的 划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,又例如,多个单元或组件可以结合或者可以集成到另一个服务器,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些通信接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以发布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。
另外,在本发明各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。
所述功能如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。
最后应说明的是:以上各实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述各实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分或者全部技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的范围,其均应涵盖在本发明的权利要求和说明书的范围当中。

Claims (10)

  1. 一种配置方法,其特征在于,包括:
    获取预先由用于实现指定功能的代码编写而成的用于构成应用程序的配置元素;其中,所述配置元素为可重复使用的成品或半成品;
    根据所述配置元素配置生成相应的应用程序。
  2. 根据权利要求1所述的配置方法,其特征在于,所述配置元素包括:组件、插件、页面、模块、特效中的至少一种。
  3. 根据权利要求1所述的配置方法,其特征在于,所述获取预先由用于实现指定功能的代码编写而成的用于构成应用程序的配置元素,包括:
    访问预设的配置元素库,所述配置元素库中包含有多个预先由用于实现指定功能的代码编写而成的用于构成应用程序的配置元素;
    从所述配置元素库中选择指定的配置元素。
  4. 根据权利要求3所述的配置方法,其特征在于,所述根据所述配置元素配置生成相应的应用程序,包括:
    获取选择的所述配置元素的API;
    将所述API添加到开发中的应用程序的开发代码中,以根据所述API调用所述API相应的配置元素配置生成所述应用程序。
  5. 根据权利要求1所述的配置方法,其特征在于,所述配置元素包括后端隐藏的代码和与所述代码对应的前端显示的面向开发者的图形化界面。
  6. 根据权利要求5所述的配置方法,其特征在于,所述根据所述配置元素配置生成相应的应用程序,包括:
    调取所述配置元素的代码;
    将所述配置元素的代码添加到开发中的应用程序的开发代码中,以生成所述应用程序。
  7. 根据权利要求6所述的配置方法,其特征在于,所述配置元素包含对应不同编程语言的多种代码;
    所述调取所述配置元素的代码,包括:
    调取与开发中的应用程序的开发代码对应的编程语言的所述配置元素的代码。
  8. 根据权利要求1所述的配置方法,其特征在于,所述配置元素为半成品,所述配置元素的至少一项属性为缺省设置或为可编辑设置;
    所述根据所述配置元素配置生成相应的应用程序,包括:
    接收开发者针对所述配置元素的属性输入的配置参数;
    将所述配置参数导入相应的所述配置元素的属性,以确定所述配置元素的属性。
  9. 一种配置系统,其特征在于,包括:
    配置元素获取模块,用于获取预先由用于实现指定功能的代码编写而成的用于构成应用程序的配置元素;其中,所述配置元素为可重复使用的成品或半成品;
    配置元素配置模块,用于根据所述配置元素配置生成相应的应用程序。
  10. 一种配置系统,其特征在于,包括:处理器、存储器、总线接口、总线和收发机;
    所述处理器、所述存储器和所述总线接口通过所述总线连接,所述收发机与所述总线接口连接;
    其中,所述存储器用于存储程序;
    所述处理器,用于读取所述存储器中存储的程序,执行权利要求1至权利要求8任一项所述的配置方法;
    所述收发机,用于在所述处理器的控制下接收和发送数据。
PCT/CN2016/101277 2016-09-30 2016-09-30 配置方法及系统 WO2018058612A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2016/101277 WO2018058612A1 (zh) 2016-09-30 2016-09-30 配置方法及系统
CN201680088091.6A CN110312990A (zh) 2016-09-30 2016-09-30 配置方法及系统

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2016/101277 WO2018058612A1 (zh) 2016-09-30 2016-09-30 配置方法及系统

Publications (1)

Publication Number Publication Date
WO2018058612A1 true WO2018058612A1 (zh) 2018-04-05

Family

ID=61763259

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/101277 WO2018058612A1 (zh) 2016-09-30 2016-09-30 配置方法及系统

Country Status (2)

Country Link
CN (1) CN110312990A (zh)
WO (1) WO2018058612A1 (zh)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111176618A (zh) * 2019-12-10 2020-05-19 武汉学子明灯科技有限责任公司 一种语音唤醒开发程序的方法及系统
CN111753512A (zh) * 2020-06-08 2020-10-09 中国建设银行股份有限公司 用于生成主机变更模版的方法、系统及相关设备
CN113239310A (zh) * 2021-06-17 2021-08-10 上海微盟企业发展有限公司 一种页面加载方法及相关装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7134085B2 (en) * 2000-12-13 2006-11-07 National Instruments Corporation System and method for automatically configuring program data exchange
CN101470601A (zh) * 2007-12-26 2009-07-01 福建正扬信息技术开发有限公司 一种零编码生成应用软件的方法及生成平台
CN102043622A (zh) * 2010-12-14 2011-05-04 成电汽车电子产业园(昆山)有限公司 一种电子控制器基础软件通用配置器
CN104331294A (zh) * 2014-11-05 2015-02-04 中国建设银行股份有限公司 一种可视化程序生成方法和装置
CN105446883A (zh) * 2015-12-08 2016-03-30 中国航空工业集团公司西安航空计算技术研究所 一种基于数据配置工具的模型验证分析方法

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104636139B (zh) * 2015-01-26 2018-05-15 北京邮电大学 一种可视化跨平台移动应用开发与生成系统

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7134085B2 (en) * 2000-12-13 2006-11-07 National Instruments Corporation System and method for automatically configuring program data exchange
CN101470601A (zh) * 2007-12-26 2009-07-01 福建正扬信息技术开发有限公司 一种零编码生成应用软件的方法及生成平台
CN102043622A (zh) * 2010-12-14 2011-05-04 成电汽车电子产业园(昆山)有限公司 一种电子控制器基础软件通用配置器
CN104331294A (zh) * 2014-11-05 2015-02-04 中国建设银行股份有限公司 一种可视化程序生成方法和装置
CN105446883A (zh) * 2015-12-08 2016-03-30 中国航空工业集团公司西安航空计算技术研究所 一种基于数据配置工具的模型验证分析方法

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111176618A (zh) * 2019-12-10 2020-05-19 武汉学子明灯科技有限责任公司 一种语音唤醒开发程序的方法及系统
CN111176618B (zh) * 2019-12-10 2023-09-01 武汉学子明灯科技有限责任公司 一种语音唤醒开发程序的方法及系统
CN111753512A (zh) * 2020-06-08 2020-10-09 中国建设银行股份有限公司 用于生成主机变更模版的方法、系统及相关设备
CN113239310A (zh) * 2021-06-17 2021-08-10 上海微盟企业发展有限公司 一种页面加载方法及相关装置

Also Published As

Publication number Publication date
CN110312990A (zh) 2019-10-08

Similar Documents

Publication Publication Date Title
US10705942B1 (en) Simulated testing of API
CN111079047B (zh) 一种面向web的页面构建系统
US7908297B2 (en) User interface property mapping
CN108388622B (zh) Api接口动态生成方法、装置、计算机设备及存储介质
US20180081642A1 (en) Connectors framework
CN110851134A (zh) 低代码页面设计装置及页面设计方法
JP2016224923A (ja) ユーザフォームインタフェースの自動生成の方法およびシステム
CN1828597B (zh) 简单样式
WO2018036342A1 (zh) 基于csar的模型文件的可视化设计方法及装置
US10838744B2 (en) Web component design and integration system
CN111061475A (zh) 软件代码生成方法、装置、计算机设备和存储介质
WO2018058612A1 (zh) 配置方法及系统
US20190005228A1 (en) Trusted and untrusted code execution in a workflow
CN109471580B (zh) 一种可视化3d课件编辑器及课件编辑方法
WO2023284312A1 (zh) 工作流程的构建方法及装置、设备、计算机存储介质及计算机程序产品
CN110633959A (zh) 基于图结构的审批任务创建方法、装置、设备及介质
US10459696B2 (en) Composable action flows
US8214753B2 (en) Logic for designing portlet views
CN112130951A (zh) 基于ai的rpa流程生成端的流程生成方法、设备及存储介质
CN112685025A (zh) 快速搭建前端页面的方法及系统
CN111476007A (zh) 表格生成方法、装置、计算机装置及计算机可读存储介质
CN114048415A (zh) 表单生成方法及装置、电子设备和计算机可读存储介质
US9990343B2 (en) System and method for in-browser editing
CN112860247A (zh) 一种模型组件的自定义生成方法、装置、设备及介质
CN110825367B (zh) 一种适用于龙芯cpu环境下的表单设计器的设计方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16917362

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16917362

Country of ref document: EP

Kind code of ref document: A1