A method, system and electronic device for creating a library of files

By generating task and project numbers using a relational database, and creating task and file library tables, the problem of automatic association between task and file libraries is solved, achieving efficient file management.

CN116955280BActive Publication Date: 2026-04-21BEIJING ELECTRIC VEHICLE
View PDF 1 Cites 0 Cited by

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
Filing Date
2023-07-27
Publication Date
2026-04-21

AI Technical Summary

Technical Problem

The existing platform cannot automatically associate tasks and file libraries when performing HIL tasks and vehicle tasks, which makes it easy to overlook and make mistakes when manually searching for file libraries.

Method used

The system generates task and project numbers using a relational database, creates task and file repository tables, and automatically associates file repositories for remote and local tasks, including the automatic creation of main and branch directories.

Benefits of technology

It enables automatic association of task file libraries, avoiding oversights and errors when manually searching for file libraries, and improving the efficiency and accuracy of file management.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN116955280B_ABST
    Figure CN116955280B_ABST
Patent Text Reader

Abstract

This invention provides a method, system, and electronic device for creating a file library, comprising: obtaining a first input, the first input being used to set a first requirement for a first task; creating a first file library corresponding to the first task according to the first requirement of the first task; and creating a main directory and branch directories of the first file library according to the first requirement of the first task; wherein the first task includes remote tasks and local tasks; and the first requirement includes the task name of the first task and the project name to which the first task belongs. The method, system, and electronic device for creating a file library of this invention can automatically associate and create a corresponding file library and its main directory and branch directories when creating a task, thus overcoming the deficiency of not being able to automatically associate a file library after task creation.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] The present invention relates to the field of file management technology, and in particular to a method, system and electronic device for creating a file library. Background Technology

[0002] When conducting HIL (High-Intensity Learning) tasks, vehicle testing tasks, and other testing tasks, an ever-growing number of input and output files are generated. These files are repeatedly modified and processed during the testing process. Existing platforms do not automatically associate tasks with their corresponding file libraries. Manually searching for the file libraries corresponding to tasks offline and organizing the input and output files can easily lead to oversights and errors. Summary of the Invention

[0003] This invention provides a method, system, and electronic device for creating a file library.

[0004] To solve the above-mentioned technical problems, the present invention is implemented as follows:

[0005] In a first aspect, embodiments of the present invention provide a method for creating a file library, comprising:

[0006] Obtain the first input, which is used to set the first requirement of the first task;

[0007] Based on the first requirement of the first task, create a first file library corresponding to the first task;

[0008] Based on the first requirement of the first task, create the main directory and branch directory of the first file library;

[0009] The first task includes remote tasks and local tasks; the first requirement includes the task name of the first task and the project name to which the first task belongs.

[0010] Optionally, the creation of the first file library corresponding to the first task includes:

[0011] The task number of the first task and the project number to which the first task belongs are generated using a relational database, and a first task table for the first task is created. The first task table is used to store the first requirement, the task number of the first task, and the project number to which the first task belongs.

[0012] The relational database is used to create a first file library and a first file library table corresponding to the first task. The first file library table is used to store the task number of the first task, the project number to which the first task belongs, the number, name and address of the first file library.

[0013] Optionally, when the first task is a remote task, the method includes:

[0014] The relational database generates the task number of the remote task and the project number to which the remote task belongs, and creates a remote task table for the remote task. The remote task table is used to store the first requirement corresponding to the remote task, the task number of the remote task, and the project number to which the remote task belongs.

[0015] The remote file library and remote file library table corresponding to the remote task are created using the relational database. The remote file library table is used to store the task number of the remote task, the project number to which the remote task belongs, and the number, name, and address of the remote file library.

[0016] Optionally, the method further includes:

[0017] Create a remote file library via API interface;

[0018] The remote file repository's main directory is created by converting command-line instructions into an API interface that can be used for HTTP network requests.

[0019] Optionally, the method further includes:

[0020] Obtain the HTTP request return value; the return value is the name of the remote file repository.

[0021] Based on the HTTP request return value and the first requirement corresponding to the remote task, a branch directory of the remote file library is created through the API branch interface.

[0022] Optionally, when the first task is a local task, the method includes:

[0023] The relational database generates the task number of the local task and the project number to which the local task belongs, and creates a local task table for the local task. The local task table is used to store the first requirement corresponding to the local task, the task number of the local task, and the project number to which the local task belongs.

[0024] The relational database is used to create a local file library and a local file library table corresponding to the local task. The local file library table is used to store the task number of the local task, the project number to which the local task belongs, the number, name, and address of the local file library, and the number, name, and address of the remote file library corresponding to the task number of the local task.

[0025] Optionally, when the first task is a local task, the method includes:

[0026] Based on the task number of the local task, the number, name, and address of the remote file library corresponding to the task number of the local task in the relational database are obtained through mapping.

[0027] Based on the task number of the local task, create the local file library, main directory and branch directory corresponding to the local task;

[0028] By integrating the addresses and command-line instructions of the remote file library, a mapping association between the local file library and the remote file library is achieved;

[0029] By using client commands, one can operate the remote file library by operating the local file library.

[0030] Secondly, embodiments of the present invention provide a system for creating a file library, comprising:

[0031] An acquisition unit is used to acquire a first input, which is used to set the first requirement of the first task.

[0032] Create a file library unit to create a first file library corresponding to the first task based on the first requirement of the first task;

[0033] Create a directory unit, used to create the main directory and branch directories of the first file library according to the first requirement of the first task;

[0034] The first task includes remote tasks and local tasks; the first requirement includes the task name of the first task and the project name to which the first task belongs.

[0035] Optionally, the file library creation unit includes:

[0036] The task table unit is used to generate the task number of the first task and the project number to which the first task belongs through a relational database, and to create the first task table of the first task. The first task table is used to store the first requirement, the task number of the first task, and the project number to which the first task belongs.

[0037] The file library table creation unit is used to create a first file library and a first file library table corresponding to the first task through the relational database. The first file library table is used to store the task number of the first task, the project number to which the first task belongs, the number, name, and address of the first file library.

[0038] Thirdly, embodiments of the present invention provide an electronic device, including: a processor, a memory, and a program stored in the memory and executable on the processor, wherein when the program is executed by the processor, it implements the method for creating a file library as described in the first aspect.

[0039] In this embodiment of the invention, the above solution obtains a first input, which is used to set a first requirement for a first task; creates a first file library corresponding to the first task based on the first requirement of the first task; and creates a main directory and branch directories for the first file library based on the first requirement of the first task. The first task includes remote tasks and local tasks; the first requirement includes the task name of the first task and the project name to which the first task belongs. This achieves automatic association and creation of the corresponding file library and its main directory and branch directories when creating a task, compensating for the shortcomings of existing platforms that do not automatically associate tasks with their corresponding file libraries. It also avoids oversights and errors that occur when manually searching for the corresponding file library and organizing input and output files offline. Attached Figure Description

[0040] Various other advantages and benefits will become apparent to those skilled in the art upon reading the following detailed description of preferred embodiments. The accompanying drawings are for illustrative purposes only and are not intended to limit the invention. Furthermore, the same reference numerals denote the same parts throughout the drawings. In the drawings:

[0041] Figure 1 A flowchart illustrating a method for creating a file library according to an embodiment of the present invention;

[0042] Figure 2 This is a schematic diagram of the structure of a file library creation system provided in an embodiment of the present invention;

[0043] Figure 3 This is a flowchart illustrating a file library creation system according to an embodiment of the present invention.

[0044] Figure 4 This is a schematic diagram of the structure of an electronic device provided in an embodiment of the present invention. Detailed Implementation

[0045] The technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings. Obviously, the described embodiments are only some, not all, of the embodiments of the present invention. Based on the embodiments of the present invention, all other embodiments obtained by those skilled in the art without creative effort are within the scope of protection of the present invention.

[0046] The terms "first," "second," etc., used in the specification and claims of this invention are used to distinguish similar objects and not to describe a specific order or sequence. It should be understood that such data can be interchanged where appropriate so that embodiments of the invention can be implemented in orders other than those illustrated or described herein, and the objects distinguished by "first," "second," etc., are generally of the same class and the number of objects is not limited; for example, a first object can be one or more. Furthermore, in the specification and claims, "and / or" indicates at least one of the connected objects, and the character " / " generally indicates that the preceding and following objects are in an "or" relationship.

[0047] Please refer to Figure 1 This invention provides a method for creating a file library. , include:

[0048] Step 11, obtain the first input, which is used to set the first requirement of the first task;

[0049] Step 12: Based on the first requirement of the first task, create the first file library corresponding to the first task;

[0050] Step 13: Based on the first requirement of the first task, create the main directory and branch directory of the first file library; wherein, the first task includes remote tasks and local tasks; the first requirement includes the task name of the first task and the project name to which the first task belongs.

[0051] In embodiments of the present invention, to automatically associate and create a corresponding file library and its main directory and branch directories when creating a task, a first input is obtained, which is used to set a first requirement for the first task; based on the first requirement of the first task, a first file library corresponding to the first task is created; based on the first requirement of the first task, the main directory and branch directories of the first file library are created; wherein, the first task includes remote tasks and local tasks; the first requirement includes the task name of the first task and the project name to which the first task belongs. In this way, the corresponding file library and its main directory and branch directories can be automatically associated and created when creating a task, thereby avoiding oversights and errors that may occur when manually searching for the corresponding file library and organizing input and output files offline.

[0052] In an optional embodiment of the present invention, step 12 includes:

[0053] Step 121: Generate the task number of the first task and the project number to which the first task belongs through a relational database, and create a first task table for the first task. The first task table is used to store the first requirement, the task number of the first task, and the project number to which the first task belongs.

[0054] Step 122: Create a first file library and a first file library table corresponding to the first task through the relational database. The first file library table is used to store the task number of the first task, the project number to which the first task belongs, the number, name and address of the first file library.

[0055] In an embodiment of the present invention, in order to create a first file library corresponding to a first task, the task number of the first task and the project number to which the first task belongs are first generated through a relational database, and a first task table for the first task is created. The first task table is used to store the first requirement, the task number of the first task, and the project number to which the first task belongs. Then, the first file library and a first file library table corresponding to the first task are created through the relational database. The first file library table is used to store the task number of the first task, the project number to which the first task belongs, the number, name, and address of the first file library.

[0056] It should be noted that, in the embodiments of the present invention, the contents stored in the first task table and the first file library table include, but are not limited to, the contents described above, and can be adjusted accordingly based on the specific actual situation.

[0057] In an optional embodiment of the present invention, when the first task is a remote task, the method includes:

[0058] The relational database generates the task number of the remote task and the project number to which the remote task belongs, and creates a remote task table for the remote task. The remote task table is used to store the first requirement corresponding to the remote task, the task number of the remote task, and the project number to which the remote task belongs.

[0059] A remote file repository and a remote file repository table are created using the relational database to correspond to the remote task. The remote file repository table stores the task number of the remote task, the project number to which the remote task belongs, and the number, name, and address of the remote file repository. The task number of the remote task can be used as a first identifier, or a combination of the task number and the task name can be used as a first identifier.

[0060] In an optional embodiment of the present invention, when the first task is a remote task, the method further includes:

[0061] Create a remote file library via API interface;

[0062] The remote file repository's main directory is created by converting command-line instructions into an API interface that can be used for HTTP network requests. 。

[0063] In an optional embodiment of the present invention, when the first task is a remote task, the method further includes:

[0064] Obtain the HTTP request return value; the return value is the name of the remote file repository.

[0065] Based on the HTTP request return value and the first requirement corresponding to the remote task, a branch directory for the remote file repository is created via the API branching interface. The remote file repository is named after the remote task, with Chinese characters filtered out.

[0066] In an optional embodiment of the present invention, when the first task is a local task, the method includes:

[0067] The relational database generates the task number of the local task and the project number to which the local task belongs, and creates a local task table for the local task. The local task table is used to store the first requirement corresponding to the local task, the task number of the local task, and the project number to which the local task belongs.

[0068] The relational database is used to create a local file library and a local file library table corresponding to the local task. The local file library table is used to store the task number of the local task, the project number to which the local task belongs, the number, name, and address of the local file library, and the number, name, and address of the remote file library corresponding to the task number of the local task.

[0069] In an optional embodiment of the present invention, when the first task is a local task, the method further includes:

[0070] Based on the task number of the local task, the number, name, and address of the remote file library corresponding to the task number of the local task in the relational database are obtained through mapping.

[0071] Based on the task number of the local task, create the local file library, main directory and branch directory corresponding to the local task;

[0072] By integrating the addresses and command-line instructions of the remote file library, a mapping association between the local file library and the remote file library is achieved;

[0073] The remote file repository can be operated by manipulating the local file repository through client commands. The local file repository can use the project number as the first-level directory (main directory) and the task number as the second-level directory (branch directory).

[0074] Please refer to Figure 2 This invention also provides a file library creation system 20, which includes:

[0075] Acquisition unit 21 is used to acquire a first input, the first input being used to set the first requirement of the first task;

[0076] Create file library unit 22 to create a first file library corresponding to the first task according to the first requirement of the first task;

[0077] The directory creation unit 23 is used to create the main directory and branch directory of the first file library according to the first requirement of the first task; wherein, the first task includes remote tasks and local tasks; the first requirement includes the task name of the first task and the project name to which the first task belongs.

[0078] In an optional embodiment of the present invention, the file library creation unit 22 includes:

[0079] The task table unit is used to generate the task number of the first task and the project number to which the first task belongs through a relational database, and to create the first task table of the first task. The first task table is used to store the first requirement, the task number of the first task, and the project number to which the first task belongs.

[0080] The file library table creation unit is used to create a first file library and a first file library table corresponding to the first task through the relational database. The first file library table is used to store the task number of the first task, the project number to which the first task belongs, the number, name, and address of the first file library.

[0081] In an optional embodiment of the present invention, when the first task is a remote task, the system includes:

[0082] The remote task table unit is used to generate the task number of the remote task and the project number to which the remote task belongs through the relational database, and to create a remote task table for the remote task. The remote task table is used to store the first requirement corresponding to the remote task, the task number of the remote task, and the project number to which the remote task belongs.

[0083] The remote file library table unit is used to create a remote file library and a remote file library table corresponding to the remote task through the relational database. The remote file library table is used to store the task number of the remote task, the project number to which the remote task belongs, and the number, name, and address of the remote file library.

[0084] In an optional embodiment of the present invention, the system further includes:

[0085] Create a remote file library unit, used to create remote file libraries via the API interface;

[0086] The "Create Remote File Library Main Directory" unit is used to create the main directory of the remote file library by converting command-line instructions into an API interface that can be used for HTTP network requests.

[0087] In an optional embodiment of the present invention, the system further includes:

[0088] The `get` subunit is used to obtain the return value of an HTTP request; the return value is the name of the remote file repository.

[0089] The "Create Remote File Library Branch Directory" unit is used to create a branch directory of the remote file library through the API branch interface based on the HTTP request return value and the first requirement corresponding to the remote task.

[0090] In an optional embodiment of the present invention, when the first task is a local task, the system includes:

[0091] A local task table unit is created to generate the task number of the local task and the project number to which the local task belongs through the relational database, and to create a local task table for the local task. The local task table is used to store the first requirement corresponding to the local task, the task number of the local task, and the project number to which the local task belongs.

[0092] The "Create Local File Library Table" unit is used to create a local file library and a local file library table corresponding to the local task through the relational database. The local file library table is used to store the task number of the local task, the project number to which the local task belongs, the number, name, and address of the local file library, and the number, name, and address of the remote file library corresponding to the task number of the local task.

[0093] In an optional embodiment of the present invention, when the first task is a local task, the system includes:

[0094] The mapping acquisition unit is used to map and acquire the number, name, and address of the remote file library corresponding to the task number of the local task in the relational database, based on the task number of the local task.

[0095] Create a local file library and directory unit, which is used to create the local file library, main directory and branch directory corresponding to the local task according to the task number of the local task;

[0096] An integrated command unit is used to achieve a mapping association between a local file library and a remote file library by integrating the address of the remote file library and command line instructions;

[0097] The operation unit is used to operate the remote file library by operating the local file library through client commands.

[0098] For a better understanding of this invention, please refer to [link / reference]. Figure 3 , Figure 3 This is a schematic diagram of a process for creating a file library system, provided as an embodiment of the present invention.

[0099] First, the administrator creates a task to be tested in the system front end, and the system back end creates a remote task file library and a local task file library corresponding to the task.

[0100] Afterwards, once the task is successfully created, the executor will receive a notification that the task has been created. Administrators and executors can access the task file library with one click via the link on the task details page. They can also perform operations such as uploading, downloading, viewing the latest test cases and historical files in the file library, submitting job packages, and viewing test case execution feedback files on the task details page. The task results will be automatically sent back to the corresponding file library. In the file library interface, both administrators and executors can perform operations such as uploading, downloading, and viewing files in the file library and historical files.

[0101] In an optional embodiment of the present invention, the provided file library creation system can achieve functions including but not limited to: administrators creating projects, creating tasks, reviewing uploaded files to the file library, sending messages to executors, creating job packages, viewing job packages, downloading result files, viewing task details with one-click access to the file library, and downloading file library files; and executors uploading required input files to the file library, viewing messages, uploading test case files, viewing task details with one-click access to the file library, creating job packages, viewing job packages, downloading result files, and downloading file library files.

[0102] Please refer to Figure 4 The present invention also provides an electronic device 40, including a processor 41, a memory 42, and a computer program stored in the memory 42 and executable on the processor 41. When the computer program is executed by the processor 41, it implements the various processes of the above-described method embodiment for creating a file library and achieves the same technical effect. To avoid repetition, it will not be described again here.

[0103] It should be noted that the method, system, and electronic device for creating a file library provided in the embodiments of the present invention can create a file library not only for tasks but also for projects. To avoid repetition, these will not be described in detail here.

[0104] It should be noted that, in this document, the terms "comprising," "including," or any other variations thereof are intended to cover non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements includes not only those elements but also other elements not expressly listed, or elements inherent to such a process, method, article, or apparatus. Unless otherwise specified, an element defined by the phrase "comprising one..." does not exclude the presence of other identical elements in the process, method, article, or apparatus that includes that element.

[0105] Through the above description of the embodiments, those skilled in the art can clearly understand that the methods of the above embodiments can be implemented by means of software plus necessary general-purpose hardware platforms. Of course, they can also be implemented by hardware, but in many cases the former is a better implementation method. Based on this understanding, the technical solution of the present invention, in essence, or the part that contributes to the prior art, can be embodied in the form of a software product. This computer software product is stored in a storage medium (such as ROM / RAM, magnetic disk, optical disk), and includes several instructions to cause a terminal (which may be a mobile phone, computer, server, air conditioner, or network device, etc.) to execute the methods described in the various embodiments of the present invention.

[0106] The embodiments of the present invention have been described above with reference to the accompanying drawings. However, the present invention is not limited to the specific embodiments described above. The specific embodiments described above are merely illustrative and not restrictive. Those skilled in the art can make many other forms under the guidance of the present invention without departing from the spirit and scope of the claims, and all of these forms are within the protection scope of the present invention.

Claims

1. A method for creating a file library, characterized in that, include: Obtain the first input, which is used to set the first requirement of the first task; Based on the first requirement of the first task, create a first file library corresponding to the first task; Based on the first requirement of the first task, create the main directory and branch directory of the first file library; The first task includes remote tasks and local tasks; the first requirement includes the task name of the first task and the project name to which the first task belongs. The first file library corresponding to the first task includes: The task number of the first task and the project number to which the first task belongs are generated using a relational database, and a first task table for the first task is created. The first task table is used to store the first requirement, the task number of the first task, and the project number to which the first task belongs. The relational database is used to create a first file library and a first file library table corresponding to the first task. The first file library table is used to store the task number of the first task, the project number to which the first task belongs, the number, name and address of the first file library; When the first task is a local task, the method further includes: Based on the task number of the local task, the number, name, and address of the remote file library corresponding to the task number of the local task in the relational database are obtained; Based on the task number of the local task, create the local file library, main directory and branch directory corresponding to the local task; When the first task is a remote task, the method includes: The relational database generates the task number of the remote task and the project number to which the remote task belongs, and creates a remote task table for the remote task. The remote task table is used to store the first requirement corresponding to the remote task, the task number of the remote task, and the project number to which the remote task belongs. The remote file library and remote file library table corresponding to the remote task are created through the relational database. The remote file library table is used to store the task number of the remote task, the project number to which the remote task belongs, and the number, name and address of the remote file library. By integrating the addresses and command-line instructions of the remote file library, a mapping association between the local file library and the remote file library is achieved; By using client commands, one can operate the remote file library by operating the local file library; When the first task is a remote task, the method further includes: Create a remote file library via API interface; The remote file library's main directory is created by converting command-line instructions into an API interface that can be used for HTTP network requests; Obtain the HTTP request return value; the return value is the name of the remote file repository. Based on the HTTP request return value and the first requirement corresponding to the remote task, a branch directory of the remote file library is created through the API branch interface.

2. The method according to claim 1, characterized in that, When the first task is a remote task, the method includes: The relational database generates the task number of the remote task and the project number to which the remote task belongs, and creates a remote task table for the remote task. The remote task table is used to store the first requirement corresponding to the remote task, the task number of the remote task, and the project number to which the remote task belongs. The relational database is used to create a remote file library and a remote file library table corresponding to the remote task. The remote file library table is used to store the task number of the remote task, the project number to which the remote task belongs, and the number, name, and address of the remote file library.

3. The method according to claim 2, characterized in that, The method further includes: Create a remote file library via API interface; The remote file repository's main directory is created by converting command-line instructions into an API interface that can be used for HTTP network requests.

4. The method according to claim 1, characterized in that, When the first task is a local task, the method includes: The relational database generates the task number of the local task and the project number to which the local task belongs, and creates a local task table for the local task. The local task table is used to store the first requirement corresponding to the local task, the task number of the local task, and the project number to which the local task belongs. The local file library and local file library table corresponding to the local task are created using the relational database. The local file library table is used to store the task number of the local task, the project number to which the local task belongs, the number, name, and address of the local file library, and the number, name, and address of the remote file library corresponding to the task number of the local task.

5. A system for creating a file library, characterized in that, include: An acquisition unit is used to acquire a first input, which is used to set the first requirement of the first task. Create a file library unit to create a first file library corresponding to the first task based on the first requirement of the first task; Create a directory unit, used to create the main directory and branch directories of the first file library according to the first requirement of the first task; The first task includes remote tasks and local tasks; the first requirement includes the task name of the first task and the project name to which the first task belongs. The file library creation unit includes: The task table unit is used to generate the task number of the first task and the project number to which the first task belongs through a relational database, and to create the first task table of the first task. The first task table is used to store the first requirement, the task number of the first task, and the project number to which the first task belongs. The file library table creation unit is used to create a first file library and a first file library table corresponding to the first task through the relational database. The first file library table is used to store the task number of the first task, the project number to which the first task belongs, the number, name and address of the first file library; When the first task is a local task, the system includes: The mapping acquisition unit is used to map and acquire the number, name, and address of the remote file library corresponding to the task number of the local task in the relational database, based on the task number of the local task. Create a local file library and directory unit, which is used to create the local file library, main directory and branch directory corresponding to the local task according to the task number of the local task; When the first task is a remote task, the system includes: The remote task table creation unit is used to generate the task number of the remote task and the project number to which the remote task belongs through the relational database, and to create a remote task table for the remote task. The remote task table is used to store the first requirement corresponding to the remote task, the task number of the remote task, and the project number to which the remote task belongs. The remote file library table unit is used to create a remote file library and a remote file library table corresponding to the remote task through the relational database. The remote file library table is used to store the task number of the remote task, the project number to which the remote task belongs, and the number, name and address of the remote file library. An integrated command unit is used to achieve a mapping association between a local file library and a remote file library by integrating the address of the remote file library and command line instructions; The operation unit is used to operate the remote file library by operating the local file library through client commands; The system further includes: Create a remote file library unit, used to create remote file libraries via the API interface; Create a remote file repository main directory unit, which is used to create the main directory of the remote file repository by converting command line instructions into an API interface that can be used for HTTP network requests; The `get` subunit is used to obtain the return value of an HTTP request; the return value is the name of the remote file repository. The "Create Remote File Library Branch Directory" unit is used to create a branch directory of the remote file library through the API branch interface based on the HTTP request return value and the first requirement corresponding to the remote task.

6. An electronic device, characterized in that, include: A processor, a memory, and a program stored in the memory and executable on the processor, wherein the program, when executed by the processor, implements the steps of the method for creating a file library as claimed in any one of claims 1 to 4.

Citation Information

Patent Citations

  • Database deployment method and device

    CN113901030A