CN110968333B - Configuration information replacement method and device, machine-readable storage medium and processor - Google Patents

Configuration information replacement method and device, machine-readable storage medium and processor Download PDF

Info

Publication number
CN110968333B
CN110968333B CN201811154081.5A CN201811154081A CN110968333B CN 110968333 B CN110968333 B CN 110968333B CN 201811154081 A CN201811154081 A CN 201811154081A CN 110968333 B CN110968333 B CN 110968333B
Authority
CN
China
Prior art keywords
configuration information
target
service code
environment
address
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
CN201811154081.5A
Other languages
Chinese (zh)
Other versions
CN110968333A (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 Gridsum Technology Co Ltd
Original Assignee
Beijing Gridsum 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 Gridsum Technology Co Ltd filed Critical Beijing Gridsum Technology Co Ltd
Priority to CN201811154081.5A priority Critical patent/CN110968333B/en
Publication of CN110968333A publication Critical patent/CN110968333A/en
Application granted granted Critical
Publication of CN110968333B publication Critical patent/CN110968333B/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/60Software deployment
    • G06F8/65Updates

Landscapes

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

Abstract

The embodiment of the application provides a configuration information replacement method and device, a machine-readable storage medium and a processor, and belongs to the technical field of computers. The method comprises the following steps: executing the script to obtain a target environment; pulling a service code, and executing a preset object file in the service code to acquire an address of target configuration information corresponding to the target environment and a configuration information path of the service code; acquiring the target configuration information according to the address of the target configuration information; and positioning the original configuration information in the service code according to the configuration information path of the service code, and replacing the original configuration information in the service code with the target configuration information. Therefore, the deployed environment is updated at any time, and the development efficiency and the online efficiency are improved.

Description

Configuration information replacement method and device, machine-readable storage medium and processor
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and apparatus for replacing configuration information, a machine-readable storage medium, and a processor.
Background
Some configuration information and data in different environments are completely different, and a common solution is to increase judgment on each environment in service codes and assign the configuration information by using if statements. The mode of assigning configuration information is that when the codes are deployed and upgraded, different environment configuration files or character strings are replaced, the deployed environments cannot be updated at any time, and the development efficiency is low.
Disclosure of Invention
It is an object of the present application to provide a configuration information replacement method and apparatus, a machine-readable storage medium and a processor, which solve or at least partially solve the above-mentioned problems.
To achieve the above object, one aspect of the present application provides a configuration information replacement method, comprising: executing the script to obtain a target environment; pulling a service code, and executing a preset object file in the service code to acquire an address of target configuration information corresponding to the target environment and a configuration information path of the service code; acquiring the target configuration information according to the address of the target configuration information; and positioning the original configuration information in the service code according to the configuration information path of the service code, and replacing the original configuration information in the service code with the target configuration information.
Optionally, the method further comprises: a system for interfacial management of configuration file information is pre-built and is used as a configuration center, and each environment and corresponding configuration information input by a user through a configuration interface are received and stored through the configuration center; and writing each environment and the corresponding configuration information thereof into the preset object file at the address of the configuration center, wherein the address of the target configuration information is the address of the target configuration information at the configuration center.
Optionally, the method further comprises: and executing the business codes after the configuration information is replaced to deploy the target environment.
Optionally, the method for replacing the original configuration information in the service code by the target configuration information is a file replacement method or a character string replacement method.
Accordingly, another aspect of the present application provides a configuration information replacing apparatus, comprising: the target environment acquisition module is used for executing the script to acquire a target environment; the address acquisition module is used for pulling a service code, executing a preset object file in the service code, and acquiring an address of target configuration information corresponding to the target environment and a configuration information path of the service code; the target configuration information acquisition module is used for acquiring the target configuration information according to the address of the target configuration information; and a configuration information replacing module, configured to locate original configuration information in the service code according to the configuration information path of the service code, and replace the original configuration information in the service code with the target configuration information.
Optionally, the apparatus further comprises: the configuration center is used for receiving and storing each environment and corresponding configuration information input by a user through the configuration interface; and the writing module is used for writing each environment and the corresponding configuration information thereof into the preset object file at the address of the configuration center, wherein the address of the target configuration information is the address of the target configuration information at the configuration center.
Optionally, the apparatus further comprises: and the deployment module is used for executing the business codes after the configuration information is replaced to deploy the target environment.
Optionally, the method of replacing the original configuration information in the service code with the target configuration information is a file replacement method or a character string replacement method.
Still another aspect of the present application provides a machine-readable storage medium having stored thereon instructions for causing a machine to perform the above-described method.
In addition, another aspect of the present application provides a processor for running a program, wherein the program is run for executing the method as described above.
According to the technical scheme, the configuration information of the environment is removed from the service code, when the deployed environment needs to be updated, the corresponding configuration information is taken out to replace the configuration information of the deployed environment, so that the deployed environment can be updated, the configuration information of the environment is removed from the service code, the configuration information is replaced at the execution deployment online level, the deployed environment can be updated at any time, the environment maintenance is facilitated, and the development efficiency is improved. In addition, the configuration information is removed from the service codes, so that unified management and deployment of the configuration information in different environments are facilitated, and the online efficiency is improved.
Additional features and advantages of the application will be set forth in the detailed description which follows.
Drawings
The accompanying drawings are included to provide a further understanding of embodiments of the application and are incorporated in and constitute a part of this specification, illustrate embodiments of the application and together with the description serve to explain, without limitation, the embodiments of the application. In the drawings:
FIG. 1 is a flow chart of a configuration information replacement method according to an embodiment of the present application; and
fig. 2 is a block diagram of a configuration information replacing apparatus according to another embodiment of the present application.
Description of the reference numerals
1. Target environment acquisition module 2 address acquisition module
3. Target configuration information acquisition module 4 configuration information replacement module
Detailed Description
The following describes the detailed implementation of the embodiments of the present application with reference to the drawings. It should be understood that the detailed description and specific examples, while indicating and illustrating the application, are not intended to limit the application.
An aspect of the embodiment of the application provides a configuration information replacing method. Fig. 1 is a flowchart of a configuration information replacing method according to an embodiment of the present application. As shown in fig. 1, the method includes the following steps.
In step S10, a script is executed to acquire a target environment. In the embodiment of the application, the environment comprises a development environment, a test environment and a production environment, wherein the development environment is used in the development process of a developer, the test environment is used for a tester after the developer finishes the development work of a website, and the production environment is provided for a customer and can be accessed and used by an extranet. The environments of different environments use different people. The target environment described in embodiments of the present application may be a development environment, a testing environment, or a production environment. Alternatively, in the embodiment of the present application, a method for replacing configuration information of different environments, such as file replacement, targeted string replacement, and the like, may be described in a script. After the target configuration information is acquired, the configuration information in the service code is replaced by the target configuration information according to a replacement method corresponding to the acquired target configuration information described in the script. Specifically, the substitution method includes shell command of linux, regular expression targeted matching substitution and the like.
In step S11, the service code is pulled, and a preset object file in the service code is executed to obtain an address of the target configuration information corresponding to the target environment and a configuration information path of the service code. The configuration center is a system for managing configuration information in an interfacing manner, and a user can replace or update the configuration information corresponding to a certain environment in the configuration center, wherein the configuration information comprises a configuration file or a character string in the file. The preset object describes the address of the configuration information of the service code and the address of each environment and its corresponding configuration information. Alternatively, in the embodiment of the present application, the preset object file may be a json file. The json file mainly describes the configuration information path and the api address of the corresponding replacement file information, that is, mainly describes the address of the configuration information of the service code and the address of each environment and the corresponding configuration information.
In step S12, the target configuration information is acquired based on the address of the target configuration information.
In step S13, the original configuration information in the service code is located according to the configuration information path of the service code, and the original configuration information in the service code is replaced with the target configuration information.
The configuration information of the environment is removed from the service code, when the deployed environment needs to be updated, the corresponding configuration information is taken out to replace the configuration information of the deployed environment, and the deployed environment can be updated, so that the configuration information of the environment is removed from the service code, the configuration information is replaced at the execution deployment online level, the deployed environment can be updated at any time, the maintenance of the environment is facilitated, and the development efficiency is improved. In addition, the configuration information is removed from the service codes, so that unified management and deployment of the configuration information in different environments are facilitated, and the online efficiency is improved.
Optionally, in an embodiment of the present application, the configuration information replacing method further includes: a system for interfacial management of configuration file information is pre-built and used as a configuration center, and each environment and corresponding configuration information input by a user through a configuration interface are received and stored through the configuration center; and writing the address of each environment and the corresponding configuration information in the configuration center into a preset object file, wherein the address of the target configuration information is the address of the target configuration information in the configuration center.
Optionally, in an embodiment of the present application, the configuration information replacing method further includes executing the service code after the configuration information is replaced to deploy the target environment. After the configuration information in the service code is replaced, building or unit testing is performed, which is the result of the required target environment, and the deployment can be performed online. And executing the business codes after the configuration information is replaced to realize the deployment target environment.
Optionally, in the embodiment of the present application, the method for replacing the configuration information in the service code with the target configuration information is a file replacement method or a character string replacement method.
Accordingly, another aspect of the embodiments of the present application provides a configuration information replacing apparatus. Fig. 2 is a configuration information replacing apparatus according to another embodiment of the present application. As shown in fig. 2, the apparatus includes a target environment acquisition module 1, an address acquisition module 2, a target configuration information acquisition module 3, and a configuration information replacement module 4. The target environment acquisition module 1 is used for executing a script to acquire a target environment; the address acquisition module 2 is used for pulling the service code, executing a preset object file in the service code to acquire an address of target configuration information corresponding to the target environment and a configuration information path of the service code; the target configuration information acquisition module 3 is used for acquiring target configuration information according to the address of the target configuration information; and the configuration information replacing module is used for positioning the original configuration information in the service code according to the configuration information path of the service code and replacing the original configuration information in the service code with the target configuration information.
The configuration information of the environment is removed from the service code, when the deployed environment needs to be updated, the corresponding configuration information is taken out to replace the configuration information of the deployed environment, and the deployed environment can be updated, so that the configuration information of the environment is removed from the service code, the configuration information is replaced at the execution deployment online level, the deployed environment can be updated at any time, the maintenance of the environment is facilitated, and the development efficiency is improved. In addition, the configuration information is removed from the service codes, so that unified management and deployment of the configuration information in different environments are facilitated, and the online efficiency is improved.
Optionally, in an embodiment of the present application, the apparatus further includes: the configuration center is used for receiving and storing each environment and corresponding configuration information input by a user through the configuration interface; and the writing module is used for writing each environment and the corresponding address of the configuration information in the configuration center into the preset object file, wherein the address of the target configuration information is the address of the target configuration information in the configuration center.
Optionally, in an embodiment of the present application, the apparatus further includes: and the deployment module is used for executing the business codes after the configuration information is replaced to deploy the target environment.
Optionally, in the embodiment of the present application, the method for replacing the configuration information in the service code with the target configuration information is a file replacement method or a character string replacement method.
The specific working principle and benefits of the configuration information replacing device provided by the embodiment of the present application are similar to those of the configuration information replacing method provided by the embodiment of the present application, and will not be described here again.
The configuration information replacing device comprises a processor and a memory, wherein the target environment acquiring module, the address acquiring module, the target configuration information acquiring module, the configuration information replacing module and the like are all stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor includes a kernel, and the kernel fetches the corresponding program unit from the memory. The kernel can be provided with one or more than one, and the deployed environment is updated at any time by adjusting the kernel parameters, so that the development efficiency and the online efficiency are improved. .
The memory may include volatile memory, random Access Memory (RAM), and/or nonvolatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM), among other forms in computer readable media, the memory including at least one memory chip.
Still another aspect of the embodiments of the present application provides a machine-readable storage medium having stored thereon instructions for causing a machine to perform the method described in the above embodiments.
In addition, another aspect of the embodiments of the present application provides a processor, where the processor is configured to execute a program, where the program is configured to execute the method described in the foregoing embodiments when the program is executed.
The embodiment of the application provides equipment, which comprises a processor, a memory and a program stored in the memory and capable of running on the processor, wherein the processor realizes the following steps when executing the program: executing the script to obtain a target environment; pulling a service code, and executing a preset object file in the service code to acquire an address of target configuration information corresponding to the target environment and a configuration information path of the service code; acquiring the target configuration information according to the address of the target configuration information; positioning original configuration information in the service code according to the configuration information path of the service code, and replacing the original configuration information in the service code with the target configuration information; a system for interfacial management of configuration file information is pre-built and is used as a configuration center, and each environment and corresponding configuration information input by a user through a configuration interface are received and stored through the configuration center; writing each environment and the corresponding configuration information thereof into the preset object file at the address of the configuration center, wherein the address of the target configuration information is the address of the target configuration information at the configuration center; executing the business codes after the configuration information is replaced to deploy the target environment; the method for replacing the original configuration information in the service code by the target configuration information is a file replacement method or a character string replacement method. The device herein may be a server, PC, PAD, cell phone, etc.
The application also provides a computer program product adapted to perform, when executed on a data processing device, a program initialized with the method steps of: executing the script to obtain a target environment; pulling a service code, and executing a preset object file in the service code to acquire an address of target configuration information corresponding to the target environment and a configuration information path of the service code; acquiring the target configuration information according to the address of the target configuration information; positioning original configuration information in the service code according to the configuration information path of the service code, and replacing the original configuration information in the service code with the target configuration information; a system for interfacial management of configuration file information is pre-built and is used as a configuration center, and each environment and corresponding configuration information input by a user through a configuration interface are received and stored through the configuration center; writing each environment and the corresponding configuration information thereof into the preset object file at the address of the configuration center, wherein the address of the target configuration information is the address of the target configuration information at the configuration center; executing the business codes after the configuration information is replaced to deploy the target environment; the method for replacing the original configuration information in the service code by the target configuration information is a file replacement method or a character string replacement method.
In summary, the configuration information of the environment is removed from the service code, when the deployed environment needs to be updated, the configuration information of the deployed environment is replaced by taking out the corresponding configuration information, so that the deployed environment can be updated, the configuration information of the environment is removed from the service code, the configuration information is replaced at the execution deployment online level, the deployed environment can be updated at any time, the maintenance of the environment is facilitated, and the development efficiency is improved. In addition, the configuration information is removed from the service codes, so that unified management and deployment of the configuration information in different environments are facilitated, and the online efficiency is improved.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In one typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include volatile memory in a computer-readable medium, random Access Memory (RAM) and/or nonvolatile memory, etc., such as Read Only Memory (ROM) or flash RAM. Memory is an example of a computer-readable medium.
Computer readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of storage media for a computer include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by a computing device. Computer-readable media, as defined herein, does not include transitory computer-readable media (transmission media), such as modulated data signals and carrier waves.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article or apparatus that comprises an element.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The foregoing is merely exemplary of the present application and is not intended to limit the present application. Various modifications and variations of the present application will be apparent to those skilled in the art. Any modification, equivalent replacement, improvement, etc. which come within the spirit and principles of the application are to be included in the scope of the claims of the present application.
The foregoing details of the optional implementation of the embodiment of the present application have been described in detail with reference to the accompanying drawings, but the embodiment of the present application is not limited to the specific details of the foregoing implementation, and various simple modifications may be made to the technical solution of the embodiment of the present application within the scope of the technical concept of the embodiment of the present application, and these simple modifications all fall within the protection scope of the embodiment of the present application.
In addition, the specific features described in the above embodiments may be combined in any suitable manner without contradiction. In order to avoid unnecessary repetition, various possible combinations of embodiments of the present application are not described in detail.
Those skilled in the art will appreciate that all or part of the steps in implementing the methods of the embodiments described above may be implemented by a program stored in a storage medium, including instructions for causing a single-chip microcomputer, chip or processor (processor) to perform all or part of the steps of the methods of the embodiments described herein. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
In addition, any combination of various embodiments of the present application may be performed, so long as the concept of the embodiments of the present application is not violated, and the disclosure of the embodiments of the present application should also be considered.

Claims (8)

1. A method for replacing configuration information, the method comprising:
executing the script to obtain a target environment;
pulling a service code, and executing a preset object file in the service code to acquire an address of target configuration information corresponding to the target environment and a configuration information path of the service code;
acquiring the target configuration information according to the address of the target configuration information; and
positioning original configuration information in the service code according to the configuration information path of the service code, and replacing the original configuration information in the service code with the target configuration information;
the method further comprises the steps of: a system for interfacial management of configuration file information is pre-built and is used as a configuration center, and each environment and corresponding configuration information input by a user through a configuration interface are received and stored through the configuration center; and writing each environment and the corresponding configuration information thereof into the preset object file at the address of the configuration center,
the address of the target configuration information is the address of the target configuration information in the configuration center.
2. The method according to claim 1, characterized in that the method further comprises: and executing the business codes after the configuration information is replaced to deploy the target environment.
3. The method according to any one of claims 1-2, wherein the method of replacing the original configuration information in the service code with the target configuration information is a file replacement method or a character string replacement method.
4. A configuration information replacing apparatus, characterized in that the apparatus comprises:
the target environment acquisition module is used for executing the script to acquire a target environment;
the address acquisition module is used for pulling a service code, executing a preset object file in the service code, and acquiring an address of target configuration information corresponding to the target environment and a configuration information path of the service code;
the target configuration information acquisition module is used for acquiring the target configuration information according to the address of the target configuration information; and
the configuration information replacing module is used for positioning original configuration information in the service code according to the configuration information path of the service code and replacing the original configuration information in the service code with the target configuration information;
the apparatus further comprises:
the configuration center is used for receiving and storing each environment and corresponding configuration information input by a user through the configuration interface; and
a writing module for writing each environment and the corresponding configuration information into the preset object file at the address of the configuration center,
the address of the target configuration information is the address of the target configuration information in the configuration center.
5. The apparatus of claim 4, wherein the apparatus further comprises:
and the deployment module is used for executing the business codes after the configuration information is replaced to deploy the target environment.
6. The apparatus according to any one of claims 4 to 5, wherein the method of replacing the original configuration information in the service code with the target configuration information is a file replacement method or a character string replacement method.
7. A machine-readable storage medium having stored thereon instructions for causing a machine to perform the method of any of claims 1-3.
8. A processor configured to execute a program, wherein the program is configured to, when executed, perform: a method according to any one of claims 1-3.
CN201811154081.5A 2018-09-30 2018-09-30 Configuration information replacement method and device, machine-readable storage medium and processor Active CN110968333B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811154081.5A CN110968333B (en) 2018-09-30 2018-09-30 Configuration information replacement method and device, machine-readable storage medium and processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811154081.5A CN110968333B (en) 2018-09-30 2018-09-30 Configuration information replacement method and device, machine-readable storage medium and processor

Publications (2)

Publication Number Publication Date
CN110968333A CN110968333A (en) 2020-04-07
CN110968333B true CN110968333B (en) 2023-10-20

Family

ID=70028627

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811154081.5A Active CN110968333B (en) 2018-09-30 2018-09-30 Configuration information replacement method and device, machine-readable storage medium and processor

Country Status (1)

Country Link
CN (1) CN110968333B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113032005B (en) * 2021-03-15 2024-03-29 中国工商银行股份有限公司 Configuration information modification method and device
CN116501335B (en) * 2023-06-28 2023-09-19 北京安锐卓越信息技术股份有限公司 Deployment method, device and medium of one-stop type station building system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6898703B1 (en) * 2001-11-19 2005-05-24 Cypress Semiconductor Corporation System and method for creating a boot file utilizing a boot template
CN106990960A (en) * 2017-03-28 2017-07-28 阿里巴巴集团控股有限公司 Code dispositions method and device
CN108287694A (en) * 2017-08-08 2018-07-17 深圳壹账通智能科技有限公司 Application builds method, system, computer equipment and storage medium
CN108345536A (en) * 2017-12-26 2018-07-31 阿里巴巴集团控股有限公司 A kind of dispositions method, device and the equipment of continuous integrating environment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6898703B1 (en) * 2001-11-19 2005-05-24 Cypress Semiconductor Corporation System and method for creating a boot file utilizing a boot template
CN106990960A (en) * 2017-03-28 2017-07-28 阿里巴巴集团控股有限公司 Code dispositions method and device
CN108287694A (en) * 2017-08-08 2018-07-17 深圳壹账通智能科技有限公司 Application builds method, system, computer equipment and storage medium
CN108345536A (en) * 2017-12-26 2018-07-31 阿里巴巴集团控股有限公司 A kind of dispositions method, device and the equipment of continuous integrating environment

Also Published As

Publication number Publication date
CN110968333A (en) 2020-04-07

Similar Documents

Publication Publication Date Title
US11405274B2 (en) Managing virtual network functions
US11159392B2 (en) Managing service deployment
CN108958796B (en) Service request processing method and device and service request processing system
CN107615239B (en) Infrastructure for hosting and publishing software packages
CN110955431B (en) Processing method and device of compiling environment
CN110007980B (en) Method and device for realizing multi-service server
US20210173665A1 (en) Bootstrapping Profile-Guided Compilation and Verification
CN106990960B (en) Code deployment method and device
US9612942B2 (en) Verification of a computer program in respect to an unexpected response to an access request
CN104113576A (en) Method and device for updating client
CN110716845B (en) Log information reading method of Android system
CN111124288A (en) VPD storage management method, device, equipment and readable storage medium
CN110968333B (en) Configuration information replacement method and device, machine-readable storage medium and processor
US20180314632A1 (en) Reclaiming storage resources
US20210294730A1 (en) Managing resources used during a development pipeline
CN110083366B (en) Application running environment generation method and device, computing equipment and storage medium
CN115336237A (en) Predictive provisioning of remotely stored files
CN110471828B (en) Operating system testing method, device and equipment thereof
CN116775061A (en) Deployment method, device, equipment and storage medium of micro-service application
CN118056183A (en) Optimizing just-in-time compilation processes
US11755309B2 (en) Tagging packages in an application ecosystem
US11593103B1 (en) Anti-pattern detection in extraction and deployment of a microservice
CN114239098A (en) CAD drawing processing method and device, storage medium and processor
CN114880073A (en) Cloud application engine deployment method, device, equipment and storage medium for shielding Web framework for user
CN110968888B (en) Data processing method and device

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