CN109491706B - Data acquisition method and related device - Google Patents

Data acquisition method and related device Download PDF

Info

Publication number
CN109491706B
CN109491706B CN201811406892.XA CN201811406892A CN109491706B CN 109491706 B CN109491706 B CN 109491706B CN 201811406892 A CN201811406892 A CN 201811406892A CN 109491706 B CN109491706 B CN 109491706B
Authority
CN
China
Prior art keywords
data
file
acquired
configuration
main body
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
CN201811406892.XA
Other languages
Chinese (zh)
Other versions
CN109491706A (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.)
Shenzhen Launch Technology Co Ltd
Original Assignee
Shenzhen Launch Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Launch Technology Co Ltd filed Critical Shenzhen Launch Technology Co Ltd
Priority to CN201811406892.XA priority Critical patent/CN109491706B/en
Publication of CN109491706A publication Critical patent/CN109491706A/en
Application granted granted Critical
Publication of CN109491706B publication Critical patent/CN109491706B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/73Program documentation

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Library & Information Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

When configuration data to be acquired is acquired, a main file is determined by using a directory file, and the data to be acquired is positioned according to information in the main file, so that the acquisition operation of the configuration data is completed. Therefore, in the scheme, the directory file is used as an inlet of all the configuration data, and the associated file data is automatically called layer by layer, so that the data to be acquired can be stored in different configuration files according to actual requirements, and the data in the different configuration files are associated through the main body file. When the configuration data is obtained, it is not necessary to know in advance which data is stored in the configuration file at the bottommost layer, and the configuration data can be obtained layer by layer through the entry of the directory configuration file, so that the readability of the configuration file is ensured, the relevance among the files is strengthened, and the reading of the configuration file data is more convenient.

Description

Data acquisition method and related device
Technical Field
The present application relates to the field of computer technologies, and in particular, to a data acquisition method, system, apparatus, and computer-readable storage medium.
Background
Nowadays, software design is increasingly loaded, and data needing to be processed is increased, and much data needs to be stored by a configuration file. And when the program runs, reading the data information in the configuration file, and carrying out corresponding processing according to the actual situation.
However, if a large program uses only one configuration file, the huge amount of data will make the contents of the configuration file very messy, and the readability of the file is very poor. And if the data is split into a plurality of configuration files, the integrity of the data is usually damaged. To read the relevant data correctly at this point, it is necessary to manually know which data is stored in that file.
Therefore, how to conveniently read the data in the configuration file while ensuring the readability of the configuration file is a problem to be solved by those skilled in the art.
Disclosure of Invention
The application aims to provide a data acquisition method, a system, a device and a computer readable storage medium, so as to ensure the readability of a configuration file and conveniently read data in the configuration file.
In order to achieve the above object, the embodiments of the present application provide the following technical solutions:
a method of data acquisition, comprising:
determining a target main body file corresponding to data to be acquired in a directory file for storing all main body file information;
determining the configuration file to which the data to be acquired belongs and the identification information of the data to be acquired in the configuration file to which the data to be acquired belongs in the target main body file by using the name of the data to be acquired;
and acquiring the data to be acquired in the configuration file to which the data to be acquired belongs by using the identification information.
Wherein the method further comprises:
determining reusable data, and storing the reusable data to the same configuration file.
Wherein the method further comprises:
storing the data of the same type to the same configuration file; wherein the type is a custom type.
Wherein the body file information includes:
the name of the main file and the corresponding self-defined description; determining a target main body file corresponding to the data to be acquired in the directory file for storing all the main body file information includes:
and determining a target main body file corresponding to the data to be acquired by utilizing the custom description in a directory file for storing all main body file information. Wherein one program corresponds to one of the directory configuration files.
The present application further provides a data acquisition system, comprising:
the first determining module is used for determining a target main body file corresponding to the data to be acquired in a directory file for storing all main body file information;
a second determining module, configured to determine, in the target body file, an affiliated configuration file of the data to be acquired and identification information of the data to be acquired in the affiliated configuration file by using a name of the data to be acquired;
and the acquisition module is used for acquiring the data to be acquired in the configuration file to which the data to be acquired belongs by utilizing the identification information.
Wherein the main body file information includes:
the name of the main file and the corresponding self-defined description;
the first determining module is specifically configured to determine, in a directory file used for storing information of all subject files, a target subject file corresponding to the data to be acquired by using the custom description.
Wherein the system further comprises:
the first storage module is used for determining reusable data and storing the reusable data to the same configuration file.
Wherein the system further comprises:
the second storage module is used for storing the data of the same type to the same configuration file; wherein the type is a custom type.
Wherein one program corresponds to one of the directory configuration files.
The present application further provides a data acquisition apparatus, including:
a memory for storing a computer program;
a processor for implementing the steps of the data acquisition method when executing the computer program.
The present application further provides a computer-readable storage medium having stored thereon a computer program which, when being executed by a processor, carries out the steps of the data acquisition method as described.
According to the scheme, the data acquisition method provided by the application comprises the following steps: determining a target main body file corresponding to data to be acquired in a directory file for storing all main body file information; determining the configuration file to which the data to be acquired belongs and the identification information of the data to be acquired in the configuration file to which the data to be acquired belongs in the target main body file by using the name of the data to be acquired; and acquiring the data to be acquired in the configuration file to which the data to be acquired belongs by using the identification information.
Therefore, according to the data acquisition method provided by the embodiment of the application, when the configuration data to be acquired is acquired, the directory file is used for determining the main file, and the data to be acquired is positioned according to the information in the main file, so that the acquisition operation of the configuration data is completed. Therefore, in the scheme, the directory file is used as an inlet of all the configuration data, and the associated file data is automatically called layer by layer, so that the data to be acquired can be stored in different configuration files according to actual requirements, and the data in the different configuration files are associated through the main body. When the configuration data is obtained, it is not necessary to know in advance which data is stored in the configuration file at the bottommost layer, and the configuration data can be obtained layer by layer through the entry of the directory configuration file, so that the readability of the configuration file is ensured, the relevance among the files is strengthened, and the reading of the configuration file data is more convenient. The application also provides a data acquisition system, a data acquisition device and a computer readable storage medium, which can also realize the technical effects.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of a data acquisition method disclosed in an embodiment of the present application;
FIG. 2 is a flowchart of a specific data acquisition method disclosed in an embodiment of the present application;
fig. 3 is a schematic structural diagram of a data acquisition system disclosed in an embodiment of the present application;
fig. 4 is a schematic structural diagram of a data acquisition apparatus according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The embodiment of the application discloses a data acquisition method, a system, a device and a computer readable storage medium, which aims to ensure the readability of a configuration file and conveniently read data in the configuration file.
Referring to fig. 1, a data obtaining method provided in an embodiment of the present application specifically includes:
s101, determining a target main body file corresponding to the data to be acquired in a directory file for storing all main body file information.
In the scheme, firstly, a target main body file corresponding to data to be acquired is determined by utilizing a directory file. A plurality of main body files are stored in the directory file, and the data to be acquired can be acquired through one of the main body files, which is a target main body file corresponding to the data to be acquired.
It should be noted that the directory file is a directory, that is, entries of all configuration data related to a program, and a next-layer file, that is, a main file, can be found through the directory file, and finally, data to be acquired is acquired according to the main file.
In the scheme, a next-layer file of the directory file is a body file, the body file is an intermediate file, and specific information of configuration data to be acquired is stored in the intermediate file, that is, in the body file, which configuration data to be acquired is defined, and a configuration file to which the configuration data actually belongs and identification information of the configuration data in the configuration file are defined. Therefore, the configuration data which is required to be acquired can be acquired in the configuration file which actually stores the configuration data according to the specific information. In other words, the main file may be understood as a file that stores specific location information of configuration data that is desired to be acquired, the directory file is a file that stores information of a plurality of main files, the main file that stores location information of the data to be acquired may be found through the entry of the directory file, and the location information of the data to be acquired may be determined through the main file, so that the data to be acquired is acquired in the configuration file according to the location information.
Specifically, the body file may specifically include a name of the data to be acquired, a configuration file to which the data to be acquired belongs, and identification information of the data in the configuration file. For example, NAME is the NAME of the data to be acquired, NAME is the profile to which it belongs, and ID-1 is the location in the profile.
S102, determining the configuration file of the data to be acquired and the identification information of the data to be acquired in the configuration file of the data to be acquired in the target main body file by using the name of the data to be acquired.
Specifically, the main body file stores related information of the data to be acquired, such as a name of the data to be acquired, a configuration file to which the data to be acquired belongs, and identification information of the data to be acquired in the configuration file to which the data to be acquired belongs.
In this scheme, the configuration file refers to a configuration file that actually stores configuration data, and the configuration data can be directly obtained in the configuration file. In the body file, the user can select the body file,
s103, acquiring the data to be acquired in the configuration file to which the data to be acquired belongs by using the identification information.
Specifically, the data file to be acquired can be acquired from the configuration file to which the data to be acquired belongs by using the identification information.
It should be noted that, configuration data from different configuration files may be defined in the body file, and when the configuration data is actually acquired, different configuration data may be acquired according to the corresponding belonging configuration file and the identifier.
Therefore, according to the data acquisition method provided by the embodiment of the application, when the configuration data to be acquired is acquired, the directory file is used for determining the main file, and the data to be acquired is positioned according to the information in the main file, so that the acquisition operation of the configuration data is completed. Therefore, in the scheme, the directory file is used as an inlet of all the configuration data, and the associated file data is automatically called layer by layer, so that the data to be acquired can be stored in different configuration files according to actual requirements, and the data in the different configuration files are associated through the main body. When the configuration data is obtained, it is not necessary to know in advance which data is stored in the configuration file at the bottommost layer, and the configuration data can be obtained layer by layer through the entry of the directory configuration file, so that the readability of the configuration file is ensured, the relevance among the files is strengthened, and the reading of the configuration file data is more convenient.
A specific data acquisition method provided in the embodiments of the present application is described below, and a specific data acquisition method described below and any of the embodiments described above may be referred to with each other.
Referring to fig. 2, a specific data obtaining method provided in the embodiment of the present application specifically includes:
s201, in a directory file for storing all the information of the subject files, determining a target subject file corresponding to the data to be acquired by using the custom description; the main file information comprises a main file name and a corresponding custom description. .
In the scheme, the directory file comprises the names of the main body configuration files and the corresponding custom descriptions, the custom descriptions can add descriptions for the names of the main body files stored in the directory according to the actual requirements of users, and therefore the main body files corresponding to the data to be acquired can be determined from the directory file more clearly and conveniently according to the custom descriptions.
In a preferred embodiment, a program corresponds to a directory file, that is, a program has an entry file, so that configuration data related to the whole program can be found layer by layer through an entry, and the configuration data can be read more conveniently.
S202, determining the configuration file to which the data to be acquired belongs and the identification information of the data to be acquired in the configuration file to which the data to be acquired belongs in the target main body file by using the name of the data to be acquired.
In a preferred embodiment, all the reusable data are stored in a single configuration file, specifically, the reusable data are determined and stored in the same configuration file.
In the scheme, the reusable data is stored in a single configuration file, for example, the age data can be referred to by a plurality of files in the program, so that the age data can be stored in a single file, and the problem of data redundancy caused by repeatedly storing the same data in different files can be avoided.
In another preferred embodiment, the same type of data is saved in the same configuration file, specifically, the same type of data is saved in the same configuration file; wherein the type is a custom type.
In this scenario, the same type of configuration data may be stored in the same configuration file. It should be noted that the type here may be a type that is customized by a user in a program, for example, a user-customized type "Age" class, in which Age data related to the program is included, or a user-customized type may also be a "Name" class, in which all Name data related to the program is included, in this scheme, all Age data are stored in the same configuration file, and all Name data are stored in another configuration file, so that the configuration file can be managed more conveniently.
S203, acquiring the data to be acquired in the configuration file to which the data to be acquired belongs by using the identification information.
It should be noted that specific contents of S202 and S203 are substantially the same as those of S102 and S103 in the foregoing embodiment, and reference may be made to the foregoing embodiment specifically, which is not described herein again.
A specific data acquisition method provided in the embodiments of the present application is described below, and a data acquisition method described below and any one of the embodiments described above may be referred to with each other.
In the scheme, the method specifically comprises a directory file config-start.ini, wherein the directory file specifically comprises the following contents:
config-1.ini=person1
config-2.ini=person2
config-3.ini=person3
config-4.ini=person4
config-5.ini=person5
the config-1.ini, the config-2.ini, the config-3.ini, the config-4.ini and the config-5.ini are all body files, the corresponding person1 to person5 are custom descriptions, in the present embodiment, the custom descriptions are descriptions of the body files, for example, the data of person1 is stored in the config-1. ini.
In the body file config-1.ini, the following are included:
name=<NAME,ID-1>
age=<AGE,ID-1>
in the main body file, defining information of data to be acquired, wherein NAME and age are respectively NAMEs of the data to be acquired, and < NAME, ID-1> is the location information of the data to be acquired, namely the NAME of the data to be acquired is in a configuration file of the NAME and is identified as ID-1; < AGE, ID-1> is the location information of the data to be acquired, i.e. the data to be acquired is in the configuration file of AGE and is identified as ID-1.
The specific information of the NAME configuration file comprises the following contents:
ID-1 ═ Xiaoming
ID-2 ═ Xiaoli
ID-3 Zhang san
ID-4 ═ Litetra
ID-5 ═ Wangpai
Wherein, ID-1 to ID-5 are respectively identification information in the NAME file, and the 'Xiaoming' and the like are actual data corresponding to the identification information.
The specific information of the AGE profile includes the following:
ID-1=18
ID-2=20
ID-3=25
ID-4=22
ID-5=28
where ID-1 to ID-5 are identification information in the AGE file, respectively, and "18" and the like are actual data corresponding to the identification information.
Based on the above example of the configuration file, a specific data acquisition method provided in the embodiment of the present application is described below.
Firstly, determining a target main body file config-1 corresponding to data to be acquired in a directory file config-start.
And secondly, determining the configuration file to which the data to be acquired belongs and the identification information of the data to be acquired in the configuration file to which the data to be acquired belongs in the target subject file config-1 by using the name of the data to be acquired.
Namely, determining the NAME of the data to be acquired in config-1, determining that the configuration file to which the NAME belongs is a NAME and the identifier in the configuration file is ID-1; and determining the name of the data to be acquired, namely AGE, by using config-1, wherein the configuration file to which the AGE belongs is AGE and the ID of the configuration file is ID-1.
And thirdly, acquiring the data to be acquired in the configuration file to which the data to be acquired belongs by using the identification information.
Namely, the identifier ID-1 is utilized to obtain the data to be obtained 'Xiaoming' in the configuration file NAME; the data "18" to be acquired is acquired in the configuration file AGE using the identification ID-1.
A data acquisition system provided in the embodiments of the present application is described below, and a data acquisition system described below and any of the embodiments described above may be referred to with each other.
Referring to fig. 3, a data acquisition system provided in the embodiment of the present application specifically includes:
the first determining module 301 is configured to determine a target subject file corresponding to data to be acquired in a directory file used for storing information of all subject files.
In a particular embodiment of the method according to the invention,
wherein the main body file information includes:
the name of the main file and the corresponding self-defined description; the first determining module 301 is specifically configured to determine, in a directory file used for storing information of all the subject files, a target subject file corresponding to the data to be acquired by using the custom description.
In a preferred embodiment, the system further comprises: the first storage module is used for determining reusable data and storing the reusable data to the same configuration file.
In a preferred embodiment, the system further comprises: the second storage module is used for storing the data of the same type to the same configuration file; wherein the type is a custom type.
In a preferred embodiment, one program corresponds to one of the directory profiles.
A second determining module 302, configured to determine, in the target body file, a configuration file to which the data to be acquired belongs and identification information of the data to be acquired in the configuration file to which the data to be acquired belongs by using the name of the data to be acquired.
The obtaining module 303 obtains the data to be obtained from the configuration file to which the data to be obtained belongs by using the identification information.
The data acquisition system of this embodiment is configured to implement the foregoing data acquisition method, and therefore specific implementations of the data acquisition system may be found in the foregoing embodiments of the data acquisition method, for example, the first determining module 301, the second determining module 302, and the acquiring module 303 are respectively configured to implement steps S101, S102, and S103 in the data acquisition method, so that the specific implementations of the data acquisition system may refer to descriptions of corresponding embodiments of each part, and are not described herein again.
In the following, a data acquisition apparatus provided in the embodiments of the present application is described, and a data acquisition apparatus described below and any one of the embodiments described above may be referred to with each other.
Referring to fig. 4, an embodiment of the present application further discloses a data acquisition apparatus, which includes a memory 100 and a processor 200; wherein the processor 200 implements the following steps when executing the computer program stored in the memory 100:
determining a target main body file corresponding to data to be acquired in a directory file for storing all main body file information; determining the configuration file to which the data to be acquired belongs and the identification information of the data to be acquired in the configuration file to which the data to be acquired belongs in the target main body file by using the name of the data to be acquired; and acquiring the data to be acquired in the configuration file to which the data to be acquired belongs by using the identification information.
In some specific embodiments, when the processor 200 executes the computer subprogram stored in the memory 100, the following steps may be specifically implemented:
determining reusable data, and storing the reusable data to the same configuration file.
In some specific embodiments, when the processor 200 executes the computer subprogram stored in the memory 100, the following steps may be specifically implemented: storing the data of the same type to the same configuration file; wherein the type is a custom type.
In some specific embodiments, the body file information includes: the main file name and the corresponding custom description may specifically implement the following steps when the processor 200 executes the computer subprogram stored in the memory 100: and determining a target main body file corresponding to the data to be acquired by utilizing the custom description in a directory file for storing all main body file information.
In some embodiments, a program corresponds to one of the directory profiles.
The present application further provides a computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, can implement the steps provided by the above-mentioned embodiments. The storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. 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 application. Thus, the present application 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 (6)

1. A method of data acquisition, comprising:
determining a target main body file corresponding to data to be acquired in a directory file for storing all main body file information;
determining the configuration file to which the data to be acquired belongs and the identification information of the data to be acquired in the configuration file to which the data to be acquired belongs in the target main body file by using the name of the data to be acquired;
acquiring the data to be acquired in the configuration file to which the data to be acquired belongs by using the identification information;
wherein the method further comprises:
determining reusable data, and storing the reusable data to the same configuration file;
the main file information comprises a main file name and a corresponding custom description; determining a target main body file corresponding to the data to be acquired in the directory file for storing all the main body file information includes:
and determining a target main body file corresponding to the data to be acquired by utilizing the custom description in a directory file for storing all main body file information.
2. The method of claim 1, further comprising:
storing the data of the same type to the same configuration file; wherein the type is a custom type.
3. The method of claim 1, wherein a program corresponds to one of the directory files.
4. A data acquisition system, comprising:
the first determining module is used for determining a target main body file corresponding to the data to be acquired in a directory file for storing all main body file information;
a second determining module, configured to determine, in the target body file, an affiliated configuration file of the data to be acquired and identification information of the data to be acquired in the affiliated configuration file by using a name of the data to be acquired;
the acquisition module is used for acquiring the data to be acquired in the configuration file to which the data to be acquired belongs by utilizing the identification information;
the system further comprises:
the first storage module is used for determining reusable data and storing the reusable data to the same configuration file;
the subject file information includes:
the name of the main file and the corresponding self-defined description;
the first determining module is specifically configured to determine, in a directory file used for storing information of all subject files, a target subject file corresponding to the data to be acquired by using the custom description.
5. A data acquisition apparatus, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the data acquisition method according to any one of claims 1 to 3 when executing said computer program.
6. A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the data acquisition method according to any one of claims 1 to 3.
CN201811406892.XA 2018-11-23 2018-11-23 Data acquisition method and related device Active CN109491706B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811406892.XA CN109491706B (en) 2018-11-23 2018-11-23 Data acquisition method and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811406892.XA CN109491706B (en) 2018-11-23 2018-11-23 Data acquisition method and related device

Publications (2)

Publication Number Publication Date
CN109491706A CN109491706A (en) 2019-03-19
CN109491706B true CN109491706B (en) 2022-08-05

Family

ID=65697726

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811406892.XA Active CN109491706B (en) 2018-11-23 2018-11-23 Data acquisition method and related device

Country Status (1)

Country Link
CN (1) CN109491706B (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102262640A (en) * 2010-05-31 2011-11-30 中国移动通信集团贵州有限公司 Method and device for full-text retrieval of document database
CN104239376B (en) * 2013-11-07 2018-02-02 大唐网络有限公司 Date storage method and device
CN105701096A (en) * 2014-11-25 2016-06-22 腾讯科技(深圳)有限公司 Index generation method, data inquiry method, index generation device, data inquiry device and system

Also Published As

Publication number Publication date
CN109491706A (en) 2019-03-19

Similar Documents

Publication Publication Date Title
CN107357929B (en) File reading method, mobile terminal and readable storage medium
CN107015985B (en) Data storage and acquisition method and device
CN107516038B (en) Method and device for determining device fingerprint
CN110019478B (en) Data import method, medium, device and apparatus
CN107247722B (en) File scanning method and device and intelligent terminal
CN104090922B (en) A kind of method and apparatus for clearing up private data
US20170199889A1 (en) Method and device for identifying junk picture files
CN112487083A (en) Data verification method and equipment
CN110806866A (en) Generation method and device of front-end management system
CN110569224A (en) Data deduplication method and device
CN110377276B (en) Source code file management method and device
CN110704573B (en) Catalog storage method, catalog storage device, computer equipment and storage medium
CN109491706B (en) Data acquisition method and related device
CN111930363B (en) Block interface code generation method and device
CN110019295B (en) Database retrieval method, device, system and storage medium
JP2020160494A (en) Information processing apparatus, document management system and program
US20150067192A1 (en) System and method for adjusting sas addresses of sas expanders
CN112036133B (en) File storage method and device, electronic equipment and storage medium
CN112115175A (en) Cloud service product processing method and device, electronic equipment and storage medium
CN103577283A (en) Log backup method and log backup device
CN112632266B (en) Data writing method and device, computer equipment and readable storage medium
CN109408547B (en) SAM registry reading method, reading system and related device
CN111949604A (en) File storage method and device, electronic equipment and readable storage medium
CN111061721B (en) Data processing method and device
CN112380174B (en) XFS file system analysis method containing deleted files, terminal device and storage medium

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