CN114281760A - Registration method and system of data item file, electronic device and storage medium - Google Patents

Registration method and system of data item file, electronic device and storage medium Download PDF

Info

Publication number
CN114281760A
CN114281760A CN202111673182.5A CN202111673182A CN114281760A CN 114281760 A CN114281760 A CN 114281760A CN 202111673182 A CN202111673182 A CN 202111673182A CN 114281760 A CN114281760 A CN 114281760A
Authority
CN
China
Prior art keywords
data item
file
item file
information
registration
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111673182.5A
Other languages
Chinese (zh)
Inventor
黄维
郑少欣
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Queclink Wireless Solutions Co Ltd
Original Assignee
Queclink Wireless Solutions 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 Queclink Wireless Solutions Co Ltd filed Critical Queclink Wireless Solutions Co Ltd
Priority to CN202111673182.5A priority Critical patent/CN114281760A/en
Publication of CN114281760A publication Critical patent/CN114281760A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses a registration method and system of a data item file, electronic equipment and a storage medium. The method comprises the following steps: acquiring a data item file to be registered, wherein the data item file declares a data item registration interface; analyzing the data item file, and calling a data item registration interface declared by the data item file to store the data item file in a target storage area matched with the category of the data item file; acquiring a storage address of the target storage area; and generating registration information of the data item file according to the file information of the data item file and the storage address, wherein the registration information is used for identifying the data item file so as to call the data item file. By modularizing and managing the data item files, the operations of deleting and changing the files are not complicated. And secondly, the file can be automatically stored to the corresponding position and the position information can be acquired through the registration interface, so that the file is more automatic.

Description

Registration method and system of data item file, electronic device and storage medium
Technical Field
The present invention relates to the field of computers, and in particular, to a method and a system for registering a data item file, an electronic device, and a storage medium.
Background
Currently, the internet of things device generally adopts an AT command mode to realize data transmission or function execution with other devices. Each AT command data generally comprises a command name and parameters; the processing includes command format check, parameter update, power-on loading and other processing procedures. The protocol implementation of the internet of things product is generally organized by the implementation of a plurality of AT commands. The interfaces of the AT commands are similar, and for different products, even different versions of protocols, the function expansion can be realized by adding and deleting the AT commands or the processing modules.
The existing AT command data organization mode needs to define a large index file in a memory and needs to integrate all commands into the index file for management. When the items contain more data items, the index file is huge and redundant; and because the index file tightly couples all data items together, modular management and add-drop expansion are not facilitated.
Disclosure of Invention
The invention provides a method, a system, electronic equipment and a storage medium for registering data item files, aiming at overcoming the defect that the data item files in the prior art are tightly coupled and are inconvenient to delete and modify.
The invention solves the technical problems through the following technical scheme:
as an aspect of the present invention, there is provided a method of registering a data item file, the method including:
acquiring a data item file to be registered, wherein the data item file declares a data item registration interface;
analyzing the data item file, and calling a data item registration interface declared by the data item file to store the data item file in a target storage area matched with the category of the data item file;
acquiring a storage address of the target storage area;
and generating registration information of the data item file according to the file information of the data item file and the storage address, wherein the registration information is used for identifying the data item file so as to call the data item file.
Optionally, the storage address comprises a rank of the data item file in the target storage area;
the file information includes: a file name of the data item file;
the step of generating the registration information of the data item file according to the file information of the data item file and the storage address comprises: and generating registration information according to the file name and the rank.
Optionally, the file information further includes: file parameters of the data item file and a processing process of the data item file;
and/or, the data item file comprises: an AT command file and a string file.
As another aspect of the present invention, there is provided a method of calling a data item file, the method including:
determining file information of a target data item file in response to a call instruction for the target data item file;
determining registration information matched with the file information; the registration information is generated when the data item file is registered by adopting any one of the registration methods of the data item file;
and calling the target data item file according to the registration information.
Optionally, the invoking the target data item file according to the registration information includes:
analyzing the registration information to obtain a file address included in the registration information;
and calling the target data item file according to the file address.
As another aspect of the invention, the system comprises:
the file acquisition module is used for acquiring a data item file to be registered, and the data item file declares a data item registration interface;
the analysis module is used for analyzing the data item file and calling a data item registration interface declared by the data item file so as to store the data item file in a target storage area matched with the type of the data item file;
the address acquisition module is used for acquiring the storage address of the target storage area;
and the information generation module is used for generating registration information of the data item file according to the file information of the data item file and the storage address, wherein the registration information is used for identifying the data item file so as to call the data item file.
Optionally, the storage address comprises a rank of the data item file in the target storage area;
the file information includes: a file name of the data item file;
the information generation module is used for: and generating registration information according to the file name and the rank.
Optionally, the file information further includes: file parameters of the data item file and a processing process of the data item file;
and/or, the data item file comprises: an AT command file and a string file.
As another aspect of the present invention, there is provided a system for calling a data item file, the system including:
the information acquisition module is used for responding to a calling instruction aiming at a target data item file and determining the file information of the target data item file;
the matching module is used for determining registration information matched with the file information; the registration information is generated when the data item file is registered by adopting the registration system of any one of the data item files;
and the calling module is used for calling the target data item file according to the registration information.
Optionally, the invoking module includes:
the analyzing unit is used for analyzing the registration information and acquiring a file address included in the registration information;
and the calling unit is used for calling the target data item file according to the file address.
The invention also provides an electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method according to any one of the above aspects when executing the computer program.
The invention also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the method of any one of the above.
The positive progress effects of the invention are as follows: according to the data item file management method and the data item file management system, the data item files and the categories of the data item files are associated, and the registration interfaces are called in the data item files to store the data item files into the corresponding categories, so that the data item files do not need to be managed by a large file to be closely coupled. By modularizing and managing the data item files, the operations of deleting and changing the files are not complicated. And secondly, the file can be automatically stored to the corresponding position and the position information can be acquired through the registration interface, so that the file is more automatic.
Drawings
Fig. 1 is a flowchart illustrating a method for registering a data item file according to an exemplary embodiment of the present invention;
fig. 2 is a schematic view of a scenario of step S102 of a method for registering a data item file according to an exemplary embodiment of the present invention;
fig. 3 is a schematic diagram of step S105 of a method for registering a data item file according to an exemplary embodiment of the present invention;
fig. 4 is a flowchart illustrating a method for calling a data item file according to an exemplary embodiment of the present invention;
fig. 5 is a schematic structural diagram of step registration information of another method for calling a data item file according to an exemplary embodiment of the present invention;
fig. 6 is a flowchart illustrating step S203 of another method for calling a data item file according to an exemplary embodiment of the present invention;
FIG. 7 is a block diagram of a system for registering data item files according to an exemplary embodiment of the present invention;
FIG. 8 is a block diagram of a system for invoking a data item file according to an exemplary embodiment of the present invention;
fig. 9 is a schematic structural diagram of an electronic device according to an exemplary embodiment of the present invention.
Detailed Description
The invention is further illustrated by the following examples, which are not intended to limit the scope of the invention.
An embodiment of the present invention provides a method for registering a data item file, and fig. 1 is a flowchart of a method for registering a data item file according to an exemplary embodiment of the present invention, and referring to fig. 1, the method includes:
s101, acquiring a data item file to be registered.
The data item file is an instruction file processed by a computer, and includes but is not limited to any one of the following: an AT command file, a string file.
In one embodiment, taking an AT command file as an example, the composition of the file includes: a header file of the AT command and an implementation file of the AT command. In the present embodiment, only one file type is described, but the file type of the present invention is not limited to the embodiment of the present invention, and any file type is actually applicable.
And S102, analyzing the data item file.
The file information of the data item file is composed of any one or more of the classification of the data item, the name of the data item, the parameter of the data item, the processing procedure of the data item and the like. The category matched with the data item file can be obtained by analyzing the data item file.
The category of the data item file corresponds to a collection of data item files, which is made up of one or more data item files. In a computer system, the implementation of a computer command requires compiling a plurality of data item files, and the data item files are the minimum composition unit of the computer command, so that the data item files can be classified and stored according to the computer command, and the data item files can also be stored according to the data type.
In one embodiment, referring to fig. 2, where the data segment operation file corresponds to the category of the data item file, and a corresponding storage area is allocated, the association of the data item file and the data segment operation file is shown in fig. 2, and one data segment operation file can be associated with a plurality of data item files for management. The data segment operation file is provided with an interface for writing into a target storage area, and the data item file can call the interface after being associated with the data segment operation file, such as a function statement for referencing the data segment operation file.
S103, storing the data item file into a target storage area matched with the category of the data item file.
And S104, acquiring the storage address of the target storage area.
Wherein each category of data item files is allocated a corresponding storage space and location. The registration interface included in the category of the data item file can be called by obtaining the statement of the category of the data item file in the data item file. And registering the data item file into the corresponding storage area through the registration interface.
And S105, generating the registration information of the data item file according to the file information and the storage address of the data item file.
The registration information is used for identifying the registered data item file so as to facilitate the subsequent calling operation of the data item file.
In an embodiment, referring to fig. 3, when a data item file calls a registration interface of a target storage area, file information of the data item file is obtained, where the file information of the data item file in this embodiment is a data item keyword, a parameter, a processing means, and the like; meanwhile, in the embodiment, the row where the data item registration call is located corresponds to the storage address in the embodiment of the present invention. The generation process of the registration information is as follows:
the compiler obtains the data item registration call LINE through an __ LINE __ key, and associates the data item key with the data item registration call LINE through a # # key to obtain the data item name. Wherein the data item names correspond to registration information in the embodiment of the present invention. Target storage area registration is performed on the data item names and the data item file information through __ root and @ instructions, and __ root and @ instructions are packaged by using macros, so that the generation process of the registration information is simplified.
By the embodiment, the automatic registration of the data item file can be realized, and the complicated operation in the registration process of the data item file is avoided. Meanwhile, the data item file is automatically registered through the interface, and an administrator does not need to uniformly classify and manage the file, so that the deletion and modification process of the data item file is more free.
An embodiment of the present invention provides a method for calling a data item file, fig. 4 is a flowchart of a method for calling a data item file according to an exemplary embodiment of the present invention, and referring to fig. 4, the method includes:
s201, responding to a calling instruction aiming at a target data item file, and determining file information of the target data item file.
The calling instruction is generated by a terminal for interaction, and the calling instruction comprises key characters of a calling target data item file. And determining the file name of the target data item file, namely the command to be executed, according to the key characters of the data item file.
In one embodiment, the terminal includes, but is not limited to, any one or more of the following: electronic terminal equipment, application program, embedded system.
In one embodiment, taking an AT command file as an example, the key character is an AT command word of an AT command, the AT command word is used to identify an operation to be performed by the AT command, and the file information of the corresponding AT command file can be matched by obtaining the AT command word.
S202, determining the registration information matched with the file information.
The specific generation method may refer to a registration method of the data item file in the embodiment of the present invention, and it can be known that the registration information is composed of file information and a storage address of a target storage area. Therefore, the registration information matched with the file information can be found according to the file information. For example, the registration information of the target data item file is acquired according to the file name.
S203, calling the target data item file according to the registration information.
Referring to fig. 5, since the registration information is composed of the file information and the storage address of the target storage area, the storage address of the target data item file can be obtained by analyzing the registration information. And positioning to the corresponding storage address and taking out the corresponding data item file through the data item file calling interface.
In the terminal device, the data item files are compiled to realize corresponding functions, and all the data item files in the storage area can generate a specific function or module after being compiled.
In one embodiment, referring to fig. 6, the step S203 further includes:
s203-1, obtaining a data head item and a data tail item.
The data segment is a category of data item files, a certain storage area is distributed on the data segment, and a specific function or module can be realized by compiling all the data item files in the data segment. The first data item file and the last data item file are stored in the storage areas corresponding to the data head item and the data tail item, namely the data segment.
S203-2, traversing the storage area of the data segment and judging whether the data segment is the last item.
If yes, quitting the index; if not, the next step is carried out.
S203-3, judging whether the registration information of the data item file is matched with the file information of the calling instruction.
Taking the AT command file as an example, it is determined whether the name of the AT command file matches the AT command obtained by the call instruction analysis. And if so, carrying out the next operation. If not, the indexing is continued and step S203-2 is executed.
S203-4, the target data item file is taken out.
And the corresponding data item file is taken out through the data item calling interface so as to be compiled by the terminal equipment to generate a computer command. The steps are suitable for the situation that the storage address of the target data item file cannot be acquired.
An embodiment of the present invention provides a system for registering a data item file, fig. 7 is a flowchart of the system for registering a data item file according to an exemplary embodiment of the present invention, and referring to fig. 7, the system includes:
the file obtaining module 31 is configured to obtain a data item file to be registered.
The data item file is an instruction file processed by a computer, and includes but is not limited to any one of the following: AT refers to command files, string files.
In one embodiment, taking an AT command file as an example, the composition of the file includes: a header file of the AT command and an implementation file of the AT command. In the present embodiment, only one file type is described, but the file type of the present invention is not limited to the embodiment of the present invention, and any file type is actually applicable.
And the analysis module 32 is used for analyzing the data item file and storing the data item file into the target storage area matched with the category of the data item file.
The file information of the data item file is composed of any one or more of the classification of the data item, the name of the data item, the parameter of the data item, the processing procedure of the data item and the like. The category matched with the data item file can be obtained by analyzing the data item file.
The category of the data item file corresponds to a collection of data item files, which is made up of one or more data item files. In a computer system, the implementation of a computer command requires compiling a plurality of data item files, and the data item files are the minimum composition unit of the computer command, so that the data item files can be classified and stored according to the computer command, and the data item files can also be stored according to the data type.
In one embodiment, referring to fig. 2, where the data segment operation file corresponds to the category of the data item file, and a corresponding storage area is allocated, the association of the data item file and the data segment operation file is shown in fig. 2, and one data segment operation file can be associated with a plurality of data item files for management. The data segment operation file is provided with an interface for writing into a target storage area, and the data item file can call the interface after being associated with the data segment operation file, such as a function statement for referencing the data segment operation file.
An address obtaining module 33, configured to obtain a storage address of the target storage area.
Wherein each category of data item files is allocated a corresponding storage space and location. The registration interface included in the category of the data item file can be called by obtaining the statement of the category of the data item file in the data item file. And registering the data item file into the corresponding storage area through the registration interface.
And the information generating module 34 is used for generating the registration information of the data item file according to the file information and the storage address of the data item file.
The registration information is used for identifying the registered data item file so as to facilitate the subsequent calling operation of the data item file.
In an embodiment, referring to fig. 3, when a data item file calls a registration interface of a target storage area, file information of the data item file is obtained, where the file information of the data item file in this embodiment is a data item keyword, a parameter, a processing means, and the like; meanwhile, in the embodiment, the row where the data item registration call is located corresponds to the storage address in the embodiment of the present invention. The generation process of the registration information is as follows:
the compiler obtains the data item registration call LINE through an __ LINE __ key, and associates the data item key with the data item registration call LINE through a # # key to obtain the data item name. The data item names correspond to the registration information in the embodiment of the invention, target storage area registration is carried out on the data item names and the data item file information through the _ root and @ instructions, and the __ root and @ instructions are packaged by using the macro, so that the generation process of the registration information is simplified.
By the embodiment, the automatic registration of the data item file can be realized, and the complicated operation in the registration process of the data item file is avoided. Meanwhile, the data item file is automatically registered through the interface, and an administrator does not need to uniformly classify and manage the file, so that the deletion and modification process of the data item file is more free.
An embodiment of the present invention further provides a system for calling a data item file, fig. 8 is a flowchart of the system for calling a data item file according to an exemplary embodiment of the present invention, and referring to fig. 8, the system includes:
the information obtaining module 41 is configured to respond to a call instruction for a target data item file, and determine file information of the target data item file.
The calling instruction is generated by a terminal for interaction, and the calling instruction comprises key characters of a calling target data item file. And determining the file name of the target data item file, namely the command to be executed, according to the key characters of the data item file.
In one embodiment, the terminal includes, but is not limited to, any one or more of the following: electronic terminal equipment, application program, embedded system.
In one embodiment, taking an AT command file as an example, the key character is an AT command word of an AT command, the AT command word is used to identify an operation to be performed by the AT command, and the file information of the corresponding AT command file can be matched by obtaining the AT command word.
And a matching module 42, configured to determine registration information that matches the file information.
The specific generation method may refer to a registration method of the data item file in the embodiment of the present invention, and it can be known that the registration information is composed of file information and a storage address of a target storage area, and therefore, registration information matched with the file information can be found according to the file information. For example, the registration information of the target data item file is acquired according to the file name.
And the calling module 43 is configured to call the target data item file according to the registration information.
Referring to fig. 5, since the registration information is composed of the file information and the storage address of the target storage area, the storage address of the target data item file can be obtained by analyzing the registration information. And positioning to the corresponding storage address and taking out the corresponding data item file through the data item file calling interface.
An electronic device provided in an embodiment of the present invention is shown in fig. 9:
the electronic device comprises a memory, a processor and a computer program stored on the memory and executable on the processor, which when executed by the processor implements the method in the present embodiment. The electronic device 50 shown in fig. 9 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiment of the present invention.
The electronic device 50 may be embodied in the form of a general purpose computing device, which may be, for example, a server device. The components of the electronic device 50 may include, but are not limited to: the at least one processor 51, the at least one memory 52, and a bus 53 connecting the various system components (including the memory 52 and the processor 51).
The bus 53 includes a data bus, an address bus, and a control bus.
The memory 52 may include volatile memory, such as Random Access Memory (RAM)521 and/or cache memory 522, and may further include Read Only Memory (ROM) 523.
Memory 52 may also include a program/utility 525 having a set (at least one) of program modules 524, such program modules 524 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
The processor 51 executes various functional applications and data processing, such as the method in the present embodiment, by executing the computer program stored in the memory 52.
The electronic device 50 may also communicate with one or more external devices 54 (e.g., a keyboard, a pointing device, etc.). Such communication may be through an input/output (I/O) interface 55. Also, the model-generating device 50 may also communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the Internet) via a network adapter 56. As shown, the network adapter 56 communicates with the other modules of the model-generating device 50 over a bus 53. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the model-generating device 50, including but not limited to: microcode, device drivers, redundant processors, external disk drive arrays, RAID (disk array) systems, tape drives, and data backup storage systems, etc.
It should be noted that although in the above detailed description several units/modules or sub-units/modules of the electronic device are mentioned, such a division is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the units/modules described above may be embodied in one unit/module according to embodiments of the invention. Conversely, the features and functions of one unit/module described above may be further divided into embodiments by a plurality of units/modules.
Also provided in embodiments of the present invention is a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of a method in embodiments of the present invention.
More specific examples, among others, that the readable storage medium may employ may include, but are not limited to: a portable disk, a hard disk, random access memory, read only memory, erasable programmable read only memory, optical storage device, magnetic storage device, or any suitable combination of the foregoing.
In a possible embodiment, the invention may also be implemented in the form of a program product comprising program code means for causing a terminal device to carry out the steps of implementing the method in the present embodiment when said program product is run on said terminal device.
Where program code for carrying out the invention is written in any combination of one or more programming languages, the program code may be executed entirely on the user device, partly on the user device, as a stand-alone software package, partly on the user device and partly on a remote device or entirely on the remote device.
While specific embodiments of the invention have been described above, it will be appreciated by those skilled in the art that this is by way of example only, and that the scope of the invention is defined by the appended claims. Various changes and modifications to these embodiments may be made by those skilled in the art without departing from the spirit and scope of the invention, and these changes and modifications are within the scope of the invention.

Claims (12)

1. A method of registering a data item file, the method comprising:
acquiring a data item file to be registered, wherein the data item file declares a data item registration interface;
analyzing the data item file, and calling a data item registration interface declared by the data item file to store the data item file in a target storage area matched with the category of the data item file;
acquiring a storage address of the target storage area;
and generating registration information of the data item file according to the file information of the data item file and the storage address, wherein the registration information is used for identifying the data item file so as to call the data item file.
2. The method of registering a data item file according to claim 1, wherein the storage address includes a rank of the data item file in the target storage area;
the file information includes: a file name of the data item file;
the step of generating the registration information of the data item file according to the file information of the data item file and the storage address comprises: and generating registration information according to the file name and the rank.
3. The method of registering a data item file according to claim 1, wherein the file information further includes: file parameters of the data item file and a processing process of the data item file;
and/or, the data item file comprises: an AT command file and a string file.
4. A method for invoking a data item file, the method comprising:
determining file information of a target data item file in response to a call instruction for the target data item file;
determining registration information matched with the file information; the registration information is generated when the data item file is registered by adopting the registration method of the data item file of any one of claims 1 to 3;
and calling the target data item file according to the registration information.
5. The method for calling a data item file according to claim 4, wherein said calling the target data item file according to the registration information includes:
analyzing the registration information to obtain a file address included in the registration information;
and calling the target data item file according to the file address.
6. A system for registering a data item file, the system comprising:
the file acquisition module is used for acquiring a data item file to be registered, and the data item file declares a data item registration interface;
the analysis module is used for analyzing the data item file and calling a data item registration interface declared by the data item file so as to store the data item file in a target storage area matched with the type of the data item file;
the address acquisition module is used for acquiring the storage address of the target storage area;
and the information generation module is used for generating registration information of the data item file according to the file information of the data item file and the storage address, wherein the registration information is used for identifying the data item file so as to call the data item file.
7. The system for registering a data item file as recited in claim 6, wherein the storage address comprises a rank of the data item file in the target storage area;
the file information includes: a file name of the data item file;
the information generation module is used for: and generating registration information according to the file name and the rank.
8. The registry system for data item files according to claim 6, wherein the file information further comprises: file parameters of the data item file and a processing process of the data item file;
and/or, the data item file comprises: an AT command file and a string file.
9. A system for invoking a data item file, said system comprising:
the information acquisition module is used for responding to a calling instruction aiming at a target data item file and determining the file information of the target data item file;
the matching module is used for determining registration information matched with the file information; the registration information is generated when the data item file is registered by using the registration system of the data item file of any one of claims 6 to 8;
and the calling module is used for calling the target data item file according to the registration information.
10. The method for calling a data item file according to claim 9, wherein the calling module comprises:
the analyzing unit is used for analyzing the registration information and acquiring a file address included in the registration information;
and the calling unit is used for calling the target data item file according to the file address.
11. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1-5 when executing the computer program.
12. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the method of any one of claims 1-5.
CN202111673182.5A 2021-12-31 2021-12-31 Registration method and system of data item file, electronic device and storage medium Pending CN114281760A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111673182.5A CN114281760A (en) 2021-12-31 2021-12-31 Registration method and system of data item file, electronic device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111673182.5A CN114281760A (en) 2021-12-31 2021-12-31 Registration method and system of data item file, electronic device and storage medium

Publications (1)

Publication Number Publication Date
CN114281760A true CN114281760A (en) 2022-04-05

Family

ID=80879571

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111673182.5A Pending CN114281760A (en) 2021-12-31 2021-12-31 Registration method and system of data item file, electronic device and storage medium

Country Status (1)

Country Link
CN (1) CN114281760A (en)

Similar Documents

Publication Publication Date Title
CN110297689B (en) Intelligent contract execution method, device, equipment and medium
US9940108B2 (en) Automated merging in a software development environment
KR100384905B1 (en) Relation-based ordering of objects in an object heap
US9489189B2 (en) Dynamically generate and execute a context-specific patch installation procedure on a computing system
US6542167B1 (en) System and method for flexible software linking
US20110010700A1 (en) Virtualization of configuration settings
US20230117105A1 (en) On-demand loading of dynamic scripting language code for reduced memory usage
US20030093420A1 (en) Method and system for retrieving sharable information using a hierarchically dependent directory structure
CN103559231A (en) File system quota managing method, device and system
CN108595187A (en) Method, device and the storage medium of Android installation kit integrated software development kit
CN112214221B (en) Method and equipment for constructing Linux system
CN115543224B (en) ZNS SSD-based file system control method, device and equipment
CN114706533B (en) GPT partition table-based multi-file multi-stage starting loading method and device
CN114356964A (en) Data blood margin construction method and device, storage medium and electronic equipment
CN110990346A (en) File data processing method, device, equipment and storage medium based on block chain
CN111796855B (en) Incremental version updating method and device, storage medium and computer equipment
US11474832B2 (en) Intelligently determining a virtual machine configuration during runtime based on garbage collection characteristics
CN112835638A (en) Configuration information management method and device based on embedded application program
CN108334453B (en) File debugging method and device, terminal equipment and storage medium
CN110955632A (en) File index generation method and device
CN114281760A (en) Registration method and system of data item file, electronic device and storage medium
CN115129598A (en) Risk detection method, device, system and medium for SQL (structured query language) statements
CN110597549B (en) Searching method, device and equipment in code engineering and readable storage medium
CN110716946B (en) Method and device for updating feature rule matching library, storage medium and electronic equipment
CN114116030A (en) Operating system running method and device, electronic equipment 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