WO2022156277A1 - Procédé et appareil d'installation de programme d'application et dispositif informatique et support de stockage lisible - Google Patents

Procédé et appareil d'installation de programme d'application et dispositif informatique et support de stockage lisible Download PDF

Info

Publication number
WO2022156277A1
WO2022156277A1 PCT/CN2021/124288 CN2021124288W WO2022156277A1 WO 2022156277 A1 WO2022156277 A1 WO 2022156277A1 CN 2021124288 W CN2021124288 W CN 2021124288W WO 2022156277 A1 WO2022156277 A1 WO 2022156277A1
Authority
WO
WIPO (PCT)
Prior art keywords
program
file
package management
software package
execution
Prior art date
Application number
PCT/CN2021/124288
Other languages
English (en)
Chinese (zh)
Inventor
张海东
Original Assignee
统信软件技术有限公司
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 统信软件技术有限公司 filed Critical 统信软件技术有限公司
Publication of WO2022156277A1 publication Critical patent/WO2022156277A1/fr

Links

Images

Classifications

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

Definitions

  • the present invention relates to the field of computer technology, and in particular, to an application installation method, an apparatus, a computing device and a readable storage medium.
  • the target application is usually installed by means of the package management program, and the package management program also facilitates the uninstallation of the application.
  • Common package management programs such as rpm, apt, yum, etc.
  • the original files may be overwritten or deleted, and some script files will be executed during the installation process, and the package management program cannot perceive these operations.
  • the application installation or upgrade package has problems, and When some system files are modified, it will affect the operation of other applications. If you want to uninstall the application, you can only restore the files recorded by the package management program, and the files modified by running the script file cannot be restored, which may affect the system installation or normal use.
  • the system recovery point that is, the system state before the program is installed, is stored by operating on the data blocks of the disk.
  • Starting the recovery point function when the application is installed actually installs a disk device filter driver and reserves an area in the disk storage, so that when any disk operation is performed, all data will be written to this area.
  • the data in the above area is moved to the normal disk location to enter the state of use.
  • this method requires manual operation, takes a long time, does not generate log files, and the operation process is cumbersome.
  • the present invention provides an application installation method, apparatus, computing device and readable storage medium, so as to try to solve or at least alleviate the above problems.
  • an application installation method suitable for execution in a computing device comprising: starting a first execution program; the first execution program starts a software package management program through a process tracking mechanism; The program installs the target program; according to the process tracking mechanism, the system call data of the software package management program is obtained through the first execution program, and the target program recovery point data is generated.
  • acquiring the system call data of the software package management program through the first execution program includes: creating a target program recovery point directory; log file is created in ; according to the process tracking mechanism, when the software package management program completes each system call, the software package management program enters the blocking state; the first execution program obtains the system call data of the software package management program and records it; the first The executor sets the state of the package manager to the executing state so that the package manager can continue to install the target program.
  • the first execution program obtains the system call data of the software package management program, and records it, including: when the system call data is an update file or a delete file, back up the file of the file.
  • the original file is stored in the target program recovery point directory, and the path information, operation type and file name of the file are recorded; when the system call data is a new file, the path information, operation type and file name of the new file are recorded.
  • the operation types include: new creation, update and deletion.
  • the method further includes: restoring the system environment of the current computing device to the state before the installation of the target program according to the target program recovery point data.
  • restoring the system environment of the current computing device to the state before the target program is installed includes: restoring the file whose operation type is updated to the original file. ;Restore the file whose operation type is deleted to the original path; delete the file whose operation type is newly created.
  • the computing device is installed with a Linux system, the process tracking mechanism is ptrace, and the software package management program is apt.
  • the method is performed by a system administrator.
  • an application installation apparatus suitable for resident in a computing device, the apparatus comprising: a program installation unit: adapted to start a first execution program, the first execution program starts software through a process tracking mechanism The package management program installs the target program through the software package management program; the recovery point backup unit: adapted to obtain system call data of the software package management program through the first execution program according to the process tracking mechanism, and generate target program recovery point data.
  • a computing device comprising: at least one processor; and a memory storing program instructions, wherein the program instructions are configured to be adapted to be executed by the at least one processor, the program instructions including for Execute the instructions of any of the above task scheduling methods.
  • a readable storage medium when program instructions are read and executed by a computing device, the computing device can execute any one of the above task scheduling methods.
  • the first execution program starts the software package management program through the process tracking mechanism, and the process tracking mechanism and the software package management program are combined programmatically, so that during the application program installation/upgrade process, the first execution program can be
  • the execution program obtains the system call data in the process of installing/upgrading the application program by the software package management program, thereby obtaining the update and change data of the system file, and generating the recovery point data from these data.
  • FIG. 1 shows a block diagram of a computing device 100 according to one embodiment of the present invention
  • FIG. 2 shows a flowchart of an application installation method 200 according to an embodiment of the present invention
  • FIG. 3 shows a flowchart of a recovery point data generation process 300 according to an embodiment of the present invention
  • FIG. 4 shows a flowchart of a system recovery process 400 according to an embodiment of the present invention
  • FIG. 5 shows a schematic diagram of an application installation apparatus 500 according to an embodiment of the present invention.
  • FIG. 1 shows a schematic diagram of a computing device 100 according to an embodiment of the present invention.
  • the computing device 100 shown in FIG. 1 is only an example.
  • the computing device used to implement the application installation method of the present invention may be any type of device, and its hardware configuration may be the same as that shown in FIG. 1 .
  • the computing device 100 shown is the same, and may be different from the computing device 100 shown in FIG. 1 .
  • the computing device used to implement the application installation method of the present invention may add or delete hardware components of the computing device 100 shown in FIG. 1 , and the present invention does not limit the specific hardware configuration of the computing device.
  • computing device 100 typically includes system memory 106 and one or more processors 104 .
  • the memory bus 108 may be used for communication between the processor 104 and the system memory 106 .
  • the processor 104 may be any type of process including, but not limited to, a microprocessor ( ⁇ P), a microcontroller ( ⁇ C), a digital information processor (DSP), or any combination thereof.
  • Processor 104 may include one or more levels of cache, such as L1 cache 110 and L2 cache 112 , processor core 114 , and registers 116 .
  • Exemplary processor cores 114 may include arithmetic logic units (ALUs), floating point units (FPUs), digital signal processing cores (DSP cores), or any combination thereof.
  • the exemplary memory controller 118 may be used with the processor 104 , or in some implementations, the memory controller 118 may be an internal part of the processor 104 .
  • system memory 106 may be any type of memory including, but not limited to, volatile memory (such as RAM), non-volatile memory (such as ROM, flash memory, etc.), or any combination thereof.
  • volatile memory such as RAM
  • non-volatile memory such as ROM, flash memory, etc.
  • the physical memory in the computing device generally refers to the volatile memory RAM, and the data in the disk needs to be loaded into the physical memory before it can be read by the processor 104 .
  • System memory 106 may include an operating system 120, one or more applications 122, and program data 124.
  • applications 122 may be arranged to execute instructions using program data 124 by one or more processors 104 on an operating system.
  • Operating system 120 which may be, for example, Linux, Windows, etc., includes program instructions for handling basic system services and performing hardware-dependent tasks.
  • the application 122 includes program instructions for implementing various user-desired functions, and the application 122 may be, for example, but not limited to, a browser, instant messaging software, software development tools (eg, integrated development environment IDE, compiler, etc.). Driver modules may be added to operating system 120 when application 122 is installed into computing device 100 .
  • the processor 104 When the computing device 100 starts running, the processor 104 reads the program instructions of the operating system 120 from the memory 106 and executes them.
  • the application 122 runs on the operating system 120, and uses the interface provided by the operating system 120 and the underlying hardware to realize various functions desired by the user.
  • the application 122 is loaded into the memory 106 , and the processor 104 reads and executes program instructions of the application 122 from the memory 106 .
  • Computing device 100 also includes storage device 132 including removable storage 136 and non-removable storage 138 , both of which are connected to storage interface bus 134 .
  • Computing device 100 may also include an interface bus 140 that facilitates communication from various interface devices (eg, output device 142 , peripheral interface 144 , and communication device 146 ) to base configuration 102 via bus/interface controller 130 .
  • Example output devices 142 include graphics processing unit 148 and audio processing unit 150 . They may be configured to facilitate communication via one or more A/V ports 152 with various external devices such as displays or speakers.
  • Example peripheral interfaces 144 may include serial interface controller 154 and parallel interface controller 156, which may be configured to facilitate communication via one or more I/O ports 158 and input devices such as keyboard, mouse, pen , voice input devices, touch input devices) or other peripherals (eg printers, scanners, etc.)
  • the example communication device 146 may include a network controller 160 that may be arranged to facilitate communication via one or more communication ports 164 with one or more other computing devices 162 over a network communication link.
  • a network communication link may be one example of a communication medium.
  • Communication media may typically embody computer readable instructions, data structures, program modules in a modulated data signal such as a carrier wave or other transport mechanism, and may include any information delivery media.
  • a "modulated data signal" can be a signal whose data set one or more or whose alterations can be made in such a way as to encode information in the signal.
  • communication media may include wired media, such as wired or leased line networks, and various wireless media, such as acoustic, radio frequency (RF), microwave, infrared (IR), or other wireless media.
  • RF radio frequency
  • IR infrared
  • the term computer readable medium as used herein may include both storage media and communication media.
  • the application 122 includes instructions for executing the application installation method 200 of the present invention, and the instructions may instruct the processor 104 to execute the application installation method 200 of the present invention.
  • FIG. 2 shows a flowchart of an application installation method 200 according to an embodiment of the present invention, suitable for execution in a computing device (such as the computing device shown in FIG. 1 ).
  • the method 200 starts from step S210, and in this step, application installation or application upgrade is started (ie, the first execution program is started).
  • step S220 in this step, the first execution program starts the software package management program through the process tracking mechanism.
  • the role of the package management program can eliminate manual installation and update, which is especially important for Linux/Unix operating systems.
  • the package management programs used are also different, such as debian's apt, dpkg, redhat rpm etc.
  • the software package management program packages the compiled application program and each component file into one or several package files, so that management operations such as package installation, upgrade, uninstallation and query can be more conveniently implemented.
  • Each package is implemented separately, including its own file list, scripts to run during installation or uninstallation, and a common database to store the package name, version, dependencies, function descriptions, file locations generated by the installation, and checksums. inspection information, etc.
  • the process tracking mechanism generally refers to ptrace, which is used for process tracking as can be seen from the name, and provides a mechanism by which the parent process can control the running of the child process, and Allows the parent process to inspect and alter its kernel image. It is mainly used to implement breakpoint debugging.
  • the basic working principle is: when ptrace is used, the signal of the traced child process is forwarded to the parent process, and at this time the child process is blocked, and the flag bit pause/trace state. At the same time, the parent process will check or modify the stopped child process, and further, the parent process can also make the child process continue to execute, and choose whether to ignore the signal that caused the abort.
  • the first execution program starts a software package management program (for example: apt), wherein the first execution program is a parent process, and the execution of the software package management program is a child process, so that process tracking can be performed
  • a software package management program for example: apt
  • the mechanism realizes the supervision and inspection of the software package management program by the first execution program.
  • step S230 the target program is installed through the software package management program.
  • the application installation method is executed in the computing device of the Linux system
  • the software package management program is apt
  • the process tracking mechanism is ptrace.
  • the first execution program A starts apt through ptrace
  • the apt Execute the installation B_Package the command can be expressed in the following form, where sudo indicates that the command is executed by the user who is the administrator of the current system.
  • step 240 in the process of installing/upgrading the target program of the software package management program, the first execution program obtains the system call data of the software package management program, backs up the corresponding original file, and records the path information of the modified file in the log file , operation type, file name and other information, and finally generate the recovery point data of the target program currently installed/upgraded.
  • the specific generation process is shown in Figure 3.
  • step S250 if there is an error in the installed or upgraded target program, when the corresponding program is uninstalled, system recovery is performed according to the recovery point data generated in step S240 to ensure that the system can be recovered to the state before the application program is installed, and that the system and the Other applications work normally.
  • the specific system recovery process is shown in Figure 4.
  • FIG. 3 shows a flowchart of a recovery point data generation process 300 according to one embodiment of the present invention.
  • the process starts from step S310, and before this step, it also includes the steps of creating a target program recovery point directory and creating a log file in the directory.
  • the principle of recording is implemented.
  • sudo A apt install B_Package the folder B_Package is first created in the /data/var/cache/A directory as the recovery point data directory of the application B_Package, and the install.log is created under the B_Package folder at the same time
  • the file is used as a log file to record the modification process of the file.
  • step S310 in the process of installing the application program by the software package management program, every time the software package management program completes a system call, the signal is forwarded to the first execution program, and enters a blocking state.
  • the package management program apt deletes a file in the installation application B_Package, and according to the process tracking mechanism ptrace, the package management program apt enters the blocking state, that is, stops the installation of the application B_Package, and , the signal is passed to the first executor of its parent process.
  • step S320 the first execution program of the parent process of the software package management program checks the child process, and obtains the system call data of the software package management program, including the file change process during the B_Package installation process.
  • step S330 is entered, and recovery point data is recorded according to the operation type of the file in the system call data, wherein the operation type includes: new creation, update and deletion.
  • the current system call data shows that this system call creates a new file test.txt in the directory /user/share/doc, and the following records are recorded in the corresponding log file install.log, where , /user/share/doc/ is the absolute path of the new file, the operation type of the new file is "New", test.txt is the file name, that is, test.txt is the newly created file, ##**## is separator.
  • the file B_test under /user/bin is updated and overwritten according to the current system call data.
  • the original file of B_test is firstly backed up to the recovery point data folder /data/var /cache/A/B_Package, and add the following records to the log file, where /user/bin/B_test is the absolute path of the overwritten file, writeover indicates that the operation type of the file is update, and B_test is the file name.
  • the current system call data indicates that the current system call deletes the file M from the directory /usr/share/doc/, and in this step, the original file M is firstly backed up to the recovery point data folder /data/var/cache/A/B_Package, and add the following records to the log file, where /usr/share/doc/M is the absolute path of the deleted file, delete indicates that the file is deleted, and M is the file name.
  • the file operation record in the log file can be set according to requirements, which is not limited in the present invention.
  • Step S340 is then entered. After completing the analysis and recording of the system call data, the first execution program sets the installation state of the subprogram software package management program to the execution state, and continues the installation process of the application program.
  • the steps in process 300 are repeated for each system call.
  • the backup files and log files of the original files of all apt-operated files are stored in /data/var/cache/A In /B_Package
  • the folder is packaged and compressed into a file (for example: B_Package.diff), that is, a recovery point data file is generated. System recovery can be completed based on this file, restoring the system to the state before the program was installed.
  • the system state before the installation of the B_Package installation package can be restored through B_Package.diff, which can be achieved by executing the command sudo A B_Package.
  • FIG. 4 shows a flowchart of a system recovery process 400 according to one embodiment of the present invention.
  • the process starts at step S410, decompressing the recovery point data file.
  • the recovery point data file is B_Package.diff, and decompress it, including the log file install.log and related backup files.
  • step S420 is entered, the record information in the log file is sequentially acquired, and data recovery is performed according to the record information.
  • the data in the obtained log file is recorded as /user/share/doc/test.txt##**##new##**##test.txt, that is, in /user/ The file test.txt is newly created in share/doc/, and when data recovery is performed, /user/share/doc/test.txt is directly deleted.
  • FIG. 5 shows a schematic diagram of an application installation apparatus 500 according to an embodiment of the present invention.
  • the apparatus belongs to the execution method 200 resident in a computing device.
  • the application installation apparatus 500 includes a program installation unit 510 , a recovery point backup unit 520 and a data recovery unit 530 .
  • the program installation unit 510 is adapted to start the first execution program, the first execution program starts the software package management program through the process tracking mechanism, and installs the target application program through the software package management program.
  • the recovery point backup unit 520 is adapted to obtain the system call data in the installation application of the software package management program through the first execution program according to the process tracking mechanism, and generate the recovery point data.
  • the data recovery unit 530 is adapted to restore the system environment of the current computing device to the state before the target program is installed according to the target program recovery point data.
  • the first execution program starts the software package management program through the process tracking mechanism, and the process tracking mechanism and the software package management program are combined programmatically, so that during the application program installation/upgrade process, through the first program
  • An execution program obtains the system call data in the process of installing/upgrading the application program by the software package management program, thereby obtaining the update and change data of the system file, and generating the recovery point data from these data, so as to realize that when the installed application program is uninstalled, Ensure that the system can be restored to the state before the application was installed, and ensure the normal operation of the system and other applications.
  • the system can be restored to the original state, so that system files and other applications are not affected.
  • the various techniques described herein can be implemented in conjunction with hardware or software, or a combination thereof.
  • the method and apparatus of the present invention may take the form of an embedded tangible medium, such as a removable hard disk, a USB stick, a floppy disk, a CD-ROM, or any other machine-readable storage medium.
  • program code ie, instructions
  • the machine becomes an apparatus for practicing the invention.
  • the computing device typically includes a processor, a storage medium readable by the processor (including volatile and nonvolatile memory and/or storage elements), at least one input device, and at least one output device.
  • the memory is configured to store program codes; the processor is configured to execute the application program installation method of the present invention according to the instructions in the program codes stored in the memory.
  • readable media include readable storage media and communication media.
  • Readable storage media store information such as computer readable instructions, data structures, program modules or other data.
  • Communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. Combinations of any of the above are also included within the scope of readable media.
  • modules or units or components of the apparatus in the examples disclosed herein may be arranged in the apparatus as described in this embodiment, or alternatively may be positioned differently from the apparatus in this example in one or more devices.
  • the modules in the preceding examples may be combined into one module or further divided into sub-modules.
  • modules in the device in the embodiment can be adaptively changed and arranged in one or more devices different from the embodiment.
  • the modules or units or components in the embodiments may be combined into one module or unit or component, and further they may be divided into multiple sub-modules or sub-units or sub-assemblies. All features disclosed in this specification (including accompanying claims, abstract and drawings) and any method so disclosed may be employed in any combination, unless at least some of such features and/or procedures or elements are mutually exclusive. All processes or units of equipment are combined.
  • Each feature disclosed in this specification may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.

Landscapes

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

Abstract

L'invention concerne un procédé d'installation de programme d'application, qui est approprié pour être exécuté dans un dispositif informatique. Le procédé comprend les étapes consistant à : démarrer un premier programme d'exécution ; le premier programme d'exécution démarrant un programme de gestion de progiciel au moyen d'un mécanisme de suivi de processus ; installer un programme cible au moyen du programme de gestion de progiciel ; et acquérir, selon le mécanisme de suivi de processus, des données d'appel de système du programme de gestion de progiciel au moyen du premier programme d'exécution et générer des données de point de récupération de programme cible. L'invention concerne également un appareil correspondant, un dispositif informatique et un support de stockage lisible.
PCT/CN2021/124288 2021-01-21 2021-10-18 Procédé et appareil d'installation de programme d'application et dispositif informatique et support de stockage lisible WO2022156277A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110078660.1A CN112416379B (zh) 2021-01-21 2021-01-21 一种应用程序安装方法、装置、计算设备及可读存储介质
CN202110078660.1 2021-01-21

Publications (1)

Publication Number Publication Date
WO2022156277A1 true WO2022156277A1 (fr) 2022-07-28

Family

ID=74783116

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/124288 WO2022156277A1 (fr) 2021-01-21 2021-10-18 Procédé et appareil d'installation de programme d'application et dispositif informatique et support de stockage lisible

Country Status (2)

Country Link
CN (1) CN112416379B (fr)
WO (1) WO2022156277A1 (fr)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112416379B (zh) * 2021-01-21 2021-06-01 统信软件技术有限公司 一种应用程序安装方法、装置、计算设备及可读存储介质
CN113066515B (zh) * 2021-04-14 2022-04-29 统信软件技术有限公司 一种光盘刻录方法、计算设备及可读存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102902564A (zh) * 2012-09-26 2013-01-30 北京奇虎科技有限公司 安装补丁的方法及装置
CN103345411A (zh) * 2013-07-09 2013-10-09 北京奇虎科技有限公司 卸载应用程序的方法及装置
CN108733380A (zh) * 2017-04-21 2018-11-02 北京京东尚科信息技术有限公司 应用部署方法和装置
CN112416379A (zh) * 2021-01-21 2021-02-26 统信软件技术有限公司 一种应用程序安装方法、装置、计算设备及可读存储介质

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8490082B2 (en) * 2005-11-03 2013-07-16 International Business Machines Corporation System and method for representing user processes as software packages in a software package management system
CN102591745B (zh) * 2011-12-26 2014-03-12 Tcl集团股份有限公司 基于安卓系统的系统恢复方法、装置及智能设备
CN103677963A (zh) * 2013-12-26 2014-03-26 清华大学 应用程序虚拟化方法及系统
CN103699420B (zh) * 2013-12-31 2017-01-04 海信集团有限公司 系统恢复方法和系统恢复装置
CN104111848B (zh) * 2014-06-27 2017-04-26 华中科技大学 一种基于异步检查点的多线程软件动态升级方法
CN108008962A (zh) * 2017-12-12 2018-05-08 郑州云海信息技术有限公司 一种Linux系统下PXE服务器的配置方法和系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102902564A (zh) * 2012-09-26 2013-01-30 北京奇虎科技有限公司 安装补丁的方法及装置
CN103345411A (zh) * 2013-07-09 2013-10-09 北京奇虎科技有限公司 卸载应用程序的方法及装置
CN108733380A (zh) * 2017-04-21 2018-11-02 北京京东尚科信息技术有限公司 应用部署方法和装置
CN112416379A (zh) * 2021-01-21 2021-02-26 统信软件技术有限公司 一种应用程序安装方法、装置、计算设备及可读存储介质

Also Published As

Publication number Publication date
CN112416379B (zh) 2021-06-01
CN112416379A (zh) 2021-02-26

Similar Documents

Publication Publication Date Title
US10019256B2 (en) Systems and methods for incremental software development
US9940225B2 (en) Automated error checking system for a software application and method therefor
JP5007046B2 (ja) コンポーネントベースのソフトウェア・プロダクトの保守
JP5444368B2 (ja) アプリケーション復元ポイント
CN102521081B (zh) 修复遭破坏的软件
WO2022156277A1 (fr) Procédé et appareil d'installation de programme d'application et dispositif informatique et support de stockage lisible
US11748245B2 (en) Object-oriented regression-candidate filter
WO2018045733A1 (fr) Procédé de chargement de fichiers so d'un système android et dispositif électronique
CN109684298B (zh) 数据库迁移方法、装置、设备及存储介质
WO2022148185A1 (fr) Procédé et appareil de mise à jour de paquets de données, dispositif électronique et support de stockage lisible
US9459883B2 (en) Modifying disk images
US8132047B2 (en) Restoring application upgrades using an application restore point
US20130167138A1 (en) Method and apparatus for simulating installations
CN112114816A (zh) 一种分布式编译系统和方法
JP6058498B2 (ja) コンパイル方法、プログラム及びコンパイル装置
CN116244186A (zh) 一种操作系统测试管理方法、装置与计算设备
WO2022222378A1 (fr) Procédé d'écrêtage de noyau et dispositif informatique
US8850399B2 (en) Software development using code retraction and background warm up
TWI416410B (zh) 可執行文件版本更新系統及方法
CN115964059A (zh) 虚拟化资源池升级方法及相关装置
US10474446B2 (en) Installation tool for adhering to enterprise requirements
JP5149849B2 (ja) システム環境変更・復元・修正履歴管理方法
JP2001005688A (ja) 並列プログラム用デバッグ支援装置
CN114168143A (zh) 软件中源码的定位方法、装置、计算设备及可读存储介质
CN114911484A (zh) 源代码映射文件生成方法、装置、电子设备及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21920655

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21920655

Country of ref document: EP

Kind code of ref document: A1