CN113778494A - Method, device and equipment for updating packaging architecture and storage medium - Google Patents

Method, device and equipment for updating packaging architecture and storage medium Download PDF

Info

Publication number
CN113778494A
CN113778494A CN202111145967.5A CN202111145967A CN113778494A CN 113778494 A CN113778494 A CN 113778494A CN 202111145967 A CN202111145967 A CN 202111145967A CN 113778494 A CN113778494 A CN 113778494A
Authority
CN
China
Prior art keywords
configuration file
template
project
management system
current project
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111145967.5A
Other languages
Chinese (zh)
Inventor
吴希航
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Du Xiaoman Technology Beijing Co Ltd
Original Assignee
Du Xiaoman Technology Beijing 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 Du Xiaoman Technology Beijing Co Ltd filed Critical Du Xiaoman Technology Beijing Co Ltd
Priority to CN202111145967.5A priority Critical patent/CN113778494A/en
Publication of CN113778494A publication Critical patent/CN113778494A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

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)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the application discloses a method, a device, equipment and a storage medium for updating a packaging architecture. In the method of the embodiment of the present application, after a template project is updated and configured, a template configuration file is uploaded to a configuration file management system, and the method includes: acquiring a template configuration file of a template project with the same initial packaging architecture as a current project in a configuration file management system; comparing the configuration file of the current project with the template configuration file obtained from the configuration file management system to obtain a comparison result; and when the packaging architecture of the current project is obtained according to the comparison result and needs to be updated, replacing the configuration file of the current project into the template configuration file obtained from the configuration file management system. The method is used for improving the updating efficiency of the packaging architecture.

Description

Method, device and equipment for updating packaging architecture and storage medium
Technical Field
The present invention relates to the field of computers, and in particular, to a method, an apparatus, a device, and a storage medium for updating a file packaging architecture.
Background
With the progress of science and technology, various computer technologies are rapidly developed. File packaging is a common computer process, and is used for achieving the purposes of file management or file security improvement and the like. The architecture is also called software architecture, and refers to a series of related abstract patterns used for guiding the design of a software system. In the process of software development, in order to meet the requirement of file packaging, a packaging architecture is usually built. After the development of the packaging architecture is completed, along with technology upgrade and service upgrade, the packaging architecture also has an updating requirement.
In the prior art, in response to the requirement of package architecture update, a manner of manually updating the package architecture configuration is generally adopted, for example, manually modifying configuration items in a package architecture configuration file. However, updating the packaging framework manually is inefficient.
Disclosure of Invention
In view of this, embodiments of the present disclosure provide a method, an apparatus, and a storage medium for updating a file packaging architecture, so as to improve efficiency of updating the packaging architecture.
In a first aspect, the present application provides a method for updating a packaging framework, where a template project is updated and configured, and then a template configuration file is uploaded to a configuration file management system, where the method includes:
acquiring a template configuration file of a template project with the same initial packaging architecture as a current project in a configuration file management system;
comparing the configuration file of the current project with the template configuration file obtained from the configuration file management system to obtain a comparison result;
and when the packaging architecture of the current project is obtained according to the comparison result and needs to be updated, replacing the configuration file of the current project into the template configuration file obtained from the configuration file management system.
In a possible implementation manner, before the comparing the configuration file of the current project with the template configuration file obtained from the configuration file management system, the method may further include:
the configuration file for the current project is extracted from the specified directory.
In a possible implementation manner, after the replacing the configuration file of the current project is the template configuration file obtained from the configuration file management system, the method may further include:
and judging whether the current project needs to update the dependency package, if so, updating the dependency package of the current project.
In one possible implementation, the current item may comprise a webpack item.
In one possible implementation, the profile management system may comprise a Git system.
In one possible implementation, the configuration file of the current project may include at least one of a format specification file, a deployment script file, a dependent configuration file, and a commit configuration file.
In a possible embodiment, before uploading the template configuration file to the configuration file management system after the updating configuration of the template project, the method may further include:
and regularly checking whether the packaging architecture of the template project needs to be updated, if so, updating the configuration of the packaging architecture of the template project, and uploading the template configuration file to the configuration file management system.
In a second aspect, the present application provides an apparatus for packaging architecture updates, the apparatus comprising:
the acquisition module is used for acquiring a template configuration file of a template project with the same initial packaging architecture as the current project in the configuration file management system; uploading a template configuration file to a configuration file management system after the template project is updated and configured;
the comparison module is used for comparing the configuration file of the current project with the template configuration file obtained from the configuration file management system to obtain a comparison result;
and the replacing module is used for replacing the configuration file of the current project into the template configuration file obtained from the configuration file management system when the packaging architecture of the current project obtained according to the comparison result needs to be updated.
In a third aspect, the present application provides a device for updating a packaging architecture, where the device includes a processor and a memory, where the memory stores code, and the processor is configured to call the code stored in the memory, and implement the following functions:
acquiring a template configuration file of a template project with the same initial packaging architecture as a current project in a configuration file management system; uploading a template configuration file to a configuration file management system after the template project is updated and configured;
comparing the configuration file of the current project with the template configuration file obtained from the configuration file management system to obtain a comparison result;
and when the packaging architecture of the current project is obtained according to the comparison result and needs to be updated, replacing the configuration file of the current project into the template configuration file obtained from the configuration file management system.
In a fourth aspect, the present application provides a computer-readable storage medium for storing a computer program for performing any of the methods described above.
Therefore, the method and the device have the advantage of improving the updating efficiency of the packaging architecture. In the embodiment of the application, the current project and the template project have the same initial packaging architecture, and the template project is updated and configured and then the template configuration file is uploaded to the configuration file management system. And after the current project acquires the template configuration file from the configuration file management system, comparing the configuration file of the current project with the template configuration file, and replacing the configuration file of the current project as the template configuration file when the packaging architecture of the current project is obtained according to the comparison result and needs to be updated.
The packaging structure of the template project uploads the template configuration file to the configuration file management system after being updated and configured, and the current project and the template project have the same initial packaging structure, so that whether the packaging structure of the current project needs to be updated or not can be obtained by comparing the configuration file of the current project with the template configuration file obtained from the configuration file management system, the template configuration file is the configuration file needed when the current project is updated, and when the packaging structure of the current project needs to be updated, the configuration file of the current project is directly replaced by the template configuration file. The template configuration file is obtained from the configuration file management system, the replacement process of the configuration file can be automatically realized, and compared with the prior art that the configuration needs to be manually modified, the updating efficiency of the packaging framework can be improved by the embodiment of the application; this efficiency improvement is often significant, especially when there is an update demand for multiple projects.
In addition, in the prior art, configuration is usually required to be manually copied from a template configuration file, and missing may occur when configuration updating is realized by manual pasting.
Drawings
FIG. 1 is a flowchart of a method for packaging architecture updates according to an embodiment of the present disclosure;
FIG. 2 is a block diagram of an apparatus for packaging architecture update according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of a device for updating a packaging architecture according to an embodiment of the present disclosure.
Detailed Description
In order to facilitate understanding of the technical solutions provided in the embodiments of the present application, a method, an apparatus, and a storage medium for updating a file packaging architecture provided in the embodiments of the present application are described below with reference to the accompanying drawings.
While exemplary embodiments of the present application are shown in the drawings, it should be understood that the present application may be embodied in various forms and should not be limited to the embodiments set forth herein. Other embodiments, which can be derived by those skilled in the art from the embodiments given herein without any inventive contribution, are also within the scope of the present application.
In the claims and specification of the present application and in the drawings accompanying the description, the terms "comprise" and "have" and any variations thereof, are intended to cover non-exclusive inclusions.
In the prior art, in response to the requirement of package architecture update, a manner of manually updating the package architecture configuration is generally adopted, for example, manually modifying configuration items in a package architecture configuration file. However, updating the packaging framework manually is inefficient.
Based on this, in the embodiment of the present application provided by the inventor, the current project and the template project have the same initial packaging architecture, and the template project uploads the template configuration file to the configuration file management system after being updated and configured. And after the current project acquires the template configuration file from the configuration file management system, comparing the configuration file of the current project with the template configuration file, and replacing the configuration file of the current project as the template configuration file when the packaging architecture of the current project is obtained according to the comparison result and needs to be updated.
The packaging structure of the template project uploads the template configuration file to the configuration file management system after being updated and configured, and the current project and the template project have the same initial packaging structure, so that whether the packaging structure of the current project needs to be updated or not can be obtained by comparing the configuration file of the current project with the template configuration file obtained from the configuration file management system, the template configuration file is the configuration file needed when the current project is updated, and when the packaging structure of the current project needs to be updated, the configuration file of the current project is directly replaced by the template configuration file. The template configuration file is obtained from the configuration file management system, the replacement process of the configuration file can be automatically realized, and compared with the prior art that the configuration needs to be manually modified, the updating efficiency of the packaging framework can be improved by the embodiment of the application; this efficiency improvement is often significant, especially when there is an update demand for multiple projects.
Referring to fig. 1, fig. 1 is a flowchart illustrating a method for updating a packaging architecture according to an embodiment of the present disclosure. As shown in fig. 1, in the method for updating a packaging framework in the embodiment of the present application, after the configuration of a template item is updated, a template configuration file is uploaded to a configuration file management system, and the method includes the following steps:
s101, acquiring a template configuration file of a template project with the same initial packaging architecture as a current project in a configuration file management system;
in this embodiment S101, the obtaining, in the configuration file management system, the template configuration file of the template item having the same initial packaging architecture as the current item is used to obtain the configuration file required by the update configuration of the current item. Packaging in the embodiments of the present application refers to packaging of files. The term "item" refers to an item that needs to be processed at present, and the expression herein is not a limitation of the item but merely a reference to the item. Uploading the template configuration file to a configuration file management system after the template project is updated and configured; the template configuration file herein refers to a configuration file that the template item has after the template item is updated and configured. The template item and the current item have the same initial packaging architecture, which means that the packaging architectures of the template item and the current item are the same before updating, that is, the current item can complete the updating of the self packaging architecture configuration by using the packaging architecture configuration file of the template item. The number of current projects is not limited in the embodiments of the present application.
S102, comparing the configuration file of the current project with the template configuration file obtained from the configuration file management system to obtain a comparison result;
in this embodiment S102, the comparing the configuration file of the current item with the template configuration file obtained from the configuration file management system to obtain the comparison result is to determine whether the packaging framework needs to be updated or not when the current item is compared with the template item. The form of the comparison result is not limited in the embodiments of the present application, and may be any form capable of representing the comparison result.
S103, when the packaging architecture of the current project is obtained according to the comparison result and needs to be updated, replacing the configuration file of the current project into the template configuration file obtained from the configuration file management system.
In this embodiment S103, when the packaging architecture of the current item is obtained according to the comparison result and needs to be updated, the configuration file of the replacement current item is the template configuration file obtained from the configuration file management system, and the effect is to update the packaging architecture of the current item according to the template configuration file, so as to improve the efficiency of updating the packaging architecture compared with manually modifying the configuration file.
In the embodiment of the present application shown in fig. 1, a template configuration file of a template project having the same initial packaging architecture as a current project is obtained in a configuration file management system, and the configuration file of the current project is compared with a template configuration file obtained from the configuration file management system, so as to obtain whether the packaging architecture of the current project needs to be updated, where the template configuration file is a configuration file required when the current project is configured newly, and when the packaging architecture of the current project needs to be updated, the configuration file of the current project is directly replaced with the template configuration file. The template configuration file is obtained from the configuration file management system, the replacement process of the configuration file can be automatically realized, and compared with the prior art that the configuration needs to be manually modified, the updating efficiency of the packaging framework can be improved.
Further, in the embodiment S101 of the present application, the template item may only have a packaging framework. The template item may have only a packaging architecture and may not implement other business functions, which refer to business functions other than packaging. That is, the template items may exist only to provide the configuration files for updating the current item, not the items for implementing specific business functions. This has the advantage of reducing the cost invested in designing and modifying the template project. Further, it is common for current projects to have other business functions in addition to the packaging architecture. It is understood that the specific content included in the template item does not affect the implementation of the embodiment of the present application.
Further, in the embodiment S101 of the present application, the template item may have a packaging architecture, and may also implement other business functions. That is, the template item may be an item having normal business functions similar to the current item. Further, the template items may be selected from normal items. The advantage of this is that it is not necessary to invest in the cost separately to obtain the template item, and it is only necessary to select one of the normal items as the template item. The normal item here refers to an item that has not only a packaging framework but also other business functions, similar to the current item. It is understood that the specific content included in the template item does not affect the implementation of the embodiment of the present application.
Further, in this embodiment of the application, before the comparing the configuration file of the current project with the template configuration file obtained from the configuration file management system, the method may further include: the configuration file for the current project is extracted from the specified directory. The configuration file of the current project is placed in the designated directory so that the configuration file of the current project can be extracted from the designated directory before the comparison of the configuration file of the current project with the template configuration file obtained from the configuration file management system. The advantage of doing so is that the configuration file is concentrated and not scattered, when carrying out the configuration file through script operation and extracting, makes things convenient for the script to extract. For example, when processing is performed on the webpack architecture, the configuration files of the packaging architecture are usually mainly concentrated on individual files, and the concentration is not dispersed, and at this time, the configuration files can be placed in a specified directory, so that the extraction of scripts is facilitated.
Further, in this embodiment of the present application, after the replacing the configuration file of the current project is the template configuration file obtained from the configuration file management system, the method may include: and judging whether the current project needs to update the dependency package, if so, updating the dependency package of the current project. When the current project needs to update the dependency packages in the project, the dependency packages can be updated. In the prior art, the dependence package can be automatically updated, but the problem of configuration upgrading of the project can not be solved; in the embodiment of the application, the updating efficiency can be further improved and the updating risk and cost can be reduced by updating the configuration of the project and updating the dependency package.
Further, in the embodiment of the present application, the current item may include a webpack item. webpack is a modular packager whose main goal is to package JavaScript files together, with the packaged files for use in a browser. It can be understood that whether the current item in the embodiment of the present application is a webpack item does not affect the implementation of the embodiment of the present application.
Further, in the embodiment of the present application, the profile management system may include a Git system. Git is an open-source, distributed version control system for agilely and efficiently processing small or large items. For example, after the template project is updated and configured, the template configuration file is uploaded to a Git system, the current project obtains the template configuration file meeting the requirement through Git, and the configuration is updated by using the template configuration file. It can be understood that whether the configuration file management system in the embodiment of the present application is a Git system does not affect the implementation of the embodiment of the present application.
Further, in this embodiment of the present application, the configuration file of the current project includes at least one of a format specification file, a deployment script file, a dependent configuration file, and a submission configuration file. The configuration file of the current project may include a configuration file that may be determined according to actual needs. It can be understood that the configuration files of the current project in the embodiment of the present application include specifically which configuration files, and the implementation of the embodiment of the present application is not affected.
Further, in this embodiment of the present application, before uploading the template configuration file to the configuration file management system after the updating configuration of the template project, the method may further include: and regularly checking whether the packaging architecture of the template project needs to be updated, if so, updating the configuration of the packaging architecture of the template project, and uploading the template configuration file to the configuration file management system. The template project can be set to be updated to the highest/latest configuration, and the template configuration file is uploaded to the configuration file management system, so that the current project can be directly updated to the highest/latest configuration when the current project needs to be updated. In order to enable the template project to have the highest/latest configuration, so that the template configuration file uploaded to the configuration file management system is the highest/latest configuration file, whether the packaging architecture of the template project needs to be updated or not can be periodically checked, if so, the configuration of the packaging architecture of the template project is updated, and the template configuration file is uploaded to the configuration file management system after being updated; if not, an override process may be taken. It can be understood that, after the template item is updated and configured, before the template configuration file is uploaded to the configuration file management system, whether the packaging architecture of the template item needs to be updated is further checked periodically, if yes, the configuration of the packaging architecture of the template item is updated, and the template configuration file is uploaded to the configuration file management system, which does not affect the implementation of the embodiment of the present application.
Further, in this embodiment of the application, after the configuration file replacing the current project is the template configuration file obtained from the configuration file management system, field replacement may be performed on part of files in the configuration file as needed. For example, a name associated with the service in the configuration file. The content needing field replacement refers to the content of different configuration files in the current item and the template item. For example, for the webpack project, the JavaScript object is converted according to the file content to make a designated field to replace the content. It can be understood that whether field replacement is performed on part of files in the configuration file does not affect implementation of the embodiment of the present application.
Referring to fig. 2, fig. 2 is a schematic structural diagram of an apparatus for updating a packaging architecture according to an embodiment of the present application, where the apparatus 200 includes:
an obtaining module 201, configured to obtain, in a configuration file management system, a template configuration file of a template project having the same initial packaging architecture as a current project; uploading a template configuration file to a configuration file management system after the template project is updated and configured;
a comparison module 202, configured to compare the configuration file of the current item with the template configuration file obtained from the configuration file management system to obtain a comparison result;
and a replacing module 203, configured to replace the configuration file of the current item with the template configuration file obtained from the configuration file management system when the packaging architecture of the current item obtained according to the comparison result needs to be updated.
Further, in the embodiment of the present application, a file operation module may be configured to perform the obtaining, comparing, and replacing operations. Further, the file operation module can be a node file operation module, where the node is a JavaScript running environment based on Chrome V8 engine. It can be understood that whether the file operation module is set to be used does not affect the implementation of the embodiment of the present application.
Referring to fig. 3, fig. 3 is a schematic structural diagram of an apparatus for updating a packaging architecture according to an embodiment of the present application, where the apparatus 300 includes a processor 301 and a memory 302, where the memory 302 stores corresponding codes, and the processor 301 is configured to call the codes stored in the memory 302 to implement the following functions:
acquiring a template configuration file of a template project with the same initial packaging architecture as a current project in a configuration file management system; uploading a template configuration file to a configuration file management system after the template project is updated and configured;
comparing the configuration file of the current project with the template configuration file obtained from the configuration file management system to obtain a comparison result;
and when the packaging architecture of the current project is obtained according to the comparison result and needs to be updated, replacing the configuration file of the current project into the template configuration file obtained from the configuration file management system.
In an embodiment of the present application, a computer-readable storage medium is further provided, where the computer-readable storage medium is used for storing a computer program, and the computer program is used for executing the above method for updating a packaging architecture, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here. The computer-readable storage medium may be a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk. The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for updating a packaging architecture is characterized in that a template configuration file is uploaded to a configuration file management system after a template project is updated and configured, and the method comprises the following steps:
acquiring a template configuration file of a template project with the same initial packaging architecture as a current project in a configuration file management system;
comparing the configuration file of the current project with the template configuration file obtained from the configuration file management system to obtain a comparison result;
and when the packaging architecture of the current project is obtained according to the comparison result and needs to be updated, replacing the configuration file of the current project into the template configuration file obtained from the configuration file management system.
2. The method of claim 1, further comprising, prior to said comparing the configuration file of the current project with the template configuration file obtained from the configuration file management system:
the configuration file for the current project is extracted from the specified directory.
3. The method of claim 1, further comprising, after the replacing the configuration file of the current project is the template configuration file obtained from the configuration file management system:
and judging whether the current project needs to update the dependency package, if so, updating the dependency package of the current project.
4. The method of claim 1, wherein the current item comprises a webpack item.
5. The method of claim 1, wherein the profile management system comprises a Git system.
6. The method of claim 1, wherein the configuration file for the current project comprises at least one of a format specification file, a deployment script file, a dependency configuration file, and a commit configuration file.
7. The method of claim 1, further comprising, prior to uploading the template configuration file to the configuration file management system after the updating configuration of the template project:
and regularly checking whether the packaging architecture of the template project needs to be updated, if so, updating the configuration of the packaging architecture of the template project, and uploading the template configuration file to the configuration file management system.
8. An apparatus for packaging architectural updates, the apparatus comprising:
the acquisition module is used for acquiring a template configuration file of a template project with the same initial packaging architecture as the current project in the configuration file management system; uploading a template configuration file to a configuration file management system after the template project is updated and configured;
the comparison module is used for comparing the configuration file of the current project with the template configuration file obtained from the configuration file management system to obtain a comparison result;
and the replacing module is used for replacing the configuration file of the current project into the template configuration file obtained from the configuration file management system when the packaging architecture of the current project obtained according to the comparison result needs to be updated.
9. An apparatus for packaging architecture updates, the apparatus comprising a processor and a memory, wherein the memory stores code and the processor is configured to call the code stored in the memory to implement the following functions:
acquiring a template configuration file of a template project with the same initial packaging architecture as a current project in a configuration file management system; uploading a template configuration file to a configuration file management system after the template project is updated and configured;
comparing the configuration file of the current project with the template configuration file obtained from the configuration file management system to obtain a comparison result;
and when the packaging architecture of the current project is obtained according to the comparison result and needs to be updated, replacing the configuration file of the current project into the template configuration file obtained from the configuration file management system.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium is used to store a computer program for performing the method of any of claims 1 to 7.
CN202111145967.5A 2021-09-28 2021-09-28 Method, device and equipment for updating packaging architecture and storage medium Pending CN113778494A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111145967.5A CN113778494A (en) 2021-09-28 2021-09-28 Method, device and equipment for updating packaging architecture and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111145967.5A CN113778494A (en) 2021-09-28 2021-09-28 Method, device and equipment for updating packaging architecture and storage medium

Publications (1)

Publication Number Publication Date
CN113778494A true CN113778494A (en) 2021-12-10

Family

ID=78854140

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111145967.5A Pending CN113778494A (en) 2021-09-28 2021-09-28 Method, device and equipment for updating packaging architecture and storage medium

Country Status (1)

Country Link
CN (1) CN113778494A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106815370A (en) * 2017-01-24 2017-06-09 腾讯科技(深圳)有限公司 Update the methods, devices and systems of resource file
CN106815052A (en) * 2017-01-10 2017-06-09 南威软件股份有限公司 A kind of method of the rapid deployment system for being adapted to multi-environment configuration
CN109426516A (en) * 2017-06-21 2019-03-05 北京信威通信技术股份有限公司 Software version management method and device
CN110865835A (en) * 2019-10-15 2020-03-06 网联清算有限公司 Configuration file updating method and device, computer equipment and storage medium
CN112416353A (en) * 2020-08-10 2021-02-26 上海幻电信息科技有限公司 Channel package packaging method and device and computer equipment
US20210224174A1 (en) * 2020-01-22 2021-07-22 EMC IP Holding Company LLC Cluster feature activation and update system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106815052A (en) * 2017-01-10 2017-06-09 南威软件股份有限公司 A kind of method of the rapid deployment system for being adapted to multi-environment configuration
CN106815370A (en) * 2017-01-24 2017-06-09 腾讯科技(深圳)有限公司 Update the methods, devices and systems of resource file
CN109426516A (en) * 2017-06-21 2019-03-05 北京信威通信技术股份有限公司 Software version management method and device
CN110865835A (en) * 2019-10-15 2020-03-06 网联清算有限公司 Configuration file updating method and device, computer equipment and storage medium
US20210224174A1 (en) * 2020-01-22 2021-07-22 EMC IP Holding Company LLC Cluster feature activation and update system
CN112416353A (en) * 2020-08-10 2021-02-26 上海幻电信息科技有限公司 Channel package packaging method and device and computer equipment

Similar Documents

Publication Publication Date Title
CN108876121B (en) Work order processing method and device, computer equipment and storage medium
CN104615466B (en) A kind of cloud platform dispositions method and system
CN111160045B (en) Game resource file translation method, device and equipment
US9754242B2 (en) Deployment mechanism for non-versioning business process artifacts
CN110705237B (en) Automatic document generation method, data processing device and storage medium
CN102567053A (en) Method and device for downgrading software version
CN111068336A (en) Game translation version generation method and device, electronic equipment and storage medium
CN110764839A (en) Business processing flow configuration method, business request processing method and device
WO2019223172A1 (en) Kettle task scheduling method and system, computer device, and storage medium
CN112000334A (en) Page development method, device, server and storage medium
CN114489950A (en) Component adapting method and device, electronic equipment and storage medium
CN114385196A (en) Software deployment method and device combining RPA and AI
CN113778494A (en) Method, device and equipment for updating packaging architecture and storage medium
CN107480050A (en) A kind of method of testing of automatic test renewal bag
CN106487567A (en) A kind of managed element model management method and device
CN112668293B (en) Data report processing method
CN112083953A (en) Android application program construction method and device
CN113791809A (en) Application exception handling method and device and computer readable storage medium
CN109508185B (en) Code review method and device
CN110780983A (en) Task exception handling method and device, computer equipment and storage medium
CN115408047B (en) Version release method and device and electronic equipment
US20220164207A1 (en) System for providing an adaptable plugin framework for application transformation to cloud
CN117407031B (en) Patch package upgrade file generation method, device, equipment and storage medium
US20230252107A1 (en) Management device, management method, and storage medium
US11321377B2 (en) Storage control program, apparatus, and method

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20211210