CN116339694B - Extension method and device of low-code platform assembly, electronic equipment and storage medium - Google Patents

Extension method and device of low-code platform assembly, electronic equipment and storage medium Download PDF

Info

Publication number
CN116339694B
CN116339694B CN202310212284.XA CN202310212284A CN116339694B CN 116339694 B CN116339694 B CN 116339694B CN 202310212284 A CN202310212284 A CN 202310212284A CN 116339694 B CN116339694 B CN 116339694B
Authority
CN
China
Prior art keywords
exposed
expansion
custom
attribute
node
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
CN202310212284.XA
Other languages
Chinese (zh)
Other versions
CN116339694A (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.)
Shanghai Hongyi Software Technology Co ltd
Original Assignee
Shanghai Hongyi Software Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Hongyi Software Technology Co ltd filed Critical Shanghai Hongyi Software Technology Co ltd
Priority to CN202310212284.XA priority Critical patent/CN116339694B/en
Publication of CN116339694A publication Critical patent/CN116339694A/en
Application granted granted Critical
Publication of CN116339694B publication Critical patent/CN116339694B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

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

Abstract

The embodiment of the application discloses an extension method and device of a low-code platform assembly, electronic equipment and a storage medium. The method comprises the following steps: before a target assembly is operated, a node custom expansion method mounted by external exposure and attribute items to be exposed are adopted in advance; when a target component is operated, calling the expansion method based on a preset expansion function so as to realize the function corresponding to the expansion method; when the modification information of the attribute item is received, the value of the attribute item is modified according to the modification information. Based on this, the target component can either customize the extension method or modify the value of the exposed property item.

Description

Extension method and device of low-code platform assembly, electronic equipment and storage medium
Technical Field
The embodiment of the application relates to the technical field of component expansion, in particular to a method and a device for expanding a low-code platform component, electronic equipment and a storage medium.
Background
With the development of technology, more and more demands of users can be met by code programming, and in order to improve the usability of users, developers typically develop a low-code platform for users with low code programming capability.
The low-code platform is provided with various components, and a user provides related programs meeting the user demands after modifying basic configuration information and rendering the components according to the configuration information. This approach, while simple and easy to operate, is limited to modifying only some of the preset configuration items of the components in the low code platform, and cannot meet the needs of some complex functions of more specialized personnel.
Disclosure of Invention
The embodiment of the application provides an expansion method, an expansion device, electronic equipment and a storage medium of a low-code platform assembly, so as to expand functions of the low-code platform assembly.
In a first aspect, an embodiment of the present application provides a method for expanding a low-code platform component, where the method includes:
before a target assembly is operated, a node custom expansion method mounted by external exposure and attribute items to be exposed are adopted in advance;
when a target component is operated, calling the expansion method based on a preset expansion function so as to realize the function corresponding to the expansion method;
when the modification information of the attribute item is received, the value of the attribute item is modified according to the modification information.
In a second aspect, an embodiment of the present application provides an extension apparatus of a low code platform assembly, where the apparatus includes:
the expansion information configuration module is used for externally exposing the node custom expansion method mounted and the attribute items to be exposed in advance before the target assembly is operated;
the method expansion module is used for calling the expansion method based on a preset expansion function when the target assembly is operated so as to realize the function corresponding to the expansion method;
and the attribute modification module is used for modifying the value of the attribute item according to the modification information when the modification information of the attribute item is received.
In a third aspect, an embodiment of the present application further provides an electronic device, including:
one or more processors;
storage means for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the methods of expanding low-code platform components as provided by any of the embodiments of the present application.
In a fourth aspect, an embodiment of the present application further provides a computer readable storage medium, on which a computer program is stored, where the program is executed by a processor to implement a method for expanding a low-code platform assembly according to any embodiment of the present application.
According to the technical scheme, before the target assembly is operated, the node custom expansion method mounted and the attribute items to be exposed are exposed to the outside in advance; when a target component is operated, calling the expansion method based on a preset expansion function so as to realize the function corresponding to the expansion method; when the modification information of the attribute item is received, the value of the attribute item is modified according to the modification information. Based on this, the target component can either customize the extension method or modify the value of the exposed property item.
Drawings
FIG. 1 is a flowchart illustrating a method for expanding a low code platform assembly according to an embodiment of the present application;
FIG. 2 is a schematic structural diagram of an extension device of a low code platform assembly according to a second embodiment of the present application;
fig. 3 is a schematic structural diagram of an electronic device according to a third embodiment of the present application.
Detailed Description
The application is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the application and are not limiting thereof. It should be further noted that, for convenience of description, only some, but not all of the structures related to the present application are shown in the drawings.
Example 1
Fig. 1 is a flow chart of an expansion method of a low-code platform assembly according to an embodiment of the present application, where the method is applicable to an expansion scenario of the low-code platform assembly. The method can be executed by an expansion device of the low-code platform assembly, the device can be realized in a hardware and/or software mode, and can be generally integrated in electronic equipment such as a computer with data operation capability, and the like, and the method specifically comprises the following steps:
step 101, before the target component is operated, the mounted node custom expansion method, the attribute items to be exposed and the custom events to be exposed are exposed in advance.
In this step, the target component may be any component in the low code platform. In order to realize the expansion of the target component, the target component system is written by adopting a hook function of a reaction framework. The target component system mainly comprises the following files:
(1) index. Tsx: an entry file, a core of the component, rendering logic of the whole component, and a method of external exposure;
(2) Api.ts: a method for exposing the component outwards and dynamic properties;
(3) Scheme. Ts: configurable items of the component, which may render different modalities of the component according to the items;
(4) Index. Less: component style files.
Specifically, the extension method and the attribute items to be exposed need to be configured before the target component operates, firstly, the mounted node can be exposed externally through a uselmativehandle method, then the extension method is customized through the node, and the attribute items to be exposed and the customized events are configured through the node.
It should be noted that, specific examples of the useimamperiveshandle method are as follows:
further, for the useimamperiveshandle method, api.ts needs to be configured. The api.ts is used for an external exposure method of the component, and specifically, a preset extenndapi function can be called, and a new function is obtained through return; and then configuring the extension method and the attribute items to be exposed as return objects of the new function so as to return the extension method, the attribute items to be exposed and the custom event by calling the new function.
In a specific example, the api.ts returns a new function by calling an extenndapi function provided by the system, multiple parameters are received in the new function, the received parameters are the parameters of the api in the useimateractive handle, and an object is returned by calling the new function, and the returned attribute in the object is exposed to the outside. In the returned object, the method and the attribute are divided, the method is provided for external calling, and the attribute is provided for external obtaining of the internal state.
Based on the api.ts file, the component can have external state modification capability, and one method is that the target component supports a specific method through an exposure method so as to realize a specific function and meet various requirements in a complex scene; another modification of the value of an attribute item may be accomplished directly by configuring some or all of the attribute items in the target component.
In addition, the custom event is the time when the component triggers at a specific occasion; the user can process own business logic, such as linkage with other components, through the components in different states.
The exit is exposed externally inside the component by tips (' on { event name }). Binding by inbiz (' xxx '). On (' event name ', function () { "// user's own logic" }).
Step 102, when the target component is operated, calling an expansion method based on a preset expansion function to realize the function corresponding to the expansion method.
It should be noted that, since the expansion method has been configured in the foregoing process, the step may be directly called based on the preset expansion function.
Step 103, when the modification information of the attribute item is received, modifying the value of the attribute item according to the modification information.
The attribute items in this step are the attribute items to be exposed configured in step 101.
In addition, the embodiment can acquire the basic configuration information of the target component through a usef ormstate method, and render the target component based on the basic configuration information. The basic configuration information may include base, style, and send, among others. Wherein base is a configuration item, style is classification, and sensor is the specific content of the configuration item.
During rendering of all components, handles provided to the inside of the components are saved in a common object inbiz, and a method for exposing the components is acquired through the inbiz (component id) and then is called. The logic of the device is processed by monitoring events triggered by an event system in the device through inbiz.
In addition, the application can also provide a development foundation bag, a self-defined component is developed in the foundation bag by running the foundation bag, then the component is uploaded to a low-code platform for use by a file uploading function, and when the component is rendered, the component file can be requested through an http service for rendering.
In the embodiment, before the target component is operated, the node custom expansion method mounted and the attribute item to be exposed are exposed to the outside in advance; when the target component is operated, calling an expansion method based on a preset expansion function to realize the function corresponding to the expansion method; when the modification information of the attribute item is received, the value of the attribute item is modified according to the modification information. Based on this, the target component can either customize the extension method or modify the value of the exposed property item.
Example two
Fig. 2 is a schematic structural diagram of an extension device of a low-code platform assembly according to a second embodiment of the present application. The expansion device of the low-code platform assembly provided by the embodiment of the application can execute the expansion method of the low-code platform assembly provided by any embodiment of the application, and has the corresponding functional modules and beneficial effects of the execution method. The device can be implemented in a software and/or hardware mode, as shown in fig. 2, the expansion device of the low-code platform assembly specifically includes: an extension information configuration module 201, a method extension module 202, and an attribute modification module 203.
The system comprises an expansion information configuration module, a target component, a node self-defined expansion module and a property item to be exposed, wherein the expansion information configuration module is used for externally exposing a mounted node self-defined expansion method and the property item to be exposed in advance before the target component is operated;
the method expansion module is used for calling the expansion method based on a preset expansion function when the target assembly is operated so as to realize the function corresponding to the expansion method;
and the attribute modification module is used for modifying the value of the attribute item according to the modification information when the modification information of the attribute item is received.
In the embodiment, before the target component is operated, the node custom expansion method mounted and the attribute item to be exposed are exposed to the outside in advance; when a target component is operated, calling the expansion method based on a preset expansion function so as to realize the function corresponding to the expansion method; when the modification information of the attribute item is received, the value of the attribute item is modified according to the modification information. Based on this, the target component can either customize the extension method or modify the value of the exposed property item.
Further, the extended information configuration module includes:
the node exposing unit is used for externally exposing and mounting the nodes through a useiei template handle method;
the configuration unit is used for customizing the expansion method through the node and configuring the attribute items to be exposed through the node.
Further, the configuration unit includes:
the calling subunit is used for calling a preset extenndapi function and returning to obtain a new function;
and the configuration return subunit is used for configuring an extension method and the attribute items to be exposed as return objects of the new function so as to return the extension method and the attribute items to be exposed by calling the new function.
Further, the apparatus further comprises:
and the basic configuration module is used for acquiring basic configuration information of the target component through a useF ormState method and rendering the target component based on the basic configuration information.
Example III
Fig. 3 is a schematic structural diagram of an electronic device according to a third embodiment of the present application, where, as shown in fig. 3, the electronic device includes a processor 310, a memory 320, an input device 330 and an output device 340; the number of processors 310 in the electronic device may be one or more, one processor 310 being taken as an example in fig. 3; the processor 310, the memory 320, the input device 330 and the output device 340 in the electronic device may be connected by a bus or other means, in fig. 3 by way of example.
The memory 320 is a computer readable storage medium, and may be used to store a software program, a computer executable program, and a module, such as program instructions/modules corresponding to the extension method of the low code platform assembly in the embodiment of the present application. The processor 310 executes various functional applications of the electronic device and data processing by running software programs, instructions and modules stored in the memory 320, i.e. implements the low code platform assembly extension method described above:
before a target assembly is operated, a node custom expansion method mounted by external exposure and attribute items to be exposed are adopted in advance;
when a target component is operated, calling the expansion method based on a preset expansion function so as to realize the function corresponding to the expansion method;
when the modification information of the attribute item is received, the value of the attribute item is modified according to the modification information.
In the embodiment, before the target component is operated, the node custom expansion method mounted and the attribute item to be exposed are exposed to the outside in advance; when a target component is operated, calling the expansion method based on a preset expansion function so as to realize the function corresponding to the expansion method; when the modification information of the attribute item is received, the value of the attribute item is modified according to the modification information. Based on this, the target component can either customize the extension method or modify the value of the exposed property item.
Further, the method for node custom expansion by externally exposing and mounting in advance and the attribute items to be exposed comprise the following steps:
externally exposing and mounting the nodes by using a useimablehandle method;
and configuring attribute items to be exposed through the node custom extension method and the node.
Further, the method for expanding the node custom and configuring the attribute items to be exposed by the node include:
calling a preset extenndapi function, and returning to obtain a new function;
and configuring an extension method and the attribute items to be exposed as return objects of the new function so as to return the extension method and the attribute items to be exposed by calling the new function.
Further, the method further comprises:
and acquiring basic configuration information of the target component by using a useF ormState method, and rendering the target component based on the basic configuration information.
Memory 320 may include primarily a program storage area and a data storage area, wherein the program storage area may store an operating system, at least one application program required for functionality; the storage data area may store data created according to the use of the terminal, etc. In addition, memory 320 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid-state storage device. In some examples, memory 320 may further include memory located remotely from processor 310, which may be connected to the electronic device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
Example IV
A fourth embodiment of the present application also provides a storage medium containing computer-executable instructions, which when executed by a computer processor, are for performing a method of expanding a low-code platform assembly, the method comprising:
before a target assembly is operated, a node custom expansion method mounted by external exposure and attribute items to be exposed are adopted in advance;
when a target component is operated, calling the expansion method based on a preset expansion function so as to realize the function corresponding to the expansion method;
when the modification information of the attribute item is received, the value of the attribute item is modified according to the modification information.
In the embodiment, before the target component is operated, the node custom expansion method mounted and the attribute item to be exposed are exposed to the outside in advance; when a target component is operated, calling the expansion method based on a preset expansion function so as to realize the function corresponding to the expansion method; when the modification information of the attribute item is received, the value of the attribute item is modified according to the modification information. Based on this, the target component can either customize the extension method or modify the value of the exposed property item.
Further, the method for node custom expansion by externally exposing and mounting in advance and the attribute items to be exposed comprise the following steps:
externally exposing and mounting the nodes by using a useimablehandle method;
and configuring attribute items to be exposed through the node custom extension method and the node.
Further, the method for expanding the node custom and configuring the attribute items to be exposed by the node include:
calling a preset extenndapi function, and returning to obtain a new function;
and configuring an extension method and the attribute items to be exposed as return objects of the new function so as to return the extension method and the attribute items to be exposed by calling the new function.
Further, the method further comprises:
and acquiring basic configuration information of the target component by using a useF ormState method, and rendering the target component based on the basic configuration information.
Of course, the storage medium containing the computer executable instructions provided in the embodiments of the present application is not limited to the above method operations, but may also perform related operations in the method for expanding the low-code platform assembly provided in any embodiment of the present application.
From the above description of embodiments, it will be clear to a person skilled in the art that the present application may be implemented by means of software and necessary general purpose hardware, but of course also by means of hardware, although in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, etc., including several instructions for causing a computer device (which may be a personal computer, a server, a network device, etc.) to execute the method of the embodiments of the present application.
It should be noted that, in the above-mentioned embodiments of the search apparatus, each unit and module included are only divided according to the functional logic, but not limited to the above-mentioned division, as long as the corresponding functions can be implemented; in addition, the specific names of the functional units are also only for distinguishing from each other, and are not used to limit the protection scope of the present application.
Note that the above is only a preferred embodiment of the present application and the technical principle applied. It will be understood by those skilled in the art that the present application is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the application. Therefore, while the application has been described in connection with the above embodiments, the application is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the application, which is set forth in the following claims.

Claims (8)

1. A method of expanding a low code platform assembly, the method comprising:
before a target assembly is operated, externally exposing a node custom expansion method, attribute items to be exposed and custom events to be exposed in advance;
when a target component is operated, calling the expansion method based on a preset expansion function so as to realize the function corresponding to the expansion method;
when the modification information of the attribute items is received, modifying the values of the attribute items according to the modification information;
acquiring basic configuration information of the target component by using a useF orm State method, and rendering the target component based on the basic configuration information;
and when all the components are rendered, storing the handles provided for the interior of the components into a common object inbiz, and acquiring the method for exposing the components externally through the inbiz.
2. The method of claim 1, wherein the node custom extension method, the attribute item to be exposed, and the custom event to be exposed, which are mounted by pre-exposing, comprise:
externally exposing and mounting the nodes by using a useimablehandle method;
and configuring attribute items and custom events to be exposed through the node custom expansion method.
3. The method according to claim 2, wherein the configuring, by the node, the attribute items and the custom events to be exposed by the node includes:
calling a preset extenndapi function, and returning to obtain a new function;
and configuring an extension method and the attribute items to be exposed as return objects of the new function so as to return the extension method, the attribute items to be exposed and the custom event by calling the new function.
4. An extension apparatus for a low code platform assembly, the apparatus comprising:
the expansion information configuration module is used for externally exposing the node custom expansion method, the attribute items to be exposed and the custom events to be exposed in advance before the target assembly is operated;
the method expansion module is used for calling the expansion method based on a preset expansion function when the target assembly is operated so as to realize the function corresponding to the expansion method;
the attribute modification module is used for modifying the value of the attribute item according to the modification information when the modification information of the attribute item is received;
the base configuration module is used for acquiring base configuration information of a target component through a useF ormState method, rendering the target component based on the base configuration information, and storing handles provided for the interior of the component into a common object inbiz when all the components are rendered, and acquiring a method for exposing the components to the outside through the inbiz.
5. The apparatus of claim 4, wherein the extension information configuration module comprises:
the node exposing unit is used for externally exposing and mounting the nodes through a useiei template handle method;
the configuration unit is used for configuring the attribute items and the custom events to be exposed through the node custom expansion method and the node custom expansion method.
6. The apparatus of claim 5, wherein the configuration unit comprises:
the calling subunit is used for calling a preset extenndapi function and returning to obtain a new function;
and the configuration return subunit is used for configuring an extension method and the attribute items to be exposed as return objects of the new function so as to return the extension method, the attribute items to be exposed and the custom event by calling the new function.
7. An electronic device, comprising:
one or more processors;
storage means for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method of extension of the low-code platform assembly of any of claims 1-3.
8. A computer readable storage medium having stored thereon a computer program, which when executed by a processor implements a method of expanding a low code platform assembly according to any of claims 1-3.
CN202310212284.XA 2023-03-07 2023-03-07 Extension method and device of low-code platform assembly, electronic equipment and storage medium Active CN116339694B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310212284.XA CN116339694B (en) 2023-03-07 2023-03-07 Extension method and device of low-code platform assembly, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310212284.XA CN116339694B (en) 2023-03-07 2023-03-07 Extension method and device of low-code platform assembly, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN116339694A CN116339694A (en) 2023-06-27
CN116339694B true CN116339694B (en) 2023-11-17

Family

ID=86885027

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310212284.XA Active CN116339694B (en) 2023-03-07 2023-03-07 Extension method and device of low-code platform assembly, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116339694B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116627402B (en) * 2023-07-19 2023-10-20 云筑信息科技(成都)有限公司 Method for realizing custom component configuration in low-code platform based on React

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101221497A (en) * 2007-01-10 2008-07-16 中兴通讯股份有限公司 Method and device for showing internal memory optimization by report pattern
CN111857658A (en) * 2020-06-19 2020-10-30 北京字节跳动网络技术有限公司 Method, device, medium and electronic equipment for rendering dynamic component
CN112214252A (en) * 2019-07-11 2021-01-12 北京搜狗科技发展有限公司 Information expansion method and device and electronic equipment
CN114048415A (en) * 2021-11-18 2022-02-15 北京沃东天骏信息技术有限公司 Form generation method and device, electronic equipment and computer readable storage medium
CN114089962A (en) * 2021-11-18 2022-02-25 山东浪潮通软信息科技有限公司 Component management method, device and medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6275979B1 (en) * 1998-03-11 2001-08-14 International Business Machines Corporation Implementation for an object oriented run-time extensible item
US20090254852A1 (en) * 2008-04-03 2009-10-08 Andrew Yip User interface overlay system
CN106919410A (en) * 2015-12-25 2017-07-04 阿里巴巴集团控股有限公司 The extended method and device of the layout templates of component

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101221497A (en) * 2007-01-10 2008-07-16 中兴通讯股份有限公司 Method and device for showing internal memory optimization by report pattern
CN112214252A (en) * 2019-07-11 2021-01-12 北京搜狗科技发展有限公司 Information expansion method and device and electronic equipment
CN111857658A (en) * 2020-06-19 2020-10-30 北京字节跳动网络技术有限公司 Method, device, medium and electronic equipment for rendering dynamic component
CN114048415A (en) * 2021-11-18 2022-02-15 北京沃东天骏信息技术有限公司 Form generation method and device, electronic equipment and computer readable storage medium
CN114089962A (en) * 2021-11-18 2022-02-25 山东浪潮通软信息科技有限公司 Component management method, device and medium

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
npm 包 react-use-form-state 使用教程;JavaScript中文网;《https://www.javascriptcn.com/post/161305》;第1-2页 *
react的函数组件的扩展Hooks(v16.8);tby_37;《https://blog.csdn.net/tby_pr/article/details/121552577》;第1-5页 *
前端进阶——React Hook基础;雪地里的枯树;《知乎》;全文 *
阿里低代码框架 lowcode-engine 之设置默认容器;杰出D1;<https://devpress.csdn.net/low-code/6461e59c3399b617f0c023e8.html>;第1-5页 *

Also Published As

Publication number Publication date
CN116339694A (en) 2023-06-27

Similar Documents

Publication Publication Date Title
CN104866383B (en) Interface calling method and device and terminal
CN109582909A (en) Webpage automatic generation method, device, electronic equipment and storage medium
CN108279882B (en) Framework generation method, device, equipment and computer readable medium
CN111814089A (en) Page rendering method and device, rendering server and storage medium
CN111859470A (en) Business data chaining method and device
CN116339694B (en) Extension method and device of low-code platform assembly, electronic equipment and storage medium
CN107479868B (en) Interface loading method, device and equipment
CN110825430A (en) API document generation method, device, equipment and storage medium
CN108023918A (en) A kind of information on services acquisition methods, apparatus and system
CN115098098A (en) Page generation method, page display method and device
CN101136780A (en) Method, system to obtain user command information, and user command registered device
CN109669678A (en) Template engine integration method, device, electronic equipment and storage medium
CN111796819A (en) Applet interface generation method and device, electronic equipment and readable storage medium
CN115509668A (en) Method, device and equipment for constructing front-end page analytic framework and storage medium
CN109558579A (en) A kind of report form generation method and device
CN111124386B (en) Animation event processing method, device, equipment and storage medium based on Unity
CN110362305A (en) A kind of form component state switching method and device
CN109150993B (en) Method for obtaining network request tangent plane, terminal device and storage medium
CN112764802A (en) Business logic customization method and device, electronic equipment and storage medium
CN114185845A (en) File management method and device, computer equipment and storage medium
CN112182115A (en) Relationship display method and device, storage medium and electronic device
CN112181409A (en) Application construction method, application rendering method and device
CN114422502B (en) Resource downloading method, computing device and storage medium
CN110795444B (en) DOM data updating method, page updating method and device
CN112181474B (en) Block chain service processing method, electronic device and computer 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
GR01 Patent grant
GR01 Patent grant