CN113849156B - Codeless intelligent development system applied to OpenHarmony operating system and application method thereof - Google Patents

Codeless intelligent development system applied to OpenHarmony operating system and application method thereof Download PDF

Info

Publication number
CN113849156B
CN113849156B CN202111093641.2A CN202111093641A CN113849156B CN 113849156 B CN113849156 B CN 113849156B CN 202111093641 A CN202111093641 A CN 202111093641A CN 113849156 B CN113849156 B CN 113849156B
Authority
CN
China
Prior art keywords
module
user
service
openharmony
component
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
CN202111093641.2A
Other languages
Chinese (zh)
Other versions
CN113849156A (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.)
Institute of Software of CAS
Original Assignee
Institute of Software of CAS
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 Institute of Software of CAS filed Critical Institute of Software of CAS
Priority to CN202111093641.2A priority Critical patent/CN113849156B/en
Priority to PCT/CN2021/135279 priority patent/WO2023040064A1/en
Publication of CN113849156A publication Critical patent/CN113849156A/en
Application granted granted Critical
Publication of CN113849156B publication Critical patent/CN113849156B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

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

Abstract

The invention discloses a codeless intelligent development system applied by an OpenHarmony operating system and a using method thereof, wherein the system adopts a front-end and back-end separation system architecture, and the front-end system comprises: the service module is used for acquiring a ui component and a logic flow provided by the OpenHarmony project engineering template according to a service scene; the UI generation module is used for designing a UI interface of the OpenHarmony application based on the UI component; the flow module is used for carrying out service skipping flow design by utilizing the UI and the logic flow to obtain a relevant logic event; the backend system includes: and the code generation module is used for generating OpenHarmony application codes according to the ui component and the associated logic events. The method helps a user to rapidly develop the OpenHarmony application program, realizes that the user assembles and configures the application program in a graphical interface by using a visual modeling mode, and has important significance for popularization and promotion of OpenHarmony application development.

Description

Codeless intelligent development system applied to OpenHarmony operating system and application method thereof
Technical Field
The invention relates to the field of application codeless intelligent development of OpenHarmony operating systems, in particular to a codeless intelligent development system of OpenHarmony operating systems and a using method thereof.
Background
With the increasing depth of informatization, the demand on application developers is continuously increased, so that not only more application developers are needed, but also the literacy requirement on the application developers is increased. The operation of various systems is based on codes, and the codes are the basis and the core of various websites, APPs and application systems. How to write code efficiently and with high quality is a hot point of academic research, and is a focus of continuous attention in the industry. In this context, a trusted platform that employees can write desired applications without training is of great value to most companies. While codeless/low-code technologies have received widespread attention and acceptance since their introduction and have gained significant gains in different industries. With data surveys predicting, the codeless development platform market will grow from $ 38 million in 2017 to $ 212 million in 2022. This explosive growth has proven an issue, and many companies are seriously researching code-free development for a long time to solve the problem of dependence on software developers through a code-free development platform, so as to really achieve the task of completing software development without professional developers. The OpenHarmony operating system is a new-generation domestic intelligent terminal operating system, has a wide development prospect in the future, and is still a relatively fresh technology at present. OpenHarmony has its own api interface and development platform, which makes it difficult for a person without related experience to obtain the required OpenHarmony application.
Disclosure of Invention
The invention aims to provide a codeless intelligent development system applied by an OpenHarmony operating system and a using method thereof, so as to solve the problems in the background technology.
In order to achieve the above purpose, the present invention provides the following technical solutions.
A codeless intelligent development system applied by an OpenHarmony operating system adopts a front-end and back-end separation system architecture, wherein,
a front-end system, comprising:
the service module is used for acquiring a ui component and a logic flow provided by the OpenHarmony project engineering template according to a required service scene by a user;
the UI generation module is used for designing a UI interface of the OpenHarmony application based on the UI component and sending parameters required by the UI component in the UI interface to the rear end in a json string format;
the flow module is used for carrying out service skip flow design by utilizing a UI (user interface) and a logic flow to obtain a correlation logic event and sending parameters of the correlation logic event to a back end in a json string format;
a backend system, comprising:
and the code generation module is used for generating OpenHarmony application codes comprising UI codes and business logic codes according to the UI component and the associated logic events.
Furthermore, the front-end system adopts an vue framework, is built by using vue-cli, uses webpack as a modular management and packaging tool, and uses element-ui beautification pages.
Furthermore, the front-end system also comprises a user module used for completing the interaction of the front-end system to the personal information part of the user.
Furthermore, the front-end system further comprises an administrator module, which is used for completing the interaction of the system front-end to the administrator management system.
Furthermore, the back-end system adopts a micro-service architecture mode, and further comprises a data persistence module for realizing persistence of the data generated by the front-end system in a back-end database.
Further, the back-end system further comprises a distributed file storage module, which is used for generating a file uploaded by a user during OpenHarmony application and storing the file into the distributed file storage system.
Furthermore, the back-end system also comprises a template analysis module which is used for analyzing the template which is designed and uploaded by the user at the front end and persisting the template code to the local code component library.
Furthermore, the back-end system further comprises a third-party API calling module, which is used for calling a third-party API to complete service implementation.
Further, the backend system further comprises a code packaging module, which is used for packaging the OpenHarmony application code and generating a hap package.
Further, the backend system further comprises a code downloading module, which is used for downloading the OpenHarmony application code or the hap package to the local of the user.
Further, the backend system further comprises an IDE tool testing module, configured to perform the front-end IDE tool invoking the OpenHarmony application code in the user local.
Furthermore, the back-end system further comprises a real machine testing module, which is used for issuing the local hap packet of the user to the real machine of the OpenHarmony system for service testing through front-end operation.
Further, the back-end system further includes a system status monitoring module, configured to monitor running status information of a host where the service is located, monitor thread stack information, GC information, and memory usage of the micro-service JVM, and detect a service status.
Furthermore, the back-end system also comprises a system management module used for completing the management of user registration service, user login service, user registration password modification service, user logout service, user forbidding service and user operation service authority.
A code-free intelligent development method using any one of the systems comprises the following steps:
1) a user obtains a corresponding ui component and a corresponding logic flow by using a set OpenHarmony project engineering template in the front end of the system according to a required service scene;
2) a UI interface of the OpenHarmony application is designed based on the UI component;
3) Designing a service skipping process by using a UI (user interface) and a logic process to obtain a related logic event;
4) the UI component and parameters of the associated logic event are sent to the system backend in json string format to generate OpenHarmony application code that includes UI code and business logic code.
Compared with the prior art, the codeless intelligent development framework can help a user to rapidly develop the OpenHarmony application program by using the least coding knowledge. The method has the advantages that the user can assemble and configure the application program in a visual modeling mode in a graphical interface, so that the user can directly skip all basic frameworks, only focuses on the realization of OpenHarmony application service logic, and has important significance on the popularization and the promotion of OpenHarmony application development.
Drawings
Fig. 1 is a simplified diagram of a codeless intelligent development system for an OpenHarmony operating system application.
Fig. 2 is a diagram of a service architecture.
Fig. 3 is a flow chart of user usage.
Detailed Description
The technical solutions in the embodiments of the present invention are clearly and completely described below with reference to fig. 1 to 3 in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without making any creative effort based on the embodiments in the present invention, belong to the protection scope of the present invention.
1. In the embodiment of the invention, the whole OpenHarmony applied codeless intelligent development system adopts a front-end and back-end separated system architecture.
2. The whole codeless intelligent development system applied by the OpenHarmony operating system adopts a front-end and back-end separation system architecture. The front end adopts an vue-cli building system, and the rear end is based on a spring-boot building system. The separation of the front end and the rear end is a development mode and a structure mode. In the development stage, the front end and the back end define a data interaction interface to realize parallel development and test; in the operation stage, the front end and the back end adopt separated deployment, and use HTTP or other communication protocols to carry out interactive requests. The front end is mainly responsible for drawing a virtual machine for a user, the user drags a component to a virtual machine personalized design interface ui, drags the ui interface in a service, designs a related logic event, forms a flow chart of the app, simultaneously transmits required parameters to the rear end, performs service logic processing according to data transmitted from the front end, generates an OpenHarmony application code, and packages the OpenHarmony application code to the user for installation.
3. The front-end system is built by adopting an vue framework and comprises a plurality of core function modules: the system comprises a user module, an administrator module, a business module, a ui generation module and a flow module. The user module comprises: the system comprises a login registration module, a personal information editing module and a personal project management module. The administrator module includes: the system comprises a platform management module, a user management module and a permission management module. The service module comprises: the system comprises a service selection module and a service generation module. The ui generation module includes: the system comprises a virtual machine selection module, a ui component module, a ui preview module and a code generation module. The flow module comprises: the system comprises a flow design module, an event binding module and a flow chart generation module.
4. The front-end system adopts an vue frame, is built by using vue-cli, is used as a modular management and packaging tool, and is beautified by using element-ui.
5. And the user module completes the interaction of the front end of the whole system to the personal information part of the user. The user module comprises a login registration module, a personal information editing module and a personal project management module. The login registration module provides a login registration page for a user to log in, register, modify a password and the like to enter the system. The personal information editing module provides a form page for a user to modify personal data. And the personal project management module is used for the user to check the project, manage and check the project details.
6. And the administrator module completes the interaction of the front end of the whole system to the administrator management system. The administrator module comprises a platform management module, a user management module and a permission management module. The platform management module provides a visual operation panel and displays system state information such as system access times, issue, user number and the like. And the user management module displays the current registered user information in a list. And the authority management module is used for displaying the states of the current user and the project for the administrator to review and perform authority operations such as forbidding and the like.
7. And the service module completes the interaction of the front end of the whole system for generating the corresponding service items for the user. The service module comprises a service selection module and a service generation module. The service selection module provides various specific service scenes for the user to select, such as: blog, music player, notepad, shopping platform … …. And the service generation module generates ui components and logic flows which are packaged corresponding to the scenes after selecting the specific service scenes so that a user can drag and design the application, so that the user can not start designing the application from a blank page without any trouble, and the front end of the system provides a plurality of templates which are packaged corresponding to the services after selecting the specific scenes which are expected by the user.
8. And the ui generation module completes the interaction of the front end of the whole system to the user design generation app page ui. The ui generation module comprises a virtual machine selection module, a ui component module, a ui preview module and a code generation module. The virtual machine selection module provides different models and resolutions for the virtual machines to be selected by a user, and the front end generates the virtual machine with the corresponding resolution after selection, so that the user can design the application compatible with various devices. The ui component module provides a plurality of basic ui components, namely buttons, text boxes and pictures … …, and provides the ui components which are specially packaged and beautified for the service to be selected by the user according to the specific service selected by the user. The ui preview module is used for enabling a user to drag a ui component to the virtual machine, displaying the style of the current page in real time by the virtual machine, supporting the basic operation, deletion, attribute modification and the like of the ui component by the user, displaying the style of the ui component in real time after the ui component is modified by the user, communicating with the rear end to generate an OpenHarmony application page, storing the code of the ui component in the current virtual machine through json, and sending json strings of the ui component in the current virtual machine to the rear end.
9. The flow module completes the interaction of the front end of the whole system for generating the OpenHarmony application logic flow for the user design. The flow module comprises a flow design module, an event binding module and a flow chart generation module. And the flow design module is used for the user to design the flow chart by dragging the designed page. And the event binding module provides corresponding logic events according to the specific service selected by the user, and makes the plurality of pages designed by the user form association. And the flow chart generation module is used for communicating with the back end to generate the logic of the OpenHarmony application and sending the associated logic event which is directly displayed on the page of the flow chart to the back end.
10. The back-end system adopts a micro-service system architecture, the micro-service advocates that a single application program is divided into a group of small services, each service runs in an independent server, and the services are mutually coordinated and matched to provide the final system application realization for a user.
11. And the registration center micro-service completes registration and service discovery of each micro-service.
12. And the configuration center micro-service completes the dynamic management of each micro-service configuration file.
13. And the service micro-service completes the service realization of the whole system. The service micro-service comprises a code generation service module, a data persistence module, a distributed file storage module, a template analysis module, a third party API service calling module, a code packing module, a code downloading module, an IDE tool testing module and a real machine testing module. The code generation service module can realize OpenHarmony application UI code generation and service logic code generation. The code generation process is that a plurality of types of OpenHarmony project engineering templates are placed in a service backend template code library in advance, and the OpenHarmony project engineering templates contain basic and universal business logic and UI codes. Copying the OpenHarmony project engineering template to a user directory according to a service scene selected by a front-end user, and finally generating a supplementary UI and a service logic code according to the operation of the front end of the user. The data persistence module can implement the persistence of the front-end data in the back-end database. The distributed file storage module can store user files into a distributed file storage system, and provides convenient file uploading and management, wherein the user files are files necessary for applications such as pictures and icons which need to be uploaded when a user uses the framework to generate an OpenHarmony application. The template analysis module is used for analyzing a template which is designed and submitted by a user at the front end and has a certain OpenHarmony application development basis, and persisting a template code to a local code component library. The third-party API calling module can call the third-party API to complete the realization of the specific service of the user. The code packaging module can realize that a user automatically finishes packaging the OpenHarmony application code generated by the code generation module through front-end operation by a back-end server. The code downloading module can realize downloading the OpenHarmony application code generated by the code generating module to the local user on one hand, and can realize downloading the hap packet generated by the code packaging module to the local user on the other hand. The IDE tool testing module can realize that the front end finishes the calling of OpenHarmony application codes downloaded by a user under a specified target folder by the IDE tool. The real machine testing module can finish the operation of issuing the OpenHarmony application hap packet downloaded by a user to the real machine of the OpenHarmony system for service testing through front-end operation.
14. The system state monitoring micro-service comprises a server state monitoring module, a virtual machine state monitoring module and a basic service state monitoring module. The server state monitoring module can monitor the running state information of the host where the service is located, such as CPU, memory and disk occupation. The virtual machine state monitoring module can monitor the thread stack information, GC information and memory occupation condition of the JVM. The basic service state monitoring module can detect the states of the services such as the DB, the cache server, the MQ service and the like connected in the services.
15. The system management micro-service comprises a registration and login service module, a password modification service module, a user management service module and a permission management service module. The registration and login service module completes the registration and login service of the user. And the password modification service module is used for finishing the password modification service of the user registration. And the user management service module is used for finishing the services of logout, forbidding and the like of the user. And the authority management module is used for finishing the management of the user operation service authority.
16. A codeless intelligent development system applied by an OpenHarmony operating system is characterized in that: the steps of the OpenHarmony application code-free development by the user are as follows:
S1: a user accesses the system through a browser to register and log in the system;
s2: a user creates an OpenHarmony application project, and selects an OpenHarmony system device type and a device model;
s3: selecting a specific service scene corresponding to the developed application, and inputting a project name and a name of a first UI page;
s4: a user designs a UI interface of the OpenHarmony application by dragging a UI component and modifying the style of the UI component, a click code is generated, and a back-end system automatically generates a UI code of the OpenHarmony application;
s5: a user clicks flow design, the design of a service skipping flow of the OpenHarmony application is finished by dragging a designed page and binding a logic event, a click code is generated, and a back-end system automatically generates a service logic code of the OpenHarmony application;
s6: a user clicks the code to package, and a back-end system automatically finishes the open Harmony application code to package a hap;
s7: a user clicks the code download, and can download the hap packet and the generated OpenHarmony application code to the local;
s8: and clicking the running test by the user, and running the hap packet to OpenHarmony system equipment for testing.
Although the present invention has been described in detail with reference to the foregoing embodiments, it will be apparent to those skilled in the art that various changes in the embodiments and modifications of the embodiments or portions thereof may be made, and any changes, substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention. The present patent application requires protection of the entire system, implementation code, and architecture ideas and methods.

Claims (9)

1. A codeless intelligent development system applied by an OpenHarmony operating system adopts a front-end and back-end separation system architecture and is characterized in that,
a front-end system, comprising:
the system comprises a service module, a service module and a service module, wherein the service module is used for acquiring a ui component and a logic flow which are provided by a set OpenHarmony project engineering template by a user according to a required service scene;
a ui generation module, comprising: the system comprises a virtual machine selection module, a ui component module, a ui preview module and a code generation module;
the virtual machine selection module is used for providing different models and resolutions of Huacheng virtual machines for the user to select;
the ui component module is used for providing various basic ui components and providing the ui components which are specially packaged and beautified for the service according to the specific service selected by the user for the user to select;
the ui preview module is used for enabling a user to drag the ui component to the virtual machine, the virtual machine displays the style of the current page in real time, and the user is supported to perform basic operation on the ui component and the virtual machine displays the modified ui component style in real time;
the code generation module is used for communicating with a back-end system to generate an OpenHarmony application page, storing codes of the ui components in the current virtual machine through json, and sending json strings of the ui components in the current virtual machine to the back-end system;
The flow module is used for carrying out service skip flow design by utilizing a UI (user interface) and a logic flow to obtain a correlation logic event and sending parameters of the correlation logic event to a rear end in a json string format;
a backend system, comprising:
the code generation business module is used for generating OpenHarmony application codes comprising UI codes and business logic codes according to the UI component and the associated logic events;
the code packaging module is used for packaging the OpenHarmony application code to generate a hap packet;
the code downloading module is used for downloading the OpenHarmony application codes or the hap packages to the local part of the user;
the IDE tool testing module is used for calling an OpenHarmony application code in the local part of a user by the IDE tool through the front end;
and the real machine testing module is used for issuing the hap packet in the local user to the real machine of the OpenHarmony system for service testing through front-end operation.
2. The system of claim 1, wherein the front-end system employs an vue framework, built using vue-cli, webpack as a modular management and packaging tool, and element-ui beautification pages.
3. The system of claim 1, wherein the front-end system further comprises a user module for completing interaction of the system front-end with the user's personal information component; the front-end system also comprises an administrator module used for finishing the interaction of the front-end system to the administrator management system.
4. The system of claim 1, wherein the backend system employs an architectural model of microservices, further comprising a data persistence module to enable persistence of data generated by the backend system into a backend database.
5. The system of claim 1, wherein the backend system further comprises a distributed file storage module, configured to generate a file uploaded by a user when applying OpenHarmony, and store the file into the distributed file storage system.
6. The system of claim 1, wherein the back-end system further comprises a template parsing module to parse templates that a user self-designs and uploads to a front-end and persists template code to a local code component library.
7. The system of claim 1, wherein the back-end system further comprises a third-party API call module to call a third-party API to complete the service implementation.
8. The system of claim 1, wherein the backend system further comprises a system status monitoring module, configured to monitor operating status information of a host where the service is located, monitor thread stack information, GC information, and memory usage of the micro-service JVM, and detect a service status; the back-end system also comprises a system management module used for finishing the management of user registration service, user login service, user registration password modification service, user logout service, user forbidding service and user operation service authority.
9. A codeless intelligent development method using the system of any of claims 1-8, the steps comprising:
1) a user obtains a corresponding ui component and a corresponding logic flow by using a set OpenHarmony project engineering template in the front end of the system according to a required service scene;
2) a UI interface of the OpenHarmony application is designed based on the UI component;
3) designing a service skipping process by using a UI (user interface) and a logic process to obtain a related logic event;
4) and sending the UI component and the parameters of the associated logic events to the system back end in a json string format to generate OpenHarmony application codes comprising UI codes and business logic codes.
CN202111093641.2A 2021-09-17 2021-09-17 Codeless intelligent development system applied to OpenHarmony operating system and application method thereof Active CN113849156B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202111093641.2A CN113849156B (en) 2021-09-17 2021-09-17 Codeless intelligent development system applied to OpenHarmony operating system and application method thereof
PCT/CN2021/135279 WO2023040064A1 (en) 2021-09-17 2021-12-03 Code-free intelligent development system for openharmony operating system application, and usage method therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111093641.2A CN113849156B (en) 2021-09-17 2021-09-17 Codeless intelligent development system applied to OpenHarmony operating system and application method thereof

Publications (2)

Publication Number Publication Date
CN113849156A CN113849156A (en) 2021-12-28
CN113849156B true CN113849156B (en) 2022-06-28

Family

ID=78974603

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111093641.2A Active CN113849156B (en) 2021-09-17 2021-09-17 Codeless intelligent development system applied to OpenHarmony operating system and application method thereof

Country Status (2)

Country Link
CN (1) CN113849156B (en)
WO (1) WO2023040064A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115328463B (en) * 2022-08-01 2023-07-21 无锡雪浪数制科技有限公司 Visual business arrangement design system
CN116501315A (en) * 2023-04-26 2023-07-28 江苏博云科技股份有限公司 Low-code software development system, method and equipment based on DevOps domain

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110659031A (en) * 2019-09-24 2020-01-07 深圳传音控股股份有限公司 Compiling method and device of application program, electronic equipment and storage medium
CN112328212A (en) * 2020-09-08 2021-02-05 中国电子系统技术有限公司 Rapid development platform based on separation of front end and rear end of engine mode and use method thereof
CN112650484A (en) * 2020-12-29 2021-04-13 中国航发控制系统研究所 Mixed programming modeling method based on Rhapmodel tool
CN112764756A (en) * 2021-01-15 2021-05-07 广州华多网络科技有限公司 Software resource compiling method and corresponding device, equipment and medium
CN112835560A (en) * 2021-03-04 2021-05-25 广州图创计算机软件开发有限公司 WEB multi-terminal low-code intelligent software development platform

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160098256A1 (en) * 2014-10-03 2016-04-07 General Motors Llc Visual tool and architecting logical layers of software components
US10922058B2 (en) * 2015-04-30 2021-02-16 Open Methods, Inc. Method, system and apparatus for visual programming of interaction workflows for omni-channel customer contact centers with integrated customer relationship management
US10216493B2 (en) * 2016-11-25 2019-02-26 Sap Se Distributed UI development harmonized as one application during build time
CN109271142A (en) * 2018-07-24 2019-01-25 武汉空心科技有限公司 Exploitation cloud platform based on template component
US11531652B2 (en) * 2019-08-30 2022-12-20 Oracle International Corporation Database modularization of pluggable guest languages
CN112306884A (en) * 2020-11-10 2021-02-02 广州华多网络科技有限公司 Program test control and execution method and corresponding device, equipment and medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110659031A (en) * 2019-09-24 2020-01-07 深圳传音控股股份有限公司 Compiling method and device of application program, electronic equipment and storage medium
CN112328212A (en) * 2020-09-08 2021-02-05 中国电子系统技术有限公司 Rapid development platform based on separation of front end and rear end of engine mode and use method thereof
CN112650484A (en) * 2020-12-29 2021-04-13 中国航发控制系统研究所 Mixed programming modeling method based on Rhapmodel tool
CN112764756A (en) * 2021-01-15 2021-05-07 广州华多网络科技有限公司 Software resource compiling method and corresponding device, equipment and medium
CN112835560A (en) * 2021-03-04 2021-05-25 广州图创计算机软件开发有限公司 WEB multi-terminal low-code intelligent software development platform

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
一种融合程序员和神经网络的自动化程序生成方法;周鹏等;《计算机研究与发展》;20210325;第638-650页 *
鸿蒙(HarmonyOS)支持低代码开发,无需HTML知识,就可以设计复杂界面;蒙娜丽宁;《https://blog.csdn.net/nokiaguy/article/details/118418647》;20210702;第1-6页 *

Also Published As

Publication number Publication date
CN113849156A (en) 2021-12-28
WO2023040064A1 (en) 2023-03-23

Similar Documents

Publication Publication Date Title
US10705942B1 (en) Simulated testing of API
US10659566B1 (en) Demo recording utility
CN105765527B (en) The method and apparatus of software development kit (SDK) for customization
US11635974B2 (en) Providing a different configuration of added functionality for each of the stages of predeployment, deployment, and post deployment using a layer of abstraction
CN104321768B (en) For executing application to consult the method and system of addressable content and service by browsing telecommunication network
CN106796597B (en) Computerized method, server computer system and storage medium
US9990595B2 (en) Modeled service endpoints in business process model and notation tools
CN113849156B (en) Codeless intelligent development system applied to OpenHarmony operating system and application method thereof
CN107391134B (en) Method and device for automatically generating and dynamically transforming universal mobile application interactive interface
US20080288471A1 (en) Apparatus and method for providing a data marketplace
CN114035773A (en) Configuration-based low-code form development method, system and device
CA3040568A1 (en) System and method for generating websites from predefined templates
CN103646023A (en) Page and control increasing method based on WEB
CN111045653A (en) System generation method and device, computer readable medium and electronic equipment
CN103530338A (en) Frame for carrying out page rendering on calculation equipment and page generation method
CN113296653A (en) Simulation interaction model construction method, interaction method and related equipment
CN107391118B (en) Web application user experience platform system
CN101902492A (en) Web Service server, website constructing method and information exchange method
US10210001B2 (en) Automatic execution of objects in a user interface
CN113448569A (en) Site page processing system, method, equipment and storage medium
CN113849168A (en) Method for building application system based on visual configuration
CN113919030A (en) BIM and Web 3D-based transformer substation three-dimensional model design intersection method
KR101255199B1 (en) Web-based online e-book publishing system using user oriented self publishing tool
CN113806596B (en) Operation data management method and related device
CN101989197A (en) System for multiplexing web program permission and method for generating and accessing program

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