CN112860625B - Data acquisition method, data storage method, device, equipment and storage medium - Google Patents

Data acquisition method, data storage method, device, equipment and storage medium Download PDF

Info

Publication number
CN112860625B
CN112860625B CN202110139272.XA CN202110139272A CN112860625B CN 112860625 B CN112860625 B CN 112860625B CN 202110139272 A CN202110139272 A CN 202110139272A CN 112860625 B CN112860625 B CN 112860625B
Authority
CN
China
Prior art keywords
file
directory
database
file structure
data
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.)
Active
Application number
CN202110139272.XA
Other languages
Chinese (zh)
Other versions
CN112860625A (en
Inventor
何力
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Xiaomi Mobile Software Co Ltd
Original Assignee
Beijing Xiaomi Mobile 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 Beijing Xiaomi Mobile Software Co Ltd filed Critical Beijing Xiaomi Mobile Software Co Ltd
Priority to CN202110139272.XA priority Critical patent/CN112860625B/en
Publication of CN112860625A publication Critical patent/CN112860625A/en
Application granted granted Critical
Publication of CN112860625B publication Critical patent/CN112860625B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/11File system administration, e.g. details of archiving or snapshots
    • G06F16/116Details of conversion of file system types or formats
    • 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/13File access structures, e.g. distributed indices
    • 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/14Details of searching files based on file metadata
    • G06F16/148File search processing
    • 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/16File or folder operations, e.g. details of user interfaces specifically adapted to 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)
  • Library & Information Science (AREA)
  • Human Computer Interaction (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The disclosure relates to a data acquisition method, a data storage method, a device, equipment and a storage medium, wherein the method is applied to first equipment and comprises the following steps: acquiring a file with a set executable format, wherein the file with the set executable format comprises a file stored by second equipment on the basis of a created file storage function in advance, and operating systems of the first equipment and the second equipment are different; calling a pre-established file analysis mode to analyze the file with the set executable format to obtain a file structure directory; and in response to receiving a data acquisition instruction carrying handle information, acquiring target data corresponding to the handle information from the file structure directory. The method and the device can analyze the files with the set executable formats acquired from the second equipment with different operating systems, acquire the required target data based on the handle information in the data acquisition instruction, so that cross-platform data analysis and acquisition are realized, and the portability of a data acquisition scheme is improved.

Description

Data acquisition method, data storage method, device, equipment and storage medium
Technical Field
The disclosure relates to the technical field of electronic devices, and in particular relates to a data acquisition method, a data storage method, a device, equipment and a storage medium.
Background
The file systems of electronic devices are typically customized based on the specific operating system of the device, such as the Ext4 file system customized based on the Linux operating system, the file systems such as the Exfat, ntfs, and Fat32 file systems customized based on the Windows operating system, and the AFS file system customized based on the IOS operating system. However, since the file system is customized based on various operating systems, cross-platform data acquisition and storage cannot be realized, which brings great inconvenience to subsequent data application and the like.
Disclosure of Invention
The present disclosure aims to solve at least one of the technical problems in the related art to a certain extent, and therefore, embodiments of the present disclosure provide a data acquisition method, a data storage method, an apparatus, a device, and a storage medium.
According to a first aspect of an embodiment of the present disclosure, there is provided a data acquisition method, applied to a first device, including:
Acquiring a file with a set executable format, wherein the file with the set executable format comprises a file stored by second equipment on the basis of a created file storage function in advance, and operating systems of the first equipment and the second equipment are different;
calling a pre-established file analysis mode to analyze the file with the set executable format to obtain a file structure directory;
And in response to receiving a data acquisition instruction carrying handle information, acquiring target data corresponding to the handle information from the file structure directory.
In some embodiments, the calling the pre-created file parsing method parses the set executable format file to obtain a file structure directory, including:
and reading the file with the set executable format to obtain a file structure directory, wherein the file structure directory comprises at least one segment directory, and the segment directory comprises at least one database directory.
In some embodiments, where the first device is a television device, each of the at least one database directory is for independently storing any of the following raw data:
video files, audio files, picture files, text files, television channel searching and scanning buffer files and screen panel configuration parameters.
In some embodiments, metadata in the database catalog is also used to store the currently stored raw data, the metadata including at least one or more of:
The rank and dimension of the raw data currently stored;
the type of raw data currently stored;
Attributes of the original data currently stored;
custom properties of the raw data currently stored.
In some embodiments, the handle information includes a segment identification of the target data corresponding to a segment directory in the file structure directory and a database identification of a database directory;
the obtaining the target data corresponding to the handle information from the file structure directory includes:
and acquiring original data corresponding to the target data from the corresponding database directory under the corresponding segment directory of the file structure directory based on the segment identifier and the database identifier, so as to be analyzed by a setting program.
In some embodiments, in the case where the target data is a video file, an audio file, a picture file, or a text file, the method further comprises:
and acquiring metadata corresponding to the target data from a corresponding database directory under a corresponding section directory of the file structure directory so as to process the front end of the setting program.
In some embodiments, the method further comprises:
Invoking a pre-established handle information display function to display handle information corresponding to each data in the file structure directory;
and receiving a data acquisition instruction which is sent based on the displayed handle information and carries the handle information.
According to a second aspect of embodiments of the present disclosure, there is provided a data storage method, applied to a second device, including:
determining handle information of target data to be stored;
writing the target data and the handle information to obtain a file structure directory;
and packaging the file structure directory into a file with a set executable format.
In some embodiments, the determining handle information of the target data to be stored includes:
Determining segment identifiers of segment directories and database identifiers of database directories in the file structure directory corresponding to the target data;
Writing the target data and the handle information to obtain a file structure directory, wherein the writing comprises the following steps:
creating a segment catalog corresponding to the segment identification;
and creating a database catalog corresponding to the database identifier under the section catalog to obtain a file structure catalog.
In some embodiments, the method further comprises:
Adding original data corresponding to any one of the following target data into the database catalog of the file structure catalog:
video files, audio files, picture files, text files, television channel searching and scanning buffer files and screen panel configuration parameters.
In some embodiments, the method further comprises:
Adding metadata of the currently stored original data in the database directory of the file structure directory;
The metadata includes at least one of:
The rank and dimension of the raw data currently stored;
the type of raw data currently stored;
Attributes of the original data currently stored;
custom properties of the raw data currently stored.
In some embodiments, the encapsulating the file structure directory into a set executable format file includes:
And calling a file storage function created on the basis of python in advance to encapsulate the file structure directory, so as to obtain the file with the set executable format.
According to a third aspect of the embodiments of the present disclosure, there is provided a data acquisition apparatus applied to a first device, including:
The file acquisition module is used for acquiring a file with a set executable format, wherein the file with the set executable format comprises a file stored by second equipment based on a created file storage function in advance, and operating systems of the first equipment and the second equipment are different;
The file analysis module is used for calling a file analysis mode which is created in advance to analyze the file with the set executable format to obtain a file structure directory;
and the data acquisition module is used for responding to the received data acquisition instruction carrying the handle information and acquiring target data corresponding to the handle information from the file structure directory.
In some embodiments, the file parsing module is further configured to read the set executable format file to obtain a file structure directory, where the file structure directory includes at least one segment directory, and the segment directory includes at least one database directory.
In some embodiments, where the first device is a television device, each of the at least one database directory is for independently storing any of the following raw data:
video files, audio files, picture files, text files, television channel searching and scanning buffer files and screen panel configuration parameters.
In some embodiments, metadata in the database catalog is also used to store the currently stored raw data, the metadata including at least one or more of:
The rank and dimension of the raw data currently stored;
the type of raw data currently stored;
Attributes of the original data currently stored;
custom properties of the raw data currently stored.
In some embodiments, the handle information includes a segment identification of the target data corresponding to a segment directory in the file structure directory and a database identification of a database directory;
the data acquisition module is further used for acquiring original data corresponding to the target data from the corresponding database catalogue under the corresponding segment catalogue of the file structure catalogue based on the segment identification and the database identification, so as to be analyzed by a setting program.
In some embodiments, in the case that the target data is a video file, an audio file, a picture file or a text file, the data obtaining module is further configured to obtain metadata corresponding to the target data from a corresponding database directory under a corresponding segment directory of the file structure directory, so as to be used for processing by a front end of the setting program.
In some embodiments, the apparatus further comprises: an instruction receiving module;
The instruction receiving module comprises:
The handle display unit is used for calling a pre-created handle information display function and displaying the handle information corresponding to each data in the file structure directory;
The instruction receiving unit is used for receiving a data acquisition instruction which is sent based on the displayed handle information and carries the handle information.
According to a fourth aspect of embodiments of the present disclosure, there is provided a data storage apparatus, for use with a second device, comprising:
The handle determining module is used for determining handle information of target data to be stored;
the catalog generation module is used for compiling the target data and the handle information to obtain a file structure catalog;
And the file encapsulation module is used for encapsulating the file structure directory into a file with a set executable format.
In some embodiments, the handle determination module is further to determine that the target data corresponds to a segment identification of a segment directory in a file structure directory and a database identification of a database directory;
The catalog generation module comprises:
A segment catalog creation unit for creating a segment catalog corresponding to the segment identifier;
And the library catalog creation unit is used for creating a database catalog corresponding to the database identifier under the section catalog to obtain a file structure catalog.
In some embodiments, the catalog generation module further comprises:
A data adding unit, configured to add, in the database directory of the file structure directory, original data corresponding to any one of the following target data:
video files, audio files, picture files, text files, television channel searching and scanning buffer files and screen panel configuration parameters.
In some embodiments, the catalog generation module is further configured to add metadata of the currently stored raw data in the database catalog of the file structure catalog;
The metadata includes at least one of:
The rank and dimension of the raw data currently stored;
the type of raw data currently stored;
Attributes of the original data currently stored;
custom properties of the raw data currently stored.
In some embodiments, the file encapsulation module is further configured to invoke a file storage function created in advance based on python to encapsulate the file structure directory, to obtain a file with a set executable format.
According to a fifth aspect of embodiments of the present disclosure, there is provided an electronic device, comprising:
A processor and a memory for storing processor-executable instructions;
wherein the processor is configured to:
Acquiring a file with a set executable format, wherein the file with the set executable format comprises a file stored by second equipment on the basis of a created file storage function in advance, and the operating systems of the electronic equipment and the second equipment are different;
calling a pre-established file analysis mode to analyze the file with the set executable format to obtain a file structure directory;
And in response to receiving a data acquisition instruction carrying handle information, acquiring target data corresponding to the handle information from the file structure directory.
According to a sixth aspect of embodiments of the present disclosure, there is provided a computer readable storage medium having stored thereon a computer program which when executed by a processor of a first device performs the steps of:
Acquiring a file with a set executable format, wherein the file with the set executable format comprises a file stored by second equipment on the basis of a created file storage function in advance, and operating systems of the first equipment and the second equipment are different;
calling a pre-established file analysis mode to analyze the file with the set executable format to obtain a file structure directory;
And in response to receiving a data acquisition instruction carrying handle information, acquiring target data corresponding to the handle information from the file structure directory.
The technical scheme provided by the embodiment of the disclosure can comprise the following beneficial effects:
according to the method and the device, the set executable format file is obtained, the set executable format file comprises files stored by a second device based on the created file storage function in advance, the operating systems of the first device and the second device are different, a file analysis mode which is created in advance is called to analyze the set executable format file to obtain a file structure directory, further, in response to receiving a data acquisition instruction carrying handle information, target data corresponding to the handle information is obtained from the file structure directory, analysis of the set executable format file obtained from the second device with different operating systems can be achieved, further, the fact that required target data can be obtained based on the handle information in the data acquisition instruction is achieved, the limitation that data cannot be directly analyzed and obtained among devices of different operating systems in related technologies can be broken through, cross-platform data analysis and acquisition are achieved, portability of a data acquisition scheme can be improved, and efficiency of application of acquired data can be improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the disclosure and together with the description, serve to explain the principles of the disclosure.
FIG. 1 is a flow chart illustrating a method of data acquisition according to an exemplary embodiment;
FIG. 2 is a flow chart illustrating a method of data acquisition according to yet another exemplary embodiment;
FIG. 3 is a flowchart illustrating a method of data storage according to an exemplary embodiment;
FIG. 4 is a flow diagram illustrating writing the target data and the handle information based on python to obtain a file structure directory, according to one embodiment;
FIG. 5 is a block diagram of a data acquisition device, according to an example embodiment;
FIG. 6 is a block diagram of a data acquisition device according to yet another exemplary embodiment;
FIG. 7 is a block diagram of a data storage device, according to an example embodiment;
FIG. 8 is a block diagram of a data storage device according to yet another exemplary embodiment;
Fig. 9 is a block diagram of an electronic device, according to an example embodiment.
Detailed Description
Reference will now be made in detail to exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, the same numbers in different drawings refer to the same or similar elements, unless otherwise indicated. The implementations described in the following exemplary examples are not representative of all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with some aspects of the present disclosure as detailed in the accompanying claims.
In the related art, the file system of the electronic device is usually customized based on a specific operating system of the device, for example, an Ext4 file system customized based on a Linux operating system, file systems such as an Exfat, a Ntfs and a Fat32 file system customized based on a Windows operating system, and an AFS file system customized based on an IOS operating system. However, since the file system is customized based on various operating systems, cross-platform data acquisition and storage cannot be realized, for example, a first electronic device with an android operating system cannot directly acquire and parse data from a second device with a Windows operating system, which obviously brings great inconvenience to subsequent data application and the like. The present disclosure aims to solve at least one of the technical problems in the related art to some extent, and for this reason, embodiments of the present disclosure provide a data acquisition method, a data storage method, an apparatus, a device, and a storage medium.
FIG. 1 is a flow chart illustrating a method of data acquisition according to an exemplary embodiment; the method of the present embodiment may be applied to a first device that may include a processor for storing received data and a memory that may be used to execute instructions for data processing; the first device may comprise a server running independently, a distributed server, or a server cluster consisting of a plurality of servers. It should be noted that the first device may be understood as a terminal device, for example, a television device, a computer device, a smart phone, a tablet computer, a wearable device, etc., and may also be understood as an operating system or a platform included in the terminal device. As shown in fig. 1, the method includes the following steps S101-S103:
in step S101, a setting executable format file is acquired.
In this embodiment, the first device obtains a setting executable format file stored in advance by the second device. The file with the executable format comprises a file stored by a file storage function which is created by the second device in advance based on a specific programming language, and the operating systems of the first device and the second device are different. The particular programming language may be java, c++, python, etc.
The following examples illustrate the programming language python. Python is a cross-platform interpreted programming language, all contents of which are free of charge and can be directly downloaded for use, and codes of the Python can be modified. Wherein Python memory management is automatically completed, and operators only need to pay attention to the program itself, and do not need to pay attention to memory management. Most importantly, it has good cross-platform and portability, and can be transplanted to most platforms for use by operating systems such as Windows, macOS, linux, android and IOS.
In some embodiments, the format of the set executable format file may be predefined, and the format of the set executable format file may be predefined as desired. For example, the above-described setting executable Format file may be defined as a Cross-Platform SMART DEVICE DATA Format (CDF) file, which is suffixed with a. CDF.
In other embodiments, the format and the suffix of the executable format file are associated with the actual usage scenario, and may be set based on the actual usage scenario device, for example, in a smart tv scenario, the executable format file may be a tv format file, and the tv is used as the suffix.
The storage manner of the setting executable format file may be referred to the embodiment shown in fig. 3 below, and will not be described in detail here.
In step S102, a file parsing method created in advance is called to parse the file with the set executable format, so as to obtain a file structure directory.
In this embodiment, after the setting executable format file is obtained from the second device, a file parsing manner created in advance based on python may be invoked to parse the setting executable format file, so as to obtain a file structure directory.
In an embodiment, a function library created based on python for parsing the set executable format file may be pre-installed on the first device, and after the set executable format file is obtained from the second device, a file parsing function in the function library may be called to parse the set executable format file, so as to obtain a file structure directory. For example, the first device may call a file reading function created in advance based on python, such as "read_cdf", and read the file with the executable format to obtain a file structure directory, and further may access the directory and attribute values created before through the file handle.
In this embodiment, the file structure directory may include at least one Section directory (Section), where the Section directory includes at least one database directory (Dataset). For example, the structure of the CDF file is as follows:
further, the database directory (Dataset) may include original Data (Data values) and Metadata (Metadata), where the Metadata may include at least one of the following:
DATASPACE: rank and dimension of the original data;
datatype: the type of the original data, such as video, audio, text, configuration parameters, etc.;
Properties: attributes of the original data, such as the case of data chunking (granularity), compression (Chunk and Compressed), etc.;
Attributes: custom properties of the raw data.
For example, the structure of the database directory (Dataset) is as follows:
in step S103, in response to receiving a data acquisition instruction carrying handle information, target data corresponding to the handle information is acquired from the file structure directory.
In this embodiment, after a file analysis mode created based on python is invoked to analyze the set executable format file in advance to obtain a file structure directory, target data corresponding to handle information may be obtained from the file structure directory in response to receiving a data obtaining instruction carrying the handle information.
In some embodiments, the handle information may include a segment identifier of the segment directory and a database identifier of the database directory, where the target data corresponds to the segment directory in the file structure directory, and the acquiring the target data corresponding to the handle information from the file structure directory in step S103 may include:
And acquiring target data corresponding to the segment identifier and the database identifier from the file structure directory. For example, the corresponding target data may be acquired from the file structure directory based on instructions such as "fd.section", "fd.section (number)", "fd.section (" video ")," and the like, where "section", "number" and "video" are handle information corresponding to the desired target data.
As can be seen from the foregoing description, in the method of this embodiment, the set executable format file is obtained, where the set executable format file includes a file stored by a second device in advance based on a created file storage function, the operating systems of the first device and the second device are different, and a file analysis mode created in advance is invoked to analyze the set executable format file to obtain a file structure directory, and further, in response to receiving a data acquisition instruction carrying handle information, target data corresponding to the handle information is obtained from the file structure directory, so that analysis of the set executable format file obtained from the second device with a different operating system can be implemented, further, obtaining required target data based on the handle information in the data acquisition instruction can be implemented, limitation that data cannot be directly analyzed and obtained between devices with different operating systems in related technologies can be implemented, cross-platform data analysis and acquisition can be achieved, portability of a data acquisition scheme can be improved, and efficiency of subsequently applying the acquired data can be improved.
FIG. 2 is a flow chart illustrating a method of data acquisition according to yet another exemplary embodiment; as shown in fig. 2, the method includes the following steps S201 to S205:
in step S201, a setting executable format file is acquired.
Wherein the set executable format file comprises a file stored by the second device in advance based on a file storage function created by python, the operating systems of the first device and the second device being different.
In step S202, a file parsing method created in advance is called to parse the file with the set executable format, so as to obtain a file structure directory.
In step S203, a pre-created handle information display function is called to display the handle information corresponding to each data in the file structure directory.
In this embodiment, when the first device invokes a file parsing manner created based on python in advance to parse the set executable format file to obtain a file structure directory, in order to clearly display handle information corresponding to each data in the file structure directory to a user, a handle information display function created based on python in advance, such as "fd.
In step S204, a data acquisition instruction carrying handle information, which is sent based on the handle information and is displayed, is received.
It can be understood that when the handle information display function created based on python in advance is called, after the handle information corresponding to each data in the file structure directory is displayed, the user can determine the handle information corresponding to the target data required by the user based on the handle information corresponding to each data currently displayed, and further can input a data acquisition instruction carrying the handle information corresponding to the target data in the first terminal device, so that the first terminal device can receive the data acquisition instruction to execute the subsequent steps.
In step S205, in response to receiving a data acquisition instruction carrying handle information, target data corresponding to the handle information is acquired from the file structure directory.
The explanation and explanation of steps S201 to S202 and S205 may be referred to the above embodiments, and will not be repeated here.
As can be seen from the above description, the method of the embodiment displays the handle information corresponding to each data in the file structure directory by calling the handle information display function created based on python in advance, and receives the data acquisition instruction carrying the handle information sent based on the displayed handle information, which can be implemented to clearly display the handle information corresponding to each data in the file structure directory for the user, and is convenient for the user to determine the handle information corresponding to the target data required by the user, thereby laying a foundation for inputting the data acquisition instruction carrying the handle information corresponding to the target data in the first terminal device, and improving the accuracy of acquiring the target data from the file structure directory based on the data acquisition instruction.
FIG. 3 is a flowchart illustrating a method of data storage according to an exemplary embodiment; the method of the present embodiment may be applied to a second device comprising a processor and a memory for storing received data, the processor being operable to execute instructions for data processing; the second device may comprise a server running independently, a distributed server, or a server cluster consisting of a plurality of servers. It should be noted that the second device may be understood as a terminal device, for example, a television device, a computer device, a smart phone, a tablet computer, a wearable device, etc., and may also be understood as an operating system or a platform included in the terminal device. The operating systems or platforms of the second device and the first device may be different. As shown in fig. 3, the method includes the following steps S301 to S303:
In step S301, handle information of target data to be stored is determined.
In this embodiment, before storing the target data, the handle information corresponding to the target data may be determined.
For example, it may be determined that the above-described target data corresponds to a segment identification of a segment directory (i.e., identification information of a Section portion) and a database identification of a database directory (i.e., identification information of a Dataset portion) in a file structure directory.
In step S302, the target data and the handle information are written to obtain a file structure directory.
In this embodiment, after determining the handle information of the target data to be stored, the target data and the handle information may be written based on python to obtain the file structure directory. For example, target data and corresponding handle information can be written into a blank file structure directory created in advance according to a storage path corresponding to the handle information, so as to obtain a written file structure directory.
For example, if the handle information of the target data is "section_1 (" dataset_1_1 ")", the target data may be written into a database directory identified as "dataset_1_1" under a section directory identified as "section_1" in the file structure directory.
In other embodiments, the manner in which the target data and the handle information are written based on python may be referred to as the embodiment shown in fig. 4 described below, which is not described in detail herein.
In step S303, the file structure directory is encapsulated into a set executable format file.
In this embodiment, when writing the target data and the handle information based on python, a file structure directory is obtained, and the file structure directory may be encapsulated into a file with a set executable format. For example, a file storage function created in advance based on python may be called to encapsulate the file structure directory to obtain a set executable format file.
The Format of the setting executable Format file is predefined, such as a Cross-Platform SMART DEVICE DATA Format (i.e., CDF) Format, so that the setting executable Format file can be referred to as a CDF file, where the CDF is a suffix. In this embodiment, the structure of the CDF file may be referred to the embodiment shown in fig. 1, which is not described herein. In some embodiments, a file storage function created in advance based on python may be invoked to store the file structure directory as a set executable format file.
As can be seen from the above description, the method of the present embodiment obtains the file structure directory by determining the handle information of the target data to be stored, and writing the target data and the handle information, and further stores the file structure directory as a set executable format file, so as to implement storing the target data and the handle information into the set executable format file for data analysis by electronic devices of different operating systems, break through the limitation that the devices of different operating systems cannot directly analyze and acquire data in the related art, lay a foundation for realizing cross-platform data analysis and acquisition subsequently, and improve portability of the data storage scheme.
FIG. 4 is a flow diagram illustrating writing the target data and the handle information based on python to obtain a file structure directory, according to one embodiment; the present embodiment is exemplified by writing the target data and the handle information based on python to obtain a file structure directory on the basis of the above embodiments.
In this embodiment, the determining the handle information of the target data to be stored in step S301 may include: determining that the target data corresponds to a segment identification of a segment directory in a file structure directory and a database identification of a database directory. On this basis, as shown in fig. 4, writing the target data and the handle information in the above step S302 to obtain a file structure directory may include the following steps S401 to S402:
In step S401, a segment directory corresponding to the segment identifier is created.
For example, a group creation function created in advance based on python may be called to create a segment directory corresponding to the segment identifier, e.g., a group directory may be created by calling a group creation function "create_group" created in advance based on python, and a call instruction such as create_ group (string name) may be employed. Wherein STRING NAME is identification information of the segment directory, and can be freely set.
In step S402, a database directory corresponding to the database identifier is created under the segment directory, so as to obtain a file structure directory.
For example, a database creation function created in advance based on python may be called to create a database directory corresponding to the database identifier under the segment directory, resulting in a file structure directory. For example, a database creation function "create_dataset" created in advance based on python may be called to create a database directory corresponding to the above database identifier under the corresponding segment directory, and a call instruction such as create_ dataset (string name) may be used. Wherein STRING NAME is identification information of the database directory, and can be freely set.
In some embodiments, the method of the present embodiment may further include:
Adding one or more of the following original data corresponding to the target data into the database catalog of the file structure catalog:
video files, audio files, picture files, text files, television channel searching and scanning buffer files and screen panel configuration parameters.
For example, a data addition function created in advance based on python, such as "attrs", may be called to add the original data and metadata corresponding to the target data in the corresponding database directory of the file structure directory. It should be noted that the function "attrs" may store data using a key value, and may employ instructions such as: attrs [ "attr1" ] = "my attr1".
In this embodiment, the original data may include data of the target data (such as video, audio, text, configuration parameters, etc.) itself, and the metadata may include at least one or more of the following:
DATASPACE: the rank and dimension of the raw data currently stored;
Datatype: the type of the original data stored currently, such as video, audio, text, configuration parameters, etc.;
properties: attributes of the original data currently stored, such as the case of data chunking (granularity), compression case (Chunk and Compressed), etc.;
Attributes: custom properties of the raw data currently stored.
The structure of the database directory (Dataset) may be referred to the content shown in the foregoing embodiment, and will not be described herein.
FIG. 5 is a block diagram of a data acquisition device, according to an example embodiment; the apparatus of this embodiment may be applied to a first device that may include a processor for storing received data and a memory that may be used to execute instructions for data processing; the first device may comprise a server running independently, a distributed server, or a server cluster consisting of a plurality of servers. It should be noted that the first device may be understood as a terminal device, for example, a television device, a computer device, a smart phone, a tablet computer, a wearable device, etc., and may also be understood as an operating system or a platform included in the terminal device. As shown in fig. 5, the apparatus includes: a file acquisition module 110, a file parsing module 120, and a data acquisition module 130, wherein:
a file obtaining module 110, configured to obtain a file in a set executable format, where the set executable format file includes a file stored by a second device in advance based on a created file storage function, and operating systems of the first device and the second device are different;
the file parsing module 120 is configured to invoke a file parsing manner created in advance to parse the file with the set executable format, so as to obtain a file structure directory;
And the data acquisition module 130 is used for acquiring target data corresponding to the handle information from the file structure directory in response to receiving a data acquisition instruction carrying the handle information.
As can be seen from the foregoing description, the apparatus in this embodiment obtains, by obtaining a file in a set executable format, where the set executable format file includes a file stored by a second device in advance based on a created file storage function, where the first device and an operating system of the second device are different, and invokes a file analysis manner created in advance to analyze the set executable format file to obtain a file structure directory, and further obtains, in response to receiving a data obtaining instruction carrying handle information, target data corresponding to the handle information from the file structure directory, so that it is possible to directly analyze the set executable format file obtained from the second device having a different operating system, and further achieve obtaining of desired target data based on the handle information in the data obtaining instruction, which is not capable of directly breaking through and obtaining data between devices of different operating systems in the related technology, and achieve cross-platform data analysis and obtaining, and can improve portability of a data obtaining scheme, and improve efficiency of application of subsequently obtained data.
FIG. 6 is a block diagram of a data acquisition device according to yet another exemplary embodiment; the functions of the file obtaining module 210, the file parsing module 220, and the data obtaining module 230 are the same as those of the file obtaining module 110, the file parsing module 120, and the data obtaining module 130 in the embodiment shown in fig. 5, and are not described herein.
In some embodiments, the file parsing module 220 may be further configured to read the set executable format file to obtain a file structure directory, where the file structure directory includes at least one segment directory, and the segment directory includes at least one database directory.
In some embodiments, where the first device is a television device, each of the at least one database directory may be configured to independently store any of the following raw data:
video files, audio files, picture files, text files, television channel searching and scanning buffer files and screen panel configuration parameters.
In some embodiments, the database catalog may also be used to store metadata of the currently stored raw data, where the metadata includes at least one or more of the following:
The rank and dimension of the raw data currently stored;
the type of raw data currently stored;
Attributes of the original data currently stored;
custom properties of the raw data currently stored.
In some embodiments, the handle information may include a segment identifier of the target data corresponding to a segment directory in the file structure directory and a database identifier of a database directory;
Based on this, the data obtaining module 230 may be further configured to obtain, based on the segment identifier and the database identifier, original data corresponding to the target data from a corresponding database directory under a corresponding segment directory of the file structure directory, for analysis by a setting program.
In some embodiments, in the case that the target data is a video file, an audio file, a picture file, or a text file, the data obtaining module 230 may be further configured to obtain metadata corresponding to the target data from a corresponding database directory under a corresponding segment directory of the file structure directory, for processing by a front end of the setting program.
In some embodiments, the apparatus of this embodiment may further include: an instruction receiving module 240;
The instruction receiving module 240 may include:
A handle display unit 241, configured to call a pre-created handle information display function, and display handle information corresponding to each data in the file structure directory;
The instruction receiving unit 242 is configured to receive a data acquisition instruction carrying handle information, which is sent based on the handle information that is shown.
FIG. 7 is a block diagram of a data storage device, according to an example embodiment; the method of the present embodiment may be applied to a second device comprising a processor and a memory for storing received data, the processor being operable to execute instructions for data processing; the second device may comprise a server running independently, a distributed server, or a server cluster consisting of a plurality of servers. It should be noted that the second device may be understood as a terminal device, for example, a television device, a computer device, a smart phone, a tablet computer, a wearable device, etc., and may also be understood as an operating system or a platform included in the terminal device. The operating systems or platforms of the second device and the first device may be different. As shown in fig. 7, the apparatus includes: a handle determination module 310, a directory generation module 320, and a file encapsulation module 330, wherein:
A handle determining module 310, configured to determine handle information of target data to be stored;
The catalog generation module 320 is configured to write the target data and the handle information to obtain a file structure catalog;
And the file encapsulation module 330 is configured to encapsulate the file structure directory into a file with a set executable format.
As can be seen from the above description, the apparatus of this embodiment obtains a file structure directory by determining handle information of target data to be stored, and writing the target data and the handle information, and further stores the file structure directory as a set executable format file, so as to implement storing the target data and the handle information into the set executable format file for data analysis by electronic devices of different operating systems, break through the limitation that data cannot be directly analyzed and obtained between devices of different operating systems in the related art, lay a foundation for realizing cross-platform data analysis and obtaining subsequently, and improve portability of a data storage scheme.
FIG. 8 is a block diagram of a data storage device according to yet another exemplary embodiment; the method of the present embodiment may be applied to a second device (e.g., a television device, a computer device, a smart phone, a tablet computer, a wearable device, etc.). The functions of the handle determining module 410, the directory generating module 420, and the file encapsulating module 430 are the same as those of the handle determining module 310, the directory generating module 320, and the file encapsulating module 330 in the embodiment shown in fig. 7, and are not described herein.
In this embodiment, the handle determining module 410 may be further configured to determine that the target data corresponds to a segment identifier of a segment directory in the file structure directory and a database identifier of a database directory;
On this basis, as shown in fig. 8, the catalog generation module 420 may include:
a segment directory creation unit 421, configured to create a segment directory corresponding to the segment identifier;
And the library catalog creation unit 422 is configured to create a database catalog corresponding to the database identifier under the segment catalog, thereby obtaining a file structure catalog.
In some embodiments, catalog generation module 420 may further include:
A data adding unit 423, configured to add, in the database directory of the file structure directory, original data corresponding to any one of the following target data:
video files, audio files, picture files, text files, television channel searching and scanning buffer files and screen panel configuration parameters.
In some embodiments, the catalog generation module 420 may also be configured to add metadata for the currently stored raw data in the database catalog of the file structure catalog,
The metadata includes at least one of:
The rank and dimension of the raw data currently stored;
the type of raw data currently stored;
Attributes of the original data currently stored;
custom properties of the raw data currently stored.
In some embodiments, the file encapsulation module 430 may be further configured to invoke a file storage function created in advance based on python to encapsulate the file structure directory to obtain a file with a set executable format.
The specific manner in which the individual modules perform the operations in relation to the system of the above embodiments has been described in detail in relation to the embodiments of the system and will not be described in detail herein.
Fig. 9 is a block diagram of an electronic device, according to an example embodiment. For example, device 900 may be a smart television, a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, and the like.
Referring to fig. 9, device 900 may include one or more of the following components: a processing component 902, a memory 904, a power component 906, a multimedia component 908, an audio component 910, an input/output (I/O) interface 912, a sensor component 914, and a communication component 916.
The processing component 902 generally controls overall operation of the device 900, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing component 902 may include one or more processors 920 to execute instructions to perform all or part of the steps of the methods described above. Further, the processing component 902 can include one or more modules that facilitate interaction between the processing component 902 and other components. For example, the processing component 902 can include a multimedia module to facilitate interaction between the multimedia component 908 and the processing component 902.
The memory 904 is configured to store various types of data to support operations at the device 900. Examples of such data include instructions for any application or method operating on device 900, contact data, phonebook data, messages, pictures, videos, and the like. The memory 904 may be implemented by any type of volatile or nonvolatile memory device or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disk.
The power supply component 906 provides power to the various components of the device 900. Power components 906 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for device 900.
The multimedia component 908 comprises a screen between the device 900 and the user that provides an output interface. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive input signals from a user. The touch panel includes one or more touch sensors to sense touches, swipes, and gestures on the touch panel. The touch sensor may sense not only the boundary of a touch or slide action, but also the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 908 includes a front-facing camera and/or a rear-facing camera. The front-facing camera and/or the rear-facing camera may receive external multimedia data when the device 900 is in an operational mode, such as a shooting mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have focal length and optical zoom capabilities.
The audio component 910 is configured to output and/or input audio signals. For example, the audio component 910 includes a Microphone (MIC) configured to receive external audio signals when the device 900 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may be further stored in the memory 904 or transmitted via the communication component 916. In some embodiments, the audio component 910 further includes a speaker for outputting audio signals.
The I/O interface 912 provides an interface between the processing component 902 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: homepage button, volume button, start button, and lock button.
The sensor assembly 914 includes one or more sensors for providing status assessment of various aspects of the device 900. For example, the sensor assembly 914 may detect the on/off state of the device 900, the relative positioning of the components, such as the display and keypad of the device 900, the sensor assembly 914 may also detect the change in position of the device 900 or one component of the device 900, the presence or absence of user contact with the device 900, the orientation or acceleration/deceleration of the device 900, and the change in temperature of the device 900. The sensor assembly 914 may also include a proximity sensor configured to detect the presence of nearby objects without any physical contact. The sensor assembly 914 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 914 may also include an acceleration sensor, a gyroscopic sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 916 is configured to facilitate communication between the device 900 and other devices, either wired or wireless. The device 900 may access a wireless network based on a communication standard, such as WiFi,2G or 3G,4G or 5G, or a combination thereof. In one exemplary embodiment, the communication component 916 receives broadcast signals or broadcast-related information from an external broadcast management system via a broadcast channel. In one exemplary embodiment, the communication component 916 further includes a Near Field Communication (NFC) module to facilitate short range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, ultra Wideband (UWB) technology, bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the device 900 may be implemented by one or more Application Specific Integrated Circuits (ASICs), digital Signal Processors (DSPs), digital Signal Processing Devices (DSPDs), programmable Logic Devices (PLDs), field Programmable Gate Arrays (FPGAs), controllers, microcontrollers, microprocessors, or other electronic components for executing the file system described above.
In an exemplary embodiment, a non-transitory computer readable storage medium is also provided, such as a memory 904 including instructions executable by the processor 920 of the device 900 to complete the file system described above. For example, the non-transitory computer readable storage medium may be ROM, random Access Memory (RAM), CD-ROM, magnetic tape, floppy disk, optical data storage device, etc.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This disclosure is intended to cover any adaptations, uses, or adaptations of the disclosure following the general principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It is to be understood that the present disclosure is not limited to the precise arrangements and instrumentalities shown in the drawings, and that various modifications and changes may be effected without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (22)

1. A method of data acquisition, applied to a first device, comprising:
Acquiring a file with a set executable format, wherein the file with the set executable format comprises a file stored by second equipment on the basis of a created file storage function in advance, and operating systems of the first equipment and the second equipment are different;
calling a pre-established file analysis mode to analyze the file with the set executable format to obtain a file structure directory;
in response to receiving a data acquisition instruction carrying handle information, acquiring target data corresponding to the handle information from the file structure directory, wherein the handle information comprises a segment identifier of the target data corresponding to a segment directory in the file structure directory and a database identifier of a database directory;
the obtaining the target data corresponding to the handle information from the file structure directory includes:
and acquiring original data corresponding to the target data from the corresponding database directory under the corresponding segment directory of the file structure directory based on the segment identifier and the database identifier, so as to be analyzed by a setting program.
2. The method of claim 1, wherein the calling the pre-created file parsing scheme parses the set executable format file to obtain a file structure directory, comprising:
and reading the file with the set executable format to obtain a file structure directory, wherein the file structure directory comprises at least one segment directory, and the segment directory comprises at least one database directory.
3. The method of claim 2, wherein, in the case where the first device is a television device, each of the at least one database directory is for independently storing any of the following raw data:
video files, audio files, picture files, text files, television channel searching and scanning buffer files and screen panel configuration parameters.
4. The method of claim 2, wherein the database catalog is further configured to store metadata for the currently stored raw data, the metadata comprising at least one or more of:
The rank and dimension of the raw data currently stored;
the type of raw data currently stored;
Attributes of the original data currently stored;
custom properties of the raw data currently stored.
5. The method of claim 1, wherein in the case where the target data is a video file, an audio file, a picture file, or a text file, the method further comprises:
and acquiring metadata corresponding to the target data from a corresponding database directory under a corresponding section directory of the file structure directory so as to process the front end of the setting program.
6. The method according to claim 1, wherein the method further comprises:
Invoking a pre-established handle information display function to display handle information corresponding to each data in the file structure directory;
and receiving a data acquisition instruction which is sent based on the displayed handle information and carries the handle information.
7. A data storage method, applied to a second device, comprising:
determining handle information of target data to be stored;
writing the target data and the handle information to obtain a file structure directory;
Packaging the file structure directory into a file with a set executable format;
the determining the handle information of the target data to be stored includes:
Determining segment identifiers of segment directories and database identifiers of database directories in the file structure directory corresponding to the target data;
Writing the target data and the handle information to obtain a file structure directory, wherein the writing comprises the following steps:
creating a segment catalog corresponding to the segment identification;
and creating a database catalog corresponding to the database identifier under the section catalog to obtain a file structure catalog.
8. The method of claim 7, wherein the method further comprises:
Adding original data corresponding to any one of the following target data into the database catalog of the file structure catalog:
video files, audio files, picture files, text files, television channel searching and scanning buffer files and screen panel configuration parameters.
9. The method of claim 7, wherein the method further comprises:
Adding metadata of the currently stored original data in the database directory of the file structure directory;
The metadata includes at least one of:
The rank and dimension of the raw data currently stored;
the type of raw data currently stored;
Attributes of the original data currently stored;
custom properties of the raw data currently stored.
10. The method of claim 7, wherein encapsulating the file structure directory into a set executable format file comprises:
And calling a file storage function created on the basis of python in advance to encapsulate the file structure directory, so as to obtain the file with the set executable format.
11. A data acquisition apparatus, for use with a first device, comprising:
The file acquisition module is used for acquiring a file with a set executable format, wherein the file with the set executable format comprises a file stored by second equipment based on a created file storage function in advance, and operating systems of the first equipment and the second equipment are different;
The file analysis module is used for calling a file analysis mode which is created in advance to analyze the file with the set executable format to obtain a file structure directory;
The data acquisition module is used for responding to receiving a data acquisition instruction carrying handle information, acquiring target data corresponding to the handle information from the file structure directory, wherein the handle information comprises a segment identifier of the target data corresponding to a segment directory in the file structure directory and a database identifier of a database directory;
the data acquisition module is further used for acquiring original data corresponding to the target data from the corresponding database catalogue under the corresponding segment catalogue of the file structure catalogue based on the segment identification and the database identification, so as to be analyzed by a setting program.
12. The apparatus of claim 11, wherein the file parsing module is further configured to read the set executable format file to obtain a file structure directory, the file structure directory including at least one segment directory, the segment directory including at least one database directory.
13. The apparatus of claim 12, wherein, in the case where the first device is a television device, each of the at least one database directory is configured to independently store any of the following raw data:
video files, audio files, picture files, text files, television channel searching and scanning buffer files and screen panel configuration parameters.
14. The apparatus of claim 12, wherein the database catalog is further configured to store metadata for the currently stored raw data, the metadata comprising at least one or more of:
The rank and dimension of the raw data currently stored;
the type of raw data currently stored;
Attributes of the original data currently stored;
custom properties of the raw data currently stored.
15. The apparatus of claim 11, wherein, in the case where the target data is a video file, an audio file, a picture file, or a text file, the data obtaining module is further configured to obtain metadata corresponding to the target data from a corresponding database directory under a corresponding segment directory of the file structure directory, for processing by a front end of the setting program.
16. The apparatus of claim 11, wherein the apparatus further comprises: an instruction receiving module;
The instruction receiving module comprises:
The handle display unit is used for calling a pre-created handle information display function and displaying the handle information corresponding to each data in the file structure directory;
The instruction receiving unit is used for receiving a data acquisition instruction which is sent based on the displayed handle information and carries the handle information.
17. A data storage device, for use with a second apparatus, comprising:
The handle determining module is used for determining handle information of target data to be stored;
the catalog generation module is used for compiling the target data and the handle information to obtain a file structure catalog;
The file encapsulation module is used for encapsulating the file structure directory into a file with a set executable format;
the handle determination module is further configured to determine a segment identifier of the target data corresponding to a segment directory in the file structure directory and a database identifier of a database directory;
The catalog generation module comprises:
A segment catalog creation unit for creating a segment catalog corresponding to the segment identifier;
And the library catalog creation unit is used for creating a database catalog corresponding to the database identifier under the section catalog to obtain a file structure catalog.
18. The apparatus of claim 17, wherein the catalog generation module further comprises:
A data adding unit, configured to add, in the database directory of the file structure directory, original data corresponding to any one of the following target data:
video files, audio files, picture files, text files, television channel searching and scanning buffer files and screen panel configuration parameters.
19. The apparatus of claim 17, wherein the catalog generation module is further configured to add metadata of the currently stored raw data in the database catalog of the file structure catalog;
The metadata includes at least one of:
The rank and dimension of the raw data currently stored;
the type of raw data currently stored;
Attributes of the original data currently stored;
custom properties of the raw data currently stored.
20. The apparatus of claim 17, wherein the file encapsulation module is further configured to invoke a file storage function created in advance based on python to encapsulate the file structure directory to obtain a set executable format file.
21. An electronic device, comprising:
A processor and a memory for storing processor-executable instructions;
wherein the processor is configured to:
Acquiring a file with a set executable format, wherein the file with the set executable format comprises a file stored by second equipment on the basis of a created file storage function in advance, and the operating systems of the electronic equipment and the second equipment are different;
calling a pre-established file analysis mode to analyze the file with the set executable format to obtain a file structure directory;
in response to receiving a data acquisition instruction carrying handle information, acquiring target data corresponding to the handle information from the file structure directory, wherein the handle information comprises a segment identifier of the target data corresponding to a segment directory in the file structure directory and a database identifier of a database directory;
the obtaining the target data corresponding to the handle information from the file structure directory includes:
and acquiring original data corresponding to the target data from the corresponding database directory under the corresponding segment directory of the file structure directory based on the segment identifier and the database identifier, so as to be analyzed by a setting program.
22. A computer readable storage medium having stored thereon a computer program, characterized in that the program when executed by a processor of a first device realizes the steps of:
Acquiring a file with a set executable format, wherein the file with the set executable format comprises a file stored by second equipment on the basis of a created file storage function in advance, and operating systems of the first equipment and the second equipment are different;
calling a pre-established file analysis mode to analyze the file with the set executable format to obtain a file structure directory;
in response to receiving a data acquisition instruction carrying handle information, acquiring target data corresponding to the handle information from the file structure directory, wherein the handle information comprises a segment identifier of the target data corresponding to a segment directory in the file structure directory and a database identifier of a database directory;
the obtaining the target data corresponding to the handle information from the file structure directory includes:
and acquiring original data corresponding to the target data from the corresponding database directory under the corresponding segment directory of the file structure directory based on the segment identifier and the database identifier, so as to be analyzed by a setting program.
CN202110139272.XA 2021-02-01 2021-02-01 Data acquisition method, data storage method, device, equipment and storage medium Active CN112860625B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110139272.XA CN112860625B (en) 2021-02-01 2021-02-01 Data acquisition method, data storage method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110139272.XA CN112860625B (en) 2021-02-01 2021-02-01 Data acquisition method, data storage method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112860625A CN112860625A (en) 2021-05-28
CN112860625B true CN112860625B (en) 2024-05-14

Family

ID=75986025

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110139272.XA Active CN112860625B (en) 2021-02-01 2021-02-01 Data acquisition method, data storage method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112860625B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113467825A (en) * 2021-06-30 2021-10-01 完美世界(北京)软件科技发展有限公司 IPA data display system, method, device, equipment and computer readable medium thereof

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1472660A (en) * 2002-07-08 2004-02-04 �Ҵ���˾ Method and device for mapping file sentence
CN104516974A (en) * 2014-12-26 2015-04-15 华为技术有限公司 Management method and device for file system directory entry
CN111371851A (en) * 2020-02-21 2020-07-03 苏州浪潮智能科技有限公司 Connection method, connection device, electronic equipment and storage medium
CN111858496A (en) * 2020-07-27 2020-10-30 北京大道云行科技有限公司 Metadata retrieval method and device, storage medium and electronic equipment

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7610304B2 (en) * 2005-12-05 2009-10-27 Oracle International Corporation Techniques for performing file operations involving a link at a database management system
US7680844B2 (en) * 2007-05-18 2010-03-16 International Business Machines Corporation Method for preserving virtual filesystem information across high availability takeover
US20140201177A1 (en) * 2013-01-11 2014-07-17 Red Hat, Inc. Accessing a file system using a hard link mapped to a file handle

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1472660A (en) * 2002-07-08 2004-02-04 �Ҵ���˾ Method and device for mapping file sentence
CN104516974A (en) * 2014-12-26 2015-04-15 华为技术有限公司 Management method and device for file system directory entry
CN111371851A (en) * 2020-02-21 2020-07-03 苏州浪潮智能科技有限公司 Connection method, connection device, electronic equipment and storage medium
CN111858496A (en) * 2020-07-27 2020-10-30 北京大道云行科技有限公司 Metadata retrieval method and device, storage medium and electronic equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
STANAG-4575文件系统在VXWorks上的实现;王健;李小勇;;微型电脑应用(第03期);全文 *
一种支持数据去冗和扩容的多媒体文件云存储系统实现;汪帅;吕江花等;计算机研究与发展(第05期);全文 *

Also Published As

Publication number Publication date
CN112860625A (en) 2021-05-28

Similar Documents

Publication Publication Date Title
CN107329743B (en) Application page display method and device and storage medium
CN106569800B (en) Front-end interface generation method and device
CN108932253B (en) Multimedia search result display method and device
CN109032606B (en) Native application compiling method and device and terminal
US10909203B2 (en) Method and device for improving page display effect via execution, conversion and native layers
CN112003893B (en) Resource downloading method and device
CN111259289B (en) Picture loading method and device, electronic equipment and storage medium
CN115185717B (en) Interface calling method and device, electronic equipment and storage medium
CN113596175A (en) Scene synchronization method, terminal, server and system
CN111061452A (en) Voice control method and device of user interface
CN105468606B (en) Webpage saving method and device
CN112860625B (en) Data acquisition method, data storage method, device, equipment and storage medium
CN113079493B (en) Information matching display method and device and electronic equipment
CN111580824B (en) Program optimization method, device and storage medium
CN110865864B (en) Interface display method, device and equipment for quick application and storage medium
CN112328330A (en) iOS component calling method, device, middleware, electronic equipment and medium
CN111443903A (en) Software development file acquisition method and device, electronic equipment and storage medium
CN111131000B (en) Information transmission method, device, server and terminal
CN113536180A (en) Item processing method, item processing device, electronic equipment, storage medium and program product
CN107679205B (en) Multimedia data playing method and device, computer equipment and storage medium
CN109032583B (en) Data interaction method and device
CN108021399B (en) Note processing method, device and equipment and storage medium
CN111241097B (en) Method for processing object, device for processing object and storage medium
CN111526084A (en) Information processing method, device, equipment and storage medium
CN111104110A (en) Global style sharing method, global style sharing device and electronic device

Legal Events

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