A solution to inaccurate data in a multimedia database
By responding to renaming commands in the multimedia database, modifying the name, and obtaining the new storage path, and combining this with traversal commands to identify and delete redundant data, the problem of inaccurate data after renaming is solved, and data cleaning and updating of the database are realized.
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Filing Date
- 2023-10-08
- Publication Date
- 2026-03-17
AI Technical Summary
In multimedia databases, when files or folders are renamed, the database fails to update in a timely manner, resulting in outdated media resource information and mixed storage of new and old media information, leading to data inaccuracies.
In response to the rename command, the name of the target data is modified and the new storage path is obtained. The storage path of the target data is determined by the traversal command, the old name is used to replace the new name, and redundant data in the database is found and deleted.
By retaining the old paths and replacing them with new names, data accuracy is ensured and data omissions are avoided, thus enabling data cleaning and updating of the multimedia database.
Smart Images

Figure CN117312584B_ABST
Abstract
Description
Technical Field
[0001] This application relates to the field of data processing technology, and in particular to a solution for inaccurate data in multimedia databases. Background Technology
[0002] The Android system now stores media resources (music, video, images, etc.) directly in a multimedia database. When we need to manipulate media resources (such as searching, filtering, displaying, etc.), we can directly operate on the associated multimedia database. This is more convenient, faster, and requires lower performance while being more efficient. To import media resource information into the multimedia database, simply send a fixed system broadcast to scan the specified path.
[0003] This solution works fine under normal use. However, if the user uses the local file renaming function provided by the device to change the name of a folder in the path where the media resources are stored to an easy-to-remember and distinguishable name, the media database will have problems after rescanning: (1) After the file or folder is renamed, it will not continue to scan downwards, so the original media resource information in the multimedia database will not be updated; (2) After the file is rescanned, the new media information will be written to the multimedia database, but the original media data information before the renaming will not disappear and will still be stored in the multimedia database, causing data chaos and inaccuracy. Summary of the Invention
[0004] In view of this, the purpose of this application is to provide a solution to the problem of inaccurate data in multimedia databases, which can effectively process redundant data in the database after name changes, thereby ensuring the accuracy of the data stored in the database.
[0005] This application provides a solution to inaccurate data in a multimedia database, the solution including:
[0006] In response to a renaming instruction, the original name of the target data is modified according to the specified name carried in the renaming instruction;
[0007] Get the new storage path for the modified target data;
[0008] In response to the traversal instruction, a data traversal operation is performed based on the new storage path to determine at least one first storage path corresponding to the target data;
[0009] Based on the at least one first storage path and the original name of the target data, obtain at least one second storage path;
[0010] For each second storage path, perform a data lookup in the database based on that second storage path, and then delete the found data.
[0011] Optionally, the target data is a target file or a target folder.
[0012] Optionally, after modifying the original name of the target data according to the specified name carried in the renaming instruction, the solution further includes:
[0013] The original name and the specified name of the target data are packaged and stored in the specified area.
[0014] Optionally, before responding to the traversal instruction, the solution further includes:
[0015] The target data is subjected to attribute information identification to determine whether the type of the target data is a folder;
[0016] If so, issue a traversal instruction to traverse the target data and its subordinate data;
[0017] If not, issue a traversal instruction to traverse the target data.
[0018] Optionally, the step of responding to the traversal instruction and performing a data traversal operation based on the new storage path to determine at least one first storage path corresponding to the target data includes:
[0019] Based on the new storage path, perform a data traversal operation to determine whether the target data includes at least one sub-data.
[0020] If so, obtain the storage path of each sub-data, and determine the new storage path of the target data and the storage path of each sub-data as the first storage path, thereby obtaining at least one first storage path corresponding to the target data;
[0021] If not, the new storage path for the target data is determined as the first storage path.
[0022] Optionally, obtaining at least one second storage path based on the at least one first storage path and the original name of the target data includes:
[0023] For each first storage path, identify the target location of the target data with a specified name in that first storage path;
[0024] Based on the identified target location, the specified name in the first storage path is replaced using the original name of the target data to obtain at least one second storage path.
[0025] This application embodiment also provides a solution device for inaccurate data in a multimedia database, the solution device comprising:
[0026] The renaming module is used to respond to a renaming command and modify the original name of the target data according to the specified name carried in the renaming command;
[0027] The first acquisition module is used to acquire the new storage path of the modified target data;
[0028] The determination module is used to respond to the traversal instruction, perform data traversal operation according to the new storage path, and determine at least one first storage path corresponding to the target data;
[0029] The second acquisition module is used to acquire at least one second storage path based on the at least one first storage path and the original name of the target data;
[0030] The lookup module is used to search for data in the database for each second storage path and delete the found data.
[0031] Optionally, the target data is a target file or a target folder.
[0032] Optionally, the solution apparatus further includes a storage module, the storage module being used for:
[0033] The original name and the specified name of the target data are packaged and stored in the specified area.
[0034] Optionally, the solution apparatus further includes an identification module, the identification module being used for:
[0035] The target data is subjected to attribute information identification to determine whether the type of the target data is a folder;
[0036] If so, issue a traversal instruction to traverse the target data and its subordinate data;
[0037] If not, issue a traversal instruction to traverse the target data.
[0038] Optionally, when the determining module performs a data traversal operation based on the new storage path in response to a traversal instruction to determine at least one first storage path corresponding to the target data, the determining module is configured to:
[0039] Based on the new storage path, perform a data traversal operation to determine whether the target data includes at least one sub-data.
[0040] If so, obtain the storage path of each sub-data, and determine the new storage path of the target data and the storage path of each sub-data as the first storage path, thereby obtaining at least one first storage path corresponding to the target data;
[0041] If not, the new storage path for the target data is determined as the first storage path.
[0042] Optionally, when the second acquisition module is used to acquire at least one second storage path based on the at least one first storage path and the original name of the target data, the second acquisition module is used to:
[0043] For each first storage path, identify the target location of the target data with a specified name in that first storage path;
[0044] Based on the identified target location, the specified name in the first storage path is replaced using the original name of the target data to obtain at least one second storage path.
[0045] This application also provides an electronic device, including: a processor, a memory, and a bus. The memory stores machine-readable instructions executable by the processor. When the electronic device is running, the processor communicates with the memory via the bus. When the machine-readable instructions are executed by the processor, the steps of the solution described above are performed.
[0046] This application also provides a computer-readable storage medium storing a computer program that, when executed by a processor, performs the steps of the solution described above.
[0047] This application provides a solution for inaccurate data in a multimedia database, comprising: in response to a renaming instruction, modifying the original name of target data according to a specified name carried in the renaming instruction; obtaining a new storage path for the modified target data; in response to a traversal instruction, performing a data traversal operation according to the new storage path to determine at least one first storage path corresponding to the target data; obtaining at least one second storage path according to the at least one first storage path and the original name of the target data; for each second storage path, performing a data search in the database according to the second storage path, and deleting the searched data.
[0048] In this way, the technical solution provided in this application restores the old path by retaining both the old and new names and then replacing the new name field with the old name field. This allows us to find and process the corresponding garbage data using the old path. A loop is used to iterate through the data to be processed, preventing any omissions.
[0049] To make the above-mentioned objectives, features and advantages of this application more apparent and understandable, preferred embodiments are described below in detail with reference to the accompanying drawings. Attached Figure Description
[0050] To more clearly illustrate the technical solutions of the embodiments of this application, the accompanying drawings used in the embodiments will be briefly introduced below. It should be understood that the following drawings only show some embodiments of this application and should not be regarded as a limitation of the scope. For those skilled in the art, other related drawings can be obtained based on these drawings without creative effort.
[0051] Figure 1 A flowchart illustrating a solution for inaccurate data in a multimedia database, provided as an embodiment of this application;
[0052] Figure 2 This is a schematic diagram of one of the structural devices for resolving inaccurate data in a multimedia database, provided in an embodiment of this application.
[0053] Figure 3 A second schematic diagram of a device for resolving inaccurate data in a multimedia database, provided in an embodiment of this application;
[0054] Figure 4 This is a schematic diagram of the structure of an electronic device provided in an embodiment of this application. Detailed Implementation
[0055] To make the objectives, technical solutions, and advantages of the embodiments of this application clearer, the technical solutions of the embodiments of this application will be clearly and completely described below with reference to the accompanying drawings. Obviously, the described embodiments are only some embodiments of this application, and not all embodiments. The components of the embodiments of this application described and shown in the accompanying drawings can generally be arranged and designed in various different configurations. Therefore, the following detailed description of the embodiments of this application provided in the accompanying drawings is not intended to limit the scope of the claimed application, but merely represents selected embodiments of this application. Based on the embodiments of this application, every other embodiment obtained by those skilled in the art without inventive effort falls within the scope of protection of this application.
[0056] The Android system now stores media resources (music, video, images, etc.) directly in a multimedia database. When we need to manipulate media resources (such as searching, filtering, displaying, etc.), we can directly operate on the associated multimedia database. This is more convenient, faster, and requires lower performance while being more efficient. How do we import media resource-related data into the multimedia database? Simply send a fixed system broadcast to scan the specified path.
[0057] This solution works fine under normal use. However, if the user uses the local file renaming function provided by the device to change the name of a folder in the path where the media resources are stored to an easy-to-remember and distinguishable name, the media database will have problems after rescanning: (1) After the file or folder is renamed, it will not continue to scan downwards, so the original media resource information in the multimedia database will not be updated; (2) After the file is rescanned, the new media information will be written to the multimedia database, but the original media data information before the renaming will not disappear and will still be stored in the multimedia database, causing data chaos and inaccuracy.
[0058] Based on this, this application provides a solution to the problem of inaccurate data in a multimedia database, which can effectively process redundant data in the database after the name is changed, thereby ensuring the accuracy of the data stored in the database.
[0059] Please see Figure 1 , Figure 1 This is a flowchart illustrating a solution for inaccurate data in a multimedia database, provided as an embodiment of this application. Figure 1 As shown in the embodiments of this application, the solution provided includes:
[0060] S101. In response to the renaming instruction, modify the original name of the target data according to the specified name carried in the renaming instruction.
[0061] Here, the renaming instruction is an instruction issued by the user through the renaming device.
[0062] The original name of the target data is modified according to the specified name carried in the renaming instruction, that is: the original name of the target data is replaced with the specified name carried in the renaming instruction.
[0063] The target data is a target file or a target folder.
[0064] For example, assuming the target data is a folder stored in the media folder on an SD card, and the original name of the target data is "AA" and the specified name is "Music", then modifying the original name of the target data according to the specified name carried in the renaming instruction means changing the name of the folder (target data) to "Music".
[0065] In one embodiment provided in this application, after modifying the original name of the target data according to the specified name carried in the renaming instruction, the solution further includes: packaging and storing the original name and the specified name of the target data in a specified area.
[0066] Here, both the original name and the specified name of the target data are preserved.
[0067] The specified area is a specific location in the Android multimedia database.
[0068] It's important to note that in Android systems, renaming and deleting old data from the database cannot be performed simultaneously; they must be done in a specific order. If the corresponding data is deleted before renaming, Android will try to locate the file based on its path in the database. If the file still exists, the system will delete it, causing the subsequent renaming to fail because the file no longer exists. Therefore, deleting database data must be done after renaming. Furthermore, after renaming the target data, when scanning or searching for that data, it will be added back to the database. However, the original data from before the renaming will not disappear and will remain stored in the multimedia database, causing data inconsistencies and errors. Therefore, it is necessary to delete this redundant data.
[0069] S102. Obtain the new storage path for the modified target data.
[0070] Here, based on the storage location of the target data and the modified name (specified name) of the target data, the new storage path of the modified target data is determined and retrieved.
[0071] Continuing with the example in step S101, it can be seen from S101 that the old storage path of the target data is sdcard / media / AA, and after the renaming operation, the new storage path of the target data is sdcard / media / music.
[0072] S103. In response to the traversal instruction, perform a data traversal operation according to the new storage path to determine at least one first storage path corresponding to the target data.
[0073] Here, the traversal instructions include instructions for traversing the target data and may also include instructions for traversing the subordinate data of the target data. The first storage path is a new storage path for the target data, or may also include storage paths for the subordinate data included in the target data.
[0074] During the traversal operation, the target data is typically stored again in the database, which is an Android multimedia database.
[0075] It should be noted that after renaming the target data, simply rescanning the path of the target data is not enough, because it will not scan downwards (for example, if there is a folder named media under the path / sdcard / , when we want to scan the resources under the path / sdcard / , the resources in / sdcard / media / will not be scanned, that is, it only scans the resources under the specified path, and the resources in the folders under the specified path will not be scanned), thus causing the original media resource information in the multimedia database to not be updated.
[0076] In another embodiment provided in this application, before responding to the traversal instruction, the solution further includes: identifying the attribute information of the target data to determine whether the type of the target data is a folder; if yes, issuing a traversal instruction to traverse the target data and its subordinate data; if no, issuing a traversal instruction to traverse the target data.
[0077] In another embodiment provided in this application, the step of responding to a traversal instruction and performing a data traversal operation based on the new storage path to determine at least one first storage path corresponding to the target data includes: performing a data traversal operation based on the new storage path to determine whether the target data includes at least one sub-data; if yes, obtaining the storage path of each sub-data, and determining the new storage path of the target data and the storage path of each sub-data as the first storage path to obtain at least one first storage path corresponding to the target data; if no, determining the new storage path of the target data as the first storage path.
[0078] For example, the process of determining at least one first storage path is illustrated below. Assume the target data is a file, stored at the media location on the SD card, the original name of the target data is "N", the specified name is "image", and the new storage path of the target data is "sdcard / media / image". In this case, the traversal instruction is a traversal instruction that only traverses the target data. Thus, only one first storage path can be determined, which is "sdcard / media / image".
[0079] Assuming the target data is a folder stored in the media folder on an SD card, with the original name "AA" and the specified name "Music," the target data includes a file (named BB) and a folder (named CC). The folder also contains two files, DD and EE. The traversal command then iterates over the target data and its subfolders. The resulting first storage paths include: "sdcard / media / images," "sdcard / media / images / BB," "sdcard / media / images / CC," "sdcard / media / images / CC / DD," and "sdcard / media / images / CC / EE."
[0080] S104. Obtain at least one second storage path based on the at least one first storage path and the original name of the target data.
[0081] Here, based on the at least one first storage path and the original name of the target data, a new and old name replacement operation is used to obtain at least one second storage path.
[0082] In one embodiment provided in this application, obtaining at least one second storage path based on the at least one first storage path and the original name of the target data includes: for each first storage path, identifying the target location of a specified name of the target data in the first storage path; and, based on the identified target location, performing a field replacement operation on the specified name in the first storage path using the original name of the target data to obtain at least one second storage path.
[0083] Continuing with the example in step S103, the process of determining at least one second storage path is described below. Assume the target data is a file, stored at the media location on the SD card, the original name of the target data is "N", and the specified name is "image". The determined first storage path is "sdcard / media / image". Replacing the original name with the specified name, the resulting second storage path is "sdcard / media / N".
[0084] Assuming the target data is a folder stored in the media folder on an SD card, with the original name "AA" and the specified name "Music," the target data includes one file (named BB) and one folder (named CC). The folder also contains two files: DD and EE. The determined first storage paths include: "sdcard / media / pictures," "sdcard / media / pictures / BB," "sdcard / media / pictures / CC," "sdcard / media / pictures / CC / DD," and "sdcard / media / pictures / CC / EE." Replacing the original name with the specified name yields the following second storage paths: "sdcard / media / AA," "sdcard / media / AA / BB," "sdcard / media / AA / CC," "sdcard / media / AA / CC / DD," and "sdcard / media / AA / CC / EE."
[0085] S105. For each second storage path, perform a data search in the database based on the second storage path, and delete the searched data.
[0086] Here, the second storage path is actually the original storage path of the target data. The database can be an Android multimedia database.
[0087] In this way, by restoring the original path (second storage path) of the target data, and comparing and searching in the multimedia database through the second storage path, the corresponding data saved in this path is considered junk information and is deleted, thereby ensuring data accuracy.
[0088] This application provides a solution for inaccurate data in a multimedia database, comprising: in response to a renaming instruction, modifying the original name of target data according to a specified name carried in the renaming instruction; obtaining a new storage path for the modified target data; in response to a traversal instruction, performing a data traversal operation according to the new storage path to determine at least one first storage path corresponding to the target data; obtaining at least one second storage path according to the at least one first storage path and the original name of the target data; for each second storage path, performing a data search in the database according to the second storage path, and deleting the searched data.
[0089] In this way, the technical solution provided in this application restores the old path by retaining both the old and new names and then replacing the new name field with the old name field. This allows us to find and process the corresponding garbage data using the old path. A loop is used to iterate through the data to be processed, preventing any omissions.
[0090] Please see Figure 2 , Figure 3 , Figure 2 This is one of the structural schematic diagrams of a device for resolving inaccurate data in a multimedia database, provided in an embodiment of this application. Figure 3 This is a second schematic diagram of a device for resolving inaccurate data in a multimedia database, provided as an embodiment of this application. Figure 2 As shown, the solution device 200 includes:
[0091] The renaming module 210 is used to modify the original name of the target data in response to a renaming instruction, according to the specified name carried in the renaming instruction.
[0092] The first acquisition module 220 is used to acquire the new storage path of the modified target data;
[0093] The determination module 230 is used to respond to the traversal instruction, perform a data traversal operation according to the new storage path, and determine at least one first storage path corresponding to the target data.
[0094] The second acquisition module 240 is used to acquire at least one second storage path based on the at least one first storage path and the original name of the target data;
[0095] The lookup module 250 is used to perform a data lookup in the database for each second storage path and delete the found data.
[0096] Optionally, the target data is a target file or a target folder.
[0097] Optional, such as Figure 3 As shown, the solution device 200 further includes a storage module 260, which is used for:
[0098] The original name and the specified name of the target data are packaged and stored in the specified area.
[0099] Optionally, the solution device 200 further includes an identification module 270, which is used for:
[0100] The target data is subjected to attribute information identification to determine whether the type of the target data is a folder;
[0101] If so, issue a traversal instruction to traverse the target data and its subordinate data;
[0102] If not, issue a traversal instruction to traverse the target data.
[0103] Optionally, when the determining module 230 is used to perform a data traversal operation based on the new storage path in response to a traversal instruction to determine at least one first storage path corresponding to the target data, the determining module 230 is used to:
[0104] Based on the new storage path, perform a data traversal operation to determine whether the target data includes at least one sub-data.
[0105] If so, obtain the storage path of each sub-data, and determine the new storage path of the target data and the storage path of each sub-data as the first storage path, thereby obtaining at least one first storage path corresponding to the target data;
[0106] If not, the new storage path for the target data is determined as the first storage path.
[0107] Optionally, when the second acquisition module 240 acquires at least one second storage path based on the at least one first storage path and the original name of the target data, the second acquisition module 240 is configured to:
[0108] For each first storage path, identify the target location of the target data with a specified name in that first storage path;
[0109] Based on the identified target location, the specified name in the first storage path is replaced using the original name of the target data to obtain at least one second storage path.
[0110] Please see Figure 4 , Figure 4 This is a schematic diagram of the structure of an electronic device provided in an embodiment of this application. Figure 4As shown, the electronic device 400 includes a processor 410, a memory 420, and a bus 430.
[0111] The memory 420 stores machine-readable instructions executable by the processor 410. When the electronic device 400 is running, the processor 410 communicates with the memory 420 via the bus 430. When the machine-readable instructions are executed by the processor 410, they can perform the operations described above. Figure 1 The steps of the solution in the method embodiment shown are described in detail in the method embodiment, and will not be repeated here.
[0112] This application also provides a computer-readable storage medium storing a computer program, which, when executed by a processor, can perform the above-described actions. Figure 1 The steps of the solution in the method embodiment shown are described in detail in the method embodiment, and will not be repeated here.
[0113] Those skilled in the art will understand that, for the sake of convenience and brevity, the specific working processes of the systems, devices, and units described above can be referred to the corresponding processes in the foregoing method embodiments, and will not be repeated here.
[0114] In the several embodiments provided in this application, it should be understood that the disclosed systems, apparatuses, and methods can be implemented in other ways. The apparatus embodiments described above are merely illustrative. For example, the division of units is only a logical functional division, and in actual implementation, there may be other division methods. Furthermore, multiple units or components may be combined or integrated into another system, or some features may be ignored or not executed. Additionally, the shown or discussed mutual couplings, direct couplings, or communication connections may be through some communication interfaces; indirect couplings or communication connections between devices or units may be electrical, mechanical, or other forms.
[0115] The units described as separate components may or may not be physically separate. The components shown as units may or may not be physical units; that is, they may be located in one place or distributed across multiple network units. Some or all of the units can be selected to achieve the purpose of this embodiment according to actual needs.
[0116] In addition, the functional units in the various embodiments of this application can be integrated into one processing unit, or each unit can exist physically separately, or two or more units can be integrated into one unit.
[0117] If the aforementioned functions are implemented as software functional units and sold or used as independent products, they can be stored in a processor-executable, non-volatile, computer-readable storage medium. Based on this understanding, the technical solution of this application, in essence, or the part that contributes to the prior art, or a portion of the technical solution, can be embodied in the form of a software product. This computer software product is stored in a storage medium and includes several instructions to cause a computer device (which may be a personal computer, server, or network device, etc.) to execute all or part of the steps of the methods described in the various embodiments of this application. The aforementioned storage medium includes various media capable of storing program code, such as USB flash drives, portable hard drives, read-only memory (ROM), random access memory (RAM), magnetic disks, or optical disks.
[0118] Finally, it should be noted that the above-described embodiments are merely specific implementations of this application, used to illustrate the technical solutions of this application, and not to limit them. The scope of protection of this application is not limited thereto. Although this application has been described in detail with reference to the foregoing embodiments, those skilled in the art should understand that any person skilled in the art can still modify or easily conceive of changes to the technical solutions described in the foregoing embodiments, or make equivalent substitutions for some of the technical features, within the scope of the technology disclosed in this application. Such modifications, changes, or substitutions do not cause the essence of the corresponding technical solutions to deviate from the spirit and scope of the technical solutions of the embodiments of this application, and should all be covered within the scope of protection of this application. Therefore, the scope of protection of this application should be determined by the scope of the claims.
Claims
1. A method for resolving inaccuracies in data in a multimedia database, characterized by, The solution method comprises: in response to a renaming instruction, modifying the original name of target data according to a specified name carried in the renaming instruction; obtaining a new storage path of the modified target data; in response to a traversal instruction, performing data traversal operation according to the new storage path to determine at least one first storage path corresponding to the target data; obtaining at least one second storage path according to the at least one first storage path and the original name of the target data; the obtaining of the at least one second storage path according to the at least one first storage path and the original name of the target data comprises: for each first storage path, identifying a target position of a specified name of the target data in the first storage path; and performing field replacement operation on the specified name in the first storage path using the original name of the target data according to the identified target position to obtain at least one second storage path; for each second storage path, performing data search in a database according to the second storage path, and deleting the searched data.
2. The solution method according to claim 1, characterized in that, The target data is a target file or a target folder.
3. The solution method of claim 1, wherein, After the modification of the original name of the target data according to the specified name carried in the renaming instruction, the solution method further comprises: packaging and storing the original name and the specified name of the target data into a specified area.
4. The solution method of claim 2, wherein, Before the response to the traversal instruction, the solution method further comprises: performing attribute information identification on the target data to determine whether the type of the target data is a folder; if yes, issuing a traversal instruction for traversing the target data and lower-level data of the target data; if no, issuing a traversal instruction for traversing the target data.
5. The solution method of claim 1, wherein, The response to the traversal instruction, the data traversal operation according to the new storage path to determine at least one first storage path corresponding to the target data comprises: performing data traversal operation according to the new storage path to determine whether the target data comprises at least one sub-data; if yes, obtaining the storage path of each sub-data, and determining the new storage path of the target data and the storage path of each sub-data as the first storage path to obtain at least one first storage path corresponding to the target data; if no, determining the new storage path of the target data as the first storage path.
6. A device for solving data inaccuracy in a multimedia database, characterized by, The solution device comprises: a renaming module configured to modify the original name of target data according to a specified name carried in a renaming instruction in response to the renaming instruction; a first obtaining module configured to obtain a new storage path of the modified target data; a determining module configured to perform data traversal operation according to the new storage path to determine at least one first storage path corresponding to the target data in response to a traversal instruction; The second obtaining module is configured to obtain at least one second storage path according to the at least one first storage path and the original name of the target data. The searching module is configured to, for each second storage path, search data in the database according to the second storage path, and delete the searched data.
7. The apparatus of claim 6, wherein, The solution device further comprises a storage module configured to: pack the original name and the specified name of the target data and store them in a specified area.
8. An electronic device, comprising: The solution device further comprises a processor, a memory and a bus, the memory stores machine readable instructions executable by the processor, when the electronic device is running, the processor and the memory communicate through the bus, and the machine readable instructions are executed by the processor to perform the steps of the solution method as claimed in any one of claims 1 to 5. The computer readable storage medium stores a computer program, and the computer program is executed by the processor to perform the steps of the solution method as claimed in any one of claims 1 to 5.
9. A computer-readable storage medium, characterized in that,
Citation Information
Patent Citations
Renaming method, access method and device
CN106484820A
File processing method, system and device, equipment and storage medium
CN109739815A