CN112463127A - File processing method, device, equipment and storage medium - Google Patents

File processing method, device, equipment and storage medium Download PDF

Info

Publication number
CN112463127A
CN112463127A CN202011443133.8A CN202011443133A CN112463127A CN 112463127 A CN112463127 A CN 112463127A CN 202011443133 A CN202011443133 A CN 202011443133A CN 112463127 A CN112463127 A CN 112463127A
Authority
CN
China
Prior art keywords
target frame
target
project
module
file
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
CN202011443133.8A
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.)
Weiyiyun Hangzhou Holding Co ltd
Original Assignee
Weiyiyun Hangzhou Holding 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 Weiyiyun Hangzhou Holding Co ltd filed Critical Weiyiyun Hangzhou Holding Co ltd
Priority to CN202011443133.8A priority Critical patent/CN112463127A/en
Publication of CN112463127A publication Critical patent/CN112463127A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the application provides a file processing method, a file processing device, equipment and a storage medium, wherein the file processing method comprises the following steps: acquiring a description file of a target frame of a target project; judging whether the target frame exists in a local directory or not based on the description file; and when the target frame exists in a local directory, establishing a soft link in the project directory of the target project, wherein the soft link points to a storage path of the target frame in the local directory. The application realizes saving of disk space.

Description

File processing method, device, equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a file processing method, apparatus, device, and storage medium.
Background
CocoaPods is a tool responsible for managing third party open source code in the macOS project. The third-party open source library is inevitably used for developing the macOS project, and the Cooapods component provides good code management function, so that the time for configuring and updating the third-party open source library can be saved.
At present, when a developer develops an App (Application), the developer generally splits the App into a plurality of sub-modules, and develops each sub-module. Since the principle of implementing cococapos is to copy all downloaded frame files to the project directory, it is imperative that multiple sub-modules refer to the same frame file at the same time, which results in repeated reference of frame files in multiple project directories and serious waste of disk resources.
Disclosure of Invention
An object of the embodiments of the present application is to provide a file processing method, apparatus, device, and storage medium, so as to save disk space.
A first aspect of an embodiment of the present application provides a file processing method, including: acquiring a description file of a target frame of a target project; judging whether the target frame exists in a local directory or not based on the description file; and when the target frame exists in a local directory, establishing a soft link in the project directory of the target project, wherein the soft link points to a storage path of the target frame in the local directory.
In one embodiment, the method further comprises: when the target frame does not exist in the local directory, downloading the target frame; storing the target frame to a preset position of the local directory; establishing the soft link in the project catalog of the target project.
In an embodiment, the obtaining the description file of the target frame of the target project includes: acquiring a preset configuration file of a target project; determining a target frame corresponding to the target project based on the preset configuration file; and downloading the description file of the target frame.
In an embodiment, after the establishing the soft link in the engineering catalog of the target engineering when the target framework exists in the local catalog, the method further includes: based on the soft link, finding the source code of the target frame; and compiling the source code to obtain a binary file of the target frame.
A second aspect of the embodiments of the present application provides a file processing apparatus, where an obtaining module is configured to obtain a description file of a target frame of a target project; the judging module is used for judging whether the target frame exists in a local directory or not based on the description file; the first establishing module is used for establishing a soft link in the project catalog of the target project when the target frame exists in a local catalog, and the soft link points to a storage path of the target frame in the local catalog.
In one embodiment, the method further comprises: the downloading module is used for downloading the target frame when the target frame does not exist in the local catalog; the storage module is used for storing the target frame to a preset position of the local directory; a second establishing module for establishing the soft link in the project catalog of the target project.
In one embodiment, the obtaining module includes: the system comprises an acquisition unit, a processing unit and a control unit, wherein the acquisition unit is used for acquiring a preset configuration file of a target project; the determining unit is used for determining a target frame corresponding to the target project based on the preset configuration file; and the downloading unit is used for downloading the description file of the target frame.
In one embodiment, the method further comprises: a searching module, configured to search for a source code of the target frame based on the soft link; and the compiling module is used for compiling the source code to obtain the binary file of the target frame.
A third aspect of embodiments of the present application provides an electronic device, including: a memory to store a computer program; a processor configured to perform the method of the first aspect of the embodiments of the present application and any of the embodiments of the present application.
A fourth aspect of embodiments of the present application provides a non-transitory electronic device-readable storage medium, including: a program which, when run by an electronic device, causes the electronic device to perform the method of the first aspect of an embodiment of the present application and any embodiment thereof.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments of the present application will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and that those skilled in the art can also obtain other related drawings based on the drawings without inventive efforts.
Fig. 1 is a schematic structural diagram of an electronic device according to an embodiment of the present application;
FIG. 2 is a flowchart illustrating a document processing method according to an embodiment of the present application;
FIG. 3 is a schematic flowchart of a document processing method according to another embodiment of the present application;
FIG. 4 is a schematic structural diagram of a document processing apparatus according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of a document processing apparatus according to another embodiment of the present application.
Reference numerals:
100-electronic equipment, 110-bus, 120-processor, 130-memory, 400-file processing device, 410-acquisition module, 411-acquisition unit, 412-determination unit, 413-download unit, 420-judgment module, 430-first establishment module, 440-download module, 450-storage module, 460-second establishment module, 470-search module, 480-compilation module.
Detailed Description
The technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application.
In the description of the present application, the terms "first," "second," and the like are used for distinguishing between descriptions and do not denote an order of magnitude, nor are they to be construed as indicating or implying relative importance.
In the description of the present application, the terms "comprises," "comprising," and/or the like, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, elements, components, and/or groups thereof.
In the description of the present application, the terms "mounted," "disposed," "provided," "connected," and "configured" are to be construed broadly unless expressly stated or limited otherwise. For example, it may be a fixed connection, a removable connection, or a unitary construction; can be mechanically or electrically connected; either directly or indirectly through intervening media, or may be internal to two devices, elements or components. The specific meaning of the above terms in the present application can be understood by those of ordinary skill in the art as appropriate.
Please refer to fig. 1, which is a schematic structural diagram of an electronic device 100 according to an embodiment of the present application, and includes at least one processor 120 and a memory 130, where fig. 1 illustrates one processor as an example. The processors 120 and the memory 130 are connected by a bus 110, and the memory 130 stores instructions executable by the at least one processor 120, the instructions being executed by the at least one processor 120 to cause the at least one processor 120 to perform a file processing method as in the embodiments described below.
In one embodiment, the Processor 120 may be a general-purpose Processor, including but not limited to a Central Processing Unit (CPU), a Network Processor (NP), etc., a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. The general purpose processor may be a microprocessor or the processor may be any conventional processor or the like, and the processor 120 is the control center of the electronic device 100 and connects the various parts of the entire electronic device 100 using various interfaces and lines. The processor 120 may implement or perform the methods, steps, and logic blocks disclosed in the embodiments of the present application.
In one embodiment, the Memory 130 may be implemented by any type of volatile or non-volatile Memory device or combination thereof, including but not limited to Random Access Memory (RAM), Read Only Memory (ROM), Static Random Access Memory (SRAM), Programmable Read-Only Memory (PROM), Erasable Read-Only Memory (EPROM), electrically Erasable Read-Only Memory (EEPROM), and the like.
The structure of the electronic device 100 shown in fig. 1 is merely illustrative, and the electronic device 100 may also include more or fewer components than shown in fig. 1, or have a different configuration than shown in fig. 1. The components shown in fig. 1 may be implemented in hardware, software, or a combination thereof.
Fig. 2 is a flowchart illustrating a file processing method according to an embodiment of the present invention, which can be executed by the electronic device 100 shown in fig. 1 to save disk space. The method comprises the following steps:
step S201: and acquiring a description file of a target frame of the target project.
In the above steps, the target project may be a project based on a macOS System (Macintosh operation System, operating System of the maiden tower), in the process of developing the project, a third-party open source code is often required to be referred to, the target frame refers to a frame code that the target project depends on, the frame code may be stored in a remote third-party code library, and a pod install command may be executed to download the frame code required by the target project from the remote third-party code library. The description file of the target frame comprises the version information, the frame name, the download address and the like of the target frame.
Step S202: and judging whether the target frame exists in the local directory or not based on the description file.
In the above steps, it is determined whether the target frame exists in the local directory based on the description file, if the target frame does not exist in the local directory, step S203 is executed, and if the target frame exists in the local directory, step S205 is executed.
In an embodiment, whether a target frame exists in the local directory may be determined according to the version information and the frame name in the description file, for example, if the target frame is an a frame and the version is 1.0.0, the directory may be searched: and/User/xxxx/LocalLibs/A/1.0.0, and judging whether a target frame exists.
Step S203: and downloading the target frame.
In the above steps, the target frame may be requested to be downloaded from a remote third party code library through http (Hyper Text Transfer Protocol).
Step S204: and storing the target frame to a preset position of the local directory.
In the above step, the downloaded target frame is stored in a preset location of the local directory, where the preset location may be determined according to the version information and the frame name of the target frame, for example, if the target frame is an a frame and the version is 1.0.0, the preset location is used to store the target frame: /User/xxxx/LocalLibs/A/1.0.0.
Step S205: establishing a soft link in an engineering catalog of a target engineering.
In the above step, the soft link points to the storage path of the target frame in the local directory. For example: ln-a # {/User/xxxx/LocalLibs/A/1.0.0/File } # { corresponding engineering catalog }. The soft link is used as an independent file, and the position pointer of the target frame is stored, so that the target frame stored locally can be found through the soft link in the subsequent code compiling process of the target project.
Fig. 3 is a flowchart illustrating a file processing method according to an embodiment of the present invention, which can be executed by the electronic device 100 shown in fig. 1 to save disk space. The method comprises the following steps:
step S301: and acquiring a preset configuration file of the target project.
In the above steps, a preset configuration file of the target project is obtained, where the preset configuration file may be a podfile, and the podfile is used to configure a third party code library required by the target project. In one embodiment, the podfile may be a DSL (Lingvo Dictionary Data File) format file.
Step S302: and determining a target frame corresponding to the target project based on the preset configuration file.
In the above steps, according to the third party code base configured in the preset configuration file, the frame code required by the target project is determined as the target frame corresponding to the target project.
Step S303: and downloading the description file of the target frame.
In the above steps, a description file of the target frame is downloaded, and the description file of the target frame includes version information, frame name, download address, etc. of the target frame. The description file may be a podspec file.
Step S304: and judging whether the target frame exists in the local directory or not based on the description file.
In the above steps, it is determined whether the target frame exists in the local directory based on the description file, if the target frame does not exist in the local directory, step S305 is executed, and if the target frame exists in the local directory, step S307 is executed.
Step S305: and downloading the target frame. For details, refer to the description of step S203 in the above embodiment.
Step S306: and storing the target frame to a preset position of the local directory. For details, refer to the description of step S204 in the above embodiment.
Step S307: establishing a soft link in an engineering catalog of a target engineering. For details, refer to the description of step S205 in the above embodiment.
In an embodiment, after establishing the soft link in the project catalog of the target project, the method further includes: based on the soft link, searching a source code of the target frame; and compiling the source code to obtain a binary file of the target frame.
As shown in fig. 4, which is a schematic structural diagram of a document processing apparatus 400 according to an embodiment of the present application, the apparatus can be applied to the electronic device 100 shown in fig. 1, and includes: the system comprises an acquisition module 410, a judgment module 420, a first establishment module 430, a download module 440, a storage module 450 and a second establishment module 460, wherein the principle relationship of each module is as follows:
the obtaining module 410 is configured to obtain a description file of a target frame of a target project. For details, refer to the description of step S201 in the above embodiment.
In one embodiment, the obtaining module 410 includes an obtaining unit 411, a determining unit 412 and a downloading unit 413. An obtaining unit 411, configured to obtain a preset configuration file of a target project; a determining unit 412, configured to determine, based on a preset configuration file, a target frame corresponding to the target project; a downloading unit 413, configured to download the description file of the target frame. For details, reference is made to the description of step S301 to step S303 in the above embodiment.
The determining module 420 is configured to determine whether a target frame exists in the local directory based on the description file. For details, refer to the description of step S202 in the above embodiment.
The first establishing module 430 is configured to establish a soft link in the engineering catalog of the target project when the target frame exists in the local catalog, where the soft link points to a storage path of the target frame in the local catalog. For details, refer to the description of step S203 in the above embodiment.
A downloading module 440, configured to download the target frame when the target frame does not exist in the local directory. For details, refer to the description of step S204 in the above embodiment.
The storage module 450 is configured to store the target frame to a preset location of the local directory. For details, refer to the description of step S205 in the above embodiment.
A second establishing module 460, configured to establish a soft link in the project catalog of the target project. For details, refer to the description of step S203 in the above embodiment.
As shown in fig. 5, which is a schematic structural diagram of a document processing apparatus 400 according to an embodiment of the present application, the apparatus can be applied to the electronic device 100 shown in fig. 1, and includes: the system comprises an acquisition module 410, a judgment module 420, a first establishment module 430, a download module 440, a storage module 450 and a second establishment module 460. The principle relationship of the modules is as follows:
the obtaining module 410 is configured to obtain a description file of a target frame of a target project. For details, refer to the description of step S201 in the above embodiment.
The determining module 420 is configured to determine whether a target frame exists in the local directory based on the description file. For details, refer to the description of step S202 in the above embodiment.
The first establishing module 430 is configured to establish a soft link in the engineering catalog of the target project when the target frame exists in the local catalog, where the soft link points to a storage path of the target frame in the local catalog. For details, refer to the description of step S203 in the above embodiment.
A downloading module 440, configured to download the target frame when the target frame does not exist in the local directory. For details, refer to the description of step S204 in the above embodiment.
The storage module 450 is configured to store the target frame to a preset location of the local directory. For details, refer to the description of step S205 in the above embodiment.
A second establishing module 460, configured to establish a soft link in the project catalog of the target project. For details, refer to the description of step S203 in the above embodiment.
In one embodiment, the document processing apparatus 400 further includes: a search module 470, configured to search for a source code of the target framework based on the soft link; and the compiling module 480 is configured to compile the source code to obtain a binary file of the target framework.
For a detailed description of the document processing apparatus 400, please refer to the description of the related method steps in the above embodiments.
An embodiment of the present invention further provides a storage medium readable by an electronic device, including: a program that, when run on an electronic device, causes the electronic device to perform all or part of the procedures of the methods in the above-described embodiments. The storage medium may be a magnetic Disk, an optical Disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a Flash Memory (Flash Memory), a Hard Disk (Hard Disk Drive, abbreviated as HDD), a Solid State Drive (SSD), or the like. The storage medium may also comprise a combination of memories of the kind described above.
In the embodiments provided in the present application, the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative, and for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s).
In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present application may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. The above description is only a preferred embodiment of the present application, and is only for the purpose of illustrating the technical solutions of the present application, and not for the purpose of limiting the present application. Any modification, equivalent replacement, improvement or the like, which would be obvious to one of ordinary skill in the art and would be within the spirit and principle of the present application, should be included within the scope of the present application.

Claims (10)

1. A file processing method, comprising:
acquiring a description file of a target frame of a target project;
judging whether the target frame exists in a local directory or not based on the description file;
and when the target frame exists in a local directory, establishing a soft link in the project directory of the target project, wherein the soft link points to a storage path of the target frame in the local directory.
2. The method of claim 1, further comprising:
when the target frame does not exist in the local directory, downloading the target frame;
storing the target frame to a preset position of the local directory;
establishing the soft link in the project catalog of the target project.
3. The method of claim 1, wherein obtaining a description file of a target frame of a target project comprises:
acquiring a preset configuration file of a target project;
determining a target frame corresponding to the target project based on the preset configuration file;
and downloading the description file of the target frame.
4. The method of claim 1, further comprising, after establishing a soft link in an engineering catalog of the target project when the target framework exists in the local catalog:
based on the soft link, finding the source code of the target frame;
and compiling the source code to obtain a binary file of the target frame.
5. A document processing apparatus, characterized by comprising:
the acquisition module is used for acquiring a description file of a target frame of a target project;
the judging module is used for judging whether the target frame exists in a local directory or not based on the description file;
the first establishing module is used for establishing a soft link in the project catalog of the target project when the target frame exists in a local catalog, and the soft link points to a storage path of the target frame in the local catalog.
6. The apparatus of claim 5, further comprising:
the downloading module is used for downloading the target frame when the target frame does not exist in the local catalog;
the storage module is used for storing the target frame to a preset position of the local directory;
a second establishing module for establishing the soft link in the project catalog of the target project.
7. The apparatus of claim 5, wherein the obtaining module comprises:
the system comprises an acquisition unit, a processing unit and a control unit, wherein the acquisition unit is used for acquiring a preset configuration file of a target project;
the determining unit is used for determining a target frame corresponding to the target project based on the preset configuration file;
and the downloading unit is used for downloading the description file of the target frame.
8. The apparatus of claim 5, further comprising:
a searching module, configured to search for a source code of the target frame based on the soft link;
and the compiling module is used for compiling the source code to obtain the binary file of the target frame.
9. An electronic device, comprising:
a memory to store a computer program;
a processor to perform the method of any one of claims 1 to 4.
10. A non-transitory electronic device readable storage medium, comprising: program which, when run by an electronic device, causes the electronic device to perform the method of any one of claims 1 to 4.
CN202011443133.8A 2020-12-08 2020-12-08 File processing method, device, equipment and storage medium Pending CN112463127A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011443133.8A CN112463127A (en) 2020-12-08 2020-12-08 File processing method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011443133.8A CN112463127A (en) 2020-12-08 2020-12-08 File processing method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112463127A true CN112463127A (en) 2021-03-09

Family

ID=74801292

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011443133.8A Pending CN112463127A (en) 2020-12-08 2020-12-08 File processing method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112463127A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113010207A (en) * 2021-03-18 2021-06-22 挂号网(杭州)科技有限公司 Resource allocation method and device, electronic equipment and storage medium
CN115129333A (en) * 2022-09-02 2022-09-30 城云科技(中国)有限公司 Npm resource packet management method, device and system suitable for micro front-end framework

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110096280A (en) * 2019-03-18 2019-08-06 中国平安人寿保险股份有限公司 Creation method, device, computer installation and the storage medium of code engineering
CN110096272A (en) * 2019-03-19 2019-08-06 深圳壹账通智能科技有限公司 Library file processing method, device, computer equipment and storage medium
CN110377290A (en) * 2019-07-22 2019-10-25 阿里巴巴集团控股有限公司 A kind of method, device and equipment of purpose project compiling
CN112003893A (en) * 2020-07-17 2020-11-27 北京达佳互联信息技术有限公司 Resource downloading method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110096280A (en) * 2019-03-18 2019-08-06 中国平安人寿保险股份有限公司 Creation method, device, computer installation and the storage medium of code engineering
CN110096272A (en) * 2019-03-19 2019-08-06 深圳壹账通智能科技有限公司 Library file processing method, device, computer equipment and storage medium
CN110377290A (en) * 2019-07-22 2019-10-25 阿里巴巴集团控股有限公司 A kind of method, device and equipment of purpose project compiling
CN112003893A (en) * 2020-07-17 2020-11-27 北京达佳互联信息技术有限公司 Resource downloading method and device

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
DEVIL_MAYCARE: ""podSpec文件相关知识整理"", Retrieved from the Internet <URL:《https://blog.csdn.net/Devil_MayCare/article/details/90642868》> *
二毛的希望: ""从文档开始了解cocoapods之Podspec"", Retrieved from the Internet <URL:《https://www.jianshu.com/p/775b7981e9d8》> *
冬瓜争做全栈瓜: ""5. Podspec 文件分析,冬瓜争做全栈瓜"", Retrieved from the Internet <URL:《https://blog.csdn.net/Desgard_Duan/article/details/109064152》> *
大熊猫玩菜刀: "通过软链接共享node_modules", pages 1, Retrieved from the Internet <URL:https://blog.csdn.net/u013727805/article/details/108501682> *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113010207A (en) * 2021-03-18 2021-06-22 挂号网(杭州)科技有限公司 Resource allocation method and device, electronic equipment and storage medium
CN115129333A (en) * 2022-09-02 2022-09-30 城云科技(中国)有限公司 Npm resource packet management method, device and system suitable for micro front-end framework

Similar Documents

Publication Publication Date Title
US9639558B2 (en) Image building
WO2021184824A1 (en) Application program interface gateway based method for separating front and back ends and related device
US10055505B2 (en) Maintaining continuous access to web content
US9652220B2 (en) Zero down-time deployment of new application versions
CN112463127A (en) File processing method, device, equipment and storage medium
US9116808B2 (en) Method and system for determining device configuration settings
CN112182010B (en) Dirty page refreshing method and device, storage medium and electronic equipment
CN112965761A (en) Data processing method, system, electronic equipment and storage medium
US9703848B2 (en) Caching linked queries for optimized compliance management
US11216427B2 (en) Method, electronic device and computer-readable medium for managing metadata
CN112631646A (en) Data compatibility method, device and equipment for APP version degradation and storage medium
CN115080114B (en) Application program transplanting processing method, device and medium
CN110659035A (en) Method and device for batch mounting of mirror images based on BMC
CN113282347B (en) Plug-in operation method, device, equipment and storage medium
CN112685071A (en) Application program repairing method, device, equipment and storage medium
US11157583B2 (en) Software detection based on user accounts
CN114968963A (en) File overwriting method and device and electronic equipment
US20200409679A1 (en) Application update monitoring computer systems
CN111538651A (en) Interface testing method, device, server and storage medium
CN113535221A (en) Method and device for managing application version
US12013774B2 (en) Verification of core file debugging resources
CN115421785B (en) Method, device and medium for transplanting application program
CN110442471B (en) Method, device and medium for detecting memory information in network system
KR100631762B1 (en) Apparatus for managing firmware file information, apparatus for updating firmware using firmware file information, and method thereof
TW201832117A (en) Verifying method and verifying 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