CN115951907A - Software anti-deletion method, device, equipment and storage medium - Google Patents

Software anti-deletion method, device, equipment and storage medium Download PDF

Info

Publication number
CN115951907A
CN115951907A CN202310010457.XA CN202310010457A CN115951907A CN 115951907 A CN115951907 A CN 115951907A CN 202310010457 A CN202310010457 A CN 202310010457A CN 115951907 A CN115951907 A CN 115951907A
Authority
CN
China
Prior art keywords
software
file
deletion
service
deletion service
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
CN202310010457.XA
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.)
Anhui Huayun'an Technology Co ltd
Original Assignee
Anhui Huayun'an Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Anhui Huayun'an Technology Co ltd filed Critical Anhui Huayun'an Technology Co ltd
Priority to CN202310010457.XA priority Critical patent/CN115951907A/en
Publication of CN115951907A publication Critical patent/CN115951907A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Stored Programmes (AREA)

Abstract

The embodiment of the disclosure provides a software anti-deletion method, a device, equipment and a storage medium. The method comprises the following steps: after the software anti-deletion service is started, reading a software file list set in a configuration file of the software anti-deletion service; and the software anti-deletion service determines the anti-deletion file of the software according to the read software file list and opens the determined anti-deletion file. In this way, the characteristic that the file cannot be deleted after being opened can be utilized, the user is prevented from deleting the specified software file, the user is further prevented from deleting the corresponding software, and the method has the advantages of easiness in implementation, good hiding performance, high instantaneity and the like, and is suitable for the scenes that a plurality of machines are deployed in batches and the operation and maintenance environment is greatly different.

Description

Software anti-deletion method, device, equipment and storage medium
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a storage medium for preventing software from being deleted.
Background
At present, after software development is completed, operation and maintenance personnel need to deploy the developed software. In governments, enterprises and public institutions, the environment of software deployment is usually not completely controllable, and the situation is complicated. Often, users need to be redeployed by operation and maintenance personnel because the software is deleted.
Therefore, in order to avoid the user from deleting the software intentionally or unintentionally, it is common to use a reduction card or to prevent the software from being deleted by the system authority setting. However, in the above practical application, if there are many machines to be deployed and there are many kinds of machines, it is often impossible to effectively prevent the software from being deleted.
Disclosure of Invention
The disclosure provides a software anti-deletion method, device, equipment and storage medium.
In a first aspect, an embodiment of the present disclosure provides a software anti-deletion method, including:
after the software anti-deletion service is started, reading a software file list set in a configuration file of the software anti-deletion service;
and the software anti-deletion service determines the anti-deletion file of the software according to the read software file list and opens the determined anti-deletion file.
In some implementations of the first aspect, the software file list includes a plurality of records, each record corresponding to a software file, including a status of the software file;
the software anti-deletion service determines the anti-deletion file of the software according to the read software file list, and comprises the following steps:
if the state in the record is supervision, the software anti-deletion service determines that the corresponding software file is an anti-deletion file;
if the state in the record is update, the software anti-deletion service determines that the corresponding software file is an updatable file;
and if the state in the record is non-supervision, the software anti-deletion service determines that the corresponding software file is a deletable file.
In some implementations of the first aspect, each record further includes a full path of the software file;
the software anti-deletion service opens the determined anti-deletion file, and the method comprises the following steps:
and the software anti-deletion service opens the anti-deletion file according to the full path in the record corresponding to the anti-deletion file.
In some implementations of the first aspect, the method further comprises:
and if the anti-deletion file needs to be updated, the software anti-deletion service sets the state in the record corresponding to the file to be updated as an update, and sets the record as a supervision after the update is finished.
In some implementations of the first aspect, the software anti-deletion service opens the determined anti-deletion file, including:
the software anti-deletion service opens the determined anti-deletion files one by one in a non-exclusive mode.
In some implementations of the first aspect, the method further comprises:
the software anti-deletion service reads a software file list set in a configuration file of the software anti-deletion service according to preset duration;
and the software anti-deletion service determines the current anti-deletion file of the software according to the currently read software file list, opens the current newly added anti-deletion file and closes the current reduced anti-deletion file.
In some implementations of the first aspect, the software anti-deletion service is launched with the start of the operating system and runs in the background of the operating system.
In a second aspect, an embodiment of the present disclosure provides a software anti-deletion apparatus, including:
the reading module is used for reading a software file list set in a configuration file of the software anti-deletion service after the software anti-deletion service is started;
and the opening module is used for determining the anti-deletion file of the software according to the read software file list by the software anti-deletion service and opening the determined anti-deletion file.
In a third aspect, an embodiment of the present disclosure provides an electronic device, including: at least one processor; and a memory communicatively coupled to the at least one processor; the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method as described above.
In a fourth aspect, embodiments of the present disclosure provide a non-transitory computer-readable storage medium having stored thereon computer instructions for causing a computer to perform a method as described above.
In the embodiment of the disclosure, the characteristic that the file cannot be deleted after being opened can be utilized to prevent the user from deleting the specified software file, so that the user is prevented from deleting the corresponding software, and the method has the advantages of easiness in implementation, good hiding performance, high real-time performance and the like, and is suitable for the scenes of multiple machines in batch deployment and large difference of operation and maintenance environments.
It should be understood that the statements herein reciting aspects are not intended to limit the critical or essential features of the embodiments of the present disclosure, nor are they intended to limit the scope of the present disclosure. Other features of the present disclosure will become apparent from the following description.
Drawings
The above and other features, advantages and aspects of various embodiments of the present disclosure will become more apparent by referring to the following detailed description when taken in conjunction with the accompanying drawings. The accompanying drawings are included to provide a further understanding of the present disclosure, and are not incorporated in or constitute a part of this specification, wherein like reference numerals refer to like or similar elements throughout the several views and wherein:
fig. 1 illustrates a flowchart of a software anti-deletion method provided by an embodiment of the present disclosure;
fig. 2 is a block diagram illustrating a software anti-deletion apparatus provided in an embodiment of the present disclosure;
FIG. 3 sets forth a block diagram of an exemplary electronic device capable of implementing embodiments of the present disclosure.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present disclosure more clear, the technical solutions of the embodiments of the present disclosure will be described clearly and completely below with reference to the drawings in the embodiments of the present disclosure, and it is obvious that the described embodiments are some, but not all embodiments of the present disclosure. All other embodiments, which can be derived by a person skilled in the art from the embodiments disclosed herein without making any creative effort, shall fall within the protection scope of the present disclosure.
In addition, the term "and/or" herein is only one kind of association relationship describing an associated object, and means that there may be three kinds of relationships, for example, a and/or B, which may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship.
In view of the problems occurring in the background art, embodiments of the present disclosure provide a software anti-deletion method, apparatus, device, and storage medium. Specifically, after the software anti-deletion service is started, reading a software file list set in a configuration file of the software anti-deletion service; and the software anti-deletion service determines the anti-deletion file of the software according to the read software file list and opens the determined anti-deletion file.
Therefore, the characteristic that the files cannot be deleted after being opened can be utilized, the user is prevented from deleting the specified software files, the user is further prevented from deleting the corresponding software, and the method has the advantages of being easy to achieve, good in hiding performance, high in instantaneity and the like, and is suitable for the scenes that a large number of machines are arranged in batches and the operation and maintenance environment is different.
The software anti-deletion method, device, apparatus and storage medium provided by the embodiments of the present disclosure are described in detail by specific embodiments with reference to the accompanying drawings.
Fig. 1 shows a flowchart of a software anti-deletion method provided by an embodiment of the present disclosure, and as shown in fig. 1, the software anti-deletion method 100 may include the following steps:
s110, after the software anti-deletion service is started, reading a software file list set in a configuration file of the software anti-deletion service.
In some embodiments, the software anti-deletion service may be a system-level service that is started with the start of an operating system (e.g., windows, linux, etc.) and runs in the background of the operating system with high imperceptibility. In addition, the name of the service may be similar to the system name for further hiding, such as systeservice, windowsgost, etc., for the purpose of preventing the user from closing.
It should be noted that the software file list set in the configuration file of the software anti-deletion service is a file list of software that needs to be protected, that is, is to say, is to be prevented from being deleted, and if there are a plurality of software that is to be prevented from being deleted, a plurality of software file lists are set in the configuration file and correspond to the software one to one. Alternatively, a deeper hidden directory may be used to hold the configuration file.
And S120, determining the anti-deletion file of the software according to the read software file list by the software anti-deletion service, and opening the determined anti-deletion file.
Specifically, the software anti-deletion service can open the determined anti-deletion files one by one in a non-exclusive mode, so that the anti-deletion files are in an open state and cannot be deleted, and meanwhile, the opening of other software is not influenced.
In some embodiments, the list of software files may include a plurality of records, each record corresponding to a software file (e.g., exe file, resource file, configuration file, dynamic link library file, etc.), including the status of the software file (e.g., administration, update, non-administration, etc.).
Accordingly, the determination step of the anti-deletion file may specifically be as follows:
if the state in the record is supervision, the software anti-deletion service determines that the corresponding software file is an anti-deletion file, namely the file is not allowed to be deleted;
if the state in the record is update, the software anti-deletion service determines that the corresponding software file is an updatable file, namely the file is allowed to be updated;
if the state in the record is non-supervision, the software anti-deletion service determines that the corresponding software file is a deletable file, namely the file is allowed to be deleted.
It should be noted that the state of the configuration file of the software itself is generally set to be non-supervision, so that it can be freely modified, and even if it is deleted, the restoration initialization setting can be made by the software itself.
In this way, the files which are prevented from being deleted, the files which can be updated and the files which can be deleted can be quickly determined according to the records in the software file list.
Further, each record may also include a full path of the software file, such as C: \ Program Files \ Soft \ App1.Ext.
Accordingly, the step of opening the anti-deletion file may specifically be as follows:
and the software anti-deletion service quickly opens the anti-deletion file according to the full path in the record corresponding to the anti-deletion file.
In the embodiment of the disclosure, the characteristic that the file cannot be deleted after being opened can be utilized to prevent the user from deleting the specified software file, so that the user is prevented from deleting the corresponding software, and the method has the advantages of easiness in implementation, good hiding performance, high real-time performance and the like, and is suitable for the scenes of multiple machines in batch deployment and large difference of operation and maintenance environments.
In some embodiments, if the anti-deletion file needs to be updated, the software anti-deletion service may set the state in the record corresponding to the file to be updated to update, and set the state to supervision after the update is completed.
In this way, the software can be updated and upgraded while the deletion prevention of the software is realized.
In some embodiments, the records in the list of software files are constantly updated, e.g., the state of software file 1 is changed from supervised to unsupervised and the state of software file 2 is changed from unsupervised to supervised.
The software anti-deletion service may read the software file list set in the configuration file according to a preset duration (e.g., 5 s), and in brief, the software anti-deletion service may read the software file list at intervals.
The software anti-deletion service determines the current anti-deletion file of the software according to the currently read software file list, determines the current newly added anti-deletion file and the current reduced anti-deletion file compared with the last determined anti-deletion file, opens the current newly added anti-deletion file and closes the current reduced anti-deletion file.
In this way, the anti-deletion reaction can be timely made along with the state change of the software file.
The following describes in detail a software deletion prevention method provided by an embodiment of the present disclosure with reference to a specific embodiment, specifically as follows:
the software anti-deletion service is started along with the starting of the operating system, and a software file list set in a configuration file of the software anti-deletion service is read after the starting.
And the software anti-deletion service determines the anti-deletion file of the software according to the record in the read software file list, and specifically, if the state in the record is supervision, the software anti-deletion service determines the corresponding software file to be the anti-deletion file.
The software anti-deletion service can open the anti-deletion files one by one in a non-exclusive mode according to the full path in the record corresponding to the anti-deletion files. When a user deletes a software file, if the state of the user is supervision, the user can report that the software file is opened and cannot be deleted, so that the user is prevented from deleting the specified software file, the user is further prevented from deleting corresponding software, and the user cannot find the software anti-deletion service for opening the software file.
In addition, the software anti-deletion service reads the list of software files at intervals.
And the software anti-deletion service determines the current anti-deletion file of the software according to the currently read software file list, opens the current newly added anti-deletion file and closes the current reduced anti-deletion file.
Meanwhile, if the anti-deletion file needs to be updated, the software anti-deletion service can set the state in the record corresponding to the file to be updated as update, and set the state as supervision after the update is completed.
It is noted that while for simplicity of explanation, the foregoing method embodiments have been described as a series of acts or combination of acts, it will be appreciated by those skilled in the art that the present disclosure is not limited by the order of acts, as some steps may, in accordance with the present disclosure, occur in other orders and concurrently. Further, those skilled in the art should also appreciate that the embodiments described in the specification are exemplary embodiments and that acts and modules referred to are not necessarily required by the disclosure.
The above is a description of embodiments of the method, and the embodiments of the apparatus are further described below.
Fig. 2 shows a block diagram of a software anti-deletion apparatus provided in an embodiment of the present disclosure, and as shown in fig. 2, the software anti-deletion apparatus 200 may include:
the reading module 210 is configured to read a software file list set in a configuration file of the software anti-deletion service after the software anti-deletion service is started.
And the opening module 220 is used for determining the anti-deletion file of the software according to the read software file list by the software anti-deletion service and opening the determined anti-deletion file.
In some embodiments, the software file list includes a plurality of records, each record corresponding to a software file, including a status of the software file.
The opening module 220 is specifically configured to:
if the state in the record is supervision, the software anti-deletion service determines that the corresponding software file is an anti-deletion file;
if the state in the record is update, the software anti-deletion service determines that the corresponding software file is an updatable file;
if the state in the record is non-supervision, the software anti-deletion service determines that the corresponding software file is a deletable file.
In some embodiments, each record also includes a full path of the software file.
The opening module 220 is specifically configured to:
and the software anti-deletion service opens the anti-deletion file according to the full path in the record corresponding to the anti-deletion file.
In some embodiments, the software anti-deletion apparatus 200 further includes:
and the setting module is used for setting the state in the record corresponding to the file to be updated into updating by the software anti-deletion service if the anti-deletion file needs to be updated, and setting the state into supervision after the updating is finished.
In some embodiments, the opening module 220 is specifically configured to:
the software anti-deletion service opens the determined anti-deletion files one by one in a non-exclusive mode.
In some embodiments, the reading module 210 is further configured to read, by the software anti-deletion service, a software file list set in a configuration file of the software anti-deletion service according to a preset duration.
The opening module 220 is further configured to determine, by the software anti-deletion service, a current anti-deletion file of the software according to the currently read software file list, open a newly added anti-deletion file, and close a currently reduced anti-deletion file.
It can be understood that, for brevity, details are not repeated herein, each module/unit in the software anti-deletion apparatus 200 shown in fig. 2 has a function of implementing each step in the software anti-deletion method 100 shown in fig. 1, and can achieve the corresponding technical effect.
FIG. 3 sets forth a block diagram of an exemplary electronic device capable of implementing embodiments of the present disclosure. The electronic device 300 is intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. The electronic device 300 may also represent various forms of mobile devices, such as personal digital processing, cellular phones, smart phones, wearable devices, and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be examples only, and are not intended to limit implementations of the disclosure described and/or claimed herein.
As shown in fig. 3, the electronic device 300 may include a computing unit 301 that may perform various appropriate actions and processes according to a computer program stored in a Read Only Memory (ROM) 302 or a computer program loaded from a storage unit 308 into a Random Access Memory (RAM) 303. In the RAM303, various programs and data necessary for the operation of the electronic apparatus 300 can also be stored. The calculation unit 301, the ROM302, and the RAM303 are connected to each other via a bus 304. An input/output (I/O) interface 305 is also connected to bus 304.
A number of components in the electronic device 300 are connected to the I/O interface 305, including: an input unit 306 such as a keyboard, a mouse, or the like; an output unit 307 such as various types of displays, speakers, and the like; a storage unit 308 such as a magnetic disk, optical disk, or the like; and a communication unit 309 such as a network card, modem, wireless communication transceiver, etc. The communication unit 309 allows the electronic device 300 to exchange information/data with other devices through a computer network such as the internet and/or various telecommunication networks.
The computing unit 301 may be a variety of general and/or special purpose processing components having processing and computing capabilities. Some examples of the computing unit 301 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various dedicated Artificial Intelligence (AI) computing chips, various computing units running machine learning model algorithms, a Digital Signal Processor (DSP), and any suitable processor, controller, microcontroller, and so forth. The computing unit 301 performs the various methods and processes described above, such as the method 100. For example, in some embodiments, the method 100 may be implemented as a computer program product, including a computer program, tangibly embodied in a computer-readable medium, such as the storage unit 308. In some embodiments, part or all of the computer program may be loaded onto and/or installed onto device 300 via ROM302 and/or communications unit 309. When the computer program is loaded into RAM303 and executed by computing unit 301, one or more steps of method 100 described above may be performed. Alternatively, in other embodiments, the computing unit 301 may be configured to perform the method 100 in any other suitable manner (e.g., by means of firmware).
The various embodiments described above herein may be implemented in digital electronic circuitry, integrated circuitry, field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), systems on a chip (SOCs), load programmable logic devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs that are executable and/or interpretable on a programmable system including at least one programmable processor, which may be special or general purpose, receiving data and instructions from, and transmitting data and instructions to, a storage system, at least one input device, and at least one output device.
Program code for implementing the methods of the present disclosure may be written in any combination of one or more programming languages. These program codes may be provided to a processor or controller of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the program codes, when executed by the processor or controller, cause the functions/operations specified in the flowchart and/or block diagram to be performed. The program code may execute entirely on the machine, partly on the machine, as a stand-alone software package partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of this disclosure, a computer-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a computer-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
It should be noted that the present disclosure also provides a non-transitory computer readable storage medium storing computer instructions, where the computer instructions are used to enable a computer to execute the method 100 and achieve the corresponding technical effects achieved by the embodiment of the present disclosure executing the method, and for brevity, the detailed description is omitted here.
Additionally, the present disclosure also provides a computer program product comprising a computer program which, when executed by a processor, implements the method 100.
To provide for interaction with a user, the above-described embodiments may be implemented on a computer having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and a pointing device (e.g., a mouse or a trackball) by which a user may provide input to the computer. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user can be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic, speech, or tactile input.
The embodiments described above may be implemented in a computing system that includes a back-end component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user may interact with an implementation of the systems and techniques described here), or any combination of such back-end, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), wide Area Networks (WANs), and the Internet.
The computer system may include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. The server may be a cloud server, a server of a distributed system, or a server with a combined blockchain.
It should be understood that various forms of the flows shown above may be used, with steps reordered, added, or deleted. For example, the steps described in the present disclosure may be executed in parallel or sequentially or in different orders, and are not limited herein as long as the desired results of the technical solutions disclosed in the present disclosure can be achieved.
The above detailed description should not be construed as limiting the scope of the disclosure. It should be understood by those skilled in the art that various modifications, combinations, sub-combinations and substitutions may be made, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present disclosure should be included in the protection scope of the present disclosure.

Claims (10)

1. A software anti-deletion method, characterized in that the method comprises:
after the software anti-deletion service is started, reading a software file list set in a configuration file of the software anti-deletion service;
and the software anti-deletion service determines the anti-deletion file of the software according to the read software file list and opens the determined anti-deletion file.
2. The method of claim 1, wherein the list of software files comprises a plurality of records, each record corresponding to a software file, including a status of the software file;
the software anti-deletion service determines the anti-deletion file of the software according to the read software file list, and the method comprises the following steps:
if the state in the record is supervision, the software anti-deletion service determines that the corresponding software file is an anti-deletion file;
if the state in the record is updated, the software anti-deletion service determines that the corresponding software file is an updatable file;
and if the state in the record is non-supervision, the software anti-deletion service determines that the corresponding software file is a deletable file.
3. The method of claim 2, wherein each record further comprises a full path of a software file;
the software anti-deletion service opens the determined anti-deletion file, and comprises the following steps:
and the software anti-deletion service opens the anti-deletion file according to the full path in the record corresponding to the anti-deletion file.
4. The method of claim 2, further comprising:
and if the anti-deletion file needs to be updated, the software anti-deletion service sets the state in the record corresponding to the file to be updated as updating, and sets the state as supervision after the updating is finished.
5. The method of claim 1, wherein the software anti-delete service opens the determined anti-delete file, comprising:
the software anti-deletion service opens the determined anti-deletion files one by one in a non-exclusive mode.
6. The method of claim 1, further comprising:
the software anti-deletion service reads a software file list set in a configuration file of the software anti-deletion service according to preset duration;
the software anti-deletion service determines the current anti-deletion file of the software according to the currently read software file list, opens the newly added anti-deletion file and closes the currently reduced anti-deletion file.
7. The method of any of claims 1-6, wherein the software anti-deletion service is initiated with the start of an operating system and runs in the background of the operating system.
8. A software anti-deletion apparatus, the apparatus comprising:
the reading module is used for reading a software file list set in a configuration file of the software anti-deletion service after the software anti-deletion service is started;
and the opening module is used for determining the anti-deletion file of the software according to the read software file list by the software anti-deletion service and opening the determined anti-deletion file.
9. An electronic device, characterized in that the electronic device comprises:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein, the first and the second end of the pipe are connected with each other,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of any one of claims 1-7.
10. A non-transitory computer readable storage medium having stored thereon computer instructions for causing a computer to perform the method of any one of claims 1-7.
CN202310010457.XA 2023-01-04 2023-01-04 Software anti-deletion method, device, equipment and storage medium Pending CN115951907A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310010457.XA CN115951907A (en) 2023-01-04 2023-01-04 Software anti-deletion method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310010457.XA CN115951907A (en) 2023-01-04 2023-01-04 Software anti-deletion method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN115951907A true CN115951907A (en) 2023-04-11

Family

ID=87287575

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310010457.XA Pending CN115951907A (en) 2023-01-04 2023-01-04 Software anti-deletion method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115951907A (en)

Similar Documents

Publication Publication Date Title
US8997085B2 (en) Image delta-based upgrade of complex stack in software appliance
CN109726076B (en) Applet life cycle management method and system
CN111225064A (en) Ceph cluster deployment method, system, device and computer-readable storage medium
US8515732B2 (en) Opening a message catalog file for a language that is not installed
WO2023093127A1 (en) Method and apparatus for monitoring a cluster, and electronic device
CN115237436A (en) Application deployment method and device, electronic equipment and readable storage medium
JP2023169287A (en) Memory efficient software patching for updating applications on computing devices
CA3062460C (en) Post hoc image and volume review of short-lived linux containers
US20170324640A1 (en) Notifying original state listeners of events in a domain model
CN115951907A (en) Software anti-deletion method, device, equipment and storage medium
CN112084254A (en) Data synchronization method and system
CN114070889B (en) Configuration method, traffic forwarding device, storage medium, and program product
US11360761B2 (en) Operational file management and storage
CN114138358A (en) Application program starting optimization method, device, equipment and storage medium
CN113595762A (en) Network card configuration storage method and device
CN112463616A (en) Chaos testing method and device for Kubernetes container platform
CN112099841A (en) Method and system for generating configuration file
CN114756300B (en) Cloud equipment configuration method and device, electronic equipment and medium
CN115098444A (en) Directory data processing method and device, electronic equipment and storage medium
CN114756300A (en) Configuration method and device of cloud equipment, electronic equipment and medium
CN113741937A (en) Application updating method and device for cloud terminal and computer program product
CN117194460A (en) Cluster dynamic multi-data source configuration method, device and readable medium
CN114546522A (en) Picture configuration method and device of application, electronic equipment and storage medium
CN113703821A (en) Cloud mobile phone updating method, device, equipment and storage medium
CN115499420A (en) Data transmission method and device, electronic equipment and storage medium

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