CN113377722A - Resource data reading method and device and storage medium - Google Patents

Resource data reading method and device and storage medium Download PDF

Info

Publication number
CN113377722A
CN113377722A CN202110750353.3A CN202110750353A CN113377722A CN 113377722 A CN113377722 A CN 113377722A CN 202110750353 A CN202110750353 A CN 202110750353A CN 113377722 A CN113377722 A CN 113377722A
Authority
CN
China
Prior art keywords
resource
file
cache
space
list
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110750353.3A
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.)
Xiamen Yaji Software Co Ltd
Original Assignee
Xiamen Yaji Software 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 Xiamen Yaji Software Co Ltd filed Critical Xiamen Yaji Software Co Ltd
Priority to CN202110750353.3A priority Critical patent/CN113377722A/en
Priority to PCT/CN2021/115427 priority patent/WO2023272919A1/en
Publication of CN113377722A publication Critical patent/CN113377722A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • G06F16/184Distributed file systems implemented as replicated file system
    • G06F16/1844Management specifically adapted to replicated file systems

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The disclosure relates to the technical field of data processing, and discloses a resource data reading method, a device and a storage medium, wherein the method comprises the following steps: the method comprises the steps of creating a cache list file in a cache space in advance, wherein the cache list file is used for storing identification information of each cache file in the cache space, obtaining a path of a resource to be read after the cache list file is created, further judging whether the file corresponding to the resource is stored in a local space after the path is determined to be a remote path, downloading the file to a temporary file directory through the remote path if the file is not stored in the local space, and reading the file from the temporary file directory to an internal memory. Under the condition that the path of the resource is a remote path, whether the file is stored in the local space can be further judged, and the file corresponding to the resource is automatically downloaded to the temporary file directory according to the remote path, so that the downloading speed is high, the resource file can be automatically downloaded without user operation, and the resource reading is facilitated.

Description

Resource data reading method and device and storage medium
Technical Field
The present disclosure relates to the field of data processing technologies, and in particular, to a resource data reading method, an apparatus, and a storage medium.
Background
With the rapid development of multimedia technology, a small game platform deployed on a terminal or a webpage has wide application due to the characteristics of simple operation, multiple game types, no need of installation and the like, so that downloading and reading of game resources on the small game platform is very important.
Disclosure of Invention
To solve the technical problem or at least partially solve the technical problem, the present disclosure provides a resource data reading method, apparatus, and storage medium.
In a first aspect, an embodiment of the present disclosure provides a resource data reading method, where a cache list file is created in a cache space in advance, the cache list file stores a cache list, the cache list includes an identification field of a cache file, and the cache file is a file cached in the cache space, and the method includes:
acquiring a path of a resource to be read, wherein the path is obtained by analyzing a label value corresponding to the resource;
after the path is determined to be the remote path, judging whether the file corresponding to the resource is stored in a local space, wherein the local space comprises a cache space and a temporary file directory;
if the file corresponding to the resource is not stored in the local space, downloading the file corresponding to the resource into a temporary file directory according to the remote path;
and reading the file corresponding to the resource in the temporary file directory into the memory.
Optionally, before determining whether the file corresponding to the resource is stored in the local space, the method further includes:
reading the content of a cache list file in a cache space to obtain a cache list;
and initializing the cache list into the memory.
Optionally, determining whether the file corresponding to the resource is stored in the local space includes:
judging whether the file corresponding to the resource is stored in a cache space or a temporary file directory;
judging whether the file corresponding to the resource is stored in a cache space or not, wherein the judging comprises the following steps: inquiring an identification field of a cache file in a cache list in a memory; and if the identification of the file corresponding to the resource is inquired, determining that the file corresponding to the resource is stored in the cache space.
Optionally, after downloading the file corresponding to the resource into the temporary file directory according to the remote path, the method further includes:
generating a caching task corresponding to the file downloaded to the temporary file directory;
and adding the buffer task into a buffer queue, wherein the buffer queue is a queue created in the memory.
Optionally, the buffer queue includes one or more buffer tasks, and after the buffer task is added to the buffer queue, the method further includes:
obtaining a cache task in a cache queue in a memory;
and copying the file corresponding to the caching task from the temporary file directory into a caching space.
Optionally, after the file corresponding to the caching task is successfully copied from the temporary file directory to the caching space, the method further includes:
recording the identification of the cache file corresponding to the cache task in the cache space to the identification field of the cache file of the cache list in the memory to obtain an updated cache list;
and writing the updated cache list into the cache list file.
In a second aspect, an embodiment of the present disclosure provides a resource data loading method, including:
acquiring a label value of a resource to be processed;
reading a file corresponding to the resource into a memory by adopting the resource data reading method according to the tag value;
obtaining a dependent resource list according to the file corresponding to the resource;
and loading the dependent resources in the dependent resource list, and initializing to obtain the loaded resource data.
In a third aspect, an embodiment of the present disclosure provides a resource data reading apparatus, where a cache list file is created in a cache space in advance, the cache list file stores a cache list, the cache list includes an identification field of a cache file, and the cache file is a file cached in the cache space, and the method includes:
the acquisition module is used for acquiring a path of the resource to be read, wherein the path is obtained by analyzing a label value corresponding to the resource;
the judging module is used for judging whether the file corresponding to the resource is stored in a local space after the path is determined to be the remote path, wherein the local space comprises a cache space and a temporary file directory;
the downloading module is used for downloading the file corresponding to the resource into the temporary file directory according to the remote path if the file corresponding to the resource is not stored in the local space;
and the reading module is used for reading the file corresponding to the resource in the temporary file directory into the memory.
In a fourth aspect, an embodiment of the present disclosure provides a resource data loading apparatus, including:
the first acquisition module is used for acquiring a tag value of a resource to be processed;
the first reading module is used for reading a file corresponding to the resource into the memory by adopting the resource data reading device according to the tag value;
the dependency module is used for obtaining a dependency resource list according to the file corresponding to the resource;
and the loading module is used for loading the dependent resources in the dependent resource list and initializing to obtain the loaded resource data.
In a fifth aspect, an embodiment of the present disclosure provides an electronic device, including:
a memory;
a processor; and
a computer program;
wherein the computer program is stored in the memory and configured to be executed by the processor to implement the resource data reading method as described above, or to implement the resource data loading method as described above.
In a sixth aspect, the present disclosure provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the resource data reading method as described above, or the steps for the resource data loading method as described above.
The embodiment of the disclosure provides a resource data reading method, a device and a storage medium, wherein the method comprises the following steps: creating a cache list file in a cache space in advance, wherein the cache list file stores a cache list, the cache list stores identification fields of cache files, and the cache files are files cached in the cache space. After the cache list file is generated, a path of the resource to be read is obtained, after the path is determined to be a remote path, whether the file corresponding to the resource is stored in a local space is further judged, if the file is not stored in the local space, the file is downloaded to a temporary file directory through the remote path, and the file is read from the temporary file directory to a memory. Under the condition that the path of the resource is a remote path, whether the file is stored in the local space can be further judged through the cache list file, the file corresponding to the resource is automatically downloaded to the temporary file directory according to the remote path, the downloading speed is high, the resource file can be automatically downloaded to the temporary file directory without user operation, and then the resource file is read from the temporary file directory to the memory, so that the game loading time can be further shortened.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present disclosure, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive exercise.
FIG. 1 is a schematic diagram of a resource storage form according to an embodiment of the present disclosure;
fig. 2 is a schematic diagram of an application scenario provided by the embodiment of the present disclosure;
fig. 3 is a schematic flowchart of a resource data loading method according to an embodiment of the present disclosure;
fig. 4 is a schematic flowchart of a resource data reading method according to an embodiment of the disclosure;
fig. 5 is a schematic flowchart of a resource data loading method according to an embodiment of the present disclosure;
fig. 6 is a schematic flowchart of a resource data reading method according to an embodiment of the disclosure;
fig. 7 is a schematic flowchart of a resource data reading method according to an embodiment of the disclosure;
fig. 8 is a schematic flowchart of a resource data reading method according to an embodiment of the disclosure;
fig. 9 is a schematic structural diagram of a resource data loading apparatus according to an embodiment of the present disclosure;
fig. 10 is a schematic structural diagram of a resource data reading apparatus according to an embodiment of the present disclosure;
fig. 11 is a schematic structural diagram of an electronic device according to an embodiment of the present disclosure.
Detailed Description
In order that the above objects, features and advantages of the present disclosure may be more clearly understood, aspects of the present disclosure will be further described below. It should be noted that the embodiments and features of the embodiments of the present disclosure may be combined with each other without conflict.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present disclosure, but the present disclosure may be practiced in other ways than those described herein; it is to be understood that the embodiments disclosed in the specification are only a few embodiments of the present disclosure, and not all embodiments.
As used herein, the singular forms "a", "an", "the" and "the" include plural referents unless the context clearly dictates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Further, "connected" or "coupled" as used herein may include wirelessly connected or wirelessly coupled. As used herein, the term "and/or" includes all or any element and all combinations of one or more of the associated listed items.
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
The following describes the technical solutions of the present application and how to solve the above technical problems with specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present application will be described below with reference to the accompanying drawings.
The resource data reading method provided by the embodiment of the present disclosure includes creating a cache list file in a cache space in advance, storing a cache list in the cache list file, where an identification field of the cache file is stored in the cache list, where the cache file is a file cached in the cache space, obtaining a path of a resource to be read, determining whether the file corresponding to the resource is stored in a local space after determining that the path is a remote path, if the file is not stored in the local space, downloading the file to a temporary file directory through the remote path, and reading the file from the temporary file directory to a memory. Under the condition that the path of the resource is a remote path, whether the file is stored in the local space can be judged without frequently calling a file system interface for multiple times, the file corresponding to the resource is automatically downloaded to the temporary file directory according to the remote path, the downloading speed is high, the resource file can be automatically downloaded without user operation, and the resource file is downloaded to the temporary file directory and is convenient to read into the memory.
Specifically, the game is composed of various resources, the resources may be understood as a combination of data, which is a basic component element of the game, and the implementation of the game is controlled, for example, the resources may specifically refer to a game scene, a model, audio, video, text, texture, and the like, during the use of the game, all the various used resources may be exported to a system file in the form of a file, and the resources may be named with a globally unique identifier (name), for example, in the case of a naming representation form of the various resources shown in fig. 1, the various resources exist in the form of a file and have a uniquely corresponding file name, and the file corresponding to each resource included in the system file in fig. 1 may be divided into a road, a tree, and a car, and sub-files included in each file, such as a road01 and a car 101.
Specifically, the game resources may be loaded on a small game platform, and the characteristics of the small game platform in terms of resource management include: the bag body is limited, the small game platform is used for reducing the time for loading the game and accelerating the starting speed of the game, the limitation on the game bag body is strict, the bag body can comprise main resources of the game, and for example, the small game platform limits the size of a main bag to be not more than 4M; the system comprises file system interfaces, all the small game platforms provide a set of exclusive file system interfaces, developers can use the interfaces to manage files, including file addition, deletion, reading and writing, but the exclusive file system interfaces of each small game platform are different from one another, and the compatibility is poor; the temporary file directory is used for automatically downloading files corresponding to game resources into the temporary file directory by the small game platform if a downloading cache path is not specified when the resources are downloaded on the small game platform, the files stored in the temporary file directory only have read permission, and although the size of the temporary directory is not limited, the files in the temporary file directory can be automatically cleaned by the small game platform when the small game exits, so that the secondary loading of the resources is inconvenient; the small game platform provides 200M buffer space for each small game, and the buffer space is recycled by the small game platform only when the small game is removed by the player.
Specifically, in the following embodiments, a small game platform is used to load game resources as an application scenario, and a resource data loading method is disclosed, it can be understood that the small game platform may be configured in a client 21 or a server 22 as shown in fig. 2, and specifically, this embodiment is applicable to a situation where resource data is loaded in the client 21, the method may be executed by a resource data loading device, the device may be implemented in a software and/or hardware manner, and the device may be configured in an electronic device, for example, a terminal, specifically including but not limited to a smart phone, a palmtop computer, a tablet computer, a wearable device with a display screen, a desktop computer, a notebook computer, an all-in-one machine, a smart home device, and the like. Alternatively, the present embodiment may be applicable to the case of performing resource data loading in the server 22, and the method may be executed by a resource data loading apparatus, which may be implemented in a software and/or hardware manner, and may be configured in an electronic device, such as a server. It can be understood that the resource data reading method provided in the following embodiments can also be applied to the client 21 or the server 22 shown in fig. 2, which is not described herein again.
In an embodiment, as shown in fig. 3, a resource data loading method provided in the embodiment of the present disclosure is applied to a scene where a small game platform loads a single resource of a game, and specifically includes the following steps S310 to S340:
s310, obtaining the label value of the resource to be processed.
It will be appreciated that there is a globally Unique tag value (ID/Universal Unique Identifier) for each resource in the game, which is also the file name of the resource when stored in file form.
And S320, reading the file corresponding to the resource into the memory according to the tag value.
It can be understood that, on the basis of the foregoing S310, the obtained tag value of the resource is analyzed to obtain a real path for storing the resource file, that is, the resource is located according to the resource name, and then, according to the real path of the resource, the file corresponding to the resource in the temporary file directory is read into the memory by using the resource data reading method provided in the embodiment of the present disclosure.
S330, obtaining a dependent resource list according to the file corresponding to the resource.
Understandably, on the basis of the S320, deserializing the file corresponding to the resource read into the memory into a resource object, and determining a resource-dependent identifier (UUID) list of the resource, where the resource-dependent resource refers to that the application of the resource needs to absorb the resource from the surrounding environment, and needs to be interdependent and interacted with the surrounding environment to achieve the purpose, that is, other resources needed by normal application of the resource are ensured; UUID (Universal Unique identifier) refers to a globally Unique identifier (identifier), and the UUID of a resource can guarantee that all resources in the same space are Unique.
S340, loading the dependent resources in the dependent resource list, and initializing to obtain the loaded resource data.
Understandably, on the basis of the above S330, all the resources in the dependent resource list are loaded, and after the loading of all the resources in the dependent resource list is completed, all the resources are initialized and initialized into the memory, where all the initialized resources in the memory are complete available resources of the resources.
According to the resource data loading method provided by the embodiment of the disclosure, the tag value of the resource to be processed is obtained, the resource in the temporary file directory is read into the memory according to the tag value, the dependent resource list of the resource is further obtained, all the resources in the dependent resource list are loaded, initialization is performed, loading of the resource is completed, and the file corresponding to the resource is downloaded into the temporary file directory at a high downloading speed and in a short downloading time, so that the loading time of the game at the first start is further shortened, and the user experience is improved.
On the basis of the foregoing embodiment, fig. 4 is a flowchart illustrating a resource data reading method according to an embodiment of the present disclosure, where a cache list file is created in a cache space in advance, and a cache list is stored in the cache list file, where the cache list includes an identification field of the cache file, and the cache file is a file cached in the cache space.
Understandably, in the mini-game platform, a dedicated cache space is allocated for each mini-game, different mini-games store resource files in respective cache spaces, and a cache list file is created in each cache space and used for storing a cache list of the respective corresponding mini-game.
It can be understood that, a cache list file (for example, a cachelist. json file) is created in a cache space in advance, the cache list file is used as a database of the cache space and is used for recording information of each cache file in the cache space, the information may include an identification field of each cache file, where the identification field may specifically refer to a file name when a resource is stored in a file form, and the file name of all cache files included in the cache space is determined by reading the cache list file in the cache space to obtain a cache list in a memory and further querying the cache list in the memory, where the file may be referred to as a cache file, for example, after a file corresponding to the resource is stored in the cache space, and after the cache list file is created in the cache space, the file system interface (readdir) is not required to be called when the information of the cache file is inquired every time, and the file system interface is only required to be called when the game is loaded for the first time to read the cache list file stored in the cache space into the memory, so that the speed of inquiring the cache file information can be improved, the loading time of the game is further reduced, and meanwhile, whether the cache file to be processed is stored in the cache space or not can be quickly judged.
The resource data reading method shown in fig. 4 specifically includes the following steps S410 to S440:
s410, obtaining a path of the resource to be read, wherein the path is obtained by analyzing a label value corresponding to the resource.
It can be understood that the resource to be read and the cache space are for the same mini game, and the path of the resource is obtained by analyzing the global unique tag value of the resource, that is, the actual path of the resource in the file system, that is, the download address of the resource, the remote address of the server or the like or the specific address in the local space, optionally, the path of the resource may be a path spliced according to the tag value of the resource.
And S420, after the path is determined to be the remote path, judging whether the file corresponding to the resource is stored in a local space, wherein the local space comprises a cache space and a temporary file directory.
It can be understood that, based on the above S410, whether the path of the resource is a remote path is determined, and whether the path of the resource is a remote path can be determined by determining whether the path includes a remote server address, wherein a plurality of remote server addresses can be preset, and whether the path of the resource includes the set remote server address is further determined, for example, the remote server address can be in the form of "https:// example. And after the path is determined to be the remote path, further judging whether the file corresponding to the resource is stored in a local space, wherein the local space comprises a cache space and a temporary file directory, and the cache space and the resource to be read belong to the same mini game.
Optionally, if it is determined that the path is not the remote path, reading a file corresponding to the resource in the local space into the memory. That is, the path is not a remote path, that is, the path is a local path, which indicates that the file corresponding to the resource is stored in the local space, and the file corresponding to the resource can be directly read from the local space to the memory without downloading.
And S430, if the file corresponding to the resource is not stored in the local space, downloading the file corresponding to the resource to a temporary file directory according to the remote path.
It can be understood that, on the basis of the above S420, if it is determined that the file corresponding to the resource is not stored in the local space, the file corresponding to the resource is directly downloaded to the temporary file directory according to the remote path, that is, the remote server included in the remote path is directly accessed, and the file corresponding to the resource included in the server is downloaded to the temporary file directory.
Optionally, if the file corresponding to the resource is stored in the local space, the file corresponding to the resource in the local space is read into the memory. That is to say, the path of the resource includes the address of the remote server, and is determined as the remote path, and before determining as the remote path and downloading, it needs to be determined whether the file corresponding to the resource is stored in the local space, and if so, the file corresponding to the resource in the local space is directly read into the memory.
S440, reading the file corresponding to the resource in the temporary file directory into a memory.
Understandably, on the basis of the above S430, the file corresponding to the resource downloaded to the temporary file directory is read into the memory, so as to facilitate the implementation of the subsequent steps of game loading.
According to the resource data reading method provided by the embodiment of the disclosure, a cache list file is created in a cache space in advance, wherein the cache list file stores a cache list, an identification field of the cache file is stored in the cache list, and the cache file is a file cached in the cache space. After the cache list file is generated, a path of the resource to be read is obtained, after the path is determined to be a remote path, whether the file corresponding to the resource is stored in a local space is further judged, if the file is not stored in the local space, the file is downloaded to a temporary file directory through the remote path, and the file is read from the temporary file directory to a memory. Under the condition that the path of the resource is a remote path, whether the file is stored in the local space can be further judged through the cache list file, the file corresponding to the resource is automatically downloaded to the temporary file directory according to the remote path, the downloading speed is high, the resource file can be automatically downloaded to the temporary file directory without user operation, and then the resource file is read from the temporary file directory to the memory, so that the game loading time can be further shortened.
Fig. 5 is a flowchart illustrating a resource data reading method according to an embodiment of the present disclosure, where on the basis of the embodiment, an implementation process of reading a file corresponding to a resource to be read into a memory through a path of the resource to be read specifically includes the following steps S510 to S550 shown in fig. 5:
s510, obtaining a path of the resource to be read.
Understandably, a path obtained by analyzing the label value of the resource to be read is acquired.
S520, judging whether the path is a remote path or not.
It can be understood that whether the path is a remote path is judged by judging whether the path comprises a pre-configured remote server address, if the path comprises the pre-configured remote server address, the path is indicated as a remote path, and if the path does not comprise the pre-configured remote server address, the path is indicated as a local path.
S530, if the path is a remote path, judging whether the local space has a file corresponding to the resource.
Understandably, in the case that the path is determined to be the remote path, whether a file corresponding to the resource is stored in a local space is further judged, wherein the local space comprises a cache space corresponding to the resource and a temporary file directory.
And S540, if the local space does not have the file corresponding to the resource, downloading the file corresponding to the resource into a temporary file directory.
It can be understood that if the file corresponding to the resource is not stored in the local space, that is, the file corresponding to the resource is not stored in both the cache space and the temporary file directory, the file corresponding to the resource is downloaded to the temporary file directory in the local space by accessing the remote address.
And S550, reading the file corresponding to the resource into a memory.
Understandably, the file corresponding to the resource downloaded to the temporary file directory is directly read to the memory.
Optionally, if the path is not a remote path, reading a file corresponding to the resource into the memory.
It can be understood that if it is determined that the path is not the local path, it indicates that the file corresponding to the resource is stored in the local space, and may be stored in the cache space and/or the temporary file directory, and the file corresponding to the resource is directly read from the local space to the memory.
Optionally, if the file corresponding to the resource exists in the local space, the file corresponding to the resource is read into the memory.
It can be understood that after the path is determined to be the remote path, whether the file corresponding to the resource exists in the local space is further determined, and if the file corresponding to the resource exists in the local space, the file corresponding to the resource is directly read from the local space into the memory, which may be the case that the file corresponding to the resource has been downloaded into the local space, but the path of the resource has not been updated or is abnormal, such as a flash back.
On the basis of the foregoing embodiment, fig. 6 is a schematic flowchart of a resource data reading method provided in the embodiment of the present disclosure, and optionally, before determining whether a file corresponding to a resource is stored in a local space, the method further includes the following steps S610 to S620 as shown in fig. 6:
specifically, at the present stage, in the mini game platform, it is usually determined whether the cache file is stored in the local space by using a file system interface (access) provided by the mini game platform, or, when the game is started, the file system interface (readdir) provided by the mini game platform is used to read information of all the cache files in the cache space one by one to generate a list, and then it is determined whether the cache file is included by the list; the judgment is carried out through the access interface, although the judgment is simple and direct, the time length of 2-3ms is consumed for calling the access interface every time, and a large amount of time is consumed for judgment when the number of the loading resources is large, so that the loading time of the game is too long; when the game is judged through the readdir interface, the game initialization time is in direct proportion to the number of the cached files, and when the number of the cached files in the cache space is too large, the information of all the cached files in the cache space is directly read by using the interface, so that a large amount of reading time is consumed, namely the more the cached files are stored in the cache space, the longer the information reading time of the interface is, the larger the influence on the game starting speed is.
S610, reading the content of the cache list file in the cache space to obtain a cache list.
Understandably, when the mini game is started, the content of the cache list file pre-established in the cache space of the mini game is read to obtain the cache list of the mini game.
S620, initializing the cache list into the memory.
Understandably, on the basis of the above S610, the cache list obtained by the reading operation is initialized into the memory, where the cache list file stores information of each cache file in the current cache space, and is initialized into the memory to facilitate subsequent query of the content of the cache list.
Optionally, after initializing the cache list into the memory, determining whether the file corresponding to the resource is stored in the local space, including:
judging whether the file corresponding to the resource is stored in a cache space or a temporary file directory; judging whether the file corresponding to the resource is stored in a cache space or not, wherein the judging comprises the following steps: inquiring an identification field of a cache file in a cache list in a memory; and if the identification of the file corresponding to the resource is inquired, determining that the file corresponding to the resource is stored in the cache space.
It can be understood that after the cache list is initialized into the memory, whether the file corresponding to the resource is stored in the cache space or the temporary file directory or both the cache space and the temporary file directory are stored with the file corresponding to the resource is further judged, the identification field of each cache file in the cache list in the memory can be directly inquired, if the identification of the file corresponding to the resource is inquired, the file corresponding to the resource is determined to be stored in the cache space, and meanwhile, whether the file corresponding to the resource is included in the temporary file directory can also be inquired through the file system interface.
According to the resource data reading method provided by the embodiment of the disclosure, the cache list in the memory is obtained by reading the cache list file created in advance in the cache space, the information of the cache file can be directly obtained by querying the cache list, and the information of the cache file in the cache space is not required to be queried by calling a file system interface for many times, so that the information obtaining time can be effectively reduced, and the subsequent resources can be conveniently downloaded or read.
Fig. 7 is a flowchart of a resource data reading method provided in the embodiment of the present disclosure, and optionally, after downloading a file corresponding to a resource into a temporary file directory according to a remote path, the method further includes the following steps S710 to S740 shown in fig. 7:
specifically, at the present stage, when downloading and reading resources in a small game platform, a method is generally adopted in which a file corresponding to a resource is directly downloaded into a cache space and then the file is read, or the file of the resource is directly downloaded into a temporary file directory and then copied into the cache space and then the file in the cache space is read; by adopting the method of directly downloading the resources into the cache space, the cache space is required to be appointed in advance, the limitation of the cache space is also caused, the failure of resource downloading can be caused when the cache space cannot be stored, the normal operation of a game can be influenced due to the failure of the downloading, the resources are required to be downloaded again after the cache space is cleaned, the resources are required to be successfully downloaded, the operation steps and the limitation are more, and the user experience is poor; in the prior art, after a resource is downloaded to a temporary file directory, the resource is immediately copied to a cache space, and then the resource is read from the cache space, and two operations of downloading, copying files and the like exist at the same time, so that the operation is complex, and when a game is started for the first time, the loading time during the first cold start is too long, and the user experience is poor. The loading time during the first cold start is one of important indexes for measuring the game, namely the starting time of the mini game is consumed under the condition that the mini game is just downloaded and the local space does not have any cache file.
And S710, generating a caching task corresponding to the file downloaded into the temporary file directory.
It can be understood that after determining that the local space does not include the file corresponding to the resource, the file corresponding to the resource needs to be downloaded according to the remote path, the file corresponding to the resource is downloaded to the temporary file directory in the local space, and meanwhile, a caching task including file information corresponding to the resource is generated according to the downloading operation of the file.
S720, adding the buffer task into a buffer queue, wherein the buffer queue is a queue created in the memory.
Understandably, on the basis of the above S710, the generated buffer tasks are added to the buffer queue, where the buffer queue is a queue created in the memory, and the buffer tasks are executed one by one according to information included in the buffer tasks arranged in the buffer queue.
And S730, obtaining the cache task in the cache queue in the memory.
It can be understood that, on the basis of the above S720, the current to-be-processed cache tasks are obtained according to the arrangement order of the cache tasks in the cache queue, and a first-in first-out obtaining principle may be adopted, for example, adding a cache task at the tail of the cache queue and obtaining a cache task at the head of the queue.
And S740, copying the file corresponding to the caching task from the temporary file directory into the caching space.
It can be understood that, on the basis of the above S730, a corresponding operation is performed according to the information included in the caching task, the file corresponding to the resource to be read downloaded to the temporary file directory is copied to the caching space, and after the file is copied to the caching space, loading of a subsequent game is facilitated, and loading time can be reduced when the game is re-run.
Understandably, because the temporary file directory has the characteristics of unlimited download file size and high download speed, a file to be downloaded is directly downloaded into the temporary file directory, and a file directly read into the memory is also read from the temporary file directory instead of the cache space, the reading operation from the temporary file directory and the copying operation to the cache space can be executed simultaneously, at this time, the file during the copying operation may not be the currently read file, for example, when the file corresponding to the resource is downloaded into the temporary file directory, the cache queue in the memory includes 4 cache tasks, the cache task generated by downloading the file is the 5 th cache task in the cache queue, and therefore, the file corresponding to the 1 st cache task can be executed simultaneously with the reading operation; or, the read operation from the temporary file directory is executed first, and then the file of the read resource is copied to the cache space after a preset time, that is, the read operation is performed first and then the copy operation is performed.
Optionally, after the file corresponding to the caching task is successfully copied from the temporary file directory to the caching space, the method further includes:
recording the identification of the cache file corresponding to the cache task in the cache space to the identification field of the cache file of the cache list in the memory to obtain an updated cache list; and writing the updated cache list into the cache list file.
Understandably, after the copying operation is completed, recording the identifier of the cache file corresponding to the caching task in the cache space into the identifier field of the cache file in the cache list in the memory, wherein the identifier may include the name of the cache file, that is, after the file corresponding to the resource is downloaded into the temporary file directory, the caching task including the file information is generated, and then copying the file into the cache space according to the caching task, and simultaneously acquiring the file name of the file and recording the file name into the cache list in the memory to obtain an updated cache list; the cache list file may be updated in time after a preset time according to the updated cache list, where the preset time may be 200ms, and the cache list file may be understood as a subset of a real cache list in the memory, that is, the number of information included in the cache list file may be less than or equal to the number of information in the cache list, and there may be a case that the cache list is updated but the cache list file is not updated yet, at this time, all information of a file corresponding to the cache task to be processed is updated, and the updated cache list includes the identification field of the file.
According to the resource data reading method provided by the embodiment of the disclosure, the file corresponding to the resource is downloaded to the temporary file directory, the cache task including the file information is generated, the file in the temporary file directory is directly read into the memory, then the file is copied to the cache space from the temporary file directory according to the cache task, the downloading speed of the file into the temporary file directory is high, the limitation on the size of the file is small, the reading time of the resource file can be effectively reduced, and the loading time during the first cold start is further reduced.
On the basis of the foregoing embodiment, fig. 8 is a flowchart illustrating a resource data reading method according to an embodiment of the present disclosure, and when the method is applied to a local space without a file corresponding to the resource, the method specifically includes the following steps S810 to S860 shown in fig. 8:
and S810, downloading the file corresponding to the resource into a temporary file directory.
Understandably, the file corresponding to the resource is downloaded to the temporary file directory according to the remote path of the resource.
And S820, generating a buffer task and adding the buffer task to the buffer queue.
Understandably, according to the downloading operation, a caching task including file information corresponding to the resource is generated, and the caching task is added to a caching queue in the memory.
S830, reading the file corresponding to the resource in the temporary file directory into the memory.
Understandably, after the caching task is generated, the file corresponding to the resource downloaded to the temporary file directory can be directly read to the memory, and the resource reading operation is completed.
And S840, acquiring a cache task.
Understandably, the current to-be-processed cache task in the cache queue in the memory is obtained, in this case, in the case shown in fig. 8, a first-in first-out obtaining principle is adopted, and at this time, a corresponding file in the obtained cache task is different from a read file.
And S850, copying the file corresponding to the caching task from the temporary file directory to the caching space.
Understandably, the files corresponding to the caching task, namely the files previously downloaded to the temporary file directory, are copied to the caching space.
And S860, judging that the unprocessed cache tasks exist in the cache queue.
Understandably, judging whether the currently acquired and processed cache task is the last cache task arranged in the cache queue, if so, ending the flow of the copying operation; if a cache task which is not copied still exists in the cache queue, the cache task is continuously acquired after a preset period, and a copying operation process is executed, wherein the preset period can be set to 500ms, that is, after 500ms, a file in a temporary file directory is copied into a cache space.
According to the resource data reading method provided by the embodiment of the disclosure, a method of reading first and copying second is adopted, so that files in the temporary file directory can be continuously copied to the cache space along with the increase of the use time of the game under the condition that the first cold start loading time is ensured to be short enough, and the loading time of opening the game for many times is reduced.
On the basis of the foregoing embodiment, fig. 9 is a schematic structural diagram of a resource data loading apparatus according to an embodiment of the present disclosure, where the resource data loading apparatus 900 specifically includes:
a first obtaining module 910, configured to obtain a tag value of a resource to be processed;
a first reading module 920, configured to read, according to the tag value, a file corresponding to the resource to a memory by using the resource data reading apparatus;
a dependency module 930, configured to obtain a dependency resource list according to a file corresponding to a resource;
and a loading module 940, configured to load the dependent resources in the dependent resource list, and initialize the dependent resources to obtain the loaded resource data.
The resource data loading apparatus in the embodiment shown in fig. 9 may be configured to execute the technical solution of the foregoing method embodiment, and the implementation principle and the technical effect are similar, which are not described herein again.
Fig. 10 is a schematic structural diagram of a resource data reading apparatus according to an embodiment of the present disclosure, where a cache list file is created in a cache space in advance, and a cache list is stored in the cache list file, where the cache list includes an identification field of a cache file, and the cache file is a file cached in the cache space, and the resource data reading apparatus 1000 specifically includes:
an obtaining module 1100, configured to obtain a path of a resource to be read, where the path is obtained by analyzing a tag value corresponding to the resource;
the determining module 1200 is configured to determine whether a file corresponding to a resource is stored in a local space after determining that the path is a remote path, where the local space includes a cache space and a temporary file directory;
a downloading module 1300, configured to download the file corresponding to the resource to the temporary file directory according to the remote path if the file corresponding to the resource is not stored in the local space;
the reading module 1400 is configured to read a file corresponding to a resource in the temporary file directory into an internal memory.
Optionally, the resource data reading apparatus 1000 further includes a first reading module, where the first reading module is configured to, before determining whether the file corresponding to the resource is stored in the local space, specifically:
reading the content of a cache list file in a cache space to obtain a cache list; and initializing the cache list into the memory.
Optionally, determining whether the file corresponding to the resource is stored in the local space includes:
judging whether the file corresponding to the resource is stored in a cache space or a temporary file directory; judging whether the file corresponding to the resource is stored in a cache space or not, wherein the judging comprises the following steps: inquiring an identification field of a cache file in a cache list in a memory; and if the identification of the file corresponding to the resource is inquired, determining that the file corresponding to the resource is stored in the cache space.
Optionally, the resource data reading apparatus 1000 further includes a generating module, where the generating module is configured to, after downloading the file corresponding to the resource into the temporary file directory according to the remote path, specifically:
generating a caching task corresponding to the file downloaded to the temporary file directory; and adding the buffer task into a buffer queue, wherein the buffer queue is a queue created in the memory.
Optionally, the buffer queue in the generation module includes one or more buffer tasks, and the generation module is further configured to, after the buffer task is added to the buffer queue, specifically:
obtaining a cache task in a cache queue in a memory; and copying the file corresponding to the caching task from the temporary file directory into a caching space.
Optionally, the resource data reading apparatus 1000 further includes an updating module, where the updating module is configured to, after the file corresponding to the caching task is successfully copied from the temporary file directory to the caching space, specifically:
recording the identification of the cache file corresponding to the cache task in the cache space to the identification field of the cache file of the cache list in the memory to obtain an updated cache list; and writing the updated cache list into the cache list file.
The resource data reading apparatus in the embodiment shown in fig. 10 can be used to implement the technical solutions of the above method embodiments, and the implementation principles and technical effects are similar, and are not described herein again.
Fig. 11 is a schematic structural diagram of an electronic device according to an embodiment of the present disclosure. The electronic device may be a server or a terminal as above. The electronic device provided in the embodiment of the present disclosure may execute the processing procedure of loading the resource data provided in the above embodiment, or the processing procedure of reading the resource data provided in the above embodiment, as shown in fig. 11, the electronic device 1110 includes: a processor 1120, a communication interface 1130, and a memory 1140; among other things, computer programs are stored in the memory 1140 and configured to be executed by the processor 1120 in the resource data loading method or the resource data reading method as described above.
In addition, the embodiment of the present disclosure also provides a computer readable storage medium, on which a computer program is stored, where the computer program is executed by a processor to implement the resource data loading method or the resource data reading method of the foregoing embodiment.
Furthermore, the embodiments of the present disclosure also provide a computer program product, which includes a computer program or instructions, and when the computer program or instructions are executed by a processor, the method for loading resource data or the method for reading resource data as described above is implemented.
It is noted that, in this document, relational terms such as "first" and "second," and the like, may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, 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, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The foregoing are merely exemplary embodiments of the present disclosure, which enable those skilled in the art to understand or practice the present disclosure. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the disclosure. Thus, the present disclosure is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (11)

1. A resource data reading method is characterized in that a cache list file is created in a cache space in advance, a cache list is stored in the cache list file, the cache list comprises an identification field of the cache file, and the cache file is a file cached in the cache space, and the method comprises the following steps:
acquiring a path of a resource to be read, wherein the path is obtained by analyzing a label value corresponding to the resource;
after the path is determined to be a remote path, judging whether a file corresponding to the resource is stored in a local space, wherein the local space comprises the cache space and a temporary file directory;
if the file corresponding to the resource is not stored in the local space, downloading the file corresponding to the resource to the temporary file directory according to the remote path;
and reading the file corresponding to the resource in the temporary file directory into a memory.
2. The method according to claim 1, wherein before determining whether the file corresponding to the resource is stored in the local space, the method further comprises:
reading the content of the cache list file in the cache space to obtain a cache list;
and initializing the cache list into a memory.
3. The method of claim 2, wherein the determining whether the file corresponding to the resource is stored in a local space comprises:
judging whether the file corresponding to the resource is stored in the cache space or the temporary file directory;
wherein the determining whether the file corresponding to the resource is stored in the cache space includes: inquiring an identification field of a cache file in the cache list in the memory; and if the identification of the file corresponding to the resource is inquired, determining that the file corresponding to the resource is stored in the cache space.
4. The method of claim 1, wherein after the downloading the file corresponding to the resource into the temporary file directory according to the remote path, the method further comprises:
generating a caching task corresponding to the file downloaded to the temporary file directory;
and adding the cache task into a cache queue, wherein the cache queue is a queue created in a memory.
5. The method of claim 4, wherein the buffer queue comprises one or more buffer tasks, and after the buffer task is added to the buffer queue, the method further comprises:
obtaining a cache task in the cache queue in the memory;
and copying the file corresponding to the caching task from the temporary file directory into the caching space.
6. The method according to claim 5, wherein after the file corresponding to the caching task is successfully copied from the temporary file directory to the cache space, the method further comprises:
recording the identification of the cache file corresponding to the cache task in the cache space to the identification field of the cache file of the cache list in the memory to obtain an updated cache list;
and writing the updated cache list into the cache list file.
7. A resource data loading method is characterized by comprising the following steps:
acquiring a label value of a resource to be processed;
reading a file corresponding to the resource into a memory by adopting the method of any one of claims 1 to 6 according to the tag value;
obtaining a dependent resource list according to the file corresponding to the resource;
and loading the dependent resources in the dependent resource list, and initializing to obtain the loaded resource data.
8. A resource data reading device is characterized in that a cache list file is created in a cache space in advance, a cache list is stored in the cache list file, the cache list comprises an identification field of the cache file, and the cache file is a file cached in the cache space, and the method comprises the following steps:
the device comprises an acquisition module, a storage module and a processing module, wherein the acquisition module is used for acquiring a path of a resource to be read, and the path is obtained by analyzing a label value corresponding to the resource;
the judging module is used for judging whether the file corresponding to the resource is stored in a local space after the path is determined to be the remote path, wherein the local space comprises the cache space and a temporary file directory;
the downloading module is used for downloading the file corresponding to the resource into the temporary file directory according to the remote path if the file corresponding to the resource is not stored in the local space;
and the reading module is used for reading the file corresponding to the resource in the temporary file directory into a memory.
9. A resource data loading apparatus, comprising:
the first acquisition module is used for acquiring a tag value of a resource to be processed;
a first reading module, configured to read, according to the tag value, a file corresponding to the resource into a memory by using the resource data reading apparatus according to claim 8;
the dependent module is used for obtaining a dependent resource list according to the file corresponding to the resource;
and the loading module is used for loading the dependent resources in the dependent resource list and initializing to obtain the loaded resource data.
10. An electronic device, comprising:
a memory;
a processor; and
a computer program;
wherein the computer program is stored in the memory and configured to be executed by the processor to implement the resource data reading method of any one of claims 1 to 6 or to implement the resource data loading method of claim 7.
11. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the resource data reading method according to any one of claims 1 to 6, or the resource data loading method according to claim 7.
CN202110750353.3A 2021-07-02 2021-07-02 Resource data reading method and device and storage medium Pending CN113377722A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202110750353.3A CN113377722A (en) 2021-07-02 2021-07-02 Resource data reading method and device and storage medium
PCT/CN2021/115427 WO2023272919A1 (en) 2021-07-02 2021-08-30 Resource data reading method and apparatus, and electronic device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110750353.3A CN113377722A (en) 2021-07-02 2021-07-02 Resource data reading method and device and storage medium

Publications (1)

Publication Number Publication Date
CN113377722A true CN113377722A (en) 2021-09-10

Family

ID=77580677

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110750353.3A Pending CN113377722A (en) 2021-07-02 2021-07-02 Resource data reading method and device and storage medium

Country Status (2)

Country Link
CN (1) CN113377722A (en)
WO (1) WO2023272919A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114936387A (en) * 2022-07-25 2022-08-23 深圳市明源云科技有限公司 Text file reading method, text file writing method, electronic equipment and readable storage medium

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113608800A (en) * 2021-08-31 2021-11-05 北京字节跳动网络技术有限公司 Project starting method and device, electronic equipment and storage medium
CN117632885B (en) * 2024-01-25 2024-04-16 太平金融科技服务(上海)有限公司 Resource synchronization method, device, equipment and medium in backtracking system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101710327A (en) * 2009-12-04 2010-05-19 深圳创维数字技术股份有限公司 Method for caching local temporary files into embedded browser
CN102035881A (en) * 2010-11-19 2011-04-27 清华大学 Data caching method of cloud storage system
CN102750174A (en) * 2012-06-29 2012-10-24 Tcl集团股份有限公司 Method and device for loading file
US20120324040A1 (en) * 2011-06-15 2012-12-20 Amazon Technologies, Inc. Local networked storage linked to remote networked storage system
CN102970358A (en) * 2012-11-08 2013-03-13 百度在线网络技术(北京)有限公司 Method and device for controlling local cache of mobile client in network disc
CN106372109A (en) * 2016-08-19 2017-02-01 中国银联股份有限公司 Internet resource file caching method and apparatus
CN109815425A (en) * 2018-12-14 2019-05-28 平安科技(深圳)有限公司 Caching data processing method, device, computer equipment and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104735112B (en) * 2013-12-23 2018-08-03 阿里巴巴集团控股有限公司 Send method, the method and apparatus of cache resource file of resource file
US10255180B2 (en) * 2015-12-11 2019-04-09 Netapp, Inc. Server-based persistence management in user space
CN108600382A (en) * 2018-04-28 2018-09-28 广州联欣信息科技有限公司 A kind of method and computer readable storage medium of the APP content cachings in internet off-line

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101710327A (en) * 2009-12-04 2010-05-19 深圳创维数字技术股份有限公司 Method for caching local temporary files into embedded browser
CN102035881A (en) * 2010-11-19 2011-04-27 清华大学 Data caching method of cloud storage system
US20120324040A1 (en) * 2011-06-15 2012-12-20 Amazon Technologies, Inc. Local networked storage linked to remote networked storage system
CN102750174A (en) * 2012-06-29 2012-10-24 Tcl集团股份有限公司 Method and device for loading file
CN102970358A (en) * 2012-11-08 2013-03-13 百度在线网络技术(北京)有限公司 Method and device for controlling local cache of mobile client in network disc
CN106372109A (en) * 2016-08-19 2017-02-01 中国银联股份有限公司 Internet resource file caching method and apparatus
CN109815425A (en) * 2018-12-14 2019-05-28 平安科技(深圳)有限公司 Caching data processing method, device, computer equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114936387A (en) * 2022-07-25 2022-08-23 深圳市明源云科技有限公司 Text file reading method, text file writing method, electronic equipment and readable storage medium
CN114936387B (en) * 2022-07-25 2022-11-29 深圳市明源云科技有限公司 Text file reading method, text file writing method, electronic equipment and readable storage medium

Also Published As

Publication number Publication date
WO2023272919A1 (en) 2023-01-05

Similar Documents

Publication Publication Date Title
CN113377722A (en) Resource data reading method and device and storage medium
CN110096660B (en) Method and device for loading page pictures and electronic equipment
CN111596965B (en) Project engineering initialization method, device, computer equipment and storage medium
JP7397094B2 (en) Resource configuration method, resource configuration device, computer equipment, and computer program
CN106648569B (en) Target serialization realization method and device
JP2016522649A (en) Bundle package signature
CN113703893B (en) Page rendering method, device, terminal and storage medium
CN114064594B (en) Data processing method and device
CN111949856A (en) Object storage query method and device based on web
CN114995948A (en) Method, device, equipment and system for downloading secure container mirror image file
CN111241040A (en) Information acquisition method and device, electronic equipment and computer storage medium
CN113157477A (en) Memory leak attribution method and device, electronic equipment and storage medium
CN106708516B (en) Method and device for calling external function by SO file
CN112988810B (en) Information searching method, device and equipment
CN115714706A (en) Access acceleration system and method based on embedded H5, storage medium and electronic equipment
CN105183749A (en) Method and device for crawling promotion content and providing crawled promotion content for use in search
CN114090083B (en) Visual component configuration method, device, equipment and storage medium
CN113377724A (en) Cache space management method, device and storage medium
CN113377723B (en) Cache file management method, device and storage medium
CN112417818A (en) Document directory generation method and device, storage medium and electronic equipment
CN112347794A (en) Data translation method, device, equipment and computer storage medium
CN110543534A (en) Layer attribute fine configuration method, device, medium and terminal equipment
US20240160412A1 (en) Non-intrusive build time injection tool for accelerating launching of cloud applications
CN115543411A (en) Application configuration release system, method, device and equipment
CN115827749A (en) Method, system, storage medium and electronic equipment for loading data

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