CN112286528A - Applet generation method, device and equipment and computer storage medium - Google Patents

Applet generation method, device and equipment and computer storage medium Download PDF

Info

Publication number
CN112286528A
CN112286528A CN202011219959.6A CN202011219959A CN112286528A CN 112286528 A CN112286528 A CN 112286528A CN 202011219959 A CN202011219959 A CN 202011219959A CN 112286528 A CN112286528 A CN 112286528A
Authority
CN
China
Prior art keywords
page
applet
configuration information
information
global
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011219959.6A
Other languages
Chinese (zh)
Inventor
杨斌
刘建亚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Doumeng Beijing Technology Co ltd
Original Assignee
Doumeng Beijing 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 Doumeng Beijing Technology Co ltd filed Critical Doumeng Beijing Technology Co ltd
Priority to CN202011219959.6A priority Critical patent/CN112286528A/en
Publication of CN112286528A publication Critical patent/CN112286528A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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

Abstract

The application provides an applet generating method, an applet generating device, an applet generating equipment and a computer storage medium. The applet generating method comprises the following steps: acquiring global configuration information and page configuration information of the small program; determining the composition of the page of the applet according to the global configuration information; determining the content of the page included by the applet according to the page configuration information; and generating the small program according to the composition of the page and the content of the page. The method, the device, the equipment and the computer storage medium for generating the small program can realize that a small program demander configures the small program according to the requirement of the small program demander.

Description

Applet generation method, device and equipment and computer storage medium
Technical Field
The present application relates to the field of computers, and in particular, to a method, an apparatus, a device, and a computer storage medium for generating an applet.
Background
The applet is an application that can be used without downloading and installing, and realizes the dream of the application being "reachable by a touch", and the user can open the application by scanning or searching. The concept of 'running after running' is also embodied, and a user does not need to be concerned about whether too many applications are installed. The applet applications will be ubiquitous, readily available, but will not require installation and uninstallation. Software-as-a-Service (SaaS) is a completely innovative Software application model that began to emerge in the 21 st century as internet technology developed and application Software matured. The small programs can be provided through SaaS service, SaaS service providers provide a set of private domain flow precipitation platform, with the gradual increase of client types, the functional services required by the SaaS are more and more, and are more and more biased to customization, and the accumulation platform provides various modules and projects, such as video streaming, live broadcast and the like. The large number of items makes the items difficult to maintain and unsuitable for more and more customized requirements, and the functions included in the applet cannot be dynamically modified, and when partial functions of the applet need to be offline, the whole applet must be offline and reissued. If the small program requiring party wants to change the small program, a technician needs to manually change the code of the small program, and the changed code of the whole small program is packaged, checked and released, which is equivalent to re-releasing the small program. Thus, the labor cost and time cost for maintaining the small program are enormous.
Disclosure of Invention
The embodiment of the application provides an applet generating method, an applet generating device, an applet generating apparatus and a computer storage medium, so as to solve the problems in the related art, and the technical scheme is as follows:
in a first aspect, an embodiment of the present application provides an applet generating method, including:
acquiring global configuration information and page configuration information of the small program;
determining the composition of the page of the applet according to the global configuration information;
determining the content of a page included by the applet according to the page configuration information;
and generating the small program according to the composition of the page and the content of the page.
In one embodiment, the applet generation further comprises:
receiving page configuration change information;
and changing the page configuration information according to the page configuration change information so as to change the content of the page.
In one embodiment, the applet generation further comprises:
receiving global configuration change information;
and according to the global configuration change information, changing the global configuration information to change the composition and/or content of the page of the small program.
In one embodiment, the applet generation further comprises:
acquiring user type information;
and sending default global configuration information and page configuration information to the client according to the user type information.
In one embodiment, the composition of the page includes the page of the applet and the order in which the pages are arranged.
In one embodiment, the content of the page includes at least one functional area in the page and a specific function corresponding to each functional area.
In one embodiment, the functional region comprises at least one of:
the video stream display device comprises a picture area, a character input area, a click area and a video stream display area.
In a second aspect, an embodiment of the present application provides an applet generating apparatus, including:
the acquisition module is used for acquiring the global configuration information and the page configuration information of the applet;
the global module is used for determining the composition of the page of the applet according to the global configuration information;
the page module is used for determining the content of the page included by the applet according to the page configuration information;
and the generating module is used for generating the small program according to the composition of the page and the content of the page.
In one embodiment, the applet generating means further comprises:
the page change receiving module is used for receiving page configuration change information;
and the page changing module is used for changing the page configuration information according to the page configuration changing information so as to change the content of the page.
In one embodiment, the applet generating means further comprises:
a global change receiving module for receiving global configuration change information;
and the global change module is used for changing the global configuration information according to the global configuration change information so as to change the composition and/or content of the page of the applet.
In one embodiment, the applet generating means further comprises:
the type module is used for acquiring user type information;
and the default information sending module is used for sending default global configuration information and page configuration information to the client according to the user type information.
In a third aspect, an embodiment of the present application provides an applet generating apparatus, including: a memory and a processor. Wherein the memory and the processor are in communication with each other via an internal connection path, the memory is configured to store instructions, the processor is configured to execute the memory-stored instructions, and the processor is configured to cause the processor to perform the method of any of the above-described aspects when executing the memory-stored instructions.
In a fourth aspect, embodiments of the present application provide a computer-readable storage medium, which stores a computer program, and when the computer program runs on a computer, the method in any one of the above-mentioned aspects is executed.
The advantages or beneficial effects in the above technical solution at least include: the global configuration information and the page configuration information of the embodiment of the application can be acquired respectively, and the issuing party of the applet can configure the global page information and the page configuration information respectively according to the configuration information provided by the applet providing platform and the requirement, so that the customization of the applet is realized.
The foregoing summary is provided for the purpose of description only and is not intended to be limiting in any way. In addition to the illustrative aspects, embodiments, and features described above, further aspects, embodiments, and features of the present application will be readily apparent by reference to the drawings and following detailed description.
Drawings
In the drawings, like reference numerals refer to the same or similar parts or elements throughout the several views unless otherwise specified. The figures are not necessarily to scale. It is appreciated that these drawings depict only some embodiments in accordance with the disclosure and are therefore not to be considered limiting of its scope.
FIG. 1 is a flowchart of an applet generation method in an embodiment of the present application;
FIG. 2 is a flowchart of an applet generation method in accordance with another embodiment of the present application;
FIG. 3 is a flowchart of an applet generation method in accordance with another embodiment of the present application;
FIG. 4 is a flowchart of an applet generation method in accordance with another embodiment of the present application;
FIG. 5 is a flowchart of an applet generator apparatus according to another embodiment of the present application;
fig. 6 is a schematic diagram of main components of an applet generating apparatus according to another embodiment of the present application.
Detailed Description
In the following, only certain exemplary embodiments are briefly described. As those skilled in the art will recognize, the described embodiments may be modified in various different ways, all without departing from the spirit or scope of the present application. Accordingly, the drawings and description are to be regarded as illustrative in nature, and not as restrictive.
Fig. 1 shows a flowchart of an applet generation method according to an embodiment of the application. As shown in fig. 1, the applet generating method may include:
step S11: acquiring global configuration information and page configuration information of the small program;
step S12: determining the composition of the page of the applet according to the global configuration information;
step S13: determining the content of a page included by the applet according to the page configuration information;
step S14: and generating the small program according to the composition of the page and the content of the page.
In this embodiment, the Applet may be an Applet (Applet) and may be an Applet written in a Java programming Language, and the Applet may be included in an HTML (Hyper Text Markup Language) page in a manner substantially the same as a manner of including an image in the page.
The applet may be specifically an applet that runs on a platform provided by an Application (APP, Application) such as a wechat applet, a QQ applet, a pay-for-use applet, and the like, such as a hospital registration applet, a health-care applet, a shopping applet, and the like.
In this embodiment, the global configuration information may include the structure of the whole applet, for example, how many pages there are, the page arrangement order on the tabBar, the number of entries of the tabBar, and the jump page, the text of the tabBar, the Icon (Icon) of the tabBar, etc. The global configuration information may also include float buttons, hover buttons, etc. on the applet interface that are not related to the page content.
In this embodiment, the page configuration information may include information about the layout inside a certain page, such as the type of the functional areas on the page, the number of the functional areas, the arrangement order of the functional areas, click buttons, jump links, click events, whether click actions are received, the category of the click actions (click, double click, long press, and others), and the like. For example, enterprise a may set a click event in the page, and jump to a set link after clicking a button; b, the enterprise can set a click event in the page, and after the button is clicked, the picture corresponding to the button is amplified and displayed; c, the enterprise can set a click event in the page, and after the button is clicked, videos or animations corresponding to the button are played; d, setting pictures in an E area of the page by the enterprise; f, the enterprise can set characters in an E area of the page; the G enterprise may not set content in the E region of the page.
Specifically, the functional area may be, for example, a picture area, a text area, a receiving area (e.g., a comment area) for inputting text information by a user, a button area, a sub-page area, or the like.
In this embodiment, the global configuration information and the page configuration information may be two independent configuration information, that is, independent data packets, there may be no relation between inclusion and inclusion between the global configuration information and the page configuration information, and a provider of the applet may directly configure the global configuration information and the page configuration information as needed.
In this embodiment, the page configuration information of different pages may also be independent data packets, for example, a first page of the applet corresponds to a first data packet, and the content of the first page of the applet is determined according to the first data packet; the second page of the applet corresponds to a second data packet, the content of the second page of the applet is determined from the second data packet, and so on. Specifically, for example, a first page of the applet corresponds to a first data packet, where the first data packet is used to configure a functional area of the first page, where the functional area includes a picture area and a text area, the picture area is located above the text area, the picture area is of a first size, the text area is of a second size, and font information, a font size, a color, and a stroke weight of the text are included.
In this embodiment, the page configuration information corresponding to different functional regions of the same page may also be independent data packets, for example, the picture region and the text region of the first page of the applet correspond to the independent data packets, respectively, and the user generates the corresponding picture region and text region on the first page.
In a specific embodiment, obtaining the global configuration information and the page configuration information of the applet may include: the method comprises the steps of selecting a data packet of global configuration information on an applet configuration platform to obtain the global configuration information, selecting a data packet of page configuration information on the applet configuration platform to obtain page configuration information, and then determining the page composition and the page content of the applet according to the global configuration information and the page configuration information to generate the applet.
In a specific embodiment, the applet generating method may specifically include:
the method comprises the steps that a client side obtains global configuration information and page configuration information of an applet;
the client determines the composition of the page of the applet according to the global configuration information;
the client determines the content of the page included by the applet according to the page configuration information;
and the client generates the small program according to the composition of the page and the content of the page.
The client may be a client of an enterprise user who is a small program demander, for example, a client of an educational training institution, a client of a travel institution, a client of a medical and health institution, a client of a transportation service providing institution, a client of a residential service providing institution, a client of a health service providing institution, a client of a government service providing institution, or the like. The applet demander needs to provide the applet in the application for use by an applet user group of the application user group.
In the embodiment of the application, the global configuration information and the page configuration information can be acquired respectively, the functions of the small programs are packaged in a modularized mode, the small programs are packaged in a plug-in mode, and the small programs are packaged in a sub-package mode. For example, in general, the content of the global page information and the content of the page are different from each other for the applets customized for two different organizations of the education category, and by the method provided by the embodiment of the application, the composition of the page and the content of the page of the personalized applet global can be customized according to the needs of the different organizations of any industry category. The applet providing platform may be a platform that provides an applet generating service to an applet requiring party.
In one embodiment, the applet generating method is shown in fig. 2, and further includes:
step S21: receiving page configuration change information;
step S22: and changing the page configuration information according to the page configuration change information so as to change the content of the page.
The page configuration information may include independent data packets, for example, a certain page includes a picture area, a text area, and a comment information receiving area, the three areas correspond to three independent data packets, and when changing, an independent new picture area data packet, a new text area data packet, or a new comment information receiving area data packet may be used as page configuration change information to change the page configuration information. At least one of the picture area data packet, the text area data packet and the comment information receiving area data packet can be deleted directly, and an independent video stream playing area data packet can be added.
In this embodiment, the page configuration information is changed according to the page configuration change information to change the content of the page, which may be changing the arrangement order of the functional regions of the page, changing the picture region of the page, changing the click events corresponding to the button regions in the page, and the like according to the page configuration change information.
In the embodiment of the application, the page configuration information can be changed according to the page configuration change information so as to change the content of the page, so that when the page of the applet needs to be changed, the applet does not need to be offline and reissued, the operation of an applet demander is simplified, and the change process of the applet is simplified.
In one embodiment, the applet generation method further comprises the steps of:
step S31: receiving global configuration change information;
step S32: and according to the global configuration change information, changing the global configuration information to change the composition and/or content of the page of the small program.
In this embodiment, the global configuration information may include independent data packets, for example, a certain applet includes a plurality of independent data packets, such as a specific page number, an arrangement order of each page, a correspondence between a user-defined bottom navigation bar and a page, and when the change is made, the independent data packets may also be used as global configuration change information to change the global configuration information.
The page composition may be the layout of all pages of the applet, may be the layout of partial pages of the applet, and may also be the change of the arrangement sequence of a certain page of the applet, the replacement of a certain page of the applet, the addition or deletion of pages, etc.
The content of the target page is changed according to the global configuration change information, and may be that, when the applet requiring party replaces a certain page in the applet, if the default content of the target page after replacement is different from the content of the page before replacement, the content of the target page is correspondingly changed when the page is replaced.
Specifically, for example, the applet requiring party replaces the J page of the applet with the K page at the client, the J page provides the page with default content for the applet providing platform, the content of the K page is different from that of the J page, the K page has a picture area, and the J page is a text area at the same position.
For another example, the applet requiring party replaces the H page of the applet with the I page at the client, and the I page provides the page with default content provided by the applet providing platform, but the content of the I page is the same as that of the original H page, and only the page background is different. The original H page does not have a page background pattern, and the I page has the page background pattern by default. Then, when the global configuration information is changed, the page configuration information corresponding to the original H page may be directly used as the page configuration information corresponding to the new I page without changing the page configuration information corresponding to the original H page.
In one embodiment, the applet generating method further comprises the process shown in fig. 4:
step S41: acquiring user type information;
step S42: and sending default global configuration information and page configuration information to the client according to the user type information.
The user type information may be an industry category of the user, such as education, transportation, travel, government service, health service, and the like. Due to the fact that information corresponding to different industry types is different, needed small program global configuration information and needed page configuration information are correspondingly different.
The user type information can also be user-defined user categories, such as popular categories and crowd categories; as another example, a national applet user group class, a female applet user group class, etc.
The user type information can also be the type information provided by the small program demander to the small program providing platform.
In one embodiment, the composition of the page includes the page of the applet and the order in which the pages are arranged.
In one embodiment, the content of the page includes at least one functional area in the page and a specific function corresponding to each functional area.
The specific function corresponding to the functional area may be, for example, an information type of a comment that can be received by the comment information receiving area, whether the video display area has a play function after a user clicks under a set condition, or the like.
In one embodiment, the functional region comprises at least one of:
the video stream display device comprises a picture area, a character input area, a click area and a video stream display area.
It should be noted that, although the applet generating method is described above by taking fig. 1 to fig. 4 as an example, those skilled in the art will understand that the present application should not be limited thereto. In fact, the user can flexibly set the applet generating method according to personal preference and/or actual application scene as long as the purpose of the present invention can be achieved.
Therefore, the applet generating method according to the embodiment of the application can realize that an applet demanding party customizes the applet according to the requirements of the applet demanding party by separating the global configuration information and the page configuration information of the applet and generating the global page information and the content of each page of the applet according to the global configuration information and the page configuration information.
An embodiment of the present application provides an applet generating apparatus, as shown in fig. 5, including:
an obtaining module 51, configured to obtain global configuration information and page configuration information of the applet;
a global module 52, configured to determine the composition of a page of an applet according to global configuration information;
a page module 53, configured to determine content of a page included in the applet according to the page configuration information;
and a generating module 54 for generating the applet according to the composition of the page and the content of the page.
In one embodiment, the applet generating means further comprises:
the page change receiving module is used for receiving page configuration change information;
and the page changing module is used for changing the page configuration information according to the page configuration changing information so as to change the content of the page.
In one embodiment, the applet generating means further comprises:
a global change receiving module for receiving global configuration change information;
and the global change module is used for changing the global configuration information according to the global configuration change information so as to change the composition and/or content of the page of the applet.
In one embodiment, the applet generating means further comprises:
the type module is used for acquiring user type information;
and the default information sending module is used for sending default global configuration information and page configuration information to the client according to the user type information.
In one embodiment, the composition of the page includes the page of the applet and the order in which the pages are arranged.
In one embodiment, the content of the page includes at least one functional area in the page and a specific function corresponding to each functional area.
In one embodiment, the functional region comprises at least one of:
the video stream display device comprises a picture area, a character input area, a click area and a video stream display area.
The method and the device for developing the small program template allow the small program demander to develop the small program template through the small program providing platform, only maintain and develop the small program template, and reduce maintenance cost. On the application level, the small program demand party can provide services required by the platform for dynamic configuration through the small program, and communication cost and time cost are reduced.
An embodiment of the present application further provides an applet generating apparatus, including: the device comprises a processor and a memory, wherein the memory stores instructions which are loaded and executed by the processor to realize the method provided by any embodiment of the application.
The embodiment of the present application further provides a computer-readable storage medium, in which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the method provided in any one of the embodiments of the present application.
The functions of each module in each apparatus in the embodiments of the present invention may refer to the corresponding description in the above method, and are not described herein again.
Fig. 6 shows a block diagram of the applet generating apparatus according to an embodiment of the present invention. As shown in fig. 6, the applet generating apparatus includes: a memory 910 and a processor 920, the memory 910 having stored therein computer programs operable on the processor 920. The processor 920 implements the applet generating method in the above-described embodiments when executing the computer program. The number of the memory 910 and the processor 920 may be one or more.
The applet generating apparatus further includes:
and a communication interface 930 for communicating with an external device to perform data interactive transmission.
If the memory 910, the processor 920 and the communication interface 930 are implemented independently, the memory 910, the processor 920 and the communication interface 930 may be connected to each other through a bus and perform communication with each other. The bus may be an Industry Standard Architecture (ISA) bus, a Peripheral Component Interconnect (PCI) bus, an Extended ISA (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown in FIG. 6, but this is not intended to represent only one bus or type of bus.
Optionally, in an implementation, if the memory 910, the processor 920 and the communication interface 930 are integrated on a chip, the memory 910, the processor 920 and the communication interface 930 may complete communication with each other through an internal interface.
Embodiments of the present invention provide a computer-readable storage medium, which stores a computer program, and when the program is executed by a processor, the computer program implements the method provided in the embodiments of the present application.
The embodiment of the present application further provides a chip, where the chip includes a processor, and is configured to call and execute the instruction stored in the memory from the memory, so that the communication device in which the chip is installed executes the method provided in the embodiment of the present application.
An embodiment of the present application further provides a chip, including: the system comprises an input interface, an output interface, a processor and a memory, wherein the input interface, the output interface, the processor and the memory are connected through an internal connection path, the processor is used for executing codes in the memory, and when the codes are executed, the processor is used for executing the method provided by the embodiment of the application.
It should be understood that the processor may be a Central Processing Unit (CPU), other general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, etc. A general purpose processor may be a microprocessor or any conventional processor or the like. It is noted that the processor may be an advanced reduced instruction set machine (ARM) architecture supported processor.
Further, optionally, the memory may include a read-only memory and a random access memory, and may further include a nonvolatile random access memory. The memory may be either volatile memory or nonvolatile memory, or may include both volatile and nonvolatile memory. The non-volatile memory may include a read-only memory (ROM), a Programmable ROM (PROM), an Erasable PROM (EPROM), an electrically Erasable EPROM (EEPROM), or a flash memory. Volatile memory can include Random Access Memory (RAM), which acts as external cache memory. By way of example, and not limitation, many forms of RAM are available. For example, Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), Synchronous Dynamic Random Access Memory (SDRAM), double data rate synchronous SDRAM (DDR SDRAM), Enhanced SDRAM (ESDRAM), synchlink DRAM (SLDRAM), and direct memory bus RAM (DR RAM).
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. The procedures or functions according to the present application are generated in whole or in part when the computer program instructions are loaded and executed on a computer. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer-readable storage medium or transmitted from one computer-readable storage medium to another computer-readable storage medium.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the application. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Furthermore, the terms "first", "second" and "first" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In the description of the present application, "a plurality" means two or more unless specifically limited otherwise.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps of the process. And the scope of the preferred embodiments of the present application includes other implementations in which functions may be performed out of the order shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved.
The logic and/or steps represented in the flowcharts or otherwise described herein, e.g., an ordered listing of executable instructions that can be considered to implement logical functions, can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions.
It should be understood that portions of the present application may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. All or part of the steps of the method of the above embodiments may be implemented by hardware that is configured to be instructed to perform the relevant steps by a program, which may be stored in a computer-readable storage medium, and which, when executed, includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present application may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module may also be stored in a computer-readable storage medium if it is implemented in the form of a software functional module and sold or used as a separate product. The storage medium may be a read-only memory, a magnetic or optical disk, or the like.
The above description is only for the specific embodiments of the present application, but the scope of the present application is not limited thereto, and any person skilled in the art can easily conceive various changes or substitutions within the technical scope of the present application, and these should be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (13)

1. An applet generating method comprising:
acquiring global configuration information and page configuration information of the small program;
determining the composition of the page of the applet according to the global configuration information;
determining the content of the page included by the applet according to the page configuration information;
and generating the small program according to the composition of the page and the content of the page.
2. The method of claim 1, further comprising:
receiving page configuration change information;
and changing the page configuration information according to the page configuration change information so as to change the content of the page.
3. The method of claim 1, further comprising:
receiving global configuration change information;
and changing the global configuration information according to the global configuration change information so as to change the composition and/or content of the page of the applet.
4. The method of claim 1, further comprising:
acquiring user type information;
and sending default global configuration information and page configuration information to the client according to the user type information.
5. The method of claim 1, wherein the composition of the pages comprises pages of the applet and an order of arrangement of the pages.
6. The method of claim 1, wherein the content of the page comprises at least one functional area in the page and a specific function corresponding to each of the functional areas.
7. The method of claim 6, wherein the functional region comprises at least one of:
the video stream display device comprises a picture area, a character input area, a click area and a video stream display area.
8. An applet generating apparatus comprising:
the acquisition module is used for acquiring the global configuration information and the page configuration information of the applet;
the global module is used for determining the composition of the page of the applet according to the global configuration information;
the page module is used for determining the content of the page included by the applet according to the page configuration information;
and the generating module is used for generating the small program according to the composition of the page and the content of the page.
9. The apparatus of claim 8, further comprising:
the page change receiving module is used for receiving page configuration change information;
and the page changing module is used for changing the page configuration information according to the page configuration changing information so as to change the content of the page.
10. The apparatus of claim 8, further comprising:
a global change receiving module for receiving global configuration change information;
and the global change module is used for changing the global configuration information according to the global configuration change information so as to change the composition and/or content of the page of the applet.
11. The apparatus of claim 8, further comprising:
the type module is used for acquiring user type information;
and the default information sending module is used for sending default global configuration information and page configuration information to the client according to the user type information.
12. An applet generating apparatus, comprising: a processor and a memory, the memory having stored therein instructions that are loaded and executed by the processor to implement the method of any of claims 1 to 7.
13. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-7.
CN202011219959.6A 2020-11-04 2020-11-04 Applet generation method, device and equipment and computer storage medium Pending CN112286528A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011219959.6A CN112286528A (en) 2020-11-04 2020-11-04 Applet generation method, device and equipment and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011219959.6A CN112286528A (en) 2020-11-04 2020-11-04 Applet generation method, device and equipment and computer storage medium

Publications (1)

Publication Number Publication Date
CN112286528A true CN112286528A (en) 2021-01-29

Family

ID=74351525

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011219959.6A Pending CN112286528A (en) 2020-11-04 2020-11-04 Applet generation method, device and equipment and computer storage medium

Country Status (1)

Country Link
CN (1) CN112286528A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113282291A (en) * 2021-06-10 2021-08-20 豆盟(北京)科技股份有限公司 Method, device and equipment for generating small program and storage medium
CN114217874A (en) * 2021-12-16 2022-03-22 中国建设银行股份有限公司 Applet generation method, device, equipment, readable storage medium and product

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120179494A1 (en) * 2010-05-21 2012-07-12 Hsbc Technologies Inc. Account opening flow configuration computer system and process for implementing same
CN110532029A (en) * 2019-09-04 2019-12-03 深圳前海微众银行股份有限公司 Small routine generation method, device, equipment and computer readable storage medium
CN111310003A (en) * 2020-02-04 2020-06-19 北京空中信使信息技术有限公司 Activity participation data generation method and device based on small program
CN111381825A (en) * 2020-03-06 2020-07-07 北京五八信息技术有限公司 Method and device for generating small program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120179494A1 (en) * 2010-05-21 2012-07-12 Hsbc Technologies Inc. Account opening flow configuration computer system and process for implementing same
CN110532029A (en) * 2019-09-04 2019-12-03 深圳前海微众银行股份有限公司 Small routine generation method, device, equipment and computer readable storage medium
CN111310003A (en) * 2020-02-04 2020-06-19 北京空中信使信息技术有限公司 Activity participation data generation method and device based on small program
CN111381825A (en) * 2020-03-06 2020-07-07 北京五八信息技术有限公司 Method and device for generating small program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113282291A (en) * 2021-06-10 2021-08-20 豆盟(北京)科技股份有限公司 Method, device and equipment for generating small program and storage medium
CN114217874A (en) * 2021-12-16 2022-03-22 中国建设银行股份有限公司 Applet generation method, device, equipment, readable storage medium and product

Similar Documents

Publication Publication Date Title
CN107391114B (en) Page visual rendering method and device
US9916293B2 (en) Module specification for a module to be incorporated into a container document
Liu et al. iMashup: a mashup-based framework for service composition
US10084878B2 (en) Systems and methods for hosted application marketplaces
EP2033125A2 (en) Message catalogs for remote modules
US9858094B2 (en) Monitoring and actuation of view controller parameters to reach deep states without manual developer intervention
US10817282B2 (en) Application configuration file generation method and apparatus, application page display method and apparatus and storage medium
US20090271690A1 (en) Handling cross-domain web service calls
US20090089654A1 (en) Method and system for personalizing communication items
CN106233250A (en) The method and system generated for the dynamic operation time of customized application
CN112286528A (en) Applet generation method, device and equipment and computer storage medium
CN111026392B (en) Method and device for generating guide page and electronic equipment
JP2007233659A (en) Information distribution system for network service
CN110941779B (en) Page loading method and device, storage medium and electronic equipment
US20180293610A1 (en) Methods and systems for integrating applications into a content recommendation network
CN113781115B (en) Advertisement display method, system, equipment and storage medium
CN110134410B (en) Personalized information association method and device for cold-start user and storage medium
US20180173700A1 (en) Method and apparatus for processing data
US11553029B2 (en) Method and apparatus for HTML construction using the widget paradigm
Delessio et al. Sams teach yourself Android application development in 24 hours
CN113282291A (en) Method, device and equipment for generating small program and storage medium
CN113971251A (en) Webpage output method, system and computer readable storage medium
CN110244948B (en) Method for switching button states based on programming language and electronic equipment
JP2000510983A (en) Method and system for managing a global information entity spanning multiple HTML containers in a multimedia environment
US20210097116A1 (en) Method for developing websites and providing tailored assistance for development

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