CN113900826A - Data processing method, data processing apparatus, computer device, storage medium, and program product - Google Patents

Data processing method, data processing apparatus, computer device, storage medium, and program product Download PDF

Info

Publication number
CN113900826A
CN113900826A CN202111413734.9A CN202111413734A CN113900826A CN 113900826 A CN113900826 A CN 113900826A CN 202111413734 A CN202111413734 A CN 202111413734A CN 113900826 A CN113900826 A CN 113900826A
Authority
CN
China
Prior art keywords
data
state
deleted
switching
target list
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.)
Granted
Application number
CN202111413734.9A
Other languages
Chinese (zh)
Other versions
CN113900826B (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.)
Qichacha Technology Co ltd
Original Assignee
Qichacha 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 Qichacha Technology Co ltd filed Critical Qichacha Technology Co ltd
Priority to CN202111413734.9A priority Critical patent/CN113900826B/en
Publication of CN113900826A publication Critical patent/CN113900826A/en
Application granted granted Critical
Publication of CN113900826B publication Critical patent/CN113900826B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5016Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals the resource being the memory
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/0608Saving storage space on storage systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0646Horizontal data movement in storage systems, i.e. moving data in between storage devices or systems
    • G06F3/0652Erasing, e.g. deleting, data cleaning, moving of data to a wastebasket
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5022Mechanisms to release resources

Landscapes

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

Abstract

The present application relates to a data processing method, apparatus, computer device, storage medium and program product. The method comprises the following steps: monitoring a target list in a target application program in the running process of the target application program; when the data volume of the target list is larger than a first data volume threshold value, switching part of data in the target list into a soft deletion state, wherein the data in the soft deletion state is in a visible state in a page of a target application program; when the data volume of the data in the soft deletion state is larger than a second data volume threshold value, switching part of the data in the soft deletion state into a to-be-deleted state, wherein the data in the to-be-deleted state is in an invisible state in a page of a target application program; and when the data volume of the data in the to-be-deleted state is larger than the third data volume threshold value, physically deleting part of the data in the to-be-deleted state. By adopting the method, the list data can be processed in time, and the occurrence of the blocking condition of the mobile equipment is reduced.

Description

Data processing method, data processing apparatus, computer device, storage medium, and program product
Technical Field
The present application relates to the field of data processing technologies, and in particular, to a data processing method, an apparatus, a computer device, a storage medium, and a program product.
Background
At present, most application software realizes the presentation of specific contents in a list mode, for example, in news application software, as a user continuously pulls down an interface, a plurality of pieces of news data appearing in the interface are cached to form a list of a current interface; in the using process of application software, with the use of a user, more and more data appear in the list, and the data appear in the list and occupy the memory of the mobile equipment used by the user; because the memory allocated to the application software by the mobile device is fixed, when the data appearing in the list occupies a large amount of the memory of the mobile device, the mobile device is stuck and the normal use of the application software by the user is affected, and therefore, the problem that the data in the list is processed in time to occupy the memory of the mobile device so as to avoid the stuck mobile device needs to be solved urgently.
Disclosure of Invention
In view of the above, it is necessary to provide a data processing method, an apparatus, a computer device, a storage medium, and a program product capable of processing list data in time in response to the above technical problem.
In a first aspect, the present application provides a data processing method, which includes:
monitoring a target list in a target application program in the running process of the target application program; when the data volume of the target list is larger than a first data volume threshold value, switching part of data in the target list into a soft deletion state, wherein the data in the soft deletion state is in a visible state in a page of the target application program; when the data volume of the data in the soft deletion state is larger than a second data volume threshold value, switching part of the data in the soft deletion state into a to-be-deleted state, wherein the data in the to-be-deleted state is in an invisible state in a page of the target application program; and when the data volume of the data in the to-be-deleted state is larger than the third data volume threshold value, physically deleting part of the data in the to-be-deleted state.
In one embodiment, switching the partial data in the target list to a soft delete state includes: screening partial data from the target list according to a preset screening strategy, and switching the screened data into a soft deletion state; the screening strategy is a strategy set according to the time of the data stored in the target list and whether the data is triggered by the user.
In one embodiment, after switching part of the data in the soft deletion state to the to-be-deleted state, the method further includes: if the user's upglide operation on the target list is detected, acquiring the page number of a target list page corresponding to the upglide operation; and if the page number is larger than a first threshold value, switching the data in the to-be-deleted state corresponding to the target list page into a soft deletion state.
In one embodiment, switching the data in the to-be-deleted state corresponding to the target list page to a soft deletion state includes: if the data in the to-be-deleted state corresponding to the target list page is empty, acquiring an identifier of the physically deleted data corresponding to the target list page, acquiring the physically deleted data corresponding to the target list page from the server according to the acquired identifier, and switching the acquired data to an activated state, wherein the identifier of the physically deleted data is recorded when the data is physically deleted.
In one embodiment, switching the data in the to-be-deleted state corresponding to the target list page to a soft deletion state includes: displaying a query interface, wherein the query interface comprises query information for querying whether the user finds no data; and if response information of the data which is not searched and is input by the user is received based on the inquiry interface, switching the data which is in the to-be-deleted state and corresponds to the target list page into a soft deletion state.
In one embodiment, the method further comprises: displaying a list dynamic deletion option; and if the starting operation aiming at the list dynamic deletion option is detected, executing the operation of switching the data into the soft deletion state, the operation of switching the data in the soft deletion state into the to-be-deleted state and the operation of physically deleting the data in the to-be-deleted state.
In one embodiment, the method further comprises: if closing operation aiming at the list dynamic deletion option is detected, the data in the soft deletion state and the data in the to-be-deleted state are switched to be in the activated state, the identification of the physically deleted data is obtained, the physically deleted data is obtained from the server according to the obtained identification, and the obtained data is switched to be in the activated state.
In a second aspect, the present application further provides a data processing apparatus. The device includes:
the monitoring module is used for monitoring a target list in a target application program in the running process of the target application program; the first switching module is used for switching partial data in the target list into a soft deletion state when the data volume of the target list is larger than a first data volume threshold, wherein the data in the soft deletion state is in a visible state in a page of the target application program; the second switching module is used for switching part of the data in the soft deletion state into a to-be-deleted state when the data volume of the data in the soft deletion state is larger than a second data volume threshold value, wherein the data in the to-be-deleted state is in an invisible state in a page of the target application program; and the deleting module is used for physically deleting part of the data in the to-be-deleted state when the data amount of the data in the to-be-deleted state is larger than the third data amount threshold value.
In one embodiment, the first switching module is specifically configured to: screening partial data from the target list according to a preset screening strategy, and switching the screened data into a soft deletion state; the screening strategy is a strategy set according to the time of the data stored in the target list and whether the data is triggered by the user.
In one embodiment, the apparatus further comprises: the first acquisition module is used for acquiring the page number of a target list page corresponding to the upglide operation if the upglide operation of the target list by the user is detected; and if the page number is larger than a first threshold value, switching the data in the to-be-deleted state corresponding to the target list page into a soft deletion state.
In one embodiment, the first obtaining module is specifically configured to: if the data in the to-be-deleted state corresponding to the target list page is empty, acquiring an identifier of the physically deleted data corresponding to the target list page, acquiring the physically deleted data corresponding to the target list page from the server according to the acquired identifier, and switching the acquired data to an activated state, wherein the identifier of the physically deleted data is recorded when the data is physically deleted.
In one embodiment, the first obtaining module is specifically configured to: displaying a query interface, wherein the query interface comprises query information for querying whether the user finds no data; and if response information of the data which is not searched and is input by the user is received based on the inquiry interface, switching the data which is in the to-be-deleted state and corresponds to the target list page into a soft deletion state.
In one embodiment, the apparatus further comprises: and the first execution module is used for executing the operation of switching the data into the soft deletion state, the operation of switching the data in the soft deletion state into the to-be-deleted state and the operation of physically deleting the data in the to-be-deleted state if the starting operation aiming at the list dynamic deletion option is detected.
In one embodiment, the apparatus further comprises: and the second execution module is used for switching the data in the soft deletion state and the data in the to-be-deleted state into the activated state if the closing operation aiming at the list dynamic deletion option is detected, acquiring the identifier of the physically deleted data, acquiring the physically deleted data from the server according to the acquired identifier, and switching the acquired data into the activated state.
In a third aspect, the present application further provides a computer device comprising a memory and a processor, the memory storing a computer program, the processor implementing the steps of the method according to any one of the first aspect when executing the computer program.
In a fourth aspect, the present application also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the method of any of the first aspects described above.
In a fifth aspect, the present application also provides a computer program product comprising a computer program that, when executed by a processor, performs the steps of the method of any of the first aspects described above.
According to the data processing method, the data processing device, the computer equipment, the storage medium and the program product, the target list in the target application program is monitored in the running process of the target application program, so that when the data volume of the target list is larger than a first data volume threshold value, part of data in the target list can be switched into a soft deletion state, further, when the data volume of the data in the soft deletion state is larger than a second data volume threshold value, part of the data in the soft deletion state can be switched into a to-be-deleted state, and when the data volume of the data in the to-be-deleted state is larger than a third data volume threshold value, part of the data in the to-be-deleted state can be physically deleted, so that the data in the target list can be removed from the mobile equipment after being physically deleted in time, and the memory of the mobile equipment is released; the data in the soft deletion state is in a visible state in the page of the target application program, and the data in the to-be-deleted state is in an invisible state in the page of the target application program, so that the state of the data is changed step by step, the browsing timeliness of a user is guaranteed, and meanwhile, the physical deletion is carried out in time, and the blockage of the mobile equipment is avoided; the target list is effectively and dynamically managed, the memory occupation ratio of the application program in the mobile equipment in the using process is greatly reduced, and the blocking possibility is effectively reduced.
Drawings
FIG. 1 is a flow diagram illustrating a data processing method according to one embodiment;
FIG. 2 is a flow diagram illustrating state switching in one embodiment;
FIG. 3 is a flow chart illustrating state switching in another embodiment;
FIG. 4 is a flowchart illustrating a method for dynamic management of list data in one embodiment;
FIG. 5 is a block diagram showing the structure of a data processing apparatus according to an embodiment;
FIG. 6 is a block diagram showing a second data processing apparatus according to an embodiment;
FIG. 7 is a block diagram showing a configuration of a third data processing apparatus according to an embodiment;
FIG. 8 is a block diagram showing a fourth data processing apparatus according to one embodiment;
FIG. 9 is a diagram illustrating an internal structure of a computer device according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
At present, most application software realizes the presentation of specific contents in a list mode, for example, in news application software, as a user continuously pulls down an interface, a plurality of pieces of news data appearing in the interface are cached to form a list of a current interface; in the using process of application software, with the use of a user, more and more data appear in the list, and the data appear in the list and occupy the memory of the mobile equipment used by the user; because the memory allocated to the application software by the mobile device is fixed, when the data appearing in the list occupies a large amount of the memory of the mobile device, the mobile device is stuck and the normal use of the application software by the user is affected, and therefore, the problem that the data in the list is processed in time to occupy the memory of the mobile device so as to avoid the stuck mobile device needs to be solved urgently.
In an embodiment, as shown in fig. 1, a data processing method is provided, and this embodiment is illustrated by applying the method to a terminal, and it is to be understood that the method may also be applied to a server, and may also be applied to a system including the terminal and the server, and is implemented by interaction between the terminal and the server. In this embodiment, the method includes the steps of:
step 101, in the running process of the target application program, monitoring a target list in the target application program.
The application program that the user performs relevant operations in the mobile device at the current moment is a target application program, the target application program may have a plurality of lists, the lists of different types are used for displaying different contents, and the list types are, for example, plain text type, picture type, video type, and the like; the sizes of the memories occupied by loading corresponding contents in different types of lists are also different; the user clicks different lists, so that different contents can be browsed, the list which is clicked and browsed by the user in the target application program is used as a target list, the target list is monitored, and corresponding data processing can be carried out according to the browsing condition of the user.
And 102, when the data volume of the target list is greater than a first data volume threshold, switching part of the data in the target list into a soft deletion state, wherein the data in the soft deletion state is in a visible state in the page of the target application program.
The content of each list is composed of a plurality of pieces of data which are continuously loaded in the browsing process of a user, different data volume thresholds are set for the data of different lists in the activated state so as to be convenient for managing the data of different lists, and correspondingly, the data volume threshold set for the data of the target list in the activated state is recorded as a first data volume threshold. In the process of monitoring the target list, acquiring the data volume of the data of the target list, comparing the data volume of the data of the target list with a first data volume threshold value, and switching part of the data in the target list into a soft deletion state when the data volume of the data of the target list is greater than the first data volume threshold value; the partial data refers to data which is loaded at first in time, exists in the target list for the user to browse and is not subjected to special operation by the user, for example, when the first data volume threshold is set to 100, and when the data volume of the data in the target list is 101, the first piece of data which exists in the target list at first is switched from an active state to a soft deletion state. The method comprises the steps that browsable data loaded in a target list are initially in an activated state, and the data in the activated state are loaded and then stored in mobile equipment; the data in the soft delete state is visible in the page presented in the target list of the target application, but it may further transition to invisible to the user, while the data in the active state is visible to the user and not directly convertible to invisible to the user.
And 103, when the data volume of the data in the soft deletion state is larger than a second data volume threshold, switching part of the data in the soft deletion state into a to-be-deleted state, wherein the data in the to-be-deleted state is in an invisible state in the page of the target application program.
Setting a data volume threshold for the data of different lists in the soft deletion state, wherein the data volume threshold set for the data of the target list in the soft deletion state is a second data volume threshold correspondingly; acquiring the data volume of the data in the soft deletion state of the target list, comparing the data volume of the data in the soft deletion state with a second data volume threshold value, and switching the part of the data which is not subjected to special operation by a user from the soft deletion state to a to-be-deleted state when the data volume of the data in the soft deletion state is greater than the second data volume threshold value; and the data in the to-be-deleted state is in an invisible state in a page displayed by a target list of the target application program. Alternatively, for example, the second threshold may be set to 20 pieces, and when the data amount of the data in the soft deletion state exceeds 20 pieces, the soft deletion state of the 20 pieces of data is switched to the to-be-deleted state, and the data becomes invisible when being visible by the user.
And 104, when the data volume of the data in the to-be-deleted state is larger than the third data volume threshold value, physically deleting part of the data in the to-be-deleted state.
Setting a data volume threshold for the data of different lists in the to-be-deleted state, wherein the data volume threshold set for the data of the target list in the to-be-deleted state is a third data volume threshold; the data in the to-be-deleted state is invisible to the user, so that the data in the to-be-deleted state in the target list can be physically deleted when the conditions are met, and the target application program is released to occupy the memory of the mobile device; specifically, the data volume of the data in the target list in the to-be-deleted state is obtained, the data volume of the data in the to-be-deleted state is compared with a third data volume threshold, and when the data volume of the data in the to-be-deleted state is larger than the third data volume threshold, part of the data which is not subjected to special operation by a user is directly physically deleted. And simultaneously, backing up the physically deleted data in a server of the target application program according to the identification corresponding to each data.
In the data processing method, a target list in a target application program is monitored in the running process of the target application program, so that when the data volume of the target list is greater than a first data volume threshold value, part of data in the target list can be switched into a soft deletion state, and further, when the data volume of the data in the soft deletion state is greater than a second data volume threshold value, part of the data in the soft deletion state can be switched into a to-be-deleted state, and when the data volume of the data in the to-be-deleted state is greater than a third data volume threshold value, part of the data in the to-be-deleted state can be physically deleted, so that the data in the target list can be removed from the mobile device after being physically deleted in time, and the memory of the mobile device is released; the data in the soft deletion state is in a visible state in the page of the target application program, and the data in the to-be-deleted state is in an invisible state in the page of the target application program, so that the state of the data is changed step by setting different data volume thresholds, the browsing sufficiency of a user is ensured, and meanwhile, the physical deletion is carried out in time, and the blockage of the mobile equipment is avoided; the target list is effectively and dynamically managed, the memory occupation ratio of the application program in the mobile equipment in the using process is greatly reduced, the probability of causing the blockage of the mobile equipment is effectively reduced, and the problems that the target list slides downwards continuously to turn pages to load data, so that the loaded data is excessive and the memory resource is excessively occupied are solved.
In one embodiment, switching the portion of data in the target list to a soft delete state comprises: screening partial data from the target list according to a preset screening strategy, and switching the screened data into a soft deletion state; the screening strategy is a strategy set according to the time of the data stored in the target list and whether the data is triggered by the user.
When part of data in the target list is switched to a soft deletion state, screening the part of data according to a preset screening strategy, and switching the screened part of data from an activation state to a soft deletion state; specifically, the screening policy is a policy set according to the time for storing the data in the target list and whether the data is triggered by the user, and the policy set according to whether the data is triggered by the user is judged to indicate whether the user performs special operations on the data, wherein the special operations include approval, collection, attention, sharing, detail checking and the like; it should be noted that different screening policies can be set according to the functions of different application programs; if the user performs at least one of the above special operations on the data, that is, the data is triggered by the user to set a policy, which indicates that the user's demand for the data is greater than that of other data that is not subjected to the special operations, the data is not switched to soft deletion data, so that the user can conveniently view the data in time. Similarly, when the data in the soft deletion state is switched to the to-be-deleted state, the data of the strategy which is not triggered by the user to be set is switched from the soft deletion state to the to-be-deleted state according to the screening strategy.
By setting the screening strategy, the data of the screening strategy which is not triggered by the user is switched from the activated state to the soft deletion state according to the time sequence, so that the situation that the data required by the user is physically deleted due to the switching state, the user cannot find the data in time when needed is avoided, the user is ensured to obtain the required data in time, and the effective dynamic management of the data of the target list is improved.
In an embodiment, as shown in fig. 2, which shows a schematic diagram of a state switching process provided in an embodiment of the present application, after part of data in a soft deletion state is switched to a to-be-deleted state, the method further includes:
in step 201, if the user's upslide operation on the target list is detected, the page number of the target list page corresponding to the upslide operation is acquired.
After part of data in the soft deletion state is switched to the to-be-deleted state, because the data in the to-be-deleted state is invisible to a user, in order to avoid that the user needs to browse the data in the to-be-deleted state again, the data in the to-be-deleted state should be converted into the soft deletion state visible to the user under the condition of need, and the data are provided for the user to browse and perform related operations in time; specifically, if it is detected that the user performs a slide-up operation in the target list, the number of pages of a page slid up by the user is acquired, and whether the user is searching for data in a to-be-deleted state is determined according to the number of pages of the page.
Step 202, if the number of pages is greater than the first threshold, switching the data in the to-be-deleted state corresponding to the target list page to a soft-deleted state.
Setting a first threshold, comparing the number of pages of the obtained user upslide page with the first threshold, if the number of pages of the user upslide page is greater than the first threshold, switching the data in the state to be deleted into the data in the soft deletion state, so that the data is visible for the user, and specifically, switching the data which is switched into the state to be deleted latest in time into the soft deletion state according to the number of pages of the user upslide; for example, the target application program sets that 3 pieces of data can be displayed on one page of the target list, sets the first threshold to be 3 pages, and when the user slides the upper page to be 4 pages, switches the to-be-deleted state of 12 pieces of data to the soft deletion state according to the time for switching to the to-be-deleted state, so that the user can see the data. So as to facilitate browsing by the user.
By setting the first threshold, when the user slides upwards, the page number of the page sliding upwards is obtained, and according to the comparison result between the page number and the first threshold, the invisible data of the user can be timely switched to the visible soft deletion state of the user when the user needs to browse, so that the situation that the user cannot browse related data due to the fact that the data in the to-be-deleted state is invisible due to physical deletion is avoided, the effective management of the data can be realized, and the data error processing is avoided.
In one embodiment, switching the data in the to-be-deleted state corresponding to the target list page to a soft deletion state includes: if the data in the to-be-deleted state corresponding to the target list page is empty, acquiring an identifier of the physically deleted data corresponding to the target list page, acquiring the physically deleted data corresponding to the target list page from the server according to the acquired identifier, and switching the acquired data to an activated state, wherein the identifier of the physically deleted data is recorded when the data is physically deleted.
In the process of switching the data in the to-be-deleted state corresponding to the target list page to the soft-deleted state, when the number of pages on the slide page is large, and when the data in the to-be-deleted state is empty, it indicates that all the to-be-deleted states have been converted to the soft-deleted state, the data is obtained from the server according to the identifier corresponding to the latest physically-deleted data in time, and is switched to the activated state, and is correspondingly displayed on the page of the target list on which the user slides, so that the user can browse and perform related operations.
When the data in the to-be-deleted state corresponding to the target list page is empty, the data which are physically deleted are obtained from the server according to the identification of the data, and are switched into the activated state to become visible for the user to browse, so that the memory can be released when the data are physically deleted, the data can be displayed in time when the user needs the data, and the data management and processing are effectively realized.
In an embodiment, as shown in fig. 3, which shows another schematic flow diagram of state switching provided in the embodiment of the present application, switching data in a to-be-deleted state corresponding to the target list page to a soft-delete state includes:
step 301, displaying an inquiry interface, where the inquiry interface includes inquiry information for inquiring whether the user does not find the data.
When the user performs the sliding operation on the page of the target list, and when the number of pages of the page slid by the user exceeds a first threshold value, it is pre-determined that the user is searching for invisible data, so that an inquiry interface can be displayed to inquire whether the user finds out the data.
Step 302, if response information of the data which is not found and is input by the user is received based on the inquiry interface, the data which is in the to-be-deleted state and corresponds to the target list page is switched to a soft deletion state.
After the inquiry interface is displayed, if response information input by a user and used for searching data is received, the data in the state to be deleted is switched into a soft deletion state according to the number of pages which are slid on a target list by the user, and the data is correspondingly displayed in the page of the target list for the user to browse.
In one embodiment, the method further comprises: displaying a list dynamic deletion option; and if the starting operation aiming at the list dynamic deletion option is detected, executing the operation of switching the data into the soft deletion state, the operation of switching the data in the soft deletion state into the to-be-deleted state and the operation of physically deleting the data in the to-be-deleted state.
If closing operation aiming at the list dynamic deletion option is detected, the data in the soft deletion state and the data in the to-be-deleted state are switched to be in the activated state, the identification of the physically deleted data is obtained, the physically deleted data is obtained from the server according to the obtained identification, and the obtained data is switched to be in the activated state.
The method comprises the steps that in the process that a user browses data of a target list, a list dynamic deletion option is displayed in a target list page for the user to select whether to start the list dynamic deletion, if the user selects to start a class schedule dynamic deletion option, automatic management of state switching of the target list data can be achieved so as to process the memory occupation ratio of the target list in time, and the mobile device is prevented from being stuck; specifically, if the opening operation for the list dynamic deletion option is detected, according to a preset screening strategy and a data amount threshold, an operation of switching data into a soft deletion state, an operation of switching data in the soft deletion state into a to-be-deleted state, and an operation of physically deleting data in the to-be-deleted state are performed, so that data in the target list are dynamically managed.
Correspondingly, the user can select to close the list dynamic deletion option at any time while browsing the target list; if closing operation aiming at the list dynamic deletion option is detected, the data in the soft deletion state and the data in the to-be-deleted state are switched to be in the activated state, the identification of the physically deleted data is obtained, the physically deleted data is obtained from the server according to the obtained identification, the obtained data is switched to be in the activated state, and therefore a user can conveniently browse all data in the target list.
In an embodiment, as shown in fig. 4, a flowchart of a method for dynamically managing list data provided in an embodiment of the present application is shown, where the method includes:
step 401, displaying the list dynamic deletion option, and performing data state switching when detecting an opening operation for the list dynamic deletion option.
The data state switching comprises the steps of executing the operation of switching data into a soft deletion state, the operation of switching the data in the soft deletion state into a to-be-deleted state and the operation of physically deleting the data in the to-be-deleted state when the conditions are met; if closing operation aiming at the list dynamic deletion option is detected, the data in the soft deletion state and the data in the to-be-deleted state are switched to be in the activated state, the identification of the physically deleted data is obtained, the physically deleted data is obtained from the server according to the obtained identification, and the obtained data is switched to be in the activated state.
Step 402, in the running process of the target application program, monitoring a target list in the target application program, and acquiring the data volume of the data of the target list.
Step 403, comparing the data amount of the target list with the first data amount threshold, and when the data amount of the target list is greater than the first data amount threshold, screening part of data from the target list according to a preset screening strategy, and switching the screened data into a soft deletion state.
Wherein the data in the soft delete state is in a visible state in the page of the target application; the screening strategy is a strategy set according to the time of the data stored in the target list and whether the data is triggered by the user.
Step 404, acquiring the data volume of the data in the soft deletion state, and switching part of the data in the soft deletion state to the to-be-deleted state when the data volume is larger than a second data volume threshold.
Wherein, the data in the state to be deleted is in the invisible state in the page of the target application program
Step 405, acquiring the data volume of the data in the to-be-deleted state, and physically deleting part of the data in the to-be-deleted state when the data volume is larger than a third data volume threshold value.
And step 406, if the user's upglide operation on the target list is detected, acquiring the page number of the target list page corresponding to the upglide operation, comparing the page number with a first threshold value, and switching the data state according to the comparison result.
If the page number is larger than a first threshold value, the data switching comprises switching the data in the to-be-deleted state corresponding to the target list page into a soft deletion state; and if the data in the to-be-deleted state corresponding to the target list page is empty, acquiring an identifier of the physically deleted data corresponding to the target list page, acquiring the physically deleted data corresponding to the target list page from the server according to the acquired identifier, and switching the acquired data to an activated state, wherein the identifier of the physically deleted data is recorded when the data is physically deleted.
It should be understood that, although the steps in the flowcharts related to the embodiments as described above are sequentially displayed as indicated by arrows, the steps are not necessarily performed sequentially as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least a part of the steps in the flowcharts related to the embodiments described above may include multiple steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, and the execution order of the steps or stages is not necessarily sequential, but may be rotated or alternated with other steps or at least a part of the steps or stages in other steps.
Based on the same inventive concept, the embodiment of the present application further provides a data processing apparatus for implementing the above-mentioned data processing method. The implementation scheme for solving the problem provided by the device is similar to the implementation scheme described in the above method, so the specific limitations in one or more embodiments of the data processing device provided below may refer to the limitations on the data processing method in the above description, and are not described herein again.
In one embodiment, as shown in fig. 5, there is provided a data processing apparatus 500 comprising: a monitoring module 501, a first switching module 502, a second switching module 503, and a deleting module 504, wherein:
the monitoring module 501 is configured to monitor a target list in a target application program in a running process of the target application program.
A first switching module 502, configured to switch, when the data amount of the target list is greater than a first data amount threshold, a part of the data in the target list to a soft deletion state, where the data in the soft deletion state is in a visible state in the page of the target application.
A second switching module 503, configured to switch, when the data amount of the data in the soft deletion state is greater than a second data amount threshold, a part of the data in the soft deletion state to a to-be-deleted state, where the data in the to-be-deleted state is in an invisible state in the page of the target application.
A deleting module 504, configured to physically delete part of the data in the to-be-deleted state when the data amount of the data in the to-be-deleted state is greater than a third data amount threshold.
In one embodiment, the first switching module 502 is specifically configured to: screening partial data from the target list according to a preset screening strategy, and switching the screened data into a soft deletion state; the screening strategy is a strategy set according to the time of the data stored in the target list and whether the data is triggered by the user.
In one embodiment, as shown in fig. 6, a second data processing apparatus is provided, the data processing apparatus 600 further comprising:
a first obtaining module 505, configured to, if a user's upglide operation on the target list is detected, obtain the page number of a target list page corresponding to the upglide operation; and if the page number is larger than a first threshold value, switching the data in the to-be-deleted state corresponding to the target list page into a soft deletion state.
In one embodiment, the first obtaining module 505 is specifically configured to: if the data in the to-be-deleted state corresponding to the target list page is empty, acquiring an identifier of the physically deleted data corresponding to the target list page, acquiring the physically deleted data corresponding to the target list page from the server according to the acquired identifier, and switching the acquired data to an activated state, wherein the identifier of the physically deleted data is recorded when the data is physically deleted.
In one embodiment, the first obtaining module 505 is specifically configured to: displaying a query interface, wherein the query interface comprises query information for querying whether the user finds no data; and if response information of the data which is not searched and is input by the user is received based on the inquiry interface, switching the data which is in the to-be-deleted state and corresponds to the target list page into a soft deletion state.
In one embodiment, as shown in fig. 7, a third data processing apparatus is provided, the data processing apparatus 700 further comprising:
a first executing module 506, configured to, if a start operation for the list dynamic deletion option is detected, execute an operation of switching data into a soft deletion state, an operation of switching data in the soft deletion state into a to-be-deleted state, and an operation of physically deleting data in the to-be-deleted state.
In one embodiment, as shown in fig. 8, a fourth data processing apparatus is provided, the data processing apparatus 800 further comprising:
the second executing module 507 is configured to, if a closing operation for the list dynamic deletion option is detected, switch the data in the soft deletion state and the data in the to-be-deleted state to an active state, acquire an identifier of the physically deleted data, acquire the physically deleted data from the server according to the acquired identifier, and switch the acquired data to the active state.
The various modules in the data processing apparatus described above may be implemented in whole or in part by software, hardware, and combinations thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, which may be a terminal, and its internal structure diagram may be as shown in fig. 9. The computer device includes a processor, a memory, a communication interface, a display screen, and an input device connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The communication interface of the computer device is used for carrying out wired or wireless communication with an external terminal, and the wireless communication can be realized through WIFI, a mobile cellular network, NFC (near field communication) or other technologies. The computer program is executed by a processor to implement a data processing method. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, a key, a track ball or a touch pad arranged on the shell of the computer equipment, an external keyboard, a touch pad or a mouse and the like.
Those skilled in the art will appreciate that the architecture shown in fig. 9 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided, comprising a memory and a processor, the memory having a computer program stored therein, the processor implementing the following steps when executing the computer program:
monitoring a target list in a target application program in the running process of the target application program; when the data volume of the target list is larger than a first data volume threshold value, switching part of data in the target list into a soft deletion state, wherein the data in the soft deletion state is in a visible state in a page of the target application program; when the data volume of the data in the soft deletion state is larger than a second data volume threshold value, switching part of the data in the soft deletion state into a to-be-deleted state, wherein the data in the to-be-deleted state is in an invisible state in a page of the target application program; and when the data volume of the data in the to-be-deleted state is larger than the third data volume threshold value, physically deleting part of the data in the to-be-deleted state.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
screening partial data from the target list according to a preset screening strategy, and switching the screened data into a soft deletion state; the screening strategy is a strategy set according to the time of the data stored in the target list and whether the data is triggered by the user.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
if the user's upglide operation on the target list is detected, acquiring the page number of a target list page corresponding to the upglide operation; and if the page number is larger than a first threshold value, switching the data in the to-be-deleted state corresponding to the target list page into a soft deletion state.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
if the data in the to-be-deleted state corresponding to the target list page is empty, acquiring an identifier of the physically deleted data corresponding to the target list page, acquiring the physically deleted data corresponding to the target list page from the server according to the acquired identifier, and switching the acquired data to an activated state, wherein the identifier of the physically deleted data is recorded when the data is physically deleted.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
displaying a query interface, wherein the query interface comprises query information for querying whether the user finds no data; and if response information of the data which is not searched and is input by the user is received based on the inquiry interface, switching the data which is in the to-be-deleted state and corresponds to the target list page into a soft deletion state.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
displaying a list dynamic deletion option; and if the starting operation aiming at the list dynamic deletion option is detected, executing the operation of switching the data into the soft deletion state, the operation of switching the data in the soft deletion state into the to-be-deleted state and the operation of physically deleting the data in the to-be-deleted state. If closing operation aiming at the list dynamic deletion option is detected, the data in the soft deletion state and the data in the to-be-deleted state are switched to be in the activated state, the identification of the physically deleted data is obtained, the physically deleted data is obtained from the server according to the obtained identification, and the obtained data is switched to be in the activated state.
In one embodiment, a computer-readable storage medium is provided, having a computer program stored thereon, which when executed by a processor, performs the steps of:
monitoring a target list in a target application program in the running process of the target application program; when the data volume of the target list is larger than a first data volume threshold value, switching part of data in the target list into a soft deletion state, wherein the data in the soft deletion state is in a visible state in a page of the target application program; when the data volume of the data in the soft deletion state is larger than a second data volume threshold value, switching part of the data in the soft deletion state into a to-be-deleted state, wherein the data in the to-be-deleted state is in an invisible state in a page of the target application program; and when the data volume of the data in the to-be-deleted state is larger than the third data volume threshold value, physically deleting part of the data in the to-be-deleted state.
In one embodiment, the computer program when executed by the processor further performs the steps of:
screening partial data from the target list according to a preset screening strategy, and switching the screened data into a soft deletion state; the screening strategy is a strategy set according to the time of the data stored in the target list and whether the data is triggered by the user.
In one embodiment, the computer program when executed by the processor further performs the steps of:
if the user's upglide operation on the target list is detected, acquiring the page number of a target list page corresponding to the upglide operation; and if the page number is larger than a first threshold value, switching the data in the to-be-deleted state corresponding to the target list page into a soft deletion state.
In one embodiment, the computer program when executed by the processor further performs the steps of:
if the data in the to-be-deleted state corresponding to the target list page is empty, acquiring an identifier of the physically deleted data corresponding to the target list page, acquiring the physically deleted data corresponding to the target list page from the server according to the acquired identifier, and switching the acquired data to an activated state, wherein the identifier of the physically deleted data is recorded when the data is physically deleted.
In one embodiment, the computer program when executed by the processor further performs the steps of:
displaying a query interface, wherein the query interface comprises query information for querying whether the user finds no data; and if response information of the data which is not searched and is input by the user is received based on the inquiry interface, switching the data which is in the to-be-deleted state and corresponds to the target list page into a soft deletion state.
In one embodiment, the computer program when executed by the processor further performs the steps of:
displaying a list dynamic deletion option; and if the starting operation aiming at the list dynamic deletion option is detected, executing the operation of switching the data into the soft deletion state, the operation of switching the data in the soft deletion state into the to-be-deleted state and the operation of physically deleting the data in the to-be-deleted state. If closing operation aiming at the list dynamic deletion option is detected, the data in the soft deletion state and the data in the to-be-deleted state are switched to be in the activated state, the identification of the physically deleted data is obtained, the physically deleted data is obtained from the server according to the obtained identification, and the obtained data is switched to be in the activated state.
In one embodiment, a computer program product is provided, comprising a computer program which, when executed by a processor, performs the steps of:
monitoring a target list in a target application program in the running process of the target application program; when the data volume of the target list is larger than a first data volume threshold value, switching part of data in the target list into a soft deletion state, wherein the data in the soft deletion state is in a visible state in a page of the target application program; when the data volume of the data in the soft deletion state is larger than a second data volume threshold value, switching part of the data in the soft deletion state into a to-be-deleted state, wherein the data in the to-be-deleted state is in an invisible state in a page of the target application program; and when the data volume of the data in the to-be-deleted state is larger than the third data volume threshold value, physically deleting part of the data in the to-be-deleted state.
In one embodiment, the computer program when executed by the processor further performs the steps of:
screening partial data from the target list according to a preset screening strategy, and switching the screened data into a soft deletion state; the screening strategy is a strategy set according to the time of the data stored in the target list and whether the data is triggered by the user.
In one embodiment, the computer program when executed by the processor further performs the steps of:
if the user's upglide operation on the target list is detected, acquiring the page number of a target list page corresponding to the upglide operation; and if the page number is larger than a first threshold value, switching the data in the to-be-deleted state corresponding to the target list page into a soft deletion state.
In one embodiment, the computer program when executed by the processor further performs the steps of:
if the data in the to-be-deleted state corresponding to the target list page is empty, acquiring an identifier of the physically deleted data corresponding to the target list page, acquiring the physically deleted data corresponding to the target list page from the server according to the acquired identifier, and switching the acquired data to an activated state, wherein the identifier of the physically deleted data is recorded when the data is physically deleted.
In one embodiment, the computer program when executed by the processor further performs the steps of:
displaying a query interface, wherein the query interface comprises query information for querying whether the user finds no data; and if response information of the data which is not searched and is input by the user is received based on the inquiry interface, switching the data which is in the to-be-deleted state and corresponds to the target list page into a soft deletion state.
In one embodiment, the computer program when executed by the processor further performs the steps of:
displaying a list dynamic deletion option; and if the starting operation aiming at the list dynamic deletion option is detected, executing the operation of switching the data into the soft deletion state, the operation of switching the data in the soft deletion state into the to-be-deleted state and the operation of physically deleting the data in the to-be-deleted state. If closing operation aiming at the list dynamic deletion option is detected, the data in the soft deletion state and the data in the to-be-deleted state are switched to be in the activated state, the identification of the physically deleted data is obtained, the physically deleted data is obtained from the server according to the obtained identification, and the obtained data is switched to be in the activated state.
It should be noted that, the user information (including but not limited to user device information, user personal information, etc.) and data (including but not limited to data for analysis, stored data, presented data, etc.) referred to in the present application are information and data authorized by the user or sufficiently authorized by each party.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, database, or other medium used in the embodiments provided herein may include at least one of non-volatile and volatile memory. The nonvolatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical Memory, high-density embedded nonvolatile Memory, resistive Random Access Memory (ReRAM), Magnetic Random Access Memory (MRAM), Ferroelectric Random Access Memory (FRAM), Phase Change Memory (PCM), graphene Memory, and the like. Volatile Memory can include Random Access Memory (RAM), external cache Memory, and the like. By way of illustration and not limitation, RAM can take many forms, such as Static Random Access Memory (SRAM) or Dynamic Random Access Memory (DRAM), among others. The databases referred to in various embodiments provided herein may include at least one of relational and non-relational databases. The non-relational database may include, but is not limited to, a block chain based distributed database, and the like. The processors referred to in the embodiments provided herein may be general purpose processors, central processing units, graphics processors, digital signal processors, programmable logic devices, quantum computing based data processing logic devices, etc., without limitation.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present application. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present application shall be subject to the appended claims.

Claims (11)

1. A method of data processing, the method comprising:
monitoring a target list in a target application program in the running process of the target application program;
when the data volume of the target list is larger than a first data volume threshold value, switching part of data in the target list into a soft deletion state, wherein the data in the soft deletion state is in a visible state in a page of the target application program;
when the data volume of the data in the soft deletion state is larger than a second data volume threshold value, switching part of the data in the soft deletion state into a to-be-deleted state, wherein the data in the to-be-deleted state is in an invisible state in a page of the target application program;
and when the data volume of the data in the to-be-deleted state is larger than the third data volume threshold value, physically deleting part of the data in the to-be-deleted state.
2. The method of claim 1, wherein switching the portion of data in the target list to a soft delete state comprises:
screening partial data from the target list according to a preset screening strategy, and switching the screened data into a soft deletion state;
the screening strategy is a strategy set according to the time of data stored in the target list and whether the data is triggered by a user.
3. The method of claim 1, wherein after switching the portion of the data in the soft deletion state to the to-be-deleted state, the method further comprises:
if the user's upglide operation on the target list is detected, acquiring the page number of a target list page corresponding to the upglide operation;
and if the page number is larger than a first threshold value, switching the data in the to-be-deleted state corresponding to the target list page into a soft deletion state.
4. The method according to claim 3, wherein switching the data in the to-be-deleted state corresponding to the target list page to the soft-delete state comprises:
and if the data in the to-be-deleted state corresponding to the target list page is empty, acquiring an identifier of the physically deleted data corresponding to the target list page, acquiring the physically deleted data corresponding to the target list page from the server according to the acquired identifier, and switching the acquired data to an activated state, wherein the identifier of the physically deleted data is recorded when the data is physically deleted.
5. The method according to claim 3, wherein switching the data in the to-be-deleted state corresponding to the target list page to the soft-delete state comprises:
displaying a query interface, wherein the query interface comprises query information for querying whether the user finds no data;
and if response information of the data which is not searched and is input by the user is received based on the inquiry interface, switching the data which is in the to-be-deleted state and corresponds to the target list page into a soft deletion state.
6. The method of claim 1, further comprising:
displaying a list dynamic deletion option;
and if the starting operation aiming at the list dynamic deletion option is detected, executing the operation of switching the data into the soft deletion state, the operation of switching the data in the soft deletion state into the to-be-deleted state and the operation of physically deleting the data in the to-be-deleted state.
7. The method of claim 6, further comprising:
and if the closing operation aiming at the list dynamic deletion option is detected, switching the data in the soft deletion state and the data in the to-be-deleted state into the activated state, acquiring the identifier of the physically deleted data, acquiring the physically deleted data from the server according to the acquired identifier, and switching the acquired data into the activated state.
8. A data processing apparatus, characterized in that the apparatus comprises:
the monitoring module is used for monitoring a target list in a target application program in the running process of the target application program;
the first switching module is used for switching partial data in the target list into a soft deletion state when the data volume of the target list is larger than a first data volume threshold, wherein the data in the soft deletion state is in a visible state in a page of the target application program;
the second switching module is used for switching part of the data in the soft deletion state into a to-be-deleted state when the data volume of the data in the soft deletion state is larger than a second data volume threshold value, wherein the data in the to-be-deleted state is in an invisible state in a page of the target application program;
and the deleting module is used for physically deleting part of the data in the to-be-deleted state when the data amount of the data in the to-be-deleted state is larger than the third data amount threshold value.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor, when executing the computer program, implements the steps of the method of any of claims 1 to 7.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 7.
11. A computer program product comprising a computer program, characterized in that the computer program realizes the steps of the method of any one of claims 1 to 7 when executed by a processor.
CN202111413734.9A 2021-11-25 2021-11-25 Data processing method, apparatus, computer device, storage medium, and program product Active CN113900826B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111413734.9A CN113900826B (en) 2021-11-25 2021-11-25 Data processing method, apparatus, computer device, storage medium, and program product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111413734.9A CN113900826B (en) 2021-11-25 2021-11-25 Data processing method, apparatus, computer device, storage medium, and program product

Publications (2)

Publication Number Publication Date
CN113900826A true CN113900826A (en) 2022-01-07
CN113900826B CN113900826B (en) 2024-04-12

Family

ID=79195172

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111413734.9A Active CN113900826B (en) 2021-11-25 2021-11-25 Data processing method, apparatus, computer device, storage medium, and program product

Country Status (1)

Country Link
CN (1) CN113900826B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6842832B1 (en) * 2000-08-25 2005-01-11 International Business Machines Corporation Reclaim space reserve for a compressed memory system
CN104951359A (en) * 2015-05-15 2015-09-30 广东小天才科技有限公司 Object reutilization method and device
CN106886357A (en) * 2017-02-14 2017-06-23 北京小米移动软件有限公司 A kind of information deletion method and device
CN107395884A (en) * 2017-07-18 2017-11-24 维沃移动通信有限公司 A kind of display methods and mobile terminal of applicative notifications message
CN107391534A (en) * 2017-04-19 2017-11-24 阿里巴巴集团控股有限公司 The page is shown, pagefile return method and device, computer-readable storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6842832B1 (en) * 2000-08-25 2005-01-11 International Business Machines Corporation Reclaim space reserve for a compressed memory system
CN104951359A (en) * 2015-05-15 2015-09-30 广东小天才科技有限公司 Object reutilization method and device
CN106886357A (en) * 2017-02-14 2017-06-23 北京小米移动软件有限公司 A kind of information deletion method and device
CN107391534A (en) * 2017-04-19 2017-11-24 阿里巴巴集团控股有限公司 The page is shown, pagefile return method and device, computer-readable storage medium
CN107395884A (en) * 2017-07-18 2017-11-24 维沃移动通信有限公司 A kind of display methods and mobile terminal of applicative notifications message

Also Published As

Publication number Publication date
CN113900826B (en) 2024-04-12

Similar Documents

Publication Publication Date Title
CN100383720C (en) Multi-volume file support
CN103218224B (en) A kind of method improving memory space utilization rate and terminal
CN107491348B (en) Method and device for managing application in electronic terminal
CN111176549B (en) Data storage method and device based on cloud storage and storage medium
CN106941567A (en) Show method, device and the user terminal of network picture
JPH086831A (en) Method and system for tracking of attribute of file
EP3789883A1 (en) Storage fragment managing method and terminal
WO2018121277A1 (en) Page access method, device, computer apparatus, and computer storage medium
CN106648796A (en) Application processing method and device
CN105893471B (en) Data processing method and electronic equipment
US10678750B2 (en) On demand file sync
CN108052538B (en) Page loading method and system
CN107908436B (en) Method and system for simplifying user operation
CN111880701B (en) Page switching method and device and electronic equipment
CN113900826B (en) Data processing method, apparatus, computer device, storage medium, and program product
CN110941595B (en) File system access method and device
CN106470351A (en) Page display method and page display device
CN114637946A (en) Resource data processing method and device and electronic equipment
WO2020005633A1 (en) Download management
US10097588B2 (en) Method and system for configuring simple kernel access control policy for android-based mobile terminal
CN113485642A (en) Data caching method and device
CN111177603A (en) Traffic-saving management and control method, system, computer equipment and storage medium
US20140089267A1 (en) Information processing apparatus, information processing method, and program
US11892981B2 (en) On demand file sync
CN114528045B (en) Plug-in operation method, device, computer 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
CB02 Change of applicant information
CB02 Change of applicant information

Country or region after: China

Address after: No. 8 Huizhi Street, Suzhou Industrial Park, Suzhou Area, China (Jiangsu) Pilot Free Trade Zone, Suzhou City, Jiangsu Province, 215000

Applicant after: Qichacha Technology Co.,Ltd.

Address before: Room 503, 5 / F, C1 building, 88 Dongchang Road, Suzhou Industrial Park, 215000, Jiangsu Province

Applicant before: Qicha Technology Co.,Ltd.

Country or region before: China

GR01 Patent grant
GR01 Patent grant