CN112749051A - File use information recording method and device and mobile terminal - Google Patents

File use information recording method and device and mobile terminal Download PDF

Info

Publication number
CN112749051A
CN112749051A CN201911052583.1A CN201911052583A CN112749051A CN 112749051 A CN112749051 A CN 112749051A CN 201911052583 A CN201911052583 A CN 201911052583A CN 112749051 A CN112749051 A CN 112749051A
Authority
CN
China
Prior art keywords
file
application program
files
information
directory
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
CN201911052583.1A
Other languages
Chinese (zh)
Other versions
CN112749051B (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.)
Oneplus Technology Shenzhen Co Ltd
Original Assignee
Oneplus Technology Shenzhen 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 Oneplus Technology Shenzhen Co Ltd filed Critical Oneplus Technology Shenzhen Co Ltd
Priority to CN201911052583.1A priority Critical patent/CN112749051B/en
Publication of CN112749051A publication Critical patent/CN112749051A/en
Application granted granted Critical
Publication of CN112749051B publication Critical patent/CN112749051B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs

Abstract

The invention provides a file use information recording method, a device and a mobile terminal, wherein the file use information recording method comprises the following steps: when an application program is started, adding files in a file directory of the application program into a monitoring list, and storing information of the monitored files, wherein the information of the files at least comprises file names, file paths and handles of the files; when monitoring that the application program uses the files in the file directory, recording the time for using the files, searching the used files through the handle, and storing the corresponding relation information of the used files and the recorded time for using the files as the file use information; the file use information is used for preloading the application program according to the file use information in the process of starting the application program next time. The method and the device can obtain the file use information of the application program, and can perform preloading according to the file use information when the application program is started next time, so that the reading speed of the application program is increased, and the experience degree of a user is improved.

Description

File use information recording method and device and mobile terminal
Technical Field
The invention relates to the technical field of software, in particular to a file use information recording method, a file use information recording device, a mobile terminal and a computer storage medium.
Background
After the application program is started and operated, the resource files are read, all related resource files are loaded into the memory to be operated, and the files are loaded out of order, so that the large-scale application programs, such as game application programs, are large in file quantity, low in reading speed, long in application program opening time, and low in user experience.
Disclosure of Invention
In view of the above problems, the present invention provides a file usage information recording method, device, mobile terminal and computer storage medium, so as to obtain a detailed record when an application reads a file, thereby monitoring the operation of the application and improving the user experience.
In order to achieve the purpose, the invention adopts the following technical scheme:
a file use information recording method comprising:
when an application program is started, adding files in a file directory of the application program into a monitoring list, and storing monitored information of the files, wherein the information of the files at least comprises file names, file paths and handles of the files;
when monitoring that the application program uses the files in the file directory, recording the time for using the files, searching the used files through the handle, and storing the corresponding relation information of the used files and the recorded time for using the files as file use information; the file use information is used for preloading the application program according to the file use information in the process of starting the application program next time.
Preferably, in the file usage information recording method, the "adding a file in the file directory of the application program to the listening list when the application program is started" includes:
adding an application file directory of the application program and files under a data file directory into the monitoring list;
judging the type of the application program, and adding files in a multimedia file directory of the application program into the monitoring list when the application program is determined to be a preset program.
Preferably, in the file usage information recording method, the "adding a file in the file directory of the application program to the listening list when the application program is started" includes:
judging the type of the application program, and adding an application file directory, a data file directory and files under a multimedia file directory of the application program into the monitoring list when the application program is determined to be a preset program;
and when the application program is determined to be a non-preset program, adding the application file directory and the files in the data file directory of the application program into the monitoring list.
Preferably, in the file usage information recording method, the files in the application file directory are added to the monitoring list by calling a monitoring module.
Preferably, in the file use information recording method, the "finding the used file by the handle" includes: and acquiring a handle of the corresponding file opened by the application program by using the reading function.
Preferably, in the file usage information recording method, the file information is stored in a file information base in a memory, and the storing the monitored information of the file includes: and storing the file information in the file directory to the file information base by using a red-black tree structure.
The present invention also provides a file use information recording apparatus comprising:
the monitoring starting module is used for adding files in the file directory of the application program into a monitoring list when the application program is started, and storing monitored information of the files, wherein the information of the files at least comprises file names, file paths and file handles;
the using information recording module is used for recording the time for using the file when monitoring that the application program uses the file in the file directory, searching the used file through the handle, and storing the corresponding relation information of the used file and the recorded time for using the file as the file using information; the file use information is used for preloading the application program according to the file use information in the process of starting the application program next time.
Preferably, in the file usage information recording apparatus, the monitoring start module includes:
a monitoring list setting unit, configured to add an application file directory and files in a data file directory of the application program to the monitoring list;
and the program type judging unit is used for judging the type of the application program and adding the files in the multimedia file directory of the application program into the monitoring list when the application program is determined to be a preset program.
The invention also provides a mobile terminal, which comprises a memory and a processor, wherein the memory is used for storing the computer program, and the processor runs the computer program to enable the mobile terminal to execute the file use information recording method.
The invention also provides a computer storage medium storing a computer program for use in the mobile terminal.
The invention provides a file use information recording method, which comprises the following steps: when an application program is started, adding files in a file directory of the application program into a monitoring list, and storing monitored information of the files, wherein the information of the files at least comprises file names, file paths and handles of the files; when monitoring that the application program uses the files in the file directory, recording the time for using the files, searching the used files through the handle, and storing the corresponding relation information of the used files and the recorded time for using the files as file use information; the file use information is used for preloading the application program according to the file use information in the process of starting the application program next time. The file use information recording method can obtain the file use information of the application program, and can perform preloading according to the file use information when the application program is started next time, so that the reading speed of the application program is increased, and the experience degree of a user is improved.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solution of the present invention, the drawings required to be used in the embodiments will be briefly described below, and it should be understood that the following drawings only illustrate some embodiments of the present invention, and therefore should not be considered as limiting the scope of the present invention. Like components are numbered similarly in the various figures.
Fig. 1 is a flowchart of a file usage information recording method according to embodiment 1 of the present invention;
fig. 2 is a flowchart illustrating a method for turning on a preset listening module according to embodiment 1 of the present invention;
fig. 3 is a flowchart of another method for turning on a preset listening module according to embodiment 1 of the present invention;
FIG. 4 is a schematic structural diagram of a file use information recording apparatus according to embodiment 2 of the present invention;
fig. 5 is a schematic structural diagram of another file use information recording apparatus provided in embodiment 2 of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments.
The components of embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present invention without making any creative effort, shall fall within the protection scope of the present invention.
Hereinafter, the terms "including", "having", and their derivatives, which may be used in various embodiments of the present invention, are only intended to indicate specific features, numbers, steps, operations, elements, components, or combinations of the foregoing, and should not be construed as first excluding the existence of, or adding to, one or more other features, numbers, steps, operations, elements, components, or combinations of the foregoing.
Furthermore, the terms "first," "second," "third," and the like are used solely to distinguish one from another and are not to be construed as indicating or implying relative importance.
Unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which various embodiments of the present invention belong. The terms (such as those defined in commonly used dictionaries) should be interpreted as having a meaning that is consistent with their contextual meaning in the relevant art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein in various embodiments of the present invention.
Example 1
Fig. 1 is a flowchart of a file usage information recording method according to embodiment 1 of the present invention, where the method includes the following steps:
step S11: when an application program is started, adding files in a file directory of the application program into a monitoring list, and storing monitored information of the files, wherein the information of the files at least comprises file names, file paths and handles of the files.
In the embodiment of the invention, when the mobile terminal receives a starting instruction of the application program, for example, when a user clicks an icon of the application program on the mobile terminal or when the mobile terminal is started and issues an instruction for starting the background application program, the mobile terminal starts a preset monitoring module, adds the files in the file directory of the application program into the monitoring list, and then monitors the reading operation of the files in the list by using the monitoring module. The preset monitoring module comprises an inotify _ add _ watch monitoring module, namely, the files in the application program file directory are added into the monitoring list by calling the inotify _ add _ watch monitoring module. inotify is a Linux kernel feature that monitors a file system and issues relevant event alerts such as delete, read, write, and unload operations to specific applications in a timely manner, and can also track details such as source and target of activities.
In the embodiment of the present invention, before adding the file in the file directory of the application program to the monitoring list, determining the type of the application program, and if the file in the file directory is the monitoring list according to the type of the application program, if the game program adds the file in the application file directory, the file in the data file directory, and the file in the multimedia file directory to the monitoring list, the non-preset program only needs to add the file in the application file directory and the file in the data file directory to the monitoring list. Specifically, for example, a start instruction table may be pre-established in the mobile terminal, the start instruction and the corresponding application program type are stored in the start instruction table, the corresponding type may be queried according to the table when the start instruction is issued, or an algorithm or an application program of a judgment type may be set in the application program, and after the start instruction of the application program is received, the type of the application program corresponding to the start instruction may be judged by using the algorithm or the application program of the judgment type.
In the embodiment of the present invention, the types of the application programs include a game application program and a non-game application program, where the number of files of the game application program is larger than that of a general application program, and it is necessary to load various media files, such as music files and video files, when the game application program needs to be started normally, in a subsequent file monitoring step, the game application program needs to monitor a media file directory, and the non-game application program may not monitor files of a multimedia file directory thereof, but may also monitor the application program of the media file directory by setting a flag portion, which is not limited herein. Meanwhile, the types of the programs can be further subdivided, more file directories are subdivided, and the corresponding file directories are monitored according to the subdivided program types, so that monitoring of files which do not need to be monitored can be avoided, and the monitoring efficiency is improved.
In the embodiment of the present invention, after the file in the file directory of the application program is added to the monitoring list of the monitoring module, the file information in the file directory may also be stored in a pre-established file information base, where the file information includes a file name, a file size, a file path, and the like. The pre-established file information base can be stored in a hard disk space of the mobile terminal, and can also be stored in a memory space of the mobile terminal, so that the speed of searching information by the file information base is improved.
Step S12: when monitoring that the application program uses the files in the file directory, recording the time for using the files, searching the used files through the handle, and storing the corresponding relation information of the used files and the recorded time for using the files as file use information; the file use information is used for preloading the application program according to the file use information in the process of starting the application program next time.
In the embodiment of the invention, in the process of starting and running the application program, the monitoring module monitors the files of the file directory, and records the reading time of the read files when the application program is monitored to read the files. The process of recording the read time of the read file may be implemented by using an algorithm or an application program, for example, a time recording program may be set in the mobile terminal, and when the monitoring module monitors the operation of reading the file, the time recording program may be used to record the file read time, so as to obtain the sequence of reading the file by the application program according to the read time later.
In the embodiment of the invention, the handle is a reference identifier managed by a system in the mobile terminal, and the corresponding file can be positioned through the identifier. When the application program reads the file, the process of obtaining the handle of the corresponding file may be implemented by using an algorithm or an application program, for example, the application program may be set in the mobile terminal, and when the application program is monitored to read the file, the handle of the corresponding file is obtained. And, the handle of the corresponding file opened by the application program can also be acquired by using a read function, and the read function is a read function.
In the embodiment of the invention, after the handle of the corresponding file is obtained when the application program reads the file, the handle can be used to search the corresponding file information in the file information base, and the corresponding file information is recorded as the file use information in combination with the corresponding reading time, the file use information specifically comprises a file name, a file path and the reading time of the file, the reading sequence of the file can be obtained based on the reading time of the file, and if the application program reads only a part of the file when reading the file, the file use information can also comprise the area information of the file.
In the embodiment of the invention, after the file use information is recorded, an operation log corresponding to the application program can be generated and stored in a hard disk space or a memory space of the mobile terminal, and the file use information monitored after the application program is started each time can be compared with the last operation log, so that whether the application program normally operates is judged.
In addition, corresponding files can be read for the application program in advance according to the last running log, the corresponding files are loaded to the memory of the mobile terminal in advance, the running speed of the application program is improved by means of preloading, and particularly the application program of games can greatly improve the experience degree of users. For example, when an application program is initialized, the whole file or a part of the file area can be preloaded according to the file use information, so that the application program does not need to load a corresponding file when the application program is executed to a certain step, and the running speed of the application program is increased.
In the embodiment of the invention, the file information in the file directory can be stored in the file information base by utilizing a red-black tree structure. The file information base is pre-established in the memory, the file information is stored in the file information base of the memory in a red-black tree structure, and when the corresponding file information in the file information base is searched by using the handle, the searching speed is greatly increased, so that the efficiency of recording the file use information is improved.
Fig. 2 is a flowchart of opening a preset listening module according to embodiment 1 of the present invention, which includes the following steps:
step S21: and adding the application file directory of the application program and the files in the data file directory into a monitoring list.
Step S22: and judging the type of the application program, and adding files in a multimedia file directory of the application program into a monitoring list when the application program is determined to be a preset program.
Fig. 3 is a flowchart of another method for turning on a preset listening module according to embodiment 1 of the present invention, which includes the following steps:
step S31: judging the type of the application program, and adding an application file directory, a data file directory and files in a multimedia file directory of the application program into a monitoring list when the application program is determined to be a preset program.
Step S32: and when the application program is determined to be a non-preset program, adding the application file directory of the application program and the files in the data file directory into a monitoring list.
In the embodiment of the present invention, after the type of the application program is determined, the file directory to be monitored is determined according to the type of the application program, and specifically, the file directory includes an application file directory, a data file directory, and a multimedia file directory. The application file directory mainly stores codes which need to be loaded when the application program runs, the application program loads the codes into a memory of the mobile terminal and then runs, so that the function of the codes is achieved, the data file directory stores setting parameters of the application program, and the multimedia file directory stores files such as audio and video.
In the embodiment of the invention, when the application program is a preset application program, such as an application program with a large number of media files in a game class, the monitored file directories are an application file directory, a data file directory and a multimedia file directory under the root directory of the application program. And other types of application programs can only monitor the application file directory and the data file directory under the root directory, and can mark part of other types of application programs according to requirements and monitor the multimedia file directory of the application programs.
Example 2
Fig. 4 is a schematic structural diagram of a file usage information recording apparatus according to embodiment 2 of the present invention.
The file usage information recording apparatus 400 includes:
a monitoring starting module 410, configured to add a file in a file directory of an application program to a monitoring list when the application program is started, and store information of the monitored file, where the information of the file at least includes a file name, a file path, and a handle of the file;
a usage information recording module 420, configured to record a time for using a file when it is monitored that the application uses the file in the file directory, search for the used file through the handle, and store correspondence information between the used file and the recorded time for using the file as file usage information; the file use information is used for preloading the application program according to the file use information in the process of starting the application program next time.
As shown in fig. 5, the listening turn-on module 410 includes:
a monitoring list setting unit 411, configured to add an application file directory and files in a data file directory of the application program to the monitoring list;
a program type determining unit 412, configured to determine the type of the application program, and add a file in a multimedia file directory of the application program to the listening list when the application program is determined to be a preset program.
In the embodiment of the present invention, for more detailed functional description of each module and each unit, reference may be made to contents of corresponding parts in the foregoing embodiment, which are not described herein again.
In addition, the invention also provides a mobile terminal which can comprise a smart phone, a tablet computer, a vehicle-mounted computer, intelligent wearable equipment and the like. The mobile terminal comprises a memory and a processor, wherein the memory can be used for storing a computer program, and the processor enables the mobile terminal to execute the method or the functions of each module in the file use information recording device by running the computer program.
The memory may include a storage program area and a storage data area, wherein 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, a phonebook, etc.) created according to the use of the mobile terminal, and the like. Further, the memory 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 embodiment also provides a computer storage medium for storing the computer program used in the mobile terminal.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative and, for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, each functional module or unit in each embodiment of the present invention may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention or a part of the technical solution that contributes to the prior art in essence can be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a smart phone, a personal computer, a server, or a network device, etc.) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A file use information recording method, characterized by comprising:
when an application program is started, adding files in a file directory of the application program into a monitoring list, and storing monitored information of the files, wherein the information of the files at least comprises file names, file paths and handles of the files;
when monitoring that the application program uses the files in the file directory, recording the time for using the files, searching the used files through the handle, and storing the corresponding relation information of the used files and the recorded time for using the files as file use information; the file use information is used for preloading the application program according to the file use information in the process of starting the application program next time.
2. The method according to claim 1, wherein the adding the files in the file directory of the application to the listening list at the time of application startup comprises:
adding an application file directory of the application program and files under a data file directory into the monitoring list;
judging the type of the application program, and adding files in a multimedia file directory of the application program into the monitoring list when the application program is determined to be a preset program.
3. The method according to claim 1, wherein the adding the files in the file directory of the application to the listening list at the time of application startup comprises:
judging the type of the application program, and adding an application file directory, a data file directory and files under a multimedia file directory of the application program into the monitoring list when the application program is determined to be a preset program;
and when the application program is determined to be a non-preset program, adding the application file directory and the files in the data file directory of the application program into the monitoring list.
4. The file usage information recording method according to claim 1, wherein the files under the application file directory are added to the snoop list by calling a snoop module.
5. The file usage information recording method according to claim 1, wherein the "finding the file used through the handle" includes: and acquiring a handle of the corresponding file opened by the application program by using the reading function.
6. The method for recording file usage information according to claim 1, wherein the file information is stored in a file information base in a memory, and the storing the monitored information of the file includes: and storing the file information in the file directory to the file information base by using a red-black tree structure.
7. A file usage information recording apparatus, comprising:
the monitoring starting module is used for adding files in the file directory of the application program into a monitoring list when the application program is started, and storing monitored information of the files, wherein the information of the files at least comprises file names, file paths and file handles;
the using information recording module is used for recording the time for using the file when monitoring that the application program uses the file in the file directory, searching the used file through the handle, and storing the corresponding relation information of the used file and the recorded time for using the file as the file using information; the file use information is used for preloading the application program according to the file use information in the process of starting the application program next time.
8. The file usage information recording apparatus according to claim 7, wherein the listen start module includes:
a monitoring list setting unit, configured to add an application file directory and files in a data file directory of the application program to the monitoring list;
and the program type judging unit is used for judging the type of the application program and adding the files in the multimedia file directory of the application program into the monitoring list when the application program is determined to be a preset program.
9. A mobile terminal characterized by comprising a memory for storing a computer program and a processor for executing the computer program to cause the mobile terminal to execute the file usage information recording method according to any one of claims 1 to 6.
10. A computer storage medium characterized in that it stores a computer program for use in a mobile terminal according to claim 9.
CN201911052583.1A 2019-10-31 2019-10-31 File use information recording method and device and mobile terminal Active CN112749051B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911052583.1A CN112749051B (en) 2019-10-31 2019-10-31 File use information recording method and device and mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911052583.1A CN112749051B (en) 2019-10-31 2019-10-31 File use information recording method and device and mobile terminal

Publications (2)

Publication Number Publication Date
CN112749051A true CN112749051A (en) 2021-05-04
CN112749051B CN112749051B (en) 2022-11-08

Family

ID=75644582

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911052583.1A Active CN112749051B (en) 2019-10-31 2019-10-31 File use information recording method and device and mobile terminal

Country Status (1)

Country Link
CN (1) CN112749051B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060101476A1 (en) * 2004-11-10 2006-05-11 Microsoft Corporation Method and system for recording and replaying input-output requests issued by a user-mode program
CN102750174A (en) * 2012-06-29 2012-10-24 Tcl集团股份有限公司 Method and device for loading file
CN103577212A (en) * 2012-08-08 2014-02-12 腾讯科技(深圳)有限公司 System starting preloading method and device
CN103631612A (en) * 2012-08-23 2014-03-12 腾讯科技(深圳)有限公司 Method and device for starting operating system
US20150283456A1 (en) * 2014-04-08 2015-10-08 Nextbit Systems Inc. Optimizing gaming applications accessed by electronic devices
CN106569894A (en) * 2016-10-11 2017-04-19 北京元心科技有限公司 Picture loading method and system
CN106777116A (en) * 2016-12-15 2017-05-31 腾讯科技(深圳)有限公司 A kind of content acquisition method, subscription client, server and system
CN109240989A (en) * 2018-09-07 2019-01-18 深圳市万普拉斯科技有限公司 File object querying method, device, terminal device and readable storage medium storing program for executing

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060101476A1 (en) * 2004-11-10 2006-05-11 Microsoft Corporation Method and system for recording and replaying input-output requests issued by a user-mode program
CN102750174A (en) * 2012-06-29 2012-10-24 Tcl集团股份有限公司 Method and device for loading file
CN103577212A (en) * 2012-08-08 2014-02-12 腾讯科技(深圳)有限公司 System starting preloading method and device
CN103631612A (en) * 2012-08-23 2014-03-12 腾讯科技(深圳)有限公司 Method and device for starting operating system
US20150283456A1 (en) * 2014-04-08 2015-10-08 Nextbit Systems Inc. Optimizing gaming applications accessed by electronic devices
CN106569894A (en) * 2016-10-11 2017-04-19 北京元心科技有限公司 Picture loading method and system
CN106777116A (en) * 2016-12-15 2017-05-31 腾讯科技(深圳)有限公司 A kind of content acquisition method, subscription client, server and system
CN109240989A (en) * 2018-09-07 2019-01-18 深圳市万普拉斯科技有限公司 File object querying method, device, terminal device and readable storage medium storing program for executing

Also Published As

Publication number Publication date
CN112749051B (en) 2022-11-08

Similar Documents

Publication Publication Date Title
CN108647151B (en) Full flash system metadata disk-dropping method, device, equipment and storage medium
WO2007068600B1 (en) Generating backup sets to a specific point in time
CN109033360B (en) Data query method, device, server and storage medium
CN111324665B (en) Log playback method and device
JP2020107347A (en) Methods and apparatuses for storing file path and accessing local file
KR20080005571A (en) Apparatus, method and system for restoring files
CN102737690A (en) Method and terminal for starting music application
CN112799737B (en) Game resource processing method, game resource processing device, processor and storage medium
CN114416677A (en) Cold storage data updating method, device, equipment and storage medium
CN112749051B (en) File use information recording method and device and mobile terminal
US20180341426A1 (en) Method and device for clearing data and electronic device
EP3343395B1 (en) Data storage method and apparatus for mobile terminal
CN105095337A (en) Selection method, method for maintaining data list and electronic device
CN110928885B (en) Method and device for updating data of Mysql database to Es database
CN112036133B (en) File storage method and device, electronic equipment and storage medium
CN114446328B (en) Method and device for auditing CD (compact disc) burning
US20150293938A1 (en) Replacing virtual file system data structures deleted by a forced unmount
CN114647658A (en) Data retrieval method, device, equipment and machine-readable storage medium
CN110515803B (en) Processing method and device for log message and electronic equipment
CN112817648A (en) Application program file preloading method and device and mobile terminal
CN112817596A (en) Method and device for quickly acquiring file information and electronic equipment
CN105102083A (en) Data processing method, apparatus and system
JPWO2020065778A1 (en) Information processing equipment, control methods, and programs
CN111061721B (en) Data processing method and device
CN108763425B (en) Method and apparatus for storing and reading audio files

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant