CN113760356B - Differential configuration method, device, equipment and medium of program product - Google Patents

Differential configuration method, device, equipment and medium of program product Download PDF

Info

Publication number
CN113760356B
CN113760356B CN202111062018.0A CN202111062018A CN113760356B CN 113760356 B CN113760356 B CN 113760356B CN 202111062018 A CN202111062018 A CN 202111062018A CN 113760356 B CN113760356 B CN 113760356B
Authority
CN
China
Prior art keywords
program product
product
script file
file
script
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
CN202111062018.0A
Other languages
Chinese (zh)
Other versions
CN113760356A (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.)
Beijing Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and 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 Beijing Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN202111062018.0A priority Critical patent/CN113760356B/en
Publication of CN113760356A publication Critical patent/CN113760356A/en
Application granted granted Critical
Publication of CN113760356B publication Critical patent/CN113760356B/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/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Abstract

The disclosure provides a differential configuration method, a differential configuration device, electronic equipment and a differential configuration medium for a program product, and relates to the technical field of computers, in particular to the field of cloud service and front-end development. The implementation scheme is as follows: obtaining a differential configuration item in the product data, and configuring the differential configuration item and corresponding data in a script file; introducing a script file in the form of a script tag in an HTML file of the program product, wherein the HTML file is part of the product data; and building the product data to obtain a product result package for deployment to the server.

Description

Differential configuration method, device, equipment and medium of program product
Technical Field
The present disclosure relates to the field of computer technology, and in particular, to the field of cloud services and front-end development, and more particularly, to a method, an apparatus, an electronic device, a computer readable storage medium, and a computer program product for differential configuration of a program product.
Background
Currently, the demand for privatizing single products is increasing, and the products need to be customized according to different demands of users so as to be respectively delivered to different projects. In the face of this need, it is important to reduce the cost of product delivery.
The approaches described in this section are not necessarily approaches that have been previously conceived or pursued. Unless otherwise indicated, it should not be assumed that any of the approaches described in this section qualify as prior art merely by virtue of their inclusion in this section. Similarly, the problems mentioned in this section should not be considered as having been recognized in any prior art unless otherwise indicated.
Disclosure of Invention
The present disclosure provides a method, apparatus, electronic device, computer-readable storage medium, and computer program product for differential configuration of program products.
According to an aspect of the present disclosure, there is provided a differential configuration method of a program product, the method comprising: obtaining a differential configuration item in product data, and configuring the differential configuration item and corresponding data in a script file; introducing the script file in the form of a script tag in a hypertext markup language (Hyper Text Markup Language, HTML) file of the program product, wherein the HTML file is part of the product data; and constructing the product data to obtain a product result package for deployment to a server.
According to another aspect of the present disclosure, there is provided a differential configuration apparatus of a program product, the apparatus comprising: the first configuration module is configured to acquire a differential configuration item in the product data and configure the differential configuration item and corresponding data in a script file; an import module configured to import a script file of the program product in the form of a script tag, wherein the HTML file is part of the product data; and a building module configured to build the product data to obtain a product result package for deployment to a server.
According to another aspect of the present disclosure, there is provided an electronic device including: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the differential configuration method of the program product described above.
According to another aspect of the present disclosure, there is provided a non-transitory computer-readable storage medium storing computer instructions for causing the computer to perform the differential configuration method of the program product described above.
According to another aspect of the present disclosure, a computer program product is provided, comprising a computer program, wherein the computer program, when being executed by a processor, implements the differential configuration method of the program product described above.
According to one or more embodiments of the present disclosure, the present disclosure provides a differentiated configuration method of a program product, which can achieve delivering a single product to a plurality of projects and reduce human input of front-end developers through configuration of differentiated configuration items of the program product. It should be understood that the description in this section is not intended to identify key or critical features of the embodiments of the disclosure, nor is it intended to be used to limit the scope of the disclosure. Other features of the present disclosure will become apparent from the following specification.
Drawings
The accompanying drawings illustrate exemplary embodiments and, together with the description, serve to explain exemplary implementations of the embodiments. The illustrated embodiments are for exemplary purposes only and do not limit the scope of the claims. Throughout the drawings, identical reference numerals designate similar, but not necessarily identical, elements.
FIG. 1 illustrates a flowchart of a method of differentiated configuration of a program product according to an exemplary embodiment of the present disclosure;
FIG. 2 illustrates a schematic diagram of a program product delivery according to an exemplary embodiment of the present disclosure;
FIG. 3 illustrates a block diagram of a differentiated configuration device of a program product according to an exemplary embodiment of the present disclosure; and
fig. 4 illustrates a block diagram of an exemplary electronic device that can be used to implement embodiments of the present disclosure.
Detailed Description
Exemplary embodiments of the present disclosure are described below in conjunction with the accompanying drawings, which include various details of the embodiments of the present disclosure to facilitate understanding, and should be considered as merely exemplary. Accordingly, one of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope of the present disclosure. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
In the present disclosure, the use of the terms "first," "second," and the like to describe various elements is not intended to limit the positional relationship, timing relationship, or importance relationship of the elements, unless otherwise indicated, and such terms are merely used to distinguish one element from another. In some examples, an element and a second element may refer to the same instance of the element, while in some cases they may refer to different instances based on the description of the context.
The terminology used in the description of the various illustrated examples in this disclosure is for the purpose of describing particular examples only and is not intended to be limiting. Unless the context clearly indicates otherwise, the elements may be one or more if the number of the elements is not specifically limited. Furthermore, the term "and/or" as used in this disclosure encompasses any and all possible combinations of the listed items.
In the related art, since a single product privatization project cannot be connected with an external network, adaptive delivery cannot be realized through remote configuration, in order to meet the requirement of privatization of the single product, a plurality of code branches are required to be maintained at the front end to meet the requirements of different projects, and then codes are deployed to a server to realize isolation of the codes and data. However, in this method, each time a new project requirement is received, a developer at the front end is required to modify the code, which consumes manpower; at the same time, maintaining multiple code branches also results in increased delivery costs.
To address one or more of the above problems, the present disclosure reduces the delivery costs of program products by configuring differentiated configuration items of the program products in script files, and upon receipt of new project requirements, only requiring an operation and maintenance team to modify the script files without the intervention of front-end developers to modify the front-end code.
The differentiated configuration method of the program product of the present disclosure will be further described below with reference to the accompanying drawings.
Fig. 1 shows a flowchart of a method of differentiated configuration of a program product according to an exemplary embodiment of the present disclosure.
As shown in fig. 1, the differential configuration method 100 of the program product may include: step S101, obtaining a differential configuration item in product data and configuring the differential configuration item and corresponding data in a script file; step S102, introducing a script file in the form of a script tag in a hypertext markup language (HTML) file of the program product, wherein the HTML file is a part of the product data; and step S103, constructing the product data to obtain a product result package for deployment to a server.
Thus, by configuring the differentiated configuration items of the program product in the script file, when new project requirements are received, only the script file needs to be modified without the intervention of front-end developers to modify the front-end code, thereby reducing the delivery cost of the program product.
In one example, the program product is a front-end program product, and the different pages corresponding to different configurations or different displays at certain specific positions in the pages are realized by differently configuring the product according to different project requirements.
According to some embodiments, the method further comprises configuring the differential configuration item and corresponding data in the script file as a function. It can be appreciated that configuring the differential configuration items and corresponding data in a functional form facilitates writing more customized logic, and also reduces the technical threshold for modifying script files, thereby reducing the human input of front-end developers.
According to some embodiments, the method further comprises, in response to receiving a request for differentiated configuration of the program product, modifying the script file in accordance with the request.
Illustratively, after completing the configuration of the differential configuration items and the construction of the product data and obtaining the corresponding product result package of the program product, the front-end developer may be regarded as the front-end developer having completed the front-end delivery of the program product. After receiving a request for differentially configuring the program product, an operation and maintenance team can modify the script file in the product result package according to the request, and deploy the modified product result package to a server so as to realize delivery of the program product corresponding to the request.
According to some embodiments, introducing the script file in the form of script tags in the HTML file of the program product in step S102 further comprises: the script file is introduced in the HTML file of the program product in the form of a script tag before the start script file is referenced, wherein the start script file is used for starting the rendering of the page.
By introducing the script file, the configuration information can be bound to the position needing dynamic rendering, the mounting of the global variable is realized, and the rendering of the page can be realized after the starting script is loaded. By means of script tag introduction, modification of script files can be enabled to take effect immediately after loading and running of the script files, and the traditional method of introducing scripts by introducing local files cannot achieve the effect because only one script file is generated after compiling and packaging of a program. Meanwhile, the script file is introduced before the script file is started by reference, so that the front loading of the script file is ensured, namely, the script file is loaded and executed before page starting rendering, so that the modification of the script file is ensured to take effect in the latest page rendering.
Illustratively, the script file can be copied to the output file path by a copy plug-in of the weback when the program product is compiled using the weback, such that the script file can be imported by the output file path when the program product is compiled using the weback. Although the present disclosure gives examples of compiling a program product using weback, the choice of compiling and packaging tools and the specific compiling and packaging process are not limited.
It should be noted that, in step S103, the construction of the product data may specifically include the processes of checking the code, compiling the program, packaging the program, and the like, so as to package the scattered code file into a product result package, and deploy the product result package on the server. Different language constructs will have different processing steps, and the specific steps of the constructs are not limited by this disclosure.
According to some embodiments, the method wherein the differentiated configuration item comprises at least one of: an identification of the program product, a title of the program product, an introduction to the program product, a domain name of the program product, and a related link to the program product. It can be understood that the listed items are items with higher differentiation requirements, the selection of the differentiation configuration items can be set according to actual requirements and application scenes, and specific customized logic is realized in the script file so as to meet the requirements of different items.
Fig. 2 shows a schematic diagram of a program product delivery according to an exemplary embodiment of the present disclosure. As shown in fig. 2, after the front-end developer completes the differential configuration of the program product, the front-end developer builds the product data of the program product, obtains a product result package of the program product, and deploys the product result package to the server, thereby realizing the front-end delivery of the program product by the front-end developer. After receiving the differentiated request for the program product, the operation and maintenance team can modify the script file in the product result package delivered by the front-end developer to meet the differentiated request, and deploy the modified product result package to the server to complete the delivery of the program product corresponding to the request. For program products deployed to servers, users may access their requested differentiated program products through the product console.
According to another aspect of the present disclosure, a differential configuration apparatus of a program product is provided. As shown in fig. 3, the differential configuration device 300 of the program product includes: the first configuration module 301 is configured to obtain a differential configuration item in the product data, and configure the differential configuration item and corresponding data in a script file; an import module 302 configured to import a hypertext markup language (HTML) file of the program product in the form of a script tag, wherein the HTML file is part of the product data; and a building module 303 configured to build the product data to obtain a product result package for deployment to a server.
According to some embodiments, the differentiated configuration of program product device 300 is configured to: the method comprises the steps that a first configuration module 301 obtains differential configuration items in product data, and configures the differential configuration items and corresponding data in a script file; introducing the script file in the form of script tags in a hypertext markup language (HTML) file of the program product by an introduction module 302, wherein the HTML file is part of the product data; and building the product data by a building module 303 to obtain a product result package for deployment to a server. Thus, by configuring the differentiated configuration items of the program product in the script file, when a new project requirement is received, only the script file need be modified without modifying the front-end code, thereby reducing the delivery cost of the program product.
According to some embodiments, the differential configuration device 300 of the program product further comprises: and the second configuration module is configured to configure the differentiated configuration item and the corresponding data in the script file in a functional form. It will be appreciated that configuring the differential configuration items and corresponding data in a functional form facilitates writing more customized logic.
In one example, the program product is a front-end program product, and the differential configuration device of the program product can implement display of different pages corresponding to different configurations or differential display at certain specific positions in the pages by performing differential configuration on the product according to different project requirements.
According to some embodiments, the differential configuration device 300 of the program product further comprises: and a modification module configured to modify the script file according to a request for differentiated configuration of the program product in response to receiving the request.
Illustratively, after the first configuration module 301 and the deployment module 303 respectively complete the configuration of the differentiated configuration item and the construction of the product data and obtain the corresponding product result package of the program product, it may be regarded as completing the front-end delivery of the program product. After receiving a request for differentially configuring the program product, a modification module may modify the script file in the product result package according to the request, and deploy the modified product result package to a server to implement delivery of the program product corresponding to the request.
According to some embodiments, the introduction module 302 is further configured to: the script file is introduced in the HTML file of the program product in the form of a script tag before the start script file is referenced, wherein the start script file is used for starting the rendering of the page.
By introducing the script file through the introduction module 302, the configuration information can be bound to the position needing dynamic rendering, so that the overall variable is mounted, and the page rendering can be realized after the startup script is loaded. Meanwhile, by means of script tag introduction, the modification of the script file by the modification module can be enabled to take effect immediately after the script file is loaded and operated, and the conventional script introduction method by introducing the local file cannot achieve the effect because only one script file is generated after the program is compiled and packaged. Meanwhile, the introduction module 302 introduces the script file before referring to the startup script file, so as to ensure that the script file is pre-loaded, that is, the script file is loaded and executed before page startup rendering, so as to ensure that the modification of the script file takes effect in the last page rendering.
According to some embodiments, the differentiated configuration item comprises at least one of: an identification of the program product, a title of the program product, an introduction to the program product, a domain name of the program product, and a related link to the program product. It can be understood that the listed items are items with higher differentiation requirements, the selection of the differentiation configuration items can be set according to actual requirements and application scenes, and specific customization logic is realized in the script file through the second configuration module so as to meet the requirements of different items.
According to another aspect of the present disclosure, there is also provided an electronic apparatus including: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of differential configuration of a program product as described above.
According to another aspect of the present disclosure, there is also provided a non-transitory computer-readable storage medium storing computer instructions for causing the computer to perform the above-described differential configuration method of a program product.
According to another aspect of the present disclosure, there is also provided a computer program product comprising a computer program, wherein the computer program when executed by a processor implements the above-described differentiated configuration method of the program product.
Referring to fig. 4, a block diagram of an electronic device 400 that may be a server of the present disclosure, which is an example of a hardware device that may be applied to aspects of the present disclosure, will now be described. Electronic devices are intended to represent various forms of digital electronic computer devices, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other suitable computers. The components shown herein, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations of the disclosure described and/or claimed herein.
As shown in fig. 4, the apparatus 400 includes a computing unit 401 that can perform various suitable actions and processes according to a computer program stored in a Read Only Memory (ROM) 402 or a computer program loaded from a storage unit 408 into a Random Access Memory (RAM) 403. In RAM 403, various programs and data required for the operation of device 400 may also be stored. The computing unit 401, ROM 402, and RAM 403 are connected to each other by a bus 404. An input/output (I/O) interface 405 is also connected to bus 404.
Various components in device 400 are connected to I/O interface 405, including: an input unit 406, an output unit 407, a storage unit 408, and a communication unit 409. The input unit 406 may be any type of device capable of inputting information to the device 400, the input unit 406 may receive input numeric or character information and generate key signal inputs related to user settings and/or function control of the electronic device, and may include, but is not limited to, a mouse, a keyboard, a touch screen, a trackpad, a trackball, a joystick, a microphone, and/or a remote control. The output unit 407 may be any type of device capable of presenting information and may include, but is not limited to, a display, speakers, video/audio output terminals, vibrators, and/or printers. Storage unit 408 may include, but is not limited to, magnetic disks, optical disks. The communication unit 409 allows the device 400 to exchange information/data with other devices via a computer network, such as the internet, and/or various telecommunications networks, and may include, but is not limited to, modems, network cards, infrared communication devices, wireless communication transceivers and/or chipsets, such as bluetooth (TM) devices, 1302.11 devices, wiFi devices, wiMax devices, cellular communication devices, and/or the like.
The computing unit 401 may be a variety of general purpose and/or special purpose processing components having processing and computing capabilities. Some examples of computing unit 401 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various specialized Artificial Intelligence (AI) computing chips, various computing units running machine learning model algorithms, a Digital Signal Processor (DSP), and any suitable processor, controller, microcontroller, etc. The computing unit 401 performs the various methods and processes described above, such as the differential configuration method of the program product. For example, in some embodiments, the differential configuration method of the program product may be implemented as a computer software program tangibly embodied on a machine-readable medium, such as the storage unit 408. In some embodiments, part or all of the computer program may be loaded and/or installed onto the device 400 via the ROM 402 and/or the communication unit 409. When the computer program is loaded into RAM 403 and executed by computing unit 401, one or more steps of the method described above may be performed. Alternatively, in other embodiments, the computing unit 401 may be configured to perform the differential configuration method of the program product in any other suitable way (e.g. by means of firmware).
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuit systems, field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), systems On Chip (SOCs), load programmable logic devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs, the one or more computer programs may be executed and/or interpreted on a programmable system including at least one programmable processor, which may be a special purpose or general-purpose programmable processor, that may receive data and instructions from, and transmit data and instructions to, a storage system, at least one input device, and at least one output device.
Program code for carrying out methods of the present disclosure may be written in any combination of one or more programming languages. These program code may be provided to a processor or controller of a general purpose computer, special purpose computer, or other programmable data processing apparatus such that the program code, when executed by the processor or controller, causes the functions/operations specified in the flowchart and/or block diagram to be implemented. The program code may execute entirely on the machine, partly on the machine, as a stand-alone software package, partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. The machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on a computer having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and pointing device (e.g., a mouse or trackball) by which a user can provide input to the computer. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user may be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic input, speech input, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a background component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such background, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), wide Area Networks (WANs), and the internet.
The computer system may include a client and a server. The client and server are typically remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.
It should be appreciated that various forms of the flows shown above may be used to reorder, add, or delete steps. For example, the steps recited in the present disclosure may be performed in parallel, sequentially or in a different order, provided that the desired results of the disclosed aspects are achieved, and are not limited herein.
Although embodiments or examples of the present disclosure have been described with reference to the accompanying drawings, it is to be understood that the foregoing methods, systems, and apparatus are merely exemplary embodiments or examples, and that the scope of the present invention is not limited by these embodiments or examples but only by the claims following the grant and their equivalents. Various elements of the embodiments or examples may be omitted or replaced with equivalent elements thereof. Furthermore, the steps may be performed in a different order than described in the present disclosure. Further, various elements of the embodiments or examples may be combined in various ways. It is important that as technology evolves, many of the elements described herein may be replaced by equivalent elements that appear after the disclosure.

Claims (6)

1. A method of differentiated configuration of a program product, the method comprising:
obtaining a differential configuration item in product data, and configuring the differential configuration item and corresponding data in a script file, wherein the differential configuration item and the corresponding data are configured in the script file in a function form;
in the hypertext markup language, HTML, of the program product, the script file is introduced in the form of a script tag, including:
introducing a script file in an HTML file of the program product in the form of a script tag before referencing the script file, wherein the script file is used to initiate rendering of a page, wherein the HTML file is part of the product data;
in response to receiving a request for differentiated configuration of the program product, modifying the script file in accordance with the request; and
the product data is structured to obtain a product result package for deployment to a server.
2. The method of claim 1, wherein the differencing configuration item comprises at least one of:
an identification of the program product, a title of the program product, an introduction to the program product, a domain name of the program product, and a related link to the program product.
3. A differentiated configuration device for a program product, the device comprising:
the configuration module is configured to acquire a differential configuration item in product data and configure the differential configuration item and corresponding data in a script file, wherein the differential configuration item and the corresponding data are configured in the script file in a function form;
an import module configured to import the script file in the form of script tags in a hypertext markup language, HTML, file of the program product, wherein the HTML file is part of the product data, wherein the import module is further configured to:
introducing a script file in an HTML file of the program product in the form of a script tag before referring to the script file, wherein the script file is used for starting the rendering of a page;
a modification module configured to modify the script file in accordance with a request for differentiated configuration of the program product in response to receiving the request; and
a build module configured to build the product data to obtain a product result package for deployment to a server.
4. The apparatus of claim 3, wherein the differencing configuration item comprises at least one of:
an identification of the program product, a title of the program product, an introduction to the program product, a domain name of the program product, and a related link to the program product.
5. An electronic device, comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the method comprises the steps of
The memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of claim 1 or 2.
6. A non-transitory computer readable storage medium storing computer instructions for causing the computer to perform the method of claim 1 or 2.
CN202111062018.0A 2021-09-10 2021-09-10 Differential configuration method, device, equipment and medium of program product Active CN113760356B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111062018.0A CN113760356B (en) 2021-09-10 2021-09-10 Differential configuration method, device, equipment and medium of program product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111062018.0A CN113760356B (en) 2021-09-10 2021-09-10 Differential configuration method, device, equipment and medium of program product

Publications (2)

Publication Number Publication Date
CN113760356A CN113760356A (en) 2021-12-07
CN113760356B true CN113760356B (en) 2024-03-19

Family

ID=78794871

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111062018.0A Active CN113760356B (en) 2021-09-10 2021-09-10 Differential configuration method, device, equipment and medium of program product

Country Status (1)

Country Link
CN (1) CN113760356B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106909361A (en) * 2015-12-23 2017-06-30 任子行网络技术股份有限公司 Web development approaches and device based on masterplate engine
CN106980504A (en) * 2017-03-28 2017-07-25 腾讯科技(深圳)有限公司 A kind of application development method and its instrument, equipment
CN107894891A (en) * 2017-11-17 2018-04-10 深圳市泉眼网络科技有限公司 Program packaging method and device and program installation method and device
CN109086114A (en) * 2018-07-26 2018-12-25 郑州云海信息技术有限公司 A kind of method, apparatus and terminal generating web front-end interactive interface
CN109445835A (en) * 2018-09-03 2019-03-08 平安普惠企业管理有限公司 Method, terminal device and the computer readable storage medium of building project frame
CN109783134A (en) * 2019-01-17 2019-05-21 无锡华云数据技术服务有限公司 Front end page configuration method, device and electronic equipment
CN110780874A (en) * 2019-10-25 2020-02-11 北京百度网讯科技有限公司 Method and apparatus for generating information
CN110990731A (en) * 2019-10-12 2020-04-10 平安国际智慧城市科技股份有限公司 Rendering method, device and equipment of static webpage and computer storage medium
CN112685035A (en) * 2020-12-25 2021-04-20 京东数字科技控股股份有限公司 Project development method and device, computer-readable storage medium and electronic device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10846068B2 (en) * 2017-08-30 2020-11-24 Salesforce.Com, Inc. Interactions layer in a web application builder framework
US10514896B2 (en) * 2017-08-30 2019-12-24 Salesforce.Com, Inc. Web application builder framework

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106909361A (en) * 2015-12-23 2017-06-30 任子行网络技术股份有限公司 Web development approaches and device based on masterplate engine
CN106980504A (en) * 2017-03-28 2017-07-25 腾讯科技(深圳)有限公司 A kind of application development method and its instrument, equipment
CN107894891A (en) * 2017-11-17 2018-04-10 深圳市泉眼网络科技有限公司 Program packaging method and device and program installation method and device
CN109086114A (en) * 2018-07-26 2018-12-25 郑州云海信息技术有限公司 A kind of method, apparatus and terminal generating web front-end interactive interface
CN109445835A (en) * 2018-09-03 2019-03-08 平安普惠企业管理有限公司 Method, terminal device and the computer readable storage medium of building project frame
CN109783134A (en) * 2019-01-17 2019-05-21 无锡华云数据技术服务有限公司 Front end page configuration method, device and electronic equipment
CN110990731A (en) * 2019-10-12 2020-04-10 平安国际智慧城市科技股份有限公司 Rendering method, device and equipment of static webpage and computer storage medium
CN110780874A (en) * 2019-10-25 2020-02-11 北京百度网讯科技有限公司 Method and apparatus for generating information
CN112685035A (en) * 2020-12-25 2021-04-20 京东数字科技控股股份有限公司 Project development method and device, computer-readable storage medium and electronic device

Also Published As

Publication number Publication date
CN113760356A (en) 2021-12-07

Similar Documents

Publication Publication Date Title
EP3816823A1 (en) Webpage rendering method, device, electronic apparatus and storage medium
US10643023B2 (en) Programmatic native rendering of structured content
CN109542445A (en) A kind of method and apparatus that Android plug-in unit melts hair
US11681507B2 (en) Composable context menus
CN113010827B (en) Page rendering method and device, electronic equipment and storage medium
CN112882764B (en) Component loading method and device, computer equipment and storage medium
CN112463154A (en) Page generation method, device and system and electronic equipment
CN113760324A (en) Method and device for constructing micro front-end application
CN114036443A (en) Page generation method and device
CN109582317A (en) Method and apparatus for debugging boarding application
CN112925583B (en) Host application capability extension method, device, equipment and storage medium
CN110825425A (en) Configuration data management method and device, electronic equipment and storage medium
CN112579048B (en) Applet integration method, device, electronic equipment and storage medium
CN112948018A (en) Dynamic library loading method, device, equipment and medium for small program
EP2598990A1 (en) Method and system for client side user interface generation
CN113760356B (en) Differential configuration method, device, equipment and medium of program product
CN115729604A (en) Micro application integration method, system, electronic device and storage medium
CN114911541A (en) Configuration information processing method and device, electronic equipment and storage medium
CN114741294A (en) Page debugging method, device, equipment and storage medium
CN113297522A (en) Page rendering method and device, electronic equipment and readable storage medium
CN114115855A (en) Code multiplexing method and device, computer readable storage medium and electronic equipment
CN109634647B (en) Construction method and system of large-scale front-end project
CN113515328A (en) Page rendering method and device, electronic equipment and storage medium
CN111679823A (en) Method and device for generating activity page, electronic equipment and computer-readable storage medium
CN112988139A (en) Method and device for developing event processing file

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