CN113590367B - Exit processing method, system, device and storage medium of application program - Google Patents

Exit processing method, system, device and storage medium of application program Download PDF

Info

Publication number
CN113590367B
CN113590367B CN202110694101.3A CN202110694101A CN113590367B CN 113590367 B CN113590367 B CN 113590367B CN 202110694101 A CN202110694101 A CN 202110694101A CN 113590367 B CN113590367 B CN 113590367B
Authority
CN
China
Prior art keywords
cleaning
application program
temporary file
target temporary
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.)
Active
Application number
CN202110694101.3A
Other languages
Chinese (zh)
Other versions
CN113590367A (en
Inventor
杨大永
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Spreadtrum Semiconductor Nanjing Co Ltd
Original Assignee
Spreadtrum Semiconductor Nanjing 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 Spreadtrum Semiconductor Nanjing Co Ltd filed Critical Spreadtrum Semiconductor Nanjing Co Ltd
Priority to CN202110694101.3A priority Critical patent/CN113590367B/en
Publication of CN113590367A publication Critical patent/CN113590367A/en
Application granted granted Critical
Publication of CN113590367B publication Critical patent/CN113590367B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0793Remedial or corrective actions

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a quitting processing method, a quitting processing system, equipment and a storage medium of an application program, wherein the quitting processing method comprises the following steps: marking a target temporary file of an application program according to a preset rule while receiving an exit instruction of the application program; clearing the unmarked temporary file of the application program and exiting the application program; and cleaning the target temporary file. The method and the device avoid the problem that the cleaning work of a large number of temporary files must be completed within a limited time when the application program is emergent to exit, suspend the action of immediate cleaning in a mode of marking the temporary files, and clean the temporary files after the application program exits, so that the system blockage problem under the scene is relieved.

Description

Exit processing method, system, device and storage medium of application program
Technical Field
The invention belongs to the field of data processing, and particularly relates to an exit processing method, system, device and storage medium for an application program.
Background
In the existing terminal equipment, after some application programs run for a long time, temporary files with huge occupied space may be generated on a disk, for example, the application programs need to immediately quit due to responding to user requests or encountering exceptions, according to a common program design method, the previously generated temporary files need to be cleaned before the application programs quit, and because the cleaning of the temporary files involves a large number of disk IO (input output) operations, system blockage may be caused, and user experience is poor.
Disclosure of Invention
The present invention is directed to overcome the above drawbacks in the prior art, and provides a method, a system, a device, and a storage medium for processing exit of an application.
The invention solves the technical problems through the following technical scheme:
an exit processing method of an application program, the exit processing method comprising:
marking a target temporary file of an application program according to a preset rule while receiving an exit instruction of the application program;
clearing the unmarked temporary files of the application program and exiting the application program;
and cleaning the target temporary file.
Preferably, the exit processing method further includes:
presetting a tag library, wherein the tag library stores a plurality of application programs, file types corresponding to different temporary files of each application program, tag types corresponding to different file types and cleaning rules corresponding to different tag types; the label type comprises any one of an immediate cleaning label, a timing cleaning label and a time-limited cleaning label;
the step of marking the target temporary file of the application program according to the preset rule specifically comprises:
marking the target temporary file based on the label library to obtain target temporary files marked with different labels;
the step of cleaning the target temporary file specifically comprises:
and cleaning the target temporary file according to cleaning rules corresponding to different labels.
Preferably, the step of cleaning the target temporary file according to the cleaning rules corresponding to the different tags specifically includes:
if the label type of the target temporary file is an immediate cleaning label, immediately cleaning the target temporary file;
if the label type of the target temporary file is a timing cleaning label, cleaning the target temporary file at a preset time point;
and if the label type of the target temporary file is a time-limited cleaning label, cleaning the target temporary file after a preset time period.
Preferably, after the step of marking the target temporary file of the application program according to the preset rule, the exit processing method further includes:
storing the target temporary file under a directory to be cleaned;
the step of cleaning the target temporary file specifically comprises:
and cleaning the files in the directory to be cleaned.
Preferably, the application is applied to a terminal, the terminal includes a plurality of applications, and before the step of cleaning the target temporary file, the exit processing method further includes:
setting a cleaning service program of the terminal;
the step of cleaning the files in the directory to be cleaned specifically comprises the following steps:
and calling the cleaning service program to clean the files in the directory to be cleaned.
Preferably, the step of marking the target temporary file of the application program according to the preset rule specifically includes:
acquiring the time consumed for cleaning each temporary file of the application program according to historical cleaning data;
selecting a temporary file with the consumed time larger than a preset time threshold value as the target temporary file;
and marking the target temporary file.
Preferably, the step of marking the target temporary file of the application program according to the preset rule specifically includes:
acquiring the file occupation space of each temporary file of the application program;
selecting a temporary file with a file occupation space larger than a preset space threshold value as the target temporary file;
and marking the target temporary file.
An exit processing system for an application, the exit processing system comprising:
the system comprises a marking module, a storage module and a processing module, wherein the marking module is used for marking a target temporary file of an application program according to a preset rule while receiving an exit instruction of the application program;
the exit module is used for clearing the unmarked temporary files of the application program and exiting the application program;
and the cleaning module is used for cleaning the target temporary file.
Preferably, the exit processing system further comprises:
the system comprises a presetting module, a processing module and a processing module, wherein the presetting module is used for presetting a tag library, and the tag library stores a plurality of application programs, file types corresponding to different temporary files of each application program, tag types corresponding to different file types and cleaning rules corresponding to different tag types; the label type comprises any one of an immediate cleaning label, a timing cleaning label and a time-limited cleaning label;
the marking module is used for marking the target temporary file based on the label library to obtain target temporary files marked with different labels;
the cleaning module is used for cleaning the target temporary file according to the cleaning rules corresponding to different labels.
Preferably, the cleaning module is configured to specifically perform the following actions:
if the label type of the target temporary file is an immediate cleaning label, immediately cleaning the target temporary file;
if the label type of the target temporary file is a timing cleaning label, cleaning the target temporary file at a preset time point;
and if the label type of the target temporary file is a time-limited cleaning label, cleaning the target temporary file after a preset time period.
Preferably, the exit processing system further comprises:
the storage module is used for storing the target temporary file under a directory to be cleaned;
the cleaning module is used for cleaning the files in the directory to be cleaned.
Preferably, the application program is applied to a terminal, the terminal includes a plurality of application programs, and the exit processing system further includes:
the terminal comprises a cleaning program setting module, a cleaning program setting module and a cleaning program setting module, wherein the cleaning program setting module is used for setting a cleaning service program of the terminal;
the cleaning module is used for calling the cleaning service program to clean the files in the directory to be cleaned.
Preferably, the marking module comprises:
the time consumption obtaining unit is used for obtaining time consumption for cleaning each temporary file of the application program according to historical cleaning data;
the file selecting unit is used for selecting a temporary file with the time consumption larger than a preset time threshold value as the target temporary file;
and the marking unit is used for marking the target temporary file.
Preferably, the marking module comprises:
an occupation space acquisition unit for acquiring a file occupation space of each temporary file of the application program;
the file selecting unit is used for selecting a temporary file with a file occupation space larger than a preset space threshold value as the target temporary file;
and the marking unit is used for marking the target temporary file.
An electronic device comprises a memory, a processor, a computer program stored on the memory and capable of running on the processor, and a plurality of application programs, wherein the exit processing method of the application programs is realized when the processor executes the computer program.
A computer-readable storage medium, on which a computer program is stored, which program, when executed by a processor, implements the exit processing method of an application program described above.
The positive progress effects of the invention are as follows: the method and the device avoid the problem that the cleaning work of a large number of temporary files must be completed within a limited time when the application program is emergently withdrawn, and through a mode of marking the temporary files, the actions of immediate cleaning are suspended, and the cleaning is performed after the application program is withdrawn, so that the system blockage problem under the above scene is relieved.
Drawings
Fig. 1 is a flowchart of a first implementation manner of an exit processing method of an application program according to embodiment 1 of the present invention.
Fig. 2 is a flowchart of a first implementation manner of step 10 in the exit processing method of the application program according to embodiment 1 of the present invention.
Fig. 3 is a flowchart of a second implementation manner of step 10 in the exit processing method of the application program according to embodiment 1 of the present invention.
Fig. 4 is a flowchart of a second implementation manner of the exit processing method of the application program according to embodiment 1 of the present invention.
Fig. 5 is a flowchart of a third implementation manner of the exit processing method for the application program in embodiment 1 of the present invention.
Fig. 6 is a schematic block diagram of an exit processing system of an application program according to embodiment 2 of the present invention.
Fig. 7 is a schematic block diagram of a flag module in an exit processing system of an application according to embodiment 2 of the present invention.
Fig. 8 is a schematic structural diagram of an electronic device according to embodiment 3 of the present invention.
Detailed Description
The invention is further illustrated by the following examples, which are not intended to limit the invention thereto.
Example 1
An exit processing method for an application program provides a first implementation manner of the exit processing method, and as shown in fig. 1, the exit processing method includes:
step 10, marking a target temporary file of the application program according to a preset rule while receiving an exit instruction of the application program;
step 20, exiting the application program after cleaning the unmarked temporary file of the application program;
it should be noted that, for the application program, the tagged temporary file is cleared by default, so that the application program can exit.
And step 30, cleaning the target temporary file.
In the implementation mode, part of the temporary files of the application program can be selected to be marked according to needs, all the files can also be marked, if all the files are marked, the application program directly exits, and all the temporary files are cleaned after the application program exits.
In this embodiment, based on the foregoing implementation manners, two possible implementation manners of step 10 are provided, in a first implementation manner, as shown in fig. 2, step 10 specifically includes:
step 1011, obtaining the time consumption of each temporary file of the cleaning application program according to the historical cleaning data;
step 1012, selecting a temporary file with the consumed time larger than a preset time threshold value as a target temporary file;
and step 1013, marking the target temporary file.
In a second implementation manner, as shown in fig. 3, step 10 specifically includes:
step 1021, acquiring the file occupation space of each temporary file of the application program;
step 1022, selecting a temporary file with a file occupation space larger than a preset space threshold as a target temporary file;
and step 1023, marking the target temporary file.
In the above implementation, a possible implementation manner of selecting the target temporary file is provided.
In this embodiment, a second implementation manner of the exit processing method is provided on the basis of the first implementation manner of the exit processing method, and as shown in fig. 4, the exit processing method further includes:
step 100, presetting a label library; the label stock stores a plurality of application programs, file types corresponding to different temporary files of each application program, label types corresponding to different file types and cleaning rules corresponding to different label types; the type of the label comprises any one of an immediate cleaning label, a timing cleaning label and a time-limited cleaning label;
further, step 10 specifically includes:
step 103, marking the target temporary file based on the label library while receiving an exit instruction of the application program to obtain a target temporary file marked with different labels;
further, step 30 specifically includes:
and 301, cleaning the target temporary file according to the cleaning rules corresponding to different labels.
Further, step 301 specifically includes:
if the label type of the target temporary file is that the label is cleaned immediately, the target temporary file is cleaned immediately;
if the type of the label of the target temporary file is a timing cleaning label, cleaning the target temporary file at a preset time point;
and if the type of the tag of the target temporary file is the time-limited cleaning tag, cleaning the target temporary file after a preset time period.
In the above implementation manner, different temporary files of the application program may be marked differently according to the setting to perform immediate cleaning, timed cleaning, limited time cleaning, and the like, respectively, and the setting manner here may be set differently according to the type of the temporary file of the application program or the file processing manner of the terminal, and the like.
In this embodiment, a third implementation manner of the exit processing method is provided on the basis of the first implementation manner of the exit processing method, as shown in fig. 5, after step 10, the exit processing method further includes:
step 11, storing the target temporary file to a directory to be cleaned;
further, step 30 specifically includes:
step 302, cleaning the files in the directory to be cleaned.
In addition, before step 30, the exit processing method further includes:
step 21, setting a cleaning service program of the terminal;
further, step 302 specifically includes:
and calling a cleaning service program to clean the files in the directory to be cleaned.
In the implementation mode, the cleaning work of the temporary files is centralized and is processed by one system service program, so that the performance of the system in a specific scene is improved, and the design target of finishing the cleaning of the temporary files when the original application program exits is not influenced. The cleaning service program processes all received file cleaning requests (see the different cleaning labels: immediate cleaning, timed cleaning, limited time cleaning and the like), and finally calls a deletion instruction provided by the file system of the terminal to execute specific deletion operation on the corresponding temporary file.
In the embodiment, the cleaning work of a large number of temporary files in a limited time is avoided when the application program is emergent to exit, the action of immediately cleaning is suspended in a mode of marking the temporary files, and the cleaning is carried out after the application program exits, so that the system blockage problem under the scene is relieved.
Example 2
An exit processing system of an application program, as shown in fig. 6, the exit processing system comprising:
the system comprises a marking module 1, a storage module and a processing module, wherein the marking module 1 is used for marking a target temporary file of an application program according to a preset rule while receiving an exit instruction of the application program;
the exit module 2 is used for clearing the unmarked temporary files of the application program and exiting the application program;
it should be noted that, for the application program, the tagged temporary file is cleared by default, so that the application program can exit.
And the cleaning module 3 is used for cleaning the target temporary file.
In the implementation mode, part of the temporary files of the application program can be selected to be marked according to needs, all the files can be marked, if all the files are marked, the application program directly exits, and all the temporary files are cleaned after the application program exits.
In this embodiment, two possible implementation manners of the marking module 1 are provided, in a first implementation manner, as shown in fig. 7, the marking module 1 includes:
a time consumption obtaining unit 11, configured to obtain time consumption for cleaning each temporary file of the application program according to the historical cleaning data;
the file selecting unit 12 is configured to select a temporary file with a time consumption greater than a preset time threshold as the target temporary file;
a marking unit 13, configured to mark the target temporary file.
In a second implementation manner, referring to fig. 7, the marking module 1 includes:
an occupied space acquiring unit 14 configured to acquire a file occupied space of each temporary file of the application program;
the file selecting unit 12 is configured to select a temporary file with a file occupation space larger than a preset space threshold as the target temporary file;
a marking unit 13, configured to mark the target temporary file.
In this embodiment, referring to fig. 6, the exit processing system further includes:
the system comprises a presetting module 4, a processing module and a processing module, wherein the presetting module 4 is used for presetting a tag library, and the tag library stores a plurality of application programs, file types corresponding to different temporary files of each application program, tag types corresponding to different file types and cleaning rules corresponding to different tag types; the label type comprises any one of an immediate cleaning label, a timing cleaning label and a time-limited cleaning label;
the marking module 1 is used for marking the target temporary file based on the label library to obtain a target temporary file marked with different labels;
and the cleaning module 3 is used for cleaning the target temporary file according to the cleaning rules corresponding to different labels.
Wherein, the cleaning module 3 is used for specifically executing the following actions:
if the label type of the target temporary file is an immediate cleaning label, immediately cleaning the target temporary file;
if the label type of the target temporary file is a timing cleaning label, cleaning the target temporary file at a preset time point;
and if the label type of the target temporary file is a time-limited cleaning label, cleaning the target temporary file after a preset time period.
In the above implementation manner, different temporary files of the application program may be marked differently according to the setting to perform immediate cleaning, timed cleaning, time-limited cleaning, and the like, respectively, and the setting manner here may be set differently according to the type of the temporary file of the application program or the file processing manner of the terminal, and the like.
In this embodiment, referring to fig. 6, the exit processing system further includes:
the storage module 5 is used for storing the target temporary file to a directory to be cleaned;
the cleaning module 3 is used for cleaning the files in the directory to be cleaned.
In this embodiment, the application is applied to a terminal, the terminal includes a plurality of applications, and referring to fig. 6, the exit processing system further includes:
a cleaning program setting module 6, configured to set a cleaning service program of the terminal;
the cleaning module 3 is used for calling the cleaning service program to clean the files in the directory to be cleaned.
In the implementation mode, the cleaning work of the temporary files is centralized and handed to a system service program for processing, so that the performance of the system in a specific scene is improved, and the design target of finishing the cleaning of the temporary files when the application program exits is not influenced. The cleaning service program processes all received file cleaning requests (see the different cleaning labels: immediate cleaning, timed cleaning, limited time cleaning and the like), and finally calls a deletion instruction provided by the file system of the terminal to execute specific deletion operation on the corresponding temporary file.
In the embodiment, the cleaning work of a large number of temporary files in a limited time is avoided when the application program is emergent to exit, the action of immediate cleaning is suspended in a mode of marking the temporary files, and the cleaning is carried out after the application program exits, so that the system blockage problem under the scene is relieved.
Example 3
An electronic device, comprising a memory, a processor, and a computer program stored on the memory and operable on the processor, and a plurality of application programs, wherein the processor implements the exit processing method of the application program according to embodiment 1 when executing the computer program.
Fig. 8 is a schematic structural diagram of an electronic device provided in this embodiment. FIG. 8 illustrates a block diagram of an exemplary electronic device 90 suitable for use in implementing embodiments of the present invention. The electronic device 90 shown in fig. 8 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiment of the present invention.
As shown in fig. 8, the electronic device 90 may take the form of a general purpose computing device, which may be a server device, for example. The components of the electronic device 90 may include, but are not limited to: at least one processor 91, at least one memory 92, and a bus 93 that connects the various system components (including the memory 92 and the processor 91).
The bus 93 includes a data bus, an address bus, and a control bus.
Memory 92 may include volatile memory, such as Random Access Memory (RAM) 921 and/or cache memory 922, and may further include Read Only Memory (ROM) 923.
Memory 92 may also include program tools 925 having a set (at least one) of program modules 924, such program modules 924 including but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
The processor 91 executes various functional applications and data processing by running a computer program stored in the memory 92.
The electronic device 90 may also communicate with one or more external devices 94 (e.g., keyboard, pointing device, etc.). Such communication may be through an input/output (I/O) interface 95. Also, the electronic device 90 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the Internet) via a network adapter 96. The network adapter 96 communicates with the other modules of the electronic device 90 via the bus 93. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the electronic device 90, including but not limited to: microcode, device drivers, redundant processors, external disk drive arrays, RAID (disk array) systems, tape drives, and data backup storage systems, to name a few.
It should be noted that although in the above detailed description several units/modules or sub-units/modules of the electronic device are mentioned, such a division is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the units/modules described above may be embodied in one unit/module, according to embodiments of the application. Conversely, the features and functions of one unit/module described above may be further divided into embodiments by a plurality of units/modules.
Example 4
A computer-readable storage medium on which a computer program is stored, which when executed by a processor implements the exit processing method of an application program described in embodiment 1.
More specific examples that may be employed by the readable storage medium include, but are not limited to: a portable disk, hard disk, random access memory, read only memory, erasable programmable read only memory, optical storage device, magnetic storage device, or any suitable combination of the foregoing.
In a possible implementation manner, the present invention can also be implemented in the form of a program product, which includes program code for causing a terminal device to execute an exit processing method for implementing the application program described in embodiment 1 when the program product runs on the terminal device.
Where program code for carrying out the invention is written in any combination of one or more programming languages, the program code may be executed entirely on the user device, partly on the user device, as a stand-alone software package, partly on the user device and partly on a remote device or entirely on the remote device.
While specific embodiments of the invention have been described above, it will be understood by those skilled in the art that this is by way of example only, and that the scope of the invention is defined by the appended claims. Various changes and modifications to these embodiments may be made by those skilled in the art without departing from the spirit and scope of the invention, and these changes and modifications are within the scope of the invention.

Claims (9)

1. An exit processing method of an application program, the exit processing method comprising:
marking a target temporary file of an application program according to a preset rule while receiving an exit instruction of the application program;
clearing the unmarked temporary files of the application program and exiting the application program;
cleaning the target temporary file;
the exit processing method further comprises the following steps:
presetting a tag library, wherein the tag library stores a plurality of application programs, file types corresponding to different temporary files of each application program, tag types corresponding to different file types and cleaning rules corresponding to different tag types; the label type comprises any one of an immediate cleaning label, a timing cleaning label and a time-limited cleaning label;
the step of marking the target temporary file of the application program according to the preset rule specifically comprises the following steps:
marking the target temporary file based on the label library to obtain target temporary files marked with different labels;
the step of cleaning the target temporary file specifically comprises:
and cleaning the target temporary file according to cleaning rules corresponding to different labels.
2. The exit processing method of the application program according to claim 1, wherein the step of cleaning the target temporary file according to the cleaning rule corresponding to the different tag specifically includes:
if the label type of the target temporary file is an immediate cleaning label, immediately cleaning the target temporary file;
if the label type of the target temporary file is a timing cleaning label, cleaning the target temporary file at a preset time point;
and if the label type of the target temporary file is a time-limited cleaning label, cleaning the target temporary file after a preset time period.
3. The exit processing method of the application program according to claim 1, wherein after the step of marking the target temporary file of the application program according to the preset rule, the exit processing method further comprises:
storing the target temporary file under a directory to be cleaned;
the step of cleaning the target temporary file specifically comprises:
and cleaning the files in the directory to be cleaned.
4. The exit processing method of an application program according to claim 3, wherein the application program is applied to a terminal, the terminal includes a plurality of application programs, and before the step of cleaning the target temporary file, the exit processing method further includes:
setting a cleaning service program of the terminal;
the step of cleaning the files in the directory to be cleaned specifically comprises:
and calling the cleaning service program to clean the files in the directory to be cleaned.
5. The exit processing method of the application program according to claim 1, wherein the step of marking the target temporary file of the application program according to the preset rule specifically includes:
acquiring the time consumed for cleaning each temporary file of the application program according to historical cleaning data;
selecting a temporary file with the time consumption larger than a preset time threshold value as the target temporary file;
and marking the target temporary file.
6. The method for exit processing of an application program according to claim 1, wherein the step of marking the target temporary file of the application program according to the preset rule specifically includes:
acquiring the file occupation space of each temporary file of the application program;
selecting a temporary file with a file occupation space larger than a preset space threshold value as the target temporary file;
and marking the target temporary file.
7. An exit processing system for an application, the exit processing system comprising:
the system comprises a marking module, a storage module and a processing module, wherein the marking module is used for marking a target temporary file of an application program according to a preset rule while receiving an exit instruction of the application program;
the quitting module is used for clearing the unmarked temporary files of the application program and quitting the application program;
the cleaning module is used for cleaning the target temporary file;
the logout processing system further comprises:
the system comprises a presetting module, a processing module and a processing module, wherein the presetting module is used for presetting a tag library, and the tag library stores a plurality of application programs, file types corresponding to different temporary files of each application program, tag types corresponding to different file types and cleaning rules corresponding to different tag types; the label type comprises any one of an immediate cleaning label, a timing cleaning label and a time-limited cleaning label;
the marking module is further used for marking the target temporary file based on the label library to obtain target temporary files marked with different labels;
the cleaning module is further used for cleaning the target temporary file according to the cleaning rules corresponding to the different labels.
8. An electronic device comprising a memory, a processor, a computer program stored on the memory and executable on the processor, and a plurality of application programs, wherein the processor implements the exit processing method of an application program according to any one of claims 1 to 6 when executing the computer program.
9. A computer-readable storage medium on which a computer program is stored, the program, when executed by a processor, implementing the exit processing method of an application program according to any one of claims 1 to 6.
CN202110694101.3A 2021-06-22 2021-06-22 Exit processing method, system, device and storage medium of application program Active CN113590367B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110694101.3A CN113590367B (en) 2021-06-22 2021-06-22 Exit processing method, system, device and storage medium of application program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110694101.3A CN113590367B (en) 2021-06-22 2021-06-22 Exit processing method, system, device and storage medium of application program

Publications (2)

Publication Number Publication Date
CN113590367A CN113590367A (en) 2021-11-02
CN113590367B true CN113590367B (en) 2023-03-10

Family

ID=78244300

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110694101.3A Active CN113590367B (en) 2021-06-22 2021-06-22 Exit processing method, system, device and storage medium of application program

Country Status (1)

Country Link
CN (1) CN113590367B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116701134B (en) * 2022-10-14 2024-05-17 荣耀终端有限公司 Data processing method and electronic equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103677977A (en) * 2013-12-19 2014-03-26 贝壳网际(北京)安全技术有限公司 Method and device for cleaning temporary files in mobile terminal and the mobile terminal
CN104636162A (en) * 2013-11-11 2015-05-20 宏达国际电子股份有限公司 Method for performing multimedia management utilizing tags, and associated apparatus and associated computer program product

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104978224B (en) * 2015-07-06 2018-11-20 张兆琦 A kind of application management method towards more hardware platforms
CN109828956A (en) * 2019-01-15 2019-05-31 努比亚技术有限公司 A kind of document handling method, storage medium and mobile terminal

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104636162A (en) * 2013-11-11 2015-05-20 宏达国际电子股份有限公司 Method for performing multimedia management utilizing tags, and associated apparatus and associated computer program product
CN103677977A (en) * 2013-12-19 2014-03-26 贝壳网际(北京)安全技术有限公司 Method and device for cleaning temporary files in mobile terminal and the mobile terminal

Also Published As

Publication number Publication date
CN113590367A (en) 2021-11-02

Similar Documents

Publication Publication Date Title
CN111400471B (en) Question recommendation method, system, electronic device and storage medium
CN113867916A (en) Task processing method and device and electronic equipment
CN113590367B (en) Exit processing method, system, device and storage medium of application program
CN110555150A (en) Data monitoring method, device, equipment and storage medium
WO2020233013A1 (en) Data processing method and device, and storage medium
CN114358742A (en) Workflow execution method, device, equipment and storage medium
CN113312553A (en) Method and device for determining user label
US20090259782A1 (en) Apparatus and method for automatically performing system configuration
CN114047999A (en) Page configuration method, system, electronic equipment and storage medium
CN110322531B (en) Automatic marking method, system, equipment and storage medium for flat steel support
CN113158173B (en) Account number allocation method, medium, device and computing equipment
CN112912743A (en) Computing power control method, device, equipment and storage medium
CN114970476A (en) Data processing method, system, electronic device and storage medium
CN110647527B (en) Big data-based invalid label clearing method and device, equipment and readable medium
CN114443580A (en) Data cleaning method, device, medium and computing equipment
CN114047976A (en) Plug-in loading method and device, electronic equipment and storage medium
CN105991450B (en) Mac address table update method and device
CN110046016B (en) Method, system, device and storage medium for controlling display of user interface component
CN112148712A (en) Data processing method, device, equipment and medium
CN112257004B (en) Method, device, server and storage medium for page backup
CN111860572A (en) Data set distillation method, device, electronic equipment and storage medium
EP3772696A1 (en) Method, apparatus and storage medium for implementing a discrete frame-based scene section
CN114116142A (en) Identification generation method and device, electronic equipment and storage medium
CN114462544A (en) Text classification method, system, electronic device and storage medium
CN114036420A (en) Page rollback method, device, 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
GR01 Patent grant
GR01 Patent grant