CN117149048A - Data management method, intelligent terminal and storage medium - Google Patents

Data management method, intelligent terminal and storage medium Download PDF

Info

Publication number
CN117149048A
CN117149048A CN202210568316.5A CN202210568316A CN117149048A CN 117149048 A CN117149048 A CN 117149048A CN 202210568316 A CN202210568316 A CN 202210568316A CN 117149048 A CN117149048 A CN 117149048A
Authority
CN
China
Prior art keywords
data
target data
request
writing
target
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210568316.5A
Other languages
Chinese (zh)
Inventor
高启杰
周先荣
许春杰
张亮
周双
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Chuanying Information Technology Co Ltd
Original Assignee
Shanghai Chuanying Information 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 Shanghai Chuanying Information Technology Co Ltd filed Critical Shanghai Chuanying Information Technology Co Ltd
Priority to CN202210568316.5A priority Critical patent/CN117149048A/en
Publication of CN117149048A publication Critical patent/CN117149048A/en
Pending legal-status Critical Current

Links

Classifications

    • 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/061Improving I/O performance
    • 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/0614Improving the reliability of storage systems
    • G06F3/0616Improving the reliability of storage systems in relation to life time, e.g. increasing Mean Time Between Failures [MTBF]
    • 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/0638Organizing or formatting or addressing of data
    • G06F3/0644Management of space entities, e.g. partitions, extents, pools
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The application discloses a data management method, an intelligent terminal and a storage medium, wherein the method comprises the following steps: receiving a data reading request sent by a host side and used for reading target data; and when the target data is exchange area data, marking the state of the target data as invalid. Therefore, after the read data are the interaction area data, the state of the data is marked as invalid in time, so that the data are not moved when the invalid space is recovered in the garbage recovery process, the running smoothness of the intelligent terminal is improved, and the service life of the intelligent terminal is prolonged.

Description

Data management method, intelligent terminal and storage medium
Technical Field
The present application relates to the field of data management technologies, and in particular, to a data management method, an intelligent terminal, and a storage medium.
Background
Among the components contained in the intelligent terminal, a Central Processing Unit (CPU) is responsible for calculation, a Random Access Memory (RAM) is used as a main cache for assisting calculation, and a Read Only Memory (ROM) is used as an auxiliary storage for storing system files, application programs and data. Although RAM has a larger bandwidth than ROM, RAM has a larger unit capacity and a larger volume than ROM and is more expensive, and therefore, in recent years, a SWAP area (SWAP) technology has appeared in which RAM data is buffered in ROM, and RAM space is saved to expand main memory. And as common user data are read and written, SWAP data are written into the NAND-FLASH memory through a FLASH memory conversion layer (FTL), and the host end rewrites the logical address and then becomes junk data, and waits for system junk recovery of a file system and junk recovery of a device algorithm. For data processing, the exchange area data is the same as the processing flow of common user data, namely, the mapping state of the FTL is updated when the logical address is rewritten, the mapping state is marked as a garbage block and finally released through garbage recycling, and the reading of the middle physical address does not affect the data integrity and mapping.
In the course of conception and implementation of the present application, the inventors found that at least the following problems exist: for the SWAP data, the life cycle of the SWAP data is shorter than that of the user data, the user data is usually read many times, the SWAP data is usually read only once, and in a normal case, the SWAP data is expressed as a 4K memory page, if the two parts of data are treated indiscriminately, the SWAP data can be used as effective data to participate in garbage collection repeatedly, so that the operation smoothness and the service life of the intelligent terminal are affected.
The foregoing description is provided for general background information and does not necessarily constitute prior art.
Disclosure of Invention
The application aims to provide a data management method, an intelligent terminal and a storage medium, which can improve the running smoothness of the intelligent terminal and prolong the service life.
In order to achieve the above purpose, the technical scheme of the application is realized as follows:
in a first aspect, the present application provides a data management method, including:
receiving a data reading request sent by a host side and used for reading target data;
and when the target data is exchange area data, marking the state of the target data as invalid.
Optionally, the target data is exchange area data, including at least one of the following:
The data reading request comprises a preset identifier;
the target data is located in a preset storage area.
Optionally, before the receiving the data reading request sent by the host side for reading the target data, the method further includes:
and receiving a data writing request sent by the host side and used for writing the target data, wherein the data writing request comprises a preset storage area and/or the preset identifier.
Optionally, the marking the state of the target data as invalid includes:
and deleting the mapping relation corresponding to the target data in the data mapping table.
Optionally, before marking the state of the target data as invalid when the target data is exchange area data, the method further includes:
receiving a configuration instruction sent by the host end and used for starting a data management function;
and responding to the configuration instruction, starting the data management function to detect whether the target data is the exchange area data after receiving the data reading request.
In a second aspect, the present application further provides a data management method, including:
responding to a request for acquiring target data;
and sending a data reading request for reading the target data to a storage device.
Optionally, before the responding to the request for obtaining the target data, the method further includes:
and in response to the need of writing the target data, sending a data writing request for writing the target data to the storage device when the target data is determined to be required to be stored to the exchange area.
Optionally, the method further comprises:
responding to the starting operation of a data management function, and sending a configuration instruction to the storage device so as to enable the storage device to start the data management function; and/or the number of the groups of groups,
and outputting prompt information for prompting supporting or starting the data management function.
In a third aspect, the present application also provides an intelligent terminal, including: the system comprises a memory and a processor, wherein the memory stores a computer program which realizes the steps of the data management method according to any one of the above when being executed by the processor.
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, implements the steps of the data management method as described in any of the above.
The data management method provided by the application comprises the following steps: receiving a data reading request sent by a host side and used for reading target data; and when the target data is exchange area data, marking the state of the target data as invalid. Therefore, after the read data are the interaction area data, the state of the data is marked as invalid in time, so that the data are not moved when the invalid space is recovered in the garbage recovery process, the running smoothness of the intelligent terminal is improved, and the service life of the intelligent terminal is prolonged.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the application and together with the description, serve to explain the principles of the application. In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the description of the embodiments will be briefly described below, and it will be obvious to those skilled in the art that other drawings can be obtained from these drawings without inventive effort.
Fig. 1 is a schematic diagram of a hardware structure of a mobile terminal according to an embodiment of the present application;
fig. 2 is a schematic diagram of a communication network system according to an embodiment of the present application;
FIG. 3 is a schematic flow chart of a data management method according to an embodiment of the present application;
FIG. 4 is a schematic diagram illustrating a comparison of a conventional data management method and a data management method according to an embodiment of the present application;
FIG. 5 is a flowchart illustrating another data management method according to an embodiment of the present application;
FIG. 6 is a schematic diagram of an interface of a smart terminal according to an embodiment of the present application;
fig. 7 is a flowchart of another data management method according to an embodiment of the present application.
The achievement of the objects, functional features and advantages of the present application will be further described with reference to the accompanying drawings, in conjunction with the embodiments. Specific embodiments of the present application have been shown by way of the above drawings and will be described in more detail below. The drawings and the written description are not intended to limit the scope of the inventive concepts in any way, but rather to illustrate the inventive concepts to those skilled in the art by reference to the specific embodiments.
Detailed Description
Reference will now be made in detail to exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, the same numbers in different drawings refer to the same or similar elements, unless otherwise indicated. The implementations described in the following exemplary examples do not represent all implementations consistent with the application. Rather, they are merely examples of apparatus and methods consistent with aspects of the application as detailed in the accompanying claims.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, the element defined by the phrase "comprising one … …" does not exclude the presence of additional identical elements in a process, method, article, or apparatus that comprises the element, and alternatively, elements having the same name in different embodiments of the application may have the same meaning or may have different meanings, a particular meaning of which is to be determined by its interpretation in this particular embodiment or further in connection with the context of this particular embodiment.
It should be understood that although the terms first, second, third, etc. may be used herein to describe various information, these information should not be limited by these terms. These terms are only used to distinguish one type of information from another. For example, first information may also be referred to as second information, and similarly, second information may also be referred to as first information, without departing from the scope herein. The word "if" as used herein may be interpreted as "at … …" or "at … …" or "responsive to a determination", depending on the context. Furthermore, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context indicates otherwise. It will be further understood that the terms "comprises," "comprising," "includes," and/or "including" specify the presence of stated features, steps, operations, elements, components, items, categories, and/or groups, but do not preclude the presence, presence or addition of one or more other features, steps, operations, elements, components, items, categories, and/or groups. The terms "or" and/or "as used herein are to be construed as inclusive, or meaning any one or any combination. Thus, "A, B or C" or "A, B and/or C" means "any of the following: a, A is as follows; b, a step of preparing a composite material; c, performing operation; a and B; a and C; b and C; A. b and C). An exception to this definition will occur only when a combination of elements, functions, steps or operations are in some way inherently mutually exclusive.
It should be understood that, although the steps in the flowcharts in the embodiments of the present application are shown in order as indicated by the arrows, these steps are not necessarily performed in order as indicated by the arrows. The steps are not strictly limited in order and may be performed in other orders, unless explicitly stated herein. Moreover, at least some of the steps in the figures may include multiple sub-steps or stages that are not necessarily performed at the same time, but may be performed at different times, the order of their execution not necessarily occurring in sequence, but may be performed alternately or alternately with other steps or at least a portion of the other steps or stages.
It should be noted that, in this document, step numbers such as S1 and S2 are adopted, and the purpose of the present application is to more clearly and briefly describe the corresponding content, and not to constitute a substantial limitation on the sequence, and those skilled in the art may execute S2 first and then execute S1 when implementing the present application, which is within the scope of protection of the present application.
It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the application.
In the following description, suffixes such as "module", "part" or "unit" for representing elements are used only for facilitating the description of the present application, and have no specific meaning per se. Thus, "module," "component," or "unit" may be used in combination.
The intelligent terminal may be implemented in various forms. For example, the smart terminals described in the present application may include mobile terminals such as cell phones, tablet computers, notebook computers, palm computers, personal digital assistants (Personal Digital Assistant, PDA), portable media players (Portable Media Player, PMP), navigation devices, wearable devices, smart bracelets, pedometers, and fixed terminals such as digital TVs, desktop computers, and the like.
The following description will be given taking a mobile terminal as an example, and those skilled in the art will understand that the configuration according to the embodiment of the present application can be applied to a fixed type terminal in addition to elements particularly used for a moving purpose.
Referring to fig. 1, which is a schematic diagram of a hardware structure of a mobile terminal implementing various embodiments of the present application, the mobile terminal 100 may include: an RF (Radio Frequency) unit 101, a wireless network module 102, an audio output unit 103, an a/V (audio/video) input unit 104, a sensor 105, a display unit 106, a user input unit 107, an interface unit 108, a memory 109, a processor 110, and a power supply 111. Those skilled in the art will appreciate that the mobile terminal structure shown in fig. 1 is not limiting of the mobile terminal and that the mobile terminal may include more or fewer components than shown, or may combine certain components, or a different arrangement of components.
The following describes the components of the mobile terminal in detail with reference to fig. 1:
the radio frequency unit 101 may be used for receiving and transmitting signals during the information receiving or communication process, specifically, after receiving downlink information of the base station, processing the downlink information by the processor 110; and, the uplink data is transmitted to the base station. Typically, the radio frequency unit 101 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. Optionally, the radio frequency unit 101 may also communicate with networks and other devices via wireless communication. The wireless communication may use any communication standard or protocol including, but not limited to, GSM (Global System of Mobile communication, global system for mobile communications), GPRS (General Packet Radio Service ), CDMA2000 (Code Division Multiple Access, 2000, CDMA 2000), WCDMA (Wideband Code Division Multiple Access ), TD-SCDMA (Time Division-Synchronous Code Division Multiple Access, time Division synchronous code Division multiple access), FDD-LTE (Frequency Division Duplexing-Long Term Evolution, frequency Division duplex long term evolution), TDD-LTE (Time Division Duplexing-Long Term Evolution, time Division duplex long term evolution), and 5G, among others.
The wireless network belongs to a short-distance wireless transmission technology, and the mobile terminal can help a user to send and receive e-mails, browse web pages, access streaming media and the like through the wireless network module 102, so that wireless broadband internet access is provided for the user. Although fig. 1 shows a wireless network module 102, it is to be understood that it is not an essential component of a mobile terminal and can be omitted entirely as desired within the scope of not changing the essence of the invention.
The audio output unit 103 may convert audio data received by the radio frequency unit 101 or the wireless network module 102 or stored in the memory 109 into an audio signal and output as sound when the mobile terminal 100 is in a call signal reception mode, a talk mode, a recording mode, a voice recognition mode, a broadcast reception mode, or the like. Also, the audio output unit 103 may also provide audio output (e.g., a call signal reception sound, a message reception sound, etc.) related to a specific function performed by the mobile terminal 100. The audio output unit 103 may include a speaker, a buzzer, and the like.
The a/V input unit 104 is used to receive an audio or video signal. The a/V input unit 104 may include a graphics processor (Graphics Processing Unit, GPU) 1041 and a microphone 1042, the graphics processor 1041 processing image data of still pictures or video obtained by an image capturing device (e.g., a camera) in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 106. The image frames processed by the graphics processor 1041 may be stored in the memory 109 (or other storage medium) or transmitted via the radio frequency unit 101 or the wireless network module 102. The microphone 1042 can receive sound (audio data) via the microphone 1042 in a phone call mode, a recording mode, a voice recognition mode, and the like, and can process such sound into audio data. The processed audio (voice) data may be converted into a format output that can be transmitted to the mobile communication base station via the radio frequency unit 101 in the case of a telephone call mode. The microphone 1042 may implement various types of noise cancellation (or suppression) algorithms to cancel (or suppress) noise or interference generated in the course of receiving and transmitting the audio signal.
The mobile terminal 100 also includes at least one sensor 105, such as a light sensor, a motion sensor, and other sensors. Optionally, the light sensor includes an ambient light sensor and a proximity sensor, optionally, the ambient light sensor may adjust the brightness of the display panel 1061 according to the brightness of ambient light, and the proximity sensor may turn off the display panel 1061 and/or the backlight when the mobile terminal 100 moves to the ear. As one of the motion sensors, the accelerometer sensor can detect the acceleration in all directions (generally three axes), and can detect the gravity and direction when stationary, and can be used for applications of recognizing the gesture of a mobile phone (such as horizontal and vertical screen switching, related games, magnetometer gesture calibration), vibration recognition related functions (such as pedometer and knocking), and the like; as for other sensors such as fingerprint sensors, pressure sensors, iris sensors, molecular sensors, gyroscopes, barometers, hygrometers, thermometers, infrared sensors, etc. that may also be configured in the mobile phone, the detailed description thereof will be omitted.
The display unit 106 is used to display information input by a user or information provided to the user. The display unit 106 may include a display panel 1061, and the display panel 1061 may be configured in the form of a liquid crystal display (Liquid Crystal Display, LCD), an Organic Light-Emitting Diode (OLED), or the like.
The user input unit 107 may be used to receive input numeric or character information and to generate key signal inputs related to user settings and function control of the mobile terminal. Alternatively, the user input unit 107 may include a touch panel 1071 and other input devices 1072. The touch panel 1071, also referred to as a touch screen, may collect touch operations thereon or thereabout by a user (e.g., operations of the user on the touch panel 1071 or thereabout by using any suitable object or accessory such as a finger, a stylus, etc.) and drive the corresponding connection device according to a predetermined program. The touch panel 1071 may include two parts of a touch detection device and a touch controller. Optionally, the touch detection device detects the touch azimuth of the user, detects a signal brought by touch operation, and transmits the signal to the touch controller; the touch controller receives touch information from the touch detection device, converts it into touch point coordinates, and sends the touch point coordinates to the processor 110, and can receive and execute commands sent from the processor 110. Alternatively, the touch panel 1071 may be implemented in various types of resistive, capacitive, infrared, surface acoustic wave, and the like. The user input unit 107 may include other input devices 1072 in addition to the touch panel 1071. Alternatively, other input devices 1072 may include, but are not limited to, one or more of a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, mouse, joystick, etc., as specifically not limited herein.
Alternatively, the touch panel 1071 may overlay the display panel 1061, and when the touch panel 1071 detects a touch operation thereon or thereabout, the touch panel 1071 is transferred to the processor 110 to determine the type of touch event, and the processor 110 then provides a corresponding visual output on the display panel 1061 according to the type of touch event. Although in fig. 1, the touch panel 1071 and the display panel 1061 are two independent components for implementing the input and output functions of the mobile terminal, in some embodiments, the touch panel 1071 may be integrated with the display panel 1061 to implement the input and output functions of the mobile terminal, which is not limited herein.
The interface unit 108 serves as an interface through which at least one external device can be connected with the mobile terminal 100. For example, the external devices may include a wired or wireless headset port, an external power (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit 108 may be used to receive input (e.g., data information, power, etc.) from an external device and transmit the received input to one or more elements within the mobile terminal 100 or may be used to transmit data between the mobile terminal 100 and an external device.
Memory 109 may be used to store software programs as well as various data. The memory 109 may mainly include a storage program area and a storage data area, and alternatively, the storage program area may store an operating system, an application program required for at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, phonebook, etc.) created according to the use of the handset, etc. Alternatively, the memory 109 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage device.
The processor 110 is a control center of the mobile terminal, connects various parts of the entire mobile terminal using various interfaces and lines, and performs various functions of the mobile terminal and processes data by running or executing software programs and/or modules stored in the memory 109 and calling data stored in the memory 109, thereby performing overall monitoring of the mobile terminal. Processor 110 may include one or more processing units; preferably, the processor 110 may integrate an application processor and a modem processor, the application processor optionally handling mainly an operating system, a user interface, an application program, etc., the modem processor handling mainly wireless communication. It will be appreciated that the modem processor described above may not be integrated into the processor 110.
The mobile terminal 100 may further include a power source 111 (e.g., a battery) for supplying power to the respective components, and preferably, the power source 111 may be logically connected to the processor 110 through a power management system, so as to perform functions of managing charging, discharging, and power consumption management through the power management system.
Although not shown in fig. 1, the mobile terminal 100 may further include a bluetooth module or the like, which is not described herein.
In order to facilitate understanding of the embodiments of the present application, a communication network system on which the mobile terminal of the present application is based will be described below.
Referring to fig. 2, fig. 2 is a schematic diagram of a communication network system according to an embodiment of the present application, where the communication network system is an LTE system of a general mobile communication technology, and the LTE system includes a UE (User Equipment) 201, an e-UTRAN (Evolved UMTS Terrestrial Radio Access Network ) 202, an epc (Evolved Packet Core, evolved packet core) 203, and an IP service 204 of an operator that are sequentially connected in communication.
Alternatively, the UE201 may be the terminal 100 described above, which is not described here again.
The E-UTRAN202 includes eNodeB2021 and other eNodeB2022, etc. Alternatively, the eNodeB2021 may connect with other enodebs 2022 over a backhaul (e.g., X2 interface), the eNodeB2021 is connected to the EPC203, and the eNodeB2021 may provide access for the UE201 to the EPC 203.
EPC203 may include MME (Mobility Management Entity ) 2031, hss (Home Subscriber Server, home subscriber server) 2032, other MMEs 2033, SGW (Serving Gate Way) 2034, pgw (PDN Gate Way) 2035 and PCRF (Policy and Charging Rules Function, policy and tariff function entity) 2036, and so on. Optionally, MME2031 is a control node that handles signaling between UE201 and EPC203, providing bearer and connection management. HSS2032 is used to provide registers to manage functions such as home location registers (not shown) and to hold user specific information about service characteristics, data rates, etc. All user data may be sent through SGW2034 and PGW2035 may provide IP address allocation and other functions for UE201, PCRF2036 is a policy and charging control policy decision point for traffic data flows and IP bearer resources, which selects and provides available policy and charging control decisions for a policy and charging enforcement function (not shown).
IP services 204 may include the internet, intranets, IMS (IP Multimedia Subsystem ), or other IP services, etc.
Although the LTE system is described above as an example, it should be understood by those skilled in the art that the present application is not limited to LTE systems, but may be applied to other wireless communication systems, such as GSM, CDMA2000, WCDMA, TD-SCDMA, and future new network systems (e.g., 5G), etc.
Based on the above-mentioned mobile terminal hardware structure and communication network system, various embodiments of the present application are presented.
First embodiment
Referring to fig. 3, a data management method provided for an embodiment of the present application may be implemented by a data management device provided for an embodiment of the present application, where the data management device may be implemented in software and/or hardware, and optionally, the data management device may be a storage device in an intelligent terminal or the like. Alternatively, the intelligent terminal may be a mobile terminal in the above embodiment, and the data management device may be a memory in the above embodiment. In this embodiment, taking the execution body of the data management method as a storage device as an example, the data management method includes the following steps:
step S10: and receiving a data reading request sent by the host side and used for reading target data.
Optionally, after the storage device establishes a communication connection with the host end in the intelligent terminal, the data reading request sent by the host end for reading the target data may be received in real time or at preset time intervals. The host side may be a device or a device for data processing, such as a processor in an intelligent terminal, and the target data may be any data stored in a storage device, and the data reading request may carry a logical address of the target data.
Step S20: and when the target data is exchange area data, marking the state of the target data as invalid.
Optionally, after receiving the data reading request sent by the host, the storage device detects whether the target data to be read in the data reading request is exchange area data, if the target data is determined to be exchange area data, the state of the target data can be marked as invalid after the target data is read, so that the target data is not moved when the invalid space is recovered in the garbage collection process, thereby reducing write amplification, and reducing garbage collection frequency due to reduction of effective data amount of movement, and further improving operation smoothness of the intelligent terminal. Alternatively, the storage device may mark the state of the target data as invalid prior to performing the garbage collection operation.
Optionally, the marking the state of the target data as invalid includes: and deleting the mapping relation corresponding to the target data in the data mapping table. Optionally, the content stored in the data mapping table is a mapping relationship from a logical address to a physical address, the data mapping table is queried by using the logical address (a relative address used in a user program), a corresponding physical address (an absolute address of an actual storage unit) is found, and then read-write access is performed on the actual storage unit to obtain corresponding data. After deleting the mapping relation corresponding to the target data in the data mapping table, the mapping from the logical address of the target data to the corresponding physical address is disconnected, so that the target data cannot be read continuously, and the target data cannot be moved when the dead space is recovered in the garbage recovery process. Alternatively, the mapping relationship corresponding to the deleted data may be understood as that mapping from a logical address to a physical address of the data is disconnected, for example, the physical address of the data recorded in the data mapping table may be replaced by an undefined symbol or the like.
Optionally, the target data is exchange area data, including at least one of the following: the data reading request comprises a preset identifier; the target data is located in a preset storage area. Optionally, the storage device may detect whether the target data is the switching area data by determining whether the data reading request includes a preset identifier and/or whether the target data is located in a preset storage area, and if the data reading request includes the preset identifier and/or the target data is located in the preset storage area, may determine that the target data is the switching area data. Optionally, the preset identifier may be set according to actual situation, for example, may be set to "0" or "1", and the preset identifier may be directly included in a read instruction corresponding to the data read request, for example, assuming that the size of the read instruction is 2 bytes, that is, 16 bits, then the 16 th bit may be used as an identifier bit, if the identifier bit is "1", it indicates that the data read request includes the preset identifier, and if the identifier bit is not "1", it indicates that the data read request does not include the preset identifier. Optionally, the preset storage area may be a virtual memory or the like. Therefore, whether the data are the data of the exchange area can be rapidly and accurately judged, and the operation fluency of the intelligent terminal is further improved.
Optionally, assuming that the host sends a data write request to the storage device, where the data write request is used to request to write the target data "data.doc" with the logical address a, if the data write request specifies that the target data is written into the preset storage area "virtual memory a", the target data may be written into the virtual memory a, and the address B of the target data in the virtual memory a, that is, the physical address of the target data, is written into the a location a in the data mapping table. After receiving the data reading request for reading the target data "data.doc", the virtual memory a belongs to the switching area, after the target data "data.doc" is read, the data in the a-th position in the data mapping table can be changed into invalid data, such as undefined symbols, so as to realize deleting the mapping relation corresponding to the target data "data.doc" in the data mapping table.
Optionally, before the receiving the data reading request sent by the host side for reading the target data, the method further includes:
and receiving a data writing request which is sent by the host side and used for writing the target data, wherein the data writing request comprises writing in the preset storage area and/or the preset identifier.
Alternatively, the host may send a data write request to the storage device to store the data in the storage device, and alternatively, the storage device may receive the data write request sent by the host. After receiving a data writing request sent by a host end and used for writing the target data, the storage device writes the target data into a preset storage area based on the fact that the data writing request comprises a writing preset storage area and/or a preset identifier. Optionally, the storage device may also store the target data to which the preset identifier is added. Therefore, the data writing request is used for writing the data in the exchange area, the data in the exchange area can be conveniently read later, and the operation is convenient.
In summary, in the data management method provided in the foregoing embodiment, after the read data is the interaction area data, the state of the data is marked as invalid in time, so that the data is not moved when the invalid space is recovered in the garbage recovery process, thereby improving the operation smoothness of the intelligent terminal and prolonging the service life.
Optionally, before marking the state of the target data as invalid when the target data is exchange area data, the method further includes: receiving a configuration instruction sent by the host, wherein the configuration instruction is used for indicating to start a data management function; and responding to the configuration instruction, starting the data management function to detect whether the target data is the exchange area data after receiving the data reading request.
Optionally, the user may set whether to start the data management function through the host side, and after the user determines to start the data management function, the host side may send a configuration instruction for indicating to start the data management function to the storage device, optionally, the storage device receives the configuration instruction sent by the host side, and in response to the configuration instruction, starts the data management function, so as to detect whether the target data is the switch area data after receiving the data reading request. The data management function may be regarded as a function of marking the state of the data as invalid after the data is read again when the read data is the exchange area data. Therefore, after receiving the configuration instruction for indicating to start the data management function, whether the data to be read is the data of the exchange area is detected, so that the operation smoothness of the intelligent terminal is further improved, and the service life of the intelligent terminal is prolonged.
Second embodiment
Based on the same inventive concept as the above embodiment, a detailed description will be given below by way of a specific example. In this example, taking the HOST side as HOST, the storage Device as Device, the target data as a, the exchange area data as ROD area data, and marking the state of the target data as invalid as marking the state of the target data as an invalid block as an example.
Referring to fig. 4, fig. 4 (a) is a schematic diagram of data management by using the conventional data management method, as can be seen from fig. 4 (a), after sending a data writing request for writing data a and B into the ROD area to a Device to write data a and B into the ROD area in the Device, if a data reading request for reading data a is sent to the Device, the Device still uses valid data after reading data a from the ROD area in response to the data reading request, so that the Device needs to move data a and B during subsequent garbage collection (GC, garbage Collector), and invalid data blocks exist when rewriting data a, which not only causes resource waste, but also affects the smoothness of operation of the terminal. Fig. 4 (B) is a schematic diagram of data management performed by the data management method according to the present application, comparing the data management process performed by the data management method according to the present application with the fact that, in the HOST, by sending a data write request for writing data a and B into the ROD area to the Device, after writing the data a and B into the ROD area in the Device, if a data read request for reading the data a is sent to the Device, the Device reads the data a from the ROD area in response to the data read request, and sends the data a to the HOST, since it is detected that the data a is located in the ROD area, the Device marks the data a as an invalid block after reading the data a, i.e. the physical address of the data a recorded in the data mapping table is replaced with an undefined symbol, so as to break the mapping from the logical address to the physical address of the data a, so that the Device only needs to move the data B when the subsequent garbage is recovered, without moving the data B, thereby reducing the effective data amount and the frequency of garbage recovery, and saving the storage space when the data a is rewritten.
Third embodiment
Referring to fig. 5, a data management method provided in an embodiment of the present application may be suitable for a case of managing data reading, where the method may be performed by a data management device provided in an embodiment of the present application, and the device may be implemented in a software and/or hardware manner, and optionally, the data management device may be specifically a host side in an intelligent terminal, etc. Alternatively, the intelligent terminal may be a mobile terminal in the above embodiment, and the data management device may be a processor in the above embodiment. In this embodiment, taking the execution body of the method as a host, the data management method includes the following steps:
step S30, responding to the request for acquiring the target data.
Optionally, the host may receive a request for acquiring target data sent by other terminal devices or other components of the intelligent terminal where the host is located due to operation requirements, or may be a request for acquiring target data triggered by the host due to operation requirements. The host side may be a device or means for data processing, such as a processor in a smart terminal or the like. The other terminal device may be a wireless mouse, an in-vehicle device, or the like, which is communicatively connected to the host side. Other components of the intelligent terminal may be a display unit, a user input unit, etc.
Step S40, a data reading request for reading the target data is sent to the storage device.
Optionally, when determining that the target data needs to be acquired, the host side sends a data reading request for reading the target data to the storage device so as to request the storage device to return the target data. The target data may be any data stored in the storage device, and the data read request may carry a logical address of the target data.
Optionally, before the responding to the request for obtaining the target data, the method further includes: and in response to the need of writing the target data, sending a data writing request for writing the target data to the storage device when the target data is determined to be required to be stored in the exchange area, wherein the data writing request comprises a writing preset storage area and/or a preset identification.
Optionally, the host side firstly detects whether the target data needs to be stored in the exchange area in response to the need of writing the target data into the storage device, and when determining that the target data needs to be stored in the exchange area, sends a data writing request for writing the target data to the storage device, wherein the data writing request comprises a writing preset storage area and/or a preset identifier, so that the storage device stores the target data in the preset storage area according to the data writing request, thereby realizing the writing of the data in the exchange area, facilitating the subsequent reading of the data in the exchange area, and being convenient to operate. Optionally, the preset identifier may be set according to actual situation, for example, may be set to "0" or "1", and the preset identifier may be directly included in a read instruction corresponding to the data read request, for example, assuming that the size of the read instruction is 2 bytes, that is, 16 bits, then the 16 th bit may be used as an identifier bit, if the identifier bit is "1", it indicates that the data read request includes the preset identifier, and if the identifier bit is not "1", it indicates that the data read request does not include the preset identifier. Optionally, the preset storage area may be a virtual memory or the like.
Optionally, the method further comprises: transmitting a configuration instruction to the storage device in response to an opening operation for a data management function, so that the storage device opens the data management function; and/or outputting prompt information for prompting support or starting of the data management function; and outputting prompt information of starting the data management function.
Alternatively, the user may set whether to start the data management function through the host side, and after the user determines to start the data management function, the host side will send a configuration instruction to the storage device in response to a start operation for the data management function, so that the storage device starts the data management function. Referring to fig. 6, a suspension button may be displayed on the display interface of the intelligent terminal, as shown in fig. 6 (a), and the suspension button is used to display control options of the data management function after being triggered, and the user may select the corresponding control options by clicking or the like to select to turn on or off the data management function, as shown in fig. 6 (b). The data management function may be regarded as a function of marking the state of the data as invalid after the data is read again when the data read by the storage device is the exchange area data. Optionally, the host end can also output prompt information for prompting support or starting of the data management function, so that a user can select conveniently based on requirements, and user experience is improved. Optionally, the host may also output a prompt message that the data management function has been turned on.
In summary, in the data management method provided in the foregoing embodiment, in response to a request for obtaining target data, a data reading request for reading the target data is sent to a storage device, so that after the storage device reads that the data is interaction area data, the storage device marks the state of the data as invalid in time, so that the data is not moved when the invalid space is recovered in the garbage recovery process, thereby improving the operation smoothness of the intelligent terminal and prolonging the service life.
Fourth embodiment
Based on the same inventive concept as the above embodiments, referring to fig. 7, a data management method provided for an embodiment of the present application includes the following steps:
step S50: the host side responds to a request for acquiring target data and sends a data reading request for reading the target data to the storage device.
Alternatively, the host side may be a device or means for data processing, such as a processor in a smart terminal or the like. Optionally, the host may receive a request for acquiring target data sent by other terminal devices or other components of the intelligent terminal where the host is located due to operation requirements, or may be a request for acquiring target data triggered by the host due to operation requirements. The other terminal device may be a wireless mouse, an in-vehicle device, or the like, which is communicatively connected to the host side. Other components of the intelligent terminal may be a display unit, a user input unit, etc. The target data may be any data stored in the storage device, and the data read request may carry a logical address of the target data.
Optionally, when determining that the target data needs to be acquired, the host side sends a data reading request for reading the target data to the storage device so as to request the storage device to return the target data.
Step S60: and the storage equipment receives the data reading request sent by the host.
Optionally, after the storage device establishes a communication connection with the host side, a data reading request sent by the host side for reading target data may be received in real time or at preset time intervals.
Step S70: and when the target data is exchange area data, the storage device marks the state of the target data as invalid.
Optionally, after receiving the data reading request sent by the host, the storage device detects whether the target data to be read in the data reading request is exchange area data, if the target data is determined to be exchange area data, the state of the target data can be marked as invalid after the target data is read, so that the target data is not moved when the invalid space is recovered in the garbage collection process, thereby reducing write amplification, and reducing garbage collection frequency due to reduction of effective data amount of movement, and further improving operation smoothness of the intelligent terminal. Meanwhile, the storage device can send the target data to the host side. Alternatively, the storage device may mark the state of the target data as invalid prior to performing the garbage collection operation.
Optionally, the marking the state of the target data as invalid includes: and deleting the mapping relation corresponding to the target data in the data mapping table. Optionally, the content stored in the data mapping table is a mapping relationship from a logical address to a physical address, the data mapping table is queried by using the logical address (a relative address used in a user program), a corresponding physical address (an absolute address of an actual storage unit) is found, and then read-write access is performed on the actual storage unit to obtain corresponding data. After deleting the mapping relation corresponding to the target data in the data mapping table, the mapping from the logical address of the target data to the corresponding physical address is disconnected, so that the target data cannot be read continuously, and the target data cannot be moved when the dead space is recovered in the garbage recovery process. Alternatively, the mapping relationship corresponding to the deleted data may be understood as that mapping from a logical address to a physical address of the data is disconnected, for example, the physical address of the data recorded in the data mapping table may be replaced by an undefined symbol or the like.
Optionally, the target data is exchange area data, including at least one of the following: the data reading request comprises a preset identifier; the target data is located in a preset storage area. Optionally, the storage device may detect whether the target data is the switching area data by determining whether the data reading request includes a preset identifier and/or whether the target data is located in a preset storage area, and if the data reading request includes the preset identifier and/or the target data is located in the preset storage area, may determine that the target data is the switching area data. Optionally, the preset identifier may be set according to actual situation, for example, may be set to "0" or "1", and the preset identifier may be directly included in a read instruction corresponding to the data read request, for example, assuming that the size of the read instruction is 2 bytes, that is, 16 bits, then the 16 th bit may be used as an identifier bit, if the identifier bit is "1", it indicates that the data read request includes the preset identifier, and if the identifier bit is not "1", it indicates that the data read request does not include the preset identifier. Optionally, the preset storage area may be a virtual memory or the like. Therefore, whether the data are the data of the exchange area can be rapidly and accurately judged, and the operation fluency of the intelligent terminal is further improved.
In summary, in the data management method provided in the foregoing embodiment, after the read data is the interaction area data, the state of the data is marked as invalid in time, so that the data is not moved when the invalid space is recovered in the garbage recovery process, thereby improving the operation smoothness of the intelligent terminal and prolonging the service life.
Optionally, the method further comprises: the host side responds to the requirement of writing the target data, and when determining that the target data is required to be stored in a switching area, sends a data writing request for writing the target data to the storage equipment, wherein the data writing request comprises a writing preset storage area and/or a preset identifier; and the storage equipment receives a data writing request which is sent by the host side and used for writing the target data.
Optionally, the host side firstly detects whether the target data needs to be stored in the exchange area in response to the need of writing the target data into the storage device, and when determining that the target data needs to be stored in the exchange area, sends a data writing request for writing the target data to the storage device, wherein the data writing request comprises a writing preset storage area and/or a preset identifier, so that the storage device stores the target data in the preset storage area according to the data writing request, thereby realizing the writing of the data in the exchange area, facilitating the subsequent reading of the data in the exchange area, and being convenient to operate. Alternatively, the storage device may receive a data write request correspondingly sent by the host side. After receiving a data writing request sent by a host end and used for writing the target data, the storage device writes the target data into a preset storage area based on the fact that the data writing request comprises a writing preset storage area and/or a preset identifier. Optionally, the storage device may also store the target data to which the preset identifier is added. Therefore, the data writing request is used for writing the data in the exchange area, the data in the exchange area can be conveniently read later, and the operation is convenient.
Optionally, the method further comprises: the host side responds to the starting operation of the data management function and sends a configuration instruction to the storage device, wherein the configuration instruction is used for indicating the storage device to start the data management function; and the storage equipment responds to the configuration instruction, and starts the data management function so as to detect whether the target data is the switching area data after receiving the data reading request.
Optionally, the user may set whether to start the data management function through the host side, and after the user determines to start the data management function, the host side may send a configuration instruction for indicating to start the data management function to the storage device, and correspondingly, the storage device receives the configuration instruction sent by the host side, and starts the data management function in response to the configuration instruction, so as to detect whether the target data is the switch area data after receiving the data reading request. The data management function may be regarded as a function of marking the state of the data as invalid after the data is read again when the read data is the exchange area data. Therefore, after receiving the configuration instruction for indicating to start the data management function, whether the data to be read is the data of the exchange area is detected, so that the operation smoothness of the intelligent terminal is further improved, and the service life of the intelligent terminal is prolonged.
Optionally, the method further comprises: and outputting prompt information for prompting supporting or starting the data management function.
Optionally, the host end may output a prompt message for prompting support or starting the data management function, so as to prompt a user whether to start the data management function, thereby facilitating user operation and improving user experience.
The embodiment of the application also provides an intelligent terminal, which comprises: a memory, a processor, wherein the memory has stored thereon a computer program which, when executed by the processor, implements the steps of the data management method of any of the embodiments described above.
The embodiments of the present application also provide a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the data management method of any of the embodiments described above.
Embodiments of the present application also provide a computer program product comprising computer program code which, when run on a computer, causes the computer to perform the method as described in the various possible embodiments above.
The embodiment of the application also provides a chip, which comprises a memory and a processor, wherein the memory is used for storing a computer program, and the processor is used for calling and running the computer program from the memory, so that a device provided with the chip executes the method in the various possible implementation manners.
The foregoing embodiment numbers of the present application are merely for the purpose of description, and do not represent the advantages or disadvantages of the embodiments.
The steps in the method of the embodiment of the application can be sequentially adjusted, combined and deleted according to actual needs.
The units in the device of the embodiment of the application can be combined, divided and deleted according to actual needs.
In the present application, the same or similar term concept, technical solution and/or application scenario description will be generally described in detail only when first appearing and then repeatedly appearing, and for brevity, the description will not be repeated generally, and in understanding the present application technical solution and the like, reference may be made to the previous related detailed description thereof for the same or similar term concept, technical solution and/or application scenario description and the like which are not described in detail later.
In the present application, the descriptions of the embodiments are emphasized, and the details or descriptions of the other embodiments may be referred to.
The technical features of the technical scheme of the application can be arbitrarily combined, and all possible combinations of the technical features in the above embodiment are not described for the sake of brevity, however, as long as there is no contradiction between the combinations of the technical features, the application shall be considered as the scope of the description of the application.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) as above, comprising instructions for causing a terminal device (which may be a mobile phone, a computer, a server, a controlled terminal, or a network device, etc.) to perform the method of each embodiment of the present application.
In the above embodiments, it may be implemented in whole or in part by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When the computer program instructions are loaded and executed on a computer, the processes or functions in accordance with embodiments of the present application are produced in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable devices. The computer instructions may be stored in a computer-readable storage medium or transmitted from one computer-readable storage medium to another computer-readable storage medium, for example, the computer instructions may be transmitted from one website, computer, server, or data center to another website, computer, server, or data center by a wired (e.g., coaxial cable, fiber optic, digital subscriber line), or wireless (e.g., infrared, wireless, microwave, etc.). Computer readable storage media can be any available media that can be accessed by a computer or data storage devices, such as servers, data centers, etc., that contain an integration of one or more available media. Usable media may be magnetic media (e.g., floppy disks, storage disks, magnetic tape), optical media (e.g., DVD), or semiconductor media (e.g., solid State Disk (SSD)), among others.
The foregoing description is only of the preferred embodiments of the present application, and is not intended to limit the scope of the application, but rather is intended to cover any equivalents of the structures or equivalent processes disclosed herein or in the alternative, which may be employed directly or indirectly in other related arts.

Claims (10)

1. A method of data management, comprising:
receiving a data reading request sent by a host side and used for reading target data;
and when the target data is exchange area data, marking the state of the target data as invalid.
2. The method of claim 1, wherein the target data is switching zone data, comprising at least one of:
the data reading request comprises a preset identifier;
the target data is located in a preset storage area.
3. The method according to claim 2, wherein before receiving the data read request for reading the target data sent by the host side, the method further comprises:
and receiving a data writing request which is sent by the host side and used for writing the target data, wherein the data writing request comprises writing in the preset storage area and/or the preset identifier.
4. A method according to any one of claims 1 to 3, wherein said marking the state of the target data as invalid comprises:
and deleting the mapping relation corresponding to the target data in the data mapping table.
5. A method according to any one of claims 1 to 3, wherein the method further comprises, when the target data is swap area data, before marking the state of the target data as invalid:
receiving a configuration instruction sent by the host end and used for starting a data management function;
and responding to the configuration instruction, starting the data management function to detect whether the target data is the exchange area data after receiving the data reading request.
6. A method of data management, comprising:
responding to a request for acquiring target data;
and sending a data reading request for reading the target data to a storage device.
7. The method of claim 6, wherein prior to responding to the request for the target data, further comprising:
and in response to the need of writing the target data, sending a data writing request for writing the target data to the storage device when the target data is determined to be required to be stored to the exchange area.
8. The method according to claim 6 or 7, characterized in that the method further comprises:
responding to the starting operation of a data management function, and sending a configuration instruction to the storage device so as to enable the storage device to start the data management function; and/or the number of the groups of groups,
and outputting prompt information for prompting supporting or starting the data management function.
9. An intelligent terminal, characterized in that, the intelligent terminal includes: a memory, a processor, wherein the memory has stored thereon a computer program which, when executed by the processor, implements the steps of the data management method according to any of claims 1 to 8.
10. A computer-readable storage medium, characterized in that the storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of the data management method according to any of claims 1 to 8.
CN202210568316.5A 2022-05-24 2022-05-24 Data management method, intelligent terminal and storage medium Pending CN117149048A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210568316.5A CN117149048A (en) 2022-05-24 2022-05-24 Data management method, intelligent terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210568316.5A CN117149048A (en) 2022-05-24 2022-05-24 Data management method, intelligent terminal and storage medium

Publications (1)

Publication Number Publication Date
CN117149048A true CN117149048A (en) 2023-12-01

Family

ID=88910630

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210568316.5A Pending CN117149048A (en) 2022-05-24 2022-05-24 Data management method, intelligent terminal and storage medium

Country Status (1)

Country Link
CN (1) CN117149048A (en)

Similar Documents

Publication Publication Date Title
CN107967322B (en) File classification display method, mobile terminal and computer readable storage medium
CN108572764B (en) Character input control method and device and computer readable storage medium
CN107562705B (en) Data export method, server and computer readable storage medium
CN110365347B (en) Power amplifier control method, device and computer readable storage medium
CN107124466B (en) Method and device for preventing cache from penetrating and computer readable storage medium
CN107888768B (en) Unlocking control method, terminal and computer readable storage medium
CN109445945B (en) Memory allocation method of application program, mobile terminal, server and storage medium
CN111970738B (en) Network switching control method, device and computer readable storage medium
CN109062688B (en) Memory allocation method, server and mobile terminal
CN108900696B (en) Data processing method, terminal and computer readable storage medium
CN107404568B (en) Control switch management method and mobile terminal
CN110955397A (en) Method for setting frame rate of game terminal, game terminal and storage medium
CN107894958B (en) Junk information cleaning method, terminal, server and computer readable storage medium
CN115494997A (en) Information reading method, intelligent terminal and storage medium
CN114253687A (en) Multi-window leakage processing method and device and computer readable storage medium
CN110572518B (en) Screen-extinguishing control method, mobile terminal and computer-readable storage medium
CN113805700A (en) Voice control method, mobile terminal and storage medium
CN109683799B (en) Sliding control method and device and computer readable storage medium
CN108304268B (en) Memory optimization method, mobile terminal and computer readable storage medium
CN108196938B (en) Memory calling method, mobile terminal and computer readable storage medium
CN117149048A (en) Data management method, intelligent terminal and storage medium
CN113138857A (en) Memory cleaning method, mobile terminal and storage medium
CN107818159B (en) Information processing method, terminal and computer readable storage medium
CN113852717B (en) Wallpaper module position migration method, equipment and computer readable storage medium
CN114125151B (en) Image processing method, mobile terminal and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication