CN113760356A - 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
CN113760356A
CN113760356A CN202111062018.0A CN202111062018A CN113760356A CN 113760356 A CN113760356 A CN 113760356A CN 202111062018 A CN202111062018 A CN 202111062018A CN 113760356 A CN113760356 A CN 113760356A
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.)
Granted
Application number
CN202111062018.0A
Other languages
Chinese (zh)
Other versions
CN113760356B (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

Images

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 program products, 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: acquiring a differential configuration item in 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 a part of product data; and constructing 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 technologies, and in particular, to the field of cloud services and front-end development, and in particular, to a method and an apparatus for differentiated configuration of a program product, an electronic device, a computer-readable storage medium, and a computer program product.
Background
Currently, the demand for privatization of single products is increasing, and products need to be customized according to different demands of users to deliver the single products to different projects respectively. In response to the demand, 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, unless otherwise indicated, the problems mentioned in this section should not be considered as having been acknowledged in any prior art.
Disclosure of Invention
The disclosure provides a differential configuration method and device of a program product, an electronic device, a computer readable storage medium and a computer program product.
According to an aspect of the present disclosure, there is provided a method for differentiated configuration of a program product, the method including: acquiring a differential configuration item in product data, and configuring the differential configuration item and corresponding data in a script file; introducing a script file in a form of a script tag in a Hyper Text Markup Language (HTML) file of the program product, wherein the HTML file is a 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 including: the system comprises a first configuration module, a second configuration module and a third configuration module, wherein the first 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; an import module configured to import the 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 a build 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 method of differential configuration 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 execute the differential configuration method of the above program product.
According to another aspect of the present disclosure, a computer program product is provided, comprising a computer program, wherein the computer program, when executed by a processor, implements the differential configuration method of the above program product.
According to one or more embodiments of the present disclosure, the present disclosure provides a method for differentially configuring a program product, which can achieve delivery of a single product to multiple projects and reduce human input of front-end developers through configuration of differentially configured items of the program product. It should be understood that the statements in this section do not necessarily identify key or critical features of the embodiments of the present disclosure, nor do they limit the scope of the present disclosure. Other features of the present disclosure will become apparent from the following description.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate exemplary embodiments of the embodiments and, together with the description, serve to explain the exemplary implementations of the embodiments. The illustrated embodiments are for purposes of illustration only and do not limit the scope of the claims. Throughout the drawings, identical reference numbers designate similar, but not necessarily identical, elements.
Fig. 1 shows a flowchart of a method of differential configuration of a program product according to an exemplary embodiment of the present disclosure;
FIG. 2 shows a schematic diagram of program product delivery according to an example embodiment of the present disclosure;
fig. 3 shows a block diagram of a differentiated configuration apparatus 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 with reference to the accompanying drawings, in which various details of the embodiments of the disclosure are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those 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, unless otherwise specified, the use of the terms "first", "second", etc. to describe various elements is not intended to limit the positional relationship, the timing relationship, or the importance relationship of the elements, and such terms are used only to distinguish one element from another. In some examples, an element and a second element may point to the same instance of the element, while in some cases they may also point to different instances based on the context of the description.
The terminology used in the description of the various described 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, if the number of elements is not specifically limited, the elements may be one or more. Furthermore, the term "and/or" as used in this disclosure is intended to encompass 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 demands for single product privatization, a plurality of code branches need to be maintained at the front end to meet the demands of different projects, and then codes are deployed to a server to realize code and data isolation. However, in this method, each time a new project requirement is received, a front-end developer is required to modify the code, which consumes manpower; at the same time, maintaining multiple code branches also results in increased delivery costs.
To solve one or more of the above problems, the present disclosure configures the differentiated configuration items of the program product in the script file, and when a new project requirement is received, only the operation and maintenance team needs to modify the script file without intervention of front-end research and development personnel to modify the front-end code, thereby reducing the delivery cost of the program product.
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 differential configuration method of a program product according to an exemplary embodiment of the present disclosure.
As shown in fig. 1, the method 100 for configuring the program product in a differentiated mode may include: s101, acquiring 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 a 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 deploying to the server.
Therefore, 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 needs to be modified without intervention of front-end research and development personnel to modify the front-end codes, and therefore the delivery cost of the program product is reduced.
In one example, the program product is a front-end program product, and the differentiated configuration is performed on the product according to different project requirements, so that different pages corresponding to different configurations or differentiated display at certain specific positions in the pages is realized.
According to some embodiments, the method further comprises functionally configuring the differencing configuration items and corresponding data in the script file. It can be understood that configuring the differential configuration items and the corresponding data in the form of functions facilitates writing more customized logic and also reduces the technical threshold of modifying script files, thereby reducing the human input of front-end research and development personnel.
According to some embodiments, the method further comprises, in response to receiving a request for a differentiated configuration of the program product, modifying the script file according to the request.
For example, after the front-end developer completes configuration of the differentiated configuration item and construction of the product data and obtains a product result package corresponding to the program product, the front-end developer may be considered to complete front-end delivery of the program product. After receiving a request for performing differential configuration on the program product, an operation and maintenance team may 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 deliver the program product corresponding to the request.
According to some embodiments, the introducing of the script file in the HTML file of the program product in step S102 in the form of a script tag further comprises: introducing a start script file in the HTML file of the program product in the form of a script tag before referencing the script file, wherein the start script file is used to start rendering of a page.
Through the introduction of 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 startup script is loaded. The modification of the script file can be enabled to be effective immediately after the script file is loaded and run by the introduction of the script tag, and the traditional method of introducing the script by importing the local file cannot achieve the effect because only one script file is generated after the program is compiled and packaged. Meanwhile, the script file is introduced before the script file is started by reference, so that the pre-loading of the script file is ensured, namely the script file is loaded and executed before the rendering of the page is started, and the modification of the script file is ensured to be effective in the last rendering of the page.
Illustratively, when the program product is compiled using webpack, the script file may be copied to the output file path by a copy plug-in of webpack, so that the script file may be introduced by the output file path when the program product is compiled using webpack. Although the present disclosure gives examples only of compiling a program product using webpack, the selection of the compiling and packaging tool and the specific compiling and packaging flow are not limited.
It should be noted that, constructing the product data in step S103 may specifically include checking a code, compiling a program, packaging a program, and the like, so as to package scattered code files into a product result package, and deploy the product result package on a server. Different language constructs may have different processing steps and the present disclosure does not limit the specific steps of the constructs.
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 an associated link to the program product. It can be understood that the listed items are items with high differentiation requirements, the selection of the differentiation configuration items can be set according to actual needs and application scenarios, and specific customized logic is implemented in the script file to meet the requirements of different items.
FIG. 2 shows a schematic diagram of program product delivery according to an example embodiment of the present disclosure. As shown in fig. 2, after completing the differentiated configuration of the program product, the front-end research and development personnel constructs the product data of the program product to obtain 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 research and development personnel. After receiving the request for the differentiation of the program product, the operation and maintenance team may modify the script file in the product result package delivered by the front-end research and development personnel to meet the request for the differentiation, and deploy the modified product result package to the server, so that the delivery of the program product corresponding to the request is completed. For program products deployed on a server, a user may access his or her requested differentiated program product through a 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 apparatus 300 of the program product includes: a first configuration module 301, configured to obtain a differentiation configuration item in product data, and configure the differentiation 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 a 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 differential configuration apparatus 300 of the program product is configured to perform the following operations: a first configuration module 301 obtains a differential configuration item in product data, and configures the differential configuration item and corresponding data in a script file; introducing, by an introduction module 302, a hypertext markup language (HTML) file of the program product in the form of a script tag, wherein the HTML file is a part of the product data; and building, by a building module 303, the product data to obtain a product result package for deployment to a server. Therefore, 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 needs to be modified without modifying the front-end code, and therefore the delivery cost of the program product is reduced.
According to some embodiments, the differential configuration apparatus 300 of the program product further comprises: a second configuration module configured to configure the differentiated configuration items 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 the form of functions facilitates writing more customized logic.
In an example, the program product is a front-end program product, and the differential configuration device of the program product can implement, for different project requirements, 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 some embodiments, the differential configuration apparatus 300 of the program product further comprises: a modification module configured to modify the script file according to a request in response to receiving the request for differential configuration of the program product.
Illustratively, after the first configuration module 301 and the deployment module 303 respectively complete the configuration of the differentiated configuration items and the construction of the product data and obtain the corresponding product result package of the program product, the front-end delivery of the program product may be considered to be completed. After receiving a request for performing differential configuration on 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, so as to implement delivery of the program product corresponding to the request.
According to some embodiments, the introduction module 302 is further configured to: introducing a start script file in the HTML file of the program product in the form of a script tag before referencing the script file, wherein the start script file is used to start rendering of a page.
Through the introduction of the script file by the introduction module 302, 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 startup script is loaded. Meanwhile, the modification of the script file by the modification module can be immediately effective after the script file is loaded and run by the script tag introduction mode, and the traditional mode of introducing the script by importing the local file cannot realize the effect because only one script file is generated after the program is compiled and packaged. Meanwhile, the import module 302 imports the script file before referring to the start script file, which ensures the pre-loading of the script file, i.e., the loading and execution of the script file before the page starts rendering, so as to ensure that the modification of the script file is effective in the last page rendering.
According to some embodiments, the differentiated configuration items comprise 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 an associated link to the program product. It can be understood that the listed items are items with high differentiated requirements, the selection of the differentiated configuration items can be set according to actual needs and application scenarios, and a specific customized logic is implemented in the script file through the second configuration module to meet the requirements of different items.
According to another aspect of the present disclosure, there is also 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 method of differential configuration of the program product 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 execute the differential configuration method of the program product described above.
According to another aspect of the present disclosure, there is also provided a computer program product comprising a computer program, wherein the computer program realizes the above differential configuration method of the program product when being executed by a processor.
Referring to fig. 4, a block diagram of a structure of an electronic device 400, which 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 device is 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 examples 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 appropriate 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 the RAM 403, various programs and data required for the operation of the device 400 can also be stored. The computing unit 401, ROM 402, and RAM 403 are connected to each other via a bus 404. An input/output (I/O) interface 405 is also connected to bus 404.
A number of 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, and the input unit 406 may receive input numeric or character information and generate key signal inputs related to user settings and/or function controls of the electronic device, and may include, but is not limited to, a mouse, a keyboard, a touch screen, a track pad, a track ball, a joystick, a microphone, and/or a remote control. Output unit 407 may be any type of device capable of presenting information and may include, but is not limited to, a display, speakers, a video/audio output terminal, a vibrator, and/or a printer. Storage unit 408 may include, but is not limited to, magnetic or 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.
Computing unit 401 may be a variety of general and/or special purpose processing components with processing and computing capabilities. Some examples of the computing unit 401 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various dedicated Artificial Intelligence (AI) computing chips, various computing units running machine learning model algorithms, a Digital Signal Processor (DSP), and any suitable processor, controller, microcontroller, and so forth. The computing unit 401 executes the respective 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 in a machine-readable medium, such as 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 by any other suitable means (e.g. by means of firmware) to perform the differential configuration method of the program product.
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuitry, Field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), system on a 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 that are executable and/or interpretable on a programmable system including at least one programmable processor, which may be special or general purpose, receiving data and instructions from, and transmitting data and instructions to, a storage system, at least one input device, and at least one output device.
Program code for implementing the methods of the present disclosure may be written in any combination of one or more programming languages. These program codes 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 codes, when executed by the processor or controller, cause the functions/operations specified in the flowchart and/or block diagram to be performed. 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. A 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 a pointing device (e.g., a mouse or a 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 can 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, speech, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a back-end 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 back-end, 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 clients and servers. A client and server are generally 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 understood that various forms of the flows shown above may be used, with steps reordered, added, or deleted. For example, the steps described in the present disclosure may be performed in parallel, sequentially or in different orders, and are not limited herein as long as the desired results of the technical solutions disclosed in the present disclosure can be achieved.
Although embodiments or examples of the present disclosure have been described with reference to the accompanying drawings, it is to be understood that the above-described 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 as issued and their equivalents. Various elements in the embodiments or examples may be omitted or may be replaced with equivalents thereof. Further, the steps may be performed in an order different from that described in the present disclosure. Further, various elements in 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 with equivalent elements that appear after the present disclosure.

Claims (13)

1. A method of differential configuration of a program product, the method comprising:
acquiring 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, HTML, file of the program product, wherein the HTML file is part of the product data; and
and constructing the product data to obtain a product result package for deployment to a server.
2. The method of claim 1, further comprising:
and configuring the differential configuration items and the corresponding data in the script file in a functional form.
3. The method of claim 2, further comprising:
in response to receiving a request for differential configuration of the program product, modifying the script file according to the request.
4. The method of claim 1, wherein introducing the script file in the form of a script tag in an HTML file of the program product further comprises:
introducing a start script file in the HTML file of the program product in the form of a script tag before referencing the script file, wherein the start script file is used to start rendering of a page.
5. The method of any of claims 1-4, wherein the differentiated configuration items include 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 an associated link to the program product.
6. An apparatus for differentiated configuration of a program product, the apparatus comprising:
the system comprises a first configuration module, a second configuration module and a third configuration module, wherein the first 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;
an import module configured to import the 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 part of the product data; and
a build module configured to build the product data to obtain a product result package for deployment to a server.
7. The apparatus of claim 6, further comprising:
a second configuration module configured to configure the differentiation configuration items and the corresponding data in the script file in a functional form.
8. The apparatus of claim 7, further comprising:
a modification module configured to modify the script file according to a request for differential configuration of the program product in response to receiving the request.
9. The apparatus of claim 6, the introduction module further configured to:
introducing a start script file in the HTML file of the program product in the form of a script tag before referencing the script file, wherein the start script file is used to start rendering of a page.
10. The apparatus of any of claims 6-9, 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 an associated link to the program product.
11. An electronic device, comprising:
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 any one of claims 1 to 5.
12. A non-transitory computer readable storage medium having stored thereon computer instructions for causing the computer to perform the method of any one of claims 1 to 5.
13. A computer program product comprising a computer program, wherein the computer program realizes the method of any one of claims 1 to 5 when executed by a processor.
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 true CN113760356A (en) 2021-12-07
CN113760356B 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 (11)

* 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
US20190065159A1 (en) * 2017-08-30 2019-02-28 Salesforce.Com, Inc. Interactions layer in a web application builder framework
US20190065157A1 (en) * 2017-08-30 2019-02-28 Salesforce.Com, Inc. Web application builder framework
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

Patent Citations (11)

* 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
US20190065159A1 (en) * 2017-08-30 2019-02-28 Salesforce.Com, Inc. Interactions layer in a web application builder framework
US20190065157A1 (en) * 2017-08-30 2019-02-28 Salesforce.Com, Inc. Web application builder framework
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
CN113760356B (en) 2024-03-19

Similar Documents

Publication Publication Date Title
US9122801B2 (en) Test planning with order coverage requirements
US11327730B2 (en) Composable context menus
US8938712B2 (en) Cross-platform virtual machine and method
US9372668B2 (en) Interconnecting portal components with dialog state transitions
CN110427182A (en) A kind of template type construction APP method and device
CN112463154A (en) Page generation method, device and system and electronic equipment
CN112527281B (en) Operator upgrading method and device based on artificial intelligence, electronic equipment and medium
CN114036443A (en) Page generation method and device
US9971611B2 (en) Monitoring a mobile device application
CN110209465A (en) Virtual machine cross-platform migration method, device and electronic equipment
CN112925583B (en) Host application capability extension method, device, equipment and storage medium
CN104598268A (en) Application processing method and device
CN110825425A (en) Configuration data management method and device, electronic equipment and storage medium
CN112948018A (en) Dynamic library loading method, device, equipment and medium for small program
CN112579048B (en) Applet integration method, device, electronic equipment and storage medium
CN105229610A (en) Manage and realize web application data snapshot
CN113760356B (en) Differential configuration method, device, equipment and medium of program product
CN106325939A (en) Target object starting method and business program system
CN112764729B (en) Application software development method, device, computer equipment and readable storage medium
CN114741294A (en) Page debugging method, device, equipment and storage medium
CN114911541A (en) Configuration information processing method and device, electronic equipment and storage medium
CN113868531A (en) Information acquisition method and device, electronic device and medium
CN114035864A (en) Interface processing method, interface processing device, electronic device, and storage medium
CN107145372A (en) information generating method and device
KR101323270B1 (en) Method, terminal and computer-readable recording media for providing emulator for development of web application

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